/*!
Theme Name: Winzark
Theme URI: https://www.winzark.com/
Author: winzark
Author URI: https://www.winzark.com/
Description: Description
Version: 1.1.5
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: winzark
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

winzark is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
	font-family: 'Inter', sans-serif;
}

.container,
.container-fluid {
	width: min(100%, 1360px);
	max-width: 1360px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

.container-fluid {
	width: min(100%, 1440px);
	padding-left: 20px;
	padding-right: 20px;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 0;
	border-radius: 3px;
	background: #21325b;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	padding: 12px 25px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 10px;
	box-sizing: border-box;
	width: 100%;
	outline: none;
	transition: all 150ms linear;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	border-color: #21325b;
}

.wpcf7-form-control-wrap {
	display: block;
	margin-bottom: 20px;
}

.wpcf7-not-valid-tip {
	font-size: 13px;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

label {
	font-weight: 600;
	font-size: 14px;
	color: #21325b;
}

.wpcf7-response-output {
	margin: 20px 0 !important;
	font-size: 13px;
	color: #dc3232;
	border-color: #dc3232 !important;
	padding: 10px !important;
	border-radius: 3px;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.custom-logo-link {
	padding: 15px 0;
}

.custom-logo-link img {
	height: 60px;
	width: auto;
}

.main-navigation {
	display: block;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	border-top: 3px solid #21325b;
	top: 100%;
	left: -999em;
	z-index: 99999;
	display: initial;
	min-width: 300px;
	background-color: #fff;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li {
	display: block;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	display: block;
	padding: 15px 20px;
	transition: all 150ms linear;
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
	background-color: #21325b;
	color: #fff;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li.quote a {
	background-color: #21325b;
	color: #fff;
	padding: 10px 20px;
	border-radius: 5px;
	font-size: 13px;
	font-weight: 600;
}

.main-navigation li.menu-item-has-children::after {
	content: "";
	width: 7px;
	height: 7px;
	border-right: 2px solid #21325b;
	border-bottom: 2px solid #21325b;
	z-index: 999;
	display: block;
	position: absolute;
	top: 40px;
	right: 5px;
	transform: rotate(45deg);
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #21325b;
	padding: 34px 20px;
	font-size: 14px;
	font-weight: 500;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.mobile-menu-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	margin-left: auto;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
	cursor: pointer;
	transition: all 0.2s ease;
	outline: none;
	flex-shrink: 0;
}

.mobile-menu-toggle:hover,
.mobile-menu-toggle:focus-visible {
	border-color: rgba(29, 78, 216, 0.25);
	box-shadow: 0 10px 24px rgba(29, 78, 216, 0.12);
}

.mobile-menu-toggle svg {
	display: block;
	width: 22px;
	height: 22px;
}

.offcanvas-menu {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: min(85%, 320px);
	background: #fff;
	box-shadow: 2px 0 24px rgba(15, 23, 42, 0.12);
	transform: translateX(-105%);
	transition: transform 0.28s ease;
	z-index: 1040;
	overflow-y: auto;
	padding-top: 0;
}

.offcanvas-menu.show {
	transform: translateX(0);
}

.offcanvas-menu .offcanvas-header {
	padding: 1.1rem 1rem 0.9rem;
	border-bottom: 1px solid #eee;
}

.offcanvas-menu .offcanvas-header .offcanvas-title {
	font-size: 16px;
	font-weight: 600;
}

.offcanvas-menu .offcanvas-body {
	padding: 0;
}

.offcanvas-menu .mobile-menu-list {
	padding: 18px 18px 28px;
}

.offcanvas-menu .mobile-menu-list > li:not(.mobile-menu-group):not(.mobile-menu-actions) {
	border-bottom: 1px solid rgba(15, 23, 42, 0.07);
}

.offcanvas-menu .mobile-menu-list > li > a,
.offcanvas-menu .mobile-menu-group-toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 48px;
	padding: 8px 4px;
	border: 0;
	color: #0f172a;
	background: none;
	box-shadow: none;
	font-size: 0.98rem;
	font-weight: 700;
	text-align: left;
	cursor: pointer;
	appearance: none;
}

.offcanvas-menu .mobile-menu-group-toggle:focus-visible {
	outline: 2px solid #2563eb;
	outline-offset: 2px;
}

.offcanvas-menu .mobile-menu-chevron {
	width: 9px;
	height: 9px;
	margin-right: 5px;
	border-right: 2px solid #1d4ed8;
	border-bottom: 2px solid #1d4ed8;
	transform: rotate(45deg) translateY(-2px);
	transition: transform 0.2s ease;
}

.offcanvas-menu .mobile-menu-group-toggle[aria-expanded="true"] .mobile-menu-chevron {
	transform: rotate(225deg) translate(-2px, -2px);
}

.offcanvas-menu .mobile-menu-group {
	padding-bottom: 8px;
}

.offcanvas-menu .mobile-submenu {
	display: grid;
	gap: 2px;
	margin: 0 0 8px;
	padding: 8px 0 8px 14px;
	border-left: 2px solid rgba(37, 99, 235, 0.18);
}

.offcanvas-menu .mobile-submenu a {
	display: block;
	padding: 8px 10px;
	color: #475569;
	font-size: 0.9rem;
	font-weight: 600;
}

.offcanvas-menu .mobile-submenu a:hover,
.offcanvas-menu .mobile-submenu a:focus-visible {
	color: #1d4ed8;
	background: #eff6ff;
	border-radius: 8px;
}

.offcanvas-menu .mobile-menu-divider {
	height: 1px;
	margin: 18px 0;
	background: rgba(15, 23, 42, 0.1);
}

.offcanvas-menu .mobile-menu-actions {
	display: grid;
	gap: 10px;
	padding-top: 8px;
}

.offcanvas-menu .mobile-menu-actions .mobile-cta {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 10px 14px;
	border-radius: 10px;
	font-weight: 700;
	text-align: center;
}

.offcanvas-menu .mobile-cta-secondary {
	border: 1px solid rgba(37, 99, 235, 0.28);
	color: #1d4ed8;
	background: #fff;
}

.offcanvas-menu .mobile-cta-primary {
	color: #fff;
	background: linear-gradient(135deg, #2563eb, #7c3aed);
	box-shadow: 0 10px 22px rgba(37, 99, 235, 0.2);
}

.mobile-menu-backdrop {
	position: fixed;
	inset: 0;
	background: rgba(15, 23, 42, 0.45);
	z-index: 1030;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.25s ease, visibility 0.25s ease;
}

.mobile-menu-backdrop.show {
	opacity: 1;
	visibility: visible;
}

#canvas-menu {
	padding: 0;
	margin: 0;
	list-style: none;
}

#canvas-menu li {
	font-size: 15px;
}

#canvas-menu li a {
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #eee;
	padding: 10px;
	color: #21325b;
}

#canvas-menu li ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#canvas-menu li ul li a {
	padding-left: 35px;
}

@media screen and (min-width: 37.5em) {

	.mobile-menu-toggle {
		display: none;
	}

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
		align-items: center;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.page-img-header {
	background-size: cover !important;
}

.page-img-header .overlay {
	background: linear-gradient(to right, white, rgba(0, 0, 0, 0.3));
	padding: 100px 0;
}

.page-img-header .overlay .page-title {
	font-weight: 700;
	font-size: 40px;
	color: #21325b;
}

.page-img-header .overlay p {
	font-size: 18px;
}

.page-img-header .overlay .actions a {
	background-color: #21325b;
	color: #fff;
	padding: 13px 30px;
	display: inline-block;
	text-decoration: none;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 13px;
	border-radius: 5px;
}

.page-img-header .overlay .actions a svg {
	margin-left: 7px;
}

.legal-header {
	background-color: #21325b;
	color: #fff;
	padding: 70px 0;
}

.legal-header h1 {
	margin: 0 0 20px;
	font-weight: 700;
	font-size: 35px;
}

.legal-header p {
	font-size: 15px;
	margin: 0;
}

@media screen and (max-width: 600px) {

	.page-img-header .overlay {
		padding: 30px 0;
		background: rgba(255, 255, 255, 0.7);
	}

	.page-img-header .overlay .page-title {
		font-size: 30px;
	}

	.page-img-header .overlay p {
		font-size: 17px;
	}

	.legal-header {
		padding: 30px 0;
	}

	.legal-header h1 {
		font-size: 25px;
	}

	.legal-header p {
		font-size: 14px;
	}
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/* Header
--------------------------------------------- */
.site-header {
	border-bottom: 1px solid #eee;
}

.site-header .site-title {
	margin: 0;
	font-weight: 700;
	font-size: 24px;
}

.site-header .site-title a {
	display: inline-block;
	text-decoration: none;
	color: #21325b;
	padding: 17px 0;
}

.loading {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 100vh;
	background-color: #fff;
	z-index: 999999;
	display: none;
}

.loading .spinner-border {
	height: 25px;
	width: 25px;
	border-width: 2px;
	color: #21325b;
}

.loading .d-flex {
	height: 100vh;
}

.loading .loading-content {
	text-align: center;
}

.loading .loading-content p {
	margin: 15px 0 0;
	font-size: 14px;
	color: #21325b;
	font-weight: 500;
}

/* Home
--------------------------------------------- */
.home-banner {
	background-size: cover !important;
}

.home-banner .overlay {
	background-color: rgba(0, 0, 0, 0.2);
	padding: 60px 0;
}

.home-banner .overlay h2 {
	color: #fff;
	font-size: 55px;
	font-weight: 700;
	margin: 0 0 30px;
}

.home-banner .overlay h2 a {
	color: #21325b;
	text-decoration: none;
}

.home-banner .overlay p {
	font-size: 18px;
	color: #fff;
	margin: 0 0 20px;
}

.home-banner .overlay p a {
	color: #fff;
	font-weight: 500;
}

.home-banner .overlay p.actions {
	margin: 0;
}

.home-banner .overlay p.actions a {
	text-decoration: none;
	background-color: #21325b;
	color: #fff;
	padding: 15px 30px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 13px;
	display: inline-block;
	border-radius: 5px;
}

.stats {
	padding: 50px 0;
}

.stats .large {
	border-right: 1px solid #eee;
	padding-right: 20px;
}

.stats .large p {
	color: #8c98a4;
	font-size: 15px;
}

.stats .large p span {
	font-size: 45px;
	font-weight: 700;
	display: block;
	color: #21325b;
}

.stats .sm-ds {
	display: flex;
	justify-content: space-between;
}

.stats .sm-ds .small p {
	color: #8c98a4;
	font-size: 15px;
}

.stats .sm-ds .small p span {
	font-weight: 600;
	font-size: 30px;
	display: block;
	color: #21325b;
}

.section-about {
	padding: 50px 0;
	border-top: 1px solid #eee;
}

.section-about .img-wrap {
	padding-right: 30px;
}

.section-about .header span {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
	display: block;
	color: #999;
}

.section-about .header h2 {
	font-weight: 600;
	margin: 5px 0 20px;
	color: #21325b;
}

.section-about .desc p {
	font-size: 15px;
	line-height: 25px;
	color: #51596c;
}

.section-about .desc a {
	background-color: #21325b;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	border-radius: 5px;
	padding: 12px 20px;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 13px;
}

.section-about .desc a svg {
	margin-left: 5px;
}

.home-connect .content-box {
	padding: 50px;
	position: relative;
	box-shadow: 0 0.375rem 1.5rem 0 rgba(140, 152, 164, 0.2);
}

.home-connect .content-box .content span {
	display: block;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
	color: #767777;
}

.home-connect .content-box .content h2 {
	font-size: 40px;
	margin: 10px 0 30px;
	font-weight: 600;
	color: #21325b;
}

.home-connect .content-box .content a {
	padding: 13px 25px;
	display: inline-block;
	background-color: #21325b;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
}

.home-connect .content-box .top-left,
.home-connect .content-box .bottom-left,
.home-connect .content-box .top-right,
.home-connect .content-box .bottom-right {
	display: inline-block;
	width: 20px;
	height: 20px;
}

.home-connect .content-box .top-left {
	position: absolute;
	top: -20px;
	left: -20px;
	border-top: 2px solid #21325b;
	border-left: 2px solid #21325b;
}

.home-connect .content-box .top-right {
	position: absolute;
	top: -20px;
	right: -20px;
	border-top: 2px solid #21325b;
	border-right: 2px solid #21325b;
}

.home-connect .content-box .bottom-left {
	position: absolute;
	bottom: -20px;
	left: -20px;
	border-bottom: 2px solid #21325b;
	border-left: 2px solid #21325b;
}

.home-connect .content-box .bottom-right {
	position: absolute;
	bottom: -20px;
	right: -20px;
	border-bottom: 2px solid #21325b;
	border-right: 2px solid #21325b;
}

.scale {
	background: rgba(241, 185, 128, 0.1) !important;
	padding: 100px 0;
}

.scale .scale-left span {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 500;
	color: #8c98a4;
	display: block;
	margin-bottom: 10px;
}

.scale .scale-left h2 {
	color: #21325b;
	font-weight: 700;
	margin: 10px 0;
	font-size: 35px;
}

.scale .scale-left p {
	font-size: 16px;
	color: #51596c;
}

.scale .scale-right {
	margin-bottom: 30px;
}

.scale .scale-right h2 {
	font-size: 22px;
	font-weight: 600;
	color: #000;
	margin: 0 0 10px;
}

.scale .scale-right p {
	margin: 0 0 10px;
	font-size: 15px;
	color: #51596c;
}

.scale .scale-right a {
	color: #21325b;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	transition: all 150ms linear;
}

.home-blog {
	padding: 100px 0;
}

.home-blog .header {
	text-align: center;
	margin-bottom: 50px;
}

.home-blog .header h2 {
	font-size: 30px;
	color: #21325b;
	font-weight: 700;
}

.home-blog .header p {
	color: #8c98a4;
	font-size: 15px;
}

.home-reviews {
	padding: 0 0;
}

.home-reviews .header {
	text-align: center;
	margin-bottom: 50px;
}

.home-reviews .header h2 {
	font-weight: 700;
	color: #21325b;
	font-size: 30px;
}

.home-reviews .carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/></svg>");
}

.home-reviews .carousel-control-next-icon {
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/></svg>");
}

.home-reviews .carousel-inner {
	background: rgba(241, 185, 128, 0.1) !important;
	padding: 100px 150px;
	text-align: center;
}

.home-reviews .carousel-inner .review {
	font-size: 30px;
	font-weight: 500;
	color: #21325b;
}

.home-reviews .carousel-inner .author {
	display: inline-block;
}

.home-reviews .carousel-inner .author .img-wrap {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
}

.home-reviews .carousel-inner .author .img-wrap img {
	width: 100%;
}

.home-reviews .carousel-inner .author h2 {
	font-size: 16px;
	font-weight: 700;
}

.home-reviews .carousel-inner .author p {
	margin: 0;
	font-size: 14px;
	color: #8c98a4;
}

@media screen and (max-width: 600px) {

	.home-connect .content-box {
		padding: 30px;
	}

	.home-connect .content-box .content h2 {
		font-size: 24px;
	}

	.home-connect .content-box .top-left {
		top: 0;
		left: 0;
	}

	.home-connect .content-box .bottom-left {
		bottom: 0;
		left: 0;
	}

	.home-connect .content-box .top-right {
		top: 0;
		right: 0;
	}

	.home-connect .content-box .bottom-right {
		bottom: 0;
		right: 0;
	}

	.home-connect .content-box .img-wrap {
		display: none;
	}

	.home-banner .overlay {
		padding: 50px 0;
	}

	.home-banner .overlay h2 {
		font-size: 30px;
	}

	.home-banner .overlay p {
		font-size: 17px;
	}

	.stats {
		padding: 15px 0;
	}

	.stats .large {
		border: 0;
		box-shadow: 0 0.375rem 1.5rem 0 rgba(140, 152, 164, 0.2);
		padding: 15px;
		border-radius: 5px;
	}

	.stats .large p {
		font-size: 14px;
		margin: 0;
		display: flex;
		align-items: center;
	}

	.stats .large p span {
		margin-right: 10px;
		font-size: 25px;
	}

	.stats .sm-ds {
		display: block;
	}

	.stats .sm-ds .small {
		box-shadow: 0 0.375rem 1.5rem 0 rgba(140, 152, 164, 0.2);
		padding: 15px;
		margin-top: 10px;
		border-radius: 5px;
	}

	.stats .sm-ds .small p {
		margin: 0;
		font-size: 14px;
		display: flex;
		align-items: center;
	}

	.stats .sm-ds .small p span {
		margin-right: 10px;
		font-size: 25px;
	}

	.backbone {
		padding: 30px 0;
	}

	.backbone .header {
		margin-bottom: 30px;
	}

	.backbone .header h2 {
		font-size: 23px;
	}

	.backbone .header p {
		font-size: 15px;
	}

	.backbone .bb-wrap {
		margin-bottom: 15px;
	}

	.scale {
		padding: 30px 0;
	}

	.scale .scale-left h2 {
		font-size: 25px;
	}

	.scale .scale-left p {
		font-size: 15px;
	}

	.scale .scale-right h2 {
		line-height: 30px;
	}

	.home-blog {
		padding: 30px 0;
	}

	.home-blog .header {
		margin-bottom: 15px;
	}

	.home-blog .header h2 {
		font-size: 25px;
	}

	.home-blog .header p {
		font-size: 15px;
	}

	.home-reviews .header {
		margin-bottom: 30px;
	}

	.home-reviews .header h2 {
		font-size: 25px;
	}

	.home-reviews .carousel-inner {
		padding: 30px 40px;
	}

	.home-reviews .carousel-inner .review {
		font-size: 17px;
	}

	.home-reviews .carousel-inner .author {
		display: block;
		text-align: initial;
	}

	.home-reviews .carousel-control-next-icon,
	.home-reviews .carousel-control-prev-icon {
		width: 1rem;
		height: 1rem;
	}
}

/* About
--------------------------------------------- */
.about-entry .about-header {
	padding: 70px 0;
}

.about-entry .about-header h1 {
	text-align: center;
	font-weight: 700;
	font-size: 50px;
	color: #000;
	margin: 0;
}

.about-entry .about-content p {
	font-size: 20px;
	line-height: 32px;
}

.about-entry .about-content a {
	color: #21325b;
	font-weight: 500;
}

.about-entry .about-content img {
	width: 100%;
}

.about-entry .about-content h2 {
	font-weight: 700;
	color: #000;
}

.about-entry .about-content .stats {
	padding: 50px 0;
	text-align: center;
}

.about-entry .about-content .stats h2 {
	font-weight: 700;
	font-size: 35px;
	color: #21325b;
}

.about-entry .about-content .stats p {
	font-size: 16px;
	color: #999;
}

.contact-info .wrapper {
	border: 1px solid #eee;
	margin-bottom: 20px;
	padding: 15px;
	border-radius: 5px;
}

.contact-info h2 {
	font-size: 18px !important;
	font-weight: 700;
	margin: 0 0 10px;
	color: #21325b !important;
}

.contact-info p {
	font-size: 14px !important;
	margin: 0 !important;
}

.contact-info p span {
	font-weight: 600;
}

@media screen and (max-width: 600px) {

	.about-entry .about-header {
		padding: 30px 0;
	}

	.about-entry .about-header h1 {
		font-size: 35px;
	}
}

/* Blog
--------------------------------------------- */
.page-header .page-title {
	font-weight: 700;
	color: #21325b;
	font-size: 22px;
}

.entry-header .entry-title {
	font-weight: 700;
	color: #21325b;
	font-size: 30px;
}

.entry-header .entry-title a {
	color: #21325b;
	text-decoration: none;
}

.entry-meta {
	font-size: 13px;
	font-weight: 500;
	color: #8c98a4;
}

.entry-meta a {
	text-decoration: none;
	color: #8c98a4;
}

.entry-summary,
.page-content {
	margin: 0;
}

.entry-summary p,
.page-content p {
	font-size: 15px;
	color: #51596c;
	margin: 0 0 10px;
	line-height: 28px;
}

.entry-content p {
	font-size: 15px;
	color: #51596c;
	margin: 0 0 10px;
	line-height: 28px;
}

.entry-content a {
	color: #000;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	font-weight: 700;
	color: #21325b;
}

.entry-content h1 {
	font-size: 30px;
}

.entry-content h2 {
	font-size: 28px;
}

.entry-content h3 {
	font-size: 26px;
}

.entry-content h4 {
	font-size: 24px;
}

.entry-content h5 {
	font-size: 22px;
}

.entry-content h6 {
	font-size: 20px;
}

.entry-content ul,
.entry-content ol {
	padding: 0 0 0 20px;
	margin: 0 0 10px;
}

.entry-content ul li,
.entry-content ol li {
	line-height: 28px;
	margin-bottom: 5px;
	color: #51596c;
}

.entry-content table th,
.entry-content table td {
	font-size: 15px;
	border-bottom: 1px solid #eee;
	padding: 10px;
	color: #51596c;
}

.entry-content table th {
	color: #000;
}

.entry-content blockquote {
	background-color: #21325b30;
	margin: 0 0 10px;
	padding: 15px;
	border-radius: 5px;
}

.entry-content blockquote p {
	margin: 0;
	font-weight: 300;
	font-size: 22px;
	line-height: 35px;
	color: #21325b;
}

.post-thumbnail {
	margin-top: 15px;
}

.blog-header {
	background-color: #21325b;
	color: #fff;
	padding: 50px 0;
	margin-bottom: 50px;
}

.blog-header h1 {
	text-align: center;
	font-weight: 700;
	font-size: 40px;
	text-transform: uppercase;
}

.blog-header p {
	text-align: center;
	font-size: 18px;
}

.newsletter-form {
	background-color: #fff;
	padding: 12px;
	border-radius: 5px;
}

.newsletter-form input[type="email"] {
	border: 0;
	font-size: 14px;
	padding: 12px;
}

.newsletter-form input[type="submit"] {
	width: 100%;
	border-radius: 5px;
}

.mc4wp-response {
	margin-top: 10px;
}

.mc4wp-response p {
	margin: 0;
	font-size: 13px;
}

.bs-wrap {
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 0.375rem 1.5rem 0 rgba(140, 152, 164, 0.2);
	margin-bottom: 30px;
}

.post-th-wrap img {
	width: 100%;
}

.wrap-content {
	padding: 20px;
}

.wrap-content .entry-meta {
	font-size: 13px;
	font-weight: 500;
	color: #8c98a4;
}

.wrap-content .entry-meta a {
	text-decoration: none;
	color: #8c98a4;
}

.wrap-content .entry-title {
	font-size: 18px;
	font-weight: 700;
	margin: 10px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.wrap-content .entry-title a {
	color: #21325b;
	text-decoration: none;
}

.wrap-content .entry-content {
	margin: 0;
}

.wrap-content .entry-content p {
	font-size: 15px;
	color: #51596c;
	margin: 0;
}

.posts-navigation .nav-links a {
	font-weight: 500;
	text-decoration: none;
	color: #21325b;
}

.post-navigation {
	margin: 15px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 10px 0;
}

.post-navigation a {
	text-decoration: none;
}

.post-navigation a .nav-subtitle {
	color: #8c98a4;
	font-size: 13px;
	font-weight: 500;
}

.post-navigation a .nav-title {
	font-weight: 700;
	font-size: 18px;
	color: #21325b;
}

#secondary {
	margin-top: 20px;
}

#secondary .widget h2 {
	font-weight: 700;
	font-size: 20px;
	color: #21325b;
	margin: 0 0 15px;
}

#secondary .widget ul {
	margin: 0;
	padding: 0;
}

#secondary .widget ul li {
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 15px;
	list-style: none;
}

#secondary .widget ul li a {
	text-decoration: none;
	color: #21325b;
}

#secondary .widget .wp-block-latest-posts__featured-image {
	width: 70px;
	height: 70px;
	border-radius: 5px;
	overflow: hidden;
}

#secondary .widget .wp-block-latest-posts__featured-image img {
	width: 100%;
}

#secondary .widget .wp-block-latest-posts__post-date {
	color: #8c98a4;
	font-size: 12px;
	display: block;
	margin-top: 3px;
}

#secondary .widget p {
	margin: 0 0 10px;
	font-size: 14px;
	line-height: 28px;
	color: #51596c;
}

.search-res {
	box-shadow: 0 0.375rem 1.5rem 0 rgba(140, 152, 164, 0.2);
	padding: 15px;
	margin-bottom: 15px;
	border-radius: 5px;
}

.not-found {
	padding: 100px 0;
	text-align: center;
}

.not-found h1 {
	font-size: 40px;
	font-weight: 700;
	color: #21325b;
	margin: 0;
}

.not-found h1 span {
	display: block;
	font-size: 60px;
	margin-top: 10px;
}

.not-found a {
	background-color: #21325b;
	color: #fff;
	padding: 10px 25px;
	text-decoration: none;
	border-radius: 5px;
	font-weight: 500;
	font-size: 14px;
	display: inline-block;
}

@media screen and (max-width: 600px) {

	.nav-links {
		display: block !important;
	}

	.nav-next {
		text-align: start !important;
	}
}

/* Footer
--------------------------------------------- */
.site-footer {
	color: #fff;
	padding: 70px 0 0;
	background-color: #21325b;
	margin-top: 50px;
}

.site-footer .foot-brand h1 {
	margin: 0 0 20px;
	font-weight: 700;
	font-size: 24px;
}

.site-footer .site-info {
	border-top: 1px solid #eeeeee10;
	padding-top: 30px;
	margin-top: 30px;
}

.site-footer .site-info .pv-soc {
	padding-bottom: 30px;
}

.site-footer .site-info .pv-soc ul {
	margin: 0;
	padding: 0;
}

.site-footer .site-info .pv-soc ul li {
	display: inline-block;
}

.site-footer .site-info .pv-soc .legal li {
	position: relative;
	padding-right: 30px;
}

.site-footer .site-info .pv-soc .legal li a {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
}

.site-footer .site-info .pv-soc .legal li::after {
	position: absolute;
	top: 50%;
	right: 0.8rem;
	transform: translateY(-50%);
	content: "/";
	opacity: 0.4;
	font-size: 13px;
}

.site-footer .site-info .pv-soc .legal li:last-child {
	padding-right: 0;
}

.site-footer .site-info .pv-soc .legal li:last-child::after {
	padding-right: 0;
	content: "";
}

.site-footer .site-info .pv-soc .social li a {
	display: inline-block;
	background-color: rgba(247, 250, 255, 0.1);
	padding: 3px 8px;
	border-radius: 5px;
}

.site-footer .site-info .pv-soc .social li a img {
	position: relative;
	width: 15px;
	top: -2px;
}

.site-footer .site-info .comp-rgt {
	padding-bottom: 50px;
	text-align: center;
	margin: 0 100px;
}

.site-footer .site-info .comp-rgt p {
	margin: 0;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.5);
}

.site-footer .site-info .comp-rgt .rights {
	margin-bottom: 20px;
}

.site-footer .footer-widget {
	color: rgba(255, 255, 255, 0.5);
}

.site-footer .footer-widget h2 {
	font-size: 17px;
	font-weight: 600;
	color: #fff;
	margin: 0 0 20px;
}

.site-footer .footer-widget ul {
	padding: 0;
	margin: 0;
}

.site-footer .footer-widget ul li {
	font-size: 14px;
	list-style: none;
	line-height: 25px;
	margin-bottom: 10px;
}

.site-footer .footer-widget ul li a {
	color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
	display: block;
	transition: all 150ms linear;
}

.site-footer .footer-widget ul li a:hover {
	color: #fff;
}

.site-footer .footer-widget p {
	font-size: 14px;
	margin: 0 0 10px;
	line-height: 25px;
}

.footer-insights {
	margin-bottom: 58px;
	padding: 30px;
	border: 1px solid rgba(148, 163, 184, 0.18);
	border-radius: 24px;
	background: linear-gradient(135deg, rgba(15, 23, 42, 0.9), rgba(30, 64, 175, 0.46));
	box-shadow: 0 24px 60px rgba(2, 6, 23, 0.18);
}

.homepage-insights {
	background: linear-gradient(180deg, #0f172a 0%, #111827 100%);
}

.homepage-insights .footer-insights {
	margin: 0;
	box-shadow: none;
}

.footer-insights-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 24px;
}

.footer-eyebrow {
	margin: 0 0 8px;
	color: #67e8f9 !important;
	font-size: 0.72rem !important;
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 1.3 !important;
	text-transform: uppercase;
}

.footer-insights-heading h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(1.5rem, 3vw, 2.25rem);
	letter-spacing: -0.035em;
}

.footer-insights-link,
.footer-insight-read {
	color: #bae6fd !important;
	font-size: 0.82rem;
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
}

.footer-insights-link span,
.footer-insight-read span {
	display: inline-block;
	margin-left: 5px;
	transition: transform 0.2s ease;
}

.footer-insights-link:hover span,
.footer-insight-read:hover span {
	transform: translateX(4px);
}

.footer-insights-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.site-footer .footer-insights-grid,
.site-footer .footer-insight-card {
	box-sizing: border-box;
}

.footer-insight-card {
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.09);
	transition: transform 0.25s ease, background 0.25s ease;
}

.footer-insight-card:hover {
	transform: translateY(-5px);
	background: rgba(255, 255, 255, 0.14);
}

.footer-insight-image-link {
	display: block;
	height: 142px;
	overflow: hidden;
}

.footer-insight-image-link img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.footer-insight-card:hover .footer-insight-image-link img {
	transform: scale(1.05);
}

.footer-insight-content {
	padding: 18px;
}

.footer-insight-date {
	display: block;
	margin-bottom: 8px;
	color: #93c5fd;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.footer-insight-content h3 {
	margin: 0 0 9px;
	font-size: 1rem;
	line-height: 1.35;
}

.footer-insight-content h3 a {
	color: #fff !important;
	text-decoration: none;
}

.footer-insight-content p {
	display: -webkit-box;
	margin: 0 0 16px !important;
	overflow: hidden;
	color: rgba(226, 232, 240, 0.7) !important;
	font-size: 0.82rem !important;
	line-height: 1.55 !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

@media (max-width: 900px) {
	.footer-insights-grid {
		grid-template-columns: 1fr;
	}

	.footer-insight-card {
		display: grid;
		grid-template-columns: 160px minmax(0, 1fr);
	}

	.footer-insight-image-link {
		height: 100%;
		min-height: 170px;
	}
}

@media (max-width: 600px) {
	.site-footer .footer-insights-grid {
		display: grid !important;
		grid-template-columns: 1fr !important;
		width: 100%;
	}

	.site-footer .footer-insight-card {
		display: block !important;
		width: 100%;
	}

	.footer-insights {
		margin-bottom: 40px;
		padding: 20px;
		border-radius: 18px;
	}

	.footer-insights-heading {
		display: block;
	}

	.footer-insights-link {
		display: inline-block;
		margin-top: 14px;
	}

	.footer-insight-card {
		display: block;
	}

	.footer-insight-image-link {
		height: 150px;
		min-height: 0;
	}
}

@media (min-width: 1200px) {
	.page-about-us .process-steps {
		position: relative;
		grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
		gap: 0;
		padding-top: 18px;
	}

	.page-about-us .process-steps::before {
		content: '';
		position: absolute;
		top: 47px;
		left: 7%;
		right: 7%;
		height: 2px;
		background: linear-gradient(90deg, rgba(37, 99, 235, 0.22), rgba(124, 58, 237, 0.4), rgba(37, 99, 235, 0.22));
	}

	.page-about-us .process-item {
		z-index: 1;
		min-height: 0;
		padding: 0 18px 10px;
		background: transparent;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		text-align: center;
	}

	.page-about-us .process-item span {
		position: relative;
		margin: 0 auto 20px;
		border: 5px solid var(--theme-bg);
		box-shadow: 0 8px 18px rgba(37, 99, 235, 0.2);
	}

	.page-about-us .process-item h3 {
		color: #0f172a;
		font-size: 1rem;
	}
}

@media screen and (max-width: 600px) {

	.site-footer .footer-widget {
		margin-bottom: 30px;
	}

	.site-footer .site-info .pv-soc {
		display: block !important;
		text-align: center;
	}

	.site-footer .site-info .pv-soc .legal {
		margin-bottom: 20px;
	}

	.site-footer .site-info .comp-rgt {
		margin: 0;
	}
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* ---- Header Buttons ---- */
.header-buttons {
	display: flex;
	gap: 15px;
	align-items: center;
}

.header-buttons .btn-find-dev,
.header-buttons .btn-book-call {
	padding: 10px 20px;
	border-radius: 5px;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	transition: all 0.3s ease;
	display: inline-block;
}

.header-buttons .btn-find-dev {
	color: #667eea;
	border: 2px solid #667eea;
	background: transparent;
}

.header-buttons .btn-find-dev:hover {
	color: #fff;
	background: #667eea;
}

.header-buttons .btn-book-call {
	color: #fff;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	border: none;
}

.header-buttons .btn-book-call:hover {
	opacity: 0.9;
	box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

/* Hide header buttons on mobile */
@media (max-width: 768px) {
	.header-buttons {
		display: none !important;
	}
}

/* ---- Mobile Navigation Menu Items ---- */
/* Hide specific menu items on mobile devices */
@media (max-width: 768px) {
	.main-navigation .hide-on-mobile,
	.offcanvas-menu .hide-on-mobile {
		display: none !important;
	}
}

/* Premium IT Services Theme Styles */
:root {
	--theme-bg: #f5f7fb;
	--theme-surface: #ffffff;
	--theme-surface-alt: #eef4ff;
	--theme-primary: #1d4ed8;
	--theme-primary-deep: #0f172a;
	--theme-accent: #7c3aed;
	--theme-success: #0ea5e9;
	--theme-text: #152033;
	--theme-muted: #5d6b82;
	--theme-border: rgba(15, 23, 42, 0.08);
	--shadow-soft: 0 18px 40px rgba(15, 23, 42, 0.08);
}

body {
	background: var(--theme-bg);
	color: var(--theme-text);
	font-family: 'Manrope', 'Avenir Next', sans-serif;
	font-size: 14px;
	line-height: 1.5;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

#page {
	overflow-x: hidden;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 1041;
	width: 100%;
	background: rgba(255, 255, 255, 0.88);
	backdrop-filter: blur(18px);
	border-bottom: 1px solid var(--theme-border);
	box-shadow: 0 12px 36px rgba(15, 23, 42, 0.07);
}

.topbar-strip {
	width: 100%;
	background: #0b1220;
	color: #fff;
	font-size: 13px;
}

.topbar-inner {
	width: min(100% - 32px, 1440px);
	max-width: 1440px;
	min-height: 38px;
	padding: 8px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	margin: 0 auto;
	flex-direction: row;
	text-align: left;
}

.topbar-strip p,
.topbar-strip a {
	margin: 0;
	color: #fff;
	text-decoration: none;
	line-height: 1.4;
}

.topbar-strip p {
	flex: 1 1 auto;
	white-space: normal;
	line-height: 1.3;
	font-size: 12px;
}

.topbar-strip a {
	white-space: nowrap;
	display: inline-block;
	padding: 4px 8px;
	font-size: 11px;
}

.header-main-wrapper {
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
	backdrop-filter: blur(18px);
	border-top: 1px solid rgba(15, 23, 42, 0.04);
}

.header-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 82px;
	gap: 16px;
	padding: 0 0;
	max-width: 1440px;
	width: min(100% - 32px, 1440px);
	flex-wrap: nowrap;
	margin: 0 auto;
}

.header-wrapper {
	min-height: 82px;
	gap: 18px;
}

.brand-mark {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	text-decoration: none;
	color: var(--theme-primary-deep);
	flex-shrink: 0;
}

.brand-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 8px;
	background: linear-gradient(135deg, #1d4ed8 0%, #7c3aed 100%);
	color: #fff;
	font-weight: 700;
	box-shadow: 0 4px 12px rgba(15, 23, 42, 0.1);
	font-size: 14px;
}

.brand-text {
	display: flex;
	flex-direction: column;
	line-height: 1.1;
}

.brand-text strong {
	font-size: 0.95rem;
	display: block;
	line-height: 1.1;
}

.brand-text small {
	color: var(--theme-muted);
	font-size: 0.6rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	display: block;
}

.brand-logo {
	height: 36px;
	width: auto;
	max-width: 140px;
	display: block;
	object-fit: contain;
}

.header-center {
	flex: 1;
	display: flex;
	justify-content: center;
}

.nav-menu {
	display: none;
	align-items: center;
	gap: 24px;
	list-style: none;
	margin: 0;
	padding: 0;
	flex: 1;
	justify-content: center;
}

.nav-item {
	position: relative;
}

.nav-item.has-mega-menu > a::after {
	content: '▾';
	font-size: 0.7rem;
	margin-left: 7px;
	color: var(--theme-primary);
}

.mega-menu {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: min(620px, 62vw);
	padding-top: 18px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.2s ease, visibility 0.2s ease;
	pointer-events: none;
	z-index: 30;
}

/* AI and machine learning service page */
.ai-page {
	--ai-ink: #071827;
	--ai-blue: #1769ff;
	--ai-cyan: #0db7c4;
	--ai-lime: #c8f169;
	--ai-paper: #f4f7f2;
	--ai-line: rgba(7, 24, 39, 0.14);
	color: var(--ai-ink);
	background: var(--ai-paper);
}

.ai-hero {
	position: relative;
	overflow: hidden;
	padding: clamp(72px, 9vw, 132px) 0 76px;
	background: var(--ai-ink);
	color: #f4f8ff;
}

.ai-hero::before {
	content: '';
	position: absolute;
	width: 560px;
	height: 560px;
	right: -180px;
	top: -260px;
	border: 1px solid rgba(200, 241, 105, 0.18);
	border-radius: 50%;
	box-shadow: 0 0 0 48px rgba(200, 241, 105, 0.04), 0 0 0 96px rgba(23, 105, 255, 0.08);
}

.ai-hero-grid,
.ai-use-case-grid,
.ai-responsible-grid,
.ai-final-cta-inner {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
	gap: clamp(32px, 7vw, 100px);
	align-items: center;
}

.ai-hero-copy { max-width: 700px; }
.ai-hero .eyebrow,
.ai-final-cta .eyebrow { color: var(--ai-lime); }

.ai-hero h1 {
	max-width: 720px;
	margin: 18px 0 24px;
	font-size: clamp(3rem, 6vw, 6.6rem);
	line-height: 0.94;
	letter-spacing: -0.06em;
	color: #f7fbff;
}

.ai-hero-lead {
	max-width: 610px;
	margin: 0;
	color: rgba(244, 248, 255, 0.74);
	font-size: clamp(1.05rem, 1.5vw, 1.28rem);
	line-height: 1.7;
}

.ai-hero-actions,
.ai-final-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 34px;
}

.ai-hero .btn-primary,
.ai-final-cta .btn-primary { background: var(--ai-lime); color: var(--ai-ink); }
.ai-hero .btn-secondary { border-color: rgba(244, 248, 255, 0.28); color: #f4f8ff; }
.ai-hero-actions a span,
.ai-final-actions a span { margin-left: 8px; }

.ai-proof-points {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	max-width: 620px;
	margin: 58px 0 0;
	padding: 20px 0 0;
	border-top: 1px solid rgba(244, 248, 255, 0.18);
	list-style: none;
}

.ai-proof-points li { display: grid; gap: 5px; }
.ai-proof-points strong { font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--ai-lime); }
.ai-proof-points span { color: rgba(244, 248, 255, 0.6); font-size: 0.82rem; }

.ai-hero-visual {
	position: relative;
	min-height: 390px;
	padding: 24px;
	border: 1px solid rgba(188, 222, 255, 0.22);
	border-radius: 24px;
	background: linear-gradient(145deg, rgba(18, 58, 91, 0.9), rgba(10, 27, 42, 0.96));
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
}

.ai-visual-topline,
.ai-visual-footer,
.ai-signal-row { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.ai-visual-topline { color: rgba(244, 248, 255, 0.72); font-size: 0.76rem; letter-spacing: 0.08em; text-transform: uppercase; }
.ai-visual-topline i { display: inline-block; width: 8px; height: 8px; margin-right: 7px; border-radius: 50%; background: var(--ai-lime); box-shadow: 0 0 0 5px rgba(200, 241, 105, 0.12); }
.ai-visual-topline b { color: var(--ai-lime); font-size: 0.65rem; }
.ai-signal-row { margin-top: 58px; padding-bottom: 16px; border-bottom: 1px solid rgba(188, 222, 255, 0.16); }
.ai-signal-row span { color: rgba(244, 248, 255, 0.66); font-size: 0.86rem; }
.ai-signal-row strong { margin-left: auto; color: #f7fbff; font-size: 2.3rem; letter-spacing: -0.05em; }
.ai-signal-row em { color: var(--ai-lime); font-size: 0.75rem; font-style: normal; }
.ai-chart { display: flex; align-items: end; gap: 12px; height: 140px; padding: 18px 4px 0; border-bottom: 1px solid rgba(188, 222, 255, 0.16); }
.ai-chart span { flex: 1; min-height: 18px; border-radius: 6px 6px 0 0; background: linear-gradient(180deg, var(--ai-cyan), var(--ai-blue)); opacity: 0.9; }
.ai-chart span:nth-child(7) { background: linear-gradient(180deg, var(--ai-lime), #76bd53); }
.ai-visual-footer { margin-top: 16px; color: rgba(244, 248, 255, 0.56); font-size: 0.72rem; }
.ai-dot { display: inline-block; width: 7px; height: 7px; margin-right: 5px; border-radius: 50%; }
.ai-dot.blue { background: var(--ai-cyan); }
.ai-dot.lime { background: var(--ai-lime); }
.ai-floating-note { position: absolute; right: -24px; bottom: 30px; display: flex; align-items: center; gap: 10px; max-width: 220px; padding: 14px; border: 1px solid rgba(7, 24, 39, 0.12); border-radius: 12px; background: #f7fbff; color: var(--ai-ink); box-shadow: 0 18px 38px rgba(0, 0, 0, 0.24); }
.ai-note-icon { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 8px; background: var(--ai-lime); color: var(--ai-ink); }
.ai-floating-note span:last-child { display: grid; gap: 3px; }
.ai-floating-note strong { font-size: 0.78rem; }
.ai-floating-note small { color: rgba(7, 24, 39, 0.58); font-size: 0.68rem; }

.ai-metric-strip { border-bottom: 1px solid var(--ai-line); background: #fff; }
.ai-metrics { display: grid; grid-template-columns: repeat(4, 1fr); }
.ai-metrics div { display: grid; gap: 7px; padding: 25px 24px; border-right: 1px solid var(--ai-line); }
.ai-metrics div:first-child { padding-left: 0; }
.ai-metrics div:last-child { border-right: 0; }
.ai-metrics strong { color: var(--ai-blue); font-size: 0.78rem; }
.ai-metrics span { font-weight: 700; font-size: 0.9rem; }

.ai-capabilities { background: var(--ai-paper); }
.ai-section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 36px; }
.ai-section-heading h2,
.ai-use-case-intro h2,
.ai-responsible h2,
.ai-final-cta h2 { max-width: 680px; margin: 12px 0 0; font-size: clamp(2.25rem, 4vw, 4.5rem); line-height: 0.98; letter-spacing: -0.055em; }
.ai-section-heading > p { max-width: 360px; margin: 0; color: rgba(7, 24, 39, 0.64); line-height: 1.65; }
.ai-capability-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.ai-capability-card { position: relative; min-height: 340px; display: flex; flex-direction: column; padding: 24px; border-radius: 16px; overflow: hidden; }
.ai-capability-card::after { content: ''; position: absolute; right: -34px; bottom: -55px; width: 150px; height: 150px; border: 1px solid currentColor; border-radius: 50%; opacity: 0.16; }
.ai-card-blue { background: #dce8ff; color: #1247ba; }
.ai-card-cyan { background: #cef2ee; color: #087a82; }
.ai-card-lime { background: var(--ai-lime); color: #385414; }
.ai-card-ink { background: var(--ai-ink); color: #d2e4f7; }
.ai-card-number { font-size: 0.76rem; font-weight: 800; opacity: 0.7; }
.ai-capability-card h3 { max-width: 210px; margin: auto 0 14px; color: inherit; font-size: 1.45rem; line-height: 1.05; letter-spacing: -0.035em; }
.ai-capability-card p { min-height: 78px; margin: 0; color: inherit; opacity: 0.76; font-size: 0.88rem; line-height: 1.55; }
.ai-capability-card a { position: relative; z-index: 1; margin-top: 24px; color: inherit; font-size: 0.78rem; font-weight: 800; text-decoration: none; }
.ai-capability-card a span { margin-left: 5px; }

.ai-use-cases { background: #fff; }
.ai-use-case-intro { align-self: start; }
.ai-use-case-intro > p:not(.eyebrow) { max-width: 450px; margin: 22px 0; color: rgba(7, 24, 39, 0.65); line-height: 1.7; }
.ai-use-case-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--ai-line); }
.ai-use-case-list > div { display: grid; grid-template-columns: 34px 1fr; column-gap: 14px; padding: 22px 0; border-bottom: 1px solid var(--ai-line); }
.ai-use-case-list > div:nth-child(odd) { padding-right: 24px; border-right: 1px solid var(--ai-line); }
.ai-use-case-list > div:nth-child(even) { padding-left: 24px; }
.ai-use-case-list span { color: var(--ai-blue); font-size: 0.75rem; font-weight: 800; }
.ai-use-case-list h3 { margin: 0 0 7px; font-size: 1.05rem; }
.ai-use-case-list p { grid-column: 2; margin: 0; color: rgba(7, 24, 39, 0.6); font-size: 0.85rem; line-height: 1.55; }
.btn-link { color: var(--ai-blue); font-weight: 800; text-decoration: none; }
.btn-link span { margin-left: 6px; }

.ai-process { background: var(--ai-paper); }
.ai-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ai-line); }
.ai-process-step { min-height: 220px; padding: 22px 24px 10px 0; border-right: 1px solid var(--ai-line); }
.ai-process-step:not(:first-child) { padding-left: 24px; }
.ai-process-step:last-child { border-right: 0; }
.ai-process-step span { display: block; margin-bottom: 45px; color: var(--ai-blue); font-size: 0.78rem; font-weight: 800; }
.ai-process-step h3 { margin: 0 0 10px; font-size: 1.25rem; }
.ai-process-step p { max-width: 220px; margin: 0; color: rgba(7, 24, 39, 0.62); font-size: 0.86rem; line-height: 1.6; }

.ai-responsible { background: var(--ai-cyan); color: var(--ai-ink); }
.ai-responsible h2 { max-width: 520px; }
.ai-responsible-copy > p { max-width: 520px; margin: 0; font-size: 1.15rem; line-height: 1.65; }
.ai-responsible-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.ai-responsible-tags span { padding: 9px 12px; border: 1px solid rgba(7, 24, 39, 0.2); border-radius: 999px; font-size: 0.75rem; font-weight: 800; }

.ai-final-cta { background: var(--ai-ink); color: #f4f8ff; }
.ai-final-cta h2 { color: #f4f8ff; }
.ai-final-cta-inner > div:first-child > p:last-child { max-width: 560px; margin: 22px 0 0; color: rgba(244, 248, 255, 0.66); line-height: 1.7; }
.ai-final-actions { justify-content: flex-end; }

@media (max-width: 980px) {
	.ai-hero-grid,
	.ai-use-case-grid,
	.ai-responsible-grid,
	.ai-final-cta-inner { grid-template-columns: 1fr; gap: 38px; }
	.ai-capability-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.ai-final-actions { justify-content: flex-start; margin-top: 0; }
}

@media (max-width: 680px) {
	.ai-hero { padding-top: 58px; padding-bottom: 54px; }
	.ai-hero h1 { font-size: clamp(2.9rem, 14vw, 4.4rem); }
	.ai-hero-visual { min-height: 350px; padding: 18px; }
	.ai-floating-note { right: 12px; bottom: 20px; }
	.ai-proof-points { grid-template-columns: 1fr; gap: 12px; margin-top: 40px; }
	.ai-proof-points li { grid-template-columns: 90px 1fr; align-items: baseline; }
	.ai-metrics { grid-template-columns: repeat(2, 1fr); }
	.ai-metrics div,
	.ai-metrics div:first-child { padding: 18px 12px; border-bottom: 1px solid var(--ai-line); }
	.ai-metrics div:nth-child(2) { border-right: 0; }
	.ai-section-heading { display: block; }
	.ai-section-heading > p { margin-top: 20px; }
	.ai-capability-grid,
	.ai-use-case-list,
	.ai-process-grid { grid-template-columns: 1fr; }
	.ai-capability-card { min-height: 260px; }
	.ai-use-case-list > div:nth-child(odd),
	.ai-use-case-list > div:nth-child(even) { padding: 18px 0; border-right: 0; }
	.ai-process-step,
	.ai-process-step:not(:first-child) { min-height: 0; padding: 18px 0 24px; border-right: 0; border-bottom: 1px solid var(--ai-line); }
	.ai-process-step span { margin-bottom: 20px; }
	.ai-responsible-copy > p { font-size: 1rem; }
}

/* Cloud and DevOps service page */
.cloud-page { --cloud-ink: #071827; --cloud-blue: #1769ff; --cloud-cyan: #a9e7e2; --cloud-lime: #d5ef72; --cloud-orange: #ffc66d; --cloud-paper: #f4f7f2; --cloud-line: rgba(7, 24, 39, 0.14); color: var(--cloud-ink); background: var(--cloud-paper); }
.cloud-hero { position: relative; overflow: hidden; padding: clamp(70px, 9vw, 128px) 0 80px; background: var(--cloud-ink); color: #fff; }
.cloud-hero::before { content: ''; position: absolute; right: -240px; top: -260px; width: 560px; height: 560px; border: 1px solid rgba(213, 239, 114, 0.2); border-radius: 50%; box-shadow: 0 0 0 50px rgba(213, 239, 114, 0.04), 0 0 0 100px rgba(23, 105, 255, 0.08); }
.cloud-hero-grid, .cloud-outcomes-grid, .cloud-principles-grid, .cloud-final-cta-inner { position: relative; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr); gap: clamp(32px, 7vw, 100px); align-items: center; }
.cloud-hero-copy { max-width: 700px; }
.cloud-hero .eyebrow, .cloud-final-cta .eyebrow { color: var(--cloud-lime); }
.cloud-hero h1 { max-width: 720px; margin: 18px 0 24px; color: #fff; font-size: clamp(3rem, 6vw, 6.4rem); line-height: 0.94; letter-spacing: -0.06em; }
.cloud-hero-lead { max-width: 610px; margin: 0; color: rgba(255, 255, 255, 0.72); font-size: clamp(1.05rem, 1.5vw, 1.28rem); line-height: 1.7; }
.cloud-hero-actions, .cloud-final-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.cloud-hero .btn-primary, .cloud-final-cta .btn-primary { background: var(--cloud-lime); color: var(--cloud-ink); }
.cloud-hero .btn-secondary, .cloud-final-cta .btn-secondary { border-color: rgba(255, 255, 255, 0.28); color: #fff; }
.cloud-hero-actions a span, .cloud-final-actions a span { margin-left: 8px; }
.cloud-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: 620px; margin: 58px 0 0; padding: 20px 0 0; border-top: 1px solid rgba(255, 255, 255, 0.18); list-style: none; }
.cloud-proof li { display: grid; gap: 5px; }
.cloud-proof strong { color: var(--cloud-lime); font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.08em; }
.cloud-proof span { color: rgba(255, 255, 255, 0.58); font-size: 0.82rem; }
.cloud-hero-visual { position: relative; min-height: 390px; padding: 22px; border: 1px solid rgba(190, 220, 255, 0.22); border-radius: 22px; background: linear-gradient(145deg, #153956, #0d1d2d); box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28); }
.cloud-window-head { display: flex; align-items: center; gap: 12px; padding-bottom: 18px; border-bottom: 1px solid rgba(190, 220, 255, 0.16); color: rgba(255, 255, 255, 0.64); font-size: 0.64rem; letter-spacing: 0.08em; }
.cloud-window-head > span { display: flex; gap: 5px; }
.cloud-window-head i { width: 7px; height: 7px; border-radius: 50%; background: #f07e69; }
.cloud-window-head i:nth-child(2) { background: #e2b75e; }
.cloud-window-head i:nth-child(3) { background: #70bd80; }
.cloud-window-head b { margin-right: auto; font-size: 0.63rem; }
.cloud-window-head em { color: var(--cloud-lime); font-size: 0.58rem; font-style: normal; }
.cloud-health { display: flex; align-items: end; gap: 12px; margin-top: 45px; }
.cloud-health div { display: grid; gap: 5px; }
.cloud-health span { color: rgba(255, 255, 255, 0.6); font-size: 0.82rem; }
.cloud-health strong { color: #fff; font-size: 2.5rem; letter-spacing: -0.06em; }
.cloud-health em { margin-left: auto; color: var(--cloud-lime); font-size: 0.74rem; font-style: normal; }
.cloud-topology { position: relative; height: 118px; margin-top: 20px; border-bottom: 1px solid rgba(190, 220, 255, 0.16); }
.cloud-node { position: absolute; z-index: 1; display: grid; place-items: center; width: 52px; height: 34px; border: 1px solid rgba(190, 220, 255, 0.3); border-radius: 8px; background: #1c4e70; color: #fff; font-size: 0.62rem; font-weight: 800; }
.node-a { left: 5%; top: 35px; }.node-b { left: 34%; top: 12px; background: var(--cloud-blue); }.node-c { right: 5%; top: 35px; background: #247c82; }.node-d { left: 34%; bottom: 4px; background: #567334; }
.cloud-line { position: absolute; height: 1px; background: rgba(190, 220, 255, 0.5); transform-origin: left center; }
.line-a { left: 20%; top: 51px; width: 17%; transform: rotate(-16deg); }.line-b { left: 48%; top: 30px; width: 27%; transform: rotate(17deg); }.line-c { left: 48%; top: 43px; width: 27%; transform: rotate(157deg); }
.cloud-status-list { display: grid; gap: 10px; margin-top: 18px; padding: 14px; border-radius: 11px; background: rgba(255, 255, 255, 0.06); }
.cloud-status-list div { display: grid; grid-template-columns: 12px 1fr auto; align-items: center; gap: 8px; color: rgba(255, 255, 255, 0.76); font-size: 0.72rem; }
.cloud-status-list b { color: var(--cloud-lime); font-size: 0.64rem; }
.cloud-status { width: 7px; height: 7px; border-radius: 50%; }.cloud-status.green { background: #70bd80; }.cloud-status.blue { background: #5bbbe1; }.cloud-status.lime { background: var(--cloud-lime); }
.cloud-float { position: absolute; right: -25px; bottom: 28px; display: grid; gap: 3px; max-width: 180px; padding: 15px; border-radius: 12px; background: #fff; color: var(--cloud-ink); box-shadow: 0 18px 38px rgba(0, 0, 0, 0.24); }
.cloud-float strong { color: var(--cloud-blue); font-size: 1.7rem; letter-spacing: -0.05em; }.cloud-float span { color: rgba(7, 24, 39, 0.58); font-size: 0.7rem; }
.cloud-metric-strip { border-bottom: 1px solid var(--cloud-line); background: #fff; }.cloud-metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); }.cloud-metric-grid div { display: grid; gap: 7px; padding: 25px 24px; border-right: 1px solid var(--cloud-line); }.cloud-metric-grid div:first-child { padding-left: 0; }.cloud-metric-grid div:last-child { border-right: 0; }.cloud-metric-grid strong { color: var(--cloud-blue); font-size: 0.78rem; }.cloud-metric-grid span { font-size: 0.9rem; font-weight: 700; }
.cloud-services { background: var(--cloud-paper); }.cloud-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 36px; }.cloud-section-heading h2, .cloud-outcomes-intro h2, .cloud-principles h2, .cloud-final-cta h2 { max-width: 700px; margin: 12px 0 0; font-size: clamp(2.25rem, 4vw, 4.5rem); line-height: 0.98; letter-spacing: -0.055em; }.cloud-section-heading > p { max-width: 370px; margin: 0; color: rgba(7, 24, 39, 0.62); line-height: 1.65; }
.cloud-service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }.cloud-service-card { position: relative; min-height: 290px; display: flex; flex-direction: column; padding: 22px; border-radius: 15px; overflow: hidden; }.cloud-service-card::after { content: ''; position: absolute; right: -40px; bottom: -62px; width: 160px; height: 160px; border: 1px solid currentColor; border-radius: 50%; opacity: 0.17; }.cloud-service-card > span { font-size: 0.66rem; font-weight: 800; letter-spacing: 0.08em; opacity: 0.7; }.cloud-service-card h3 { margin: auto 0 12px; color: inherit; font-size: 1.42rem; line-height: 1; letter-spacing: -0.04em; }.cloud-service-card p { min-height: 82px; margin: 0; color: inherit; opacity: 0.73; font-size: 0.84rem; line-height: 1.55; }.cloud-service-card a { position: relative; z-index: 1; margin-top: 20px; color: inherit; font-size: 0.76rem; font-weight: 800; text-decoration: none; }.cloud-service-card a b { margin-left: 5px; }.cloud-card-blue { background: #dce8ff; color: #1646aa; }.cloud-card-cyan { background: var(--cloud-cyan); color: #155e68; }.cloud-card-lime { background: var(--cloud-lime); color: #3e551d; }.cloud-card-ink { background: var(--cloud-ink); color: #dce8f7; }.cloud-card-white { border: 1px solid var(--cloud-line); background: #fff; color: var(--cloud-ink); }.cloud-card-orange { background: var(--cloud-orange); color: #744918; }
.cloud-outcomes { background: #fff; }.cloud-outcomes-intro { align-self: start; }.cloud-outcomes-intro > p:not(.eyebrow) { max-width: 460px; margin: 22px 0; color: rgba(7, 24, 39, 0.64); line-height: 1.7; }.cloud-outcome-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--cloud-line); }.cloud-outcome-list > div { display: grid; grid-template-columns: 34px 1fr; gap: 14px; padding: 22px 0; border-bottom: 1px solid var(--cloud-line); }.cloud-outcome-list > div:nth-child(odd) { padding-right: 24px; border-right: 1px solid var(--cloud-line); }.cloud-outcome-list > div:nth-child(even) { padding-left: 24px; }.cloud-outcome-list span { color: var(--cloud-blue); font-size: 0.75rem; font-weight: 800; }.cloud-outcome-list h3 { margin: 0 0 7px; font-size: 1.05rem; }.cloud-outcome-list p { margin: 0; color: rgba(7, 24, 39, 0.6); font-size: 0.85rem; line-height: 1.55; }
.cloud-process { background: var(--cloud-paper); }.cloud-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--cloud-line); }.cloud-process-grid > div { min-height: 220px; padding: 22px 24px 10px 0; border-right: 1px solid var(--cloud-line); }.cloud-process-grid > div:not(:first-child) { padding-left: 24px; }.cloud-process-grid > div:last-child { border-right: 0; }.cloud-process-grid strong { display: block; margin-bottom: 45px; color: var(--cloud-blue); font-size: 0.78rem; }.cloud-process-grid h3 { margin: 0 0 10px; font-size: 1.25rem; }.cloud-process-grid p { max-width: 220px; margin: 0; color: rgba(7, 24, 39, 0.62); font-size: 0.86rem; line-height: 1.6; }
.cloud-principles { background: var(--cloud-cyan); }.cloud-principles-grid > div:last-child > p { max-width: 520px; margin: 0; font-size: 1.1rem; line-height: 1.65; }.cloud-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }.cloud-tags span { padding: 9px 12px; border: 1px solid rgba(7, 24, 39, 0.22); border-radius: 999px; font-size: 0.74rem; font-weight: 800; }
.cloud-final-cta { background: var(--cloud-ink); color: #fff; }.cloud-final-cta h2 { color: #fff; }.cloud-final-cta-inner > div:first-child > p:last-child { max-width: 570px; margin: 22px 0 0; color: rgba(255, 255, 255, 0.66); line-height: 1.7; }.cloud-final-actions { justify-content: flex-end; }
@media (max-width: 980px) { .cloud-hero-grid, .cloud-outcomes-grid, .cloud-principles-grid, .cloud-final-cta-inner { grid-template-columns: 1fr; gap: 38px; } .cloud-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .cloud-final-actions { justify-content: flex-start; margin-top: 0; } }
@media (max-width: 680px) { .cloud-hero { padding-top: 58px; padding-bottom: 54px; }.cloud-hero h1 { font-size: clamp(2.9rem, 14vw, 4.4rem); }.cloud-hero-visual { min-height: 350px; padding: 18px; }.cloud-float { right: 12px; bottom: 20px; }.cloud-proof { grid-template-columns: 1fr; gap: 12px; margin-top: 40px; }.cloud-proof li { grid-template-columns: 90px 1fr; align-items: baseline; }.cloud-metric-grid { grid-template-columns: repeat(2, 1fr); }.cloud-metric-grid div, .cloud-metric-grid div:first-child { padding: 18px 12px; border-bottom: 1px solid var(--cloud-line); }.cloud-metric-grid div:nth-child(2) { border-right: 0; }.cloud-section-heading { display: block; }.cloud-section-heading > p { margin-top: 20px; }.cloud-service-grid, .cloud-outcome-list, .cloud-process-grid { grid-template-columns: 1fr; }.cloud-service-card { min-height: 250px; }.cloud-outcome-list > div:nth-child(odd), .cloud-outcome-list > div:nth-child(even) { padding: 18px 0; border-right: 0; }.cloud-process-grid > div, .cloud-process-grid > div:not(:first-child) { min-height: 0; padding: 18px 0 24px; border-right: 0; border-bottom: 1px solid var(--cloud-line); }.cloud-process-grid strong { margin-bottom: 20px; } }

/* SaaS and startups service page */
.saas-page { --saas-ink: #111827; --saas-blue: #2764e8; --saas-cyan: #a9e7e2; --saas-lime: #d4ef72; --saas-orange: #ffc66d; --saas-paper: #f6f6f1; --saas-line: rgba(17, 24, 39, 0.14); color: var(--saas-ink); background: var(--saas-paper); }
.saas-hero { position: relative; overflow: hidden; padding: clamp(70px, 9vw, 128px) 0 80px; background: #eaf0ff; }
.saas-hero::after { content: ''; position: absolute; right: -170px; top: -230px; width: 560px; height: 560px; border: 1px solid rgba(39, 100, 232, 0.2); border-radius: 50%; box-shadow: 0 0 0 50px rgba(39, 100, 232, 0.05), 0 0 0 100px rgba(212, 239, 114, 0.1); }
.saas-hero-grid, .saas-stages-grid, .saas-principles-grid, .saas-final-cta-inner { position: relative; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr); gap: clamp(32px, 7vw, 100px); align-items: center; }
.saas-hero-copy { position: relative; z-index: 1; max-width: 710px; }.saas-hero h1 { max-width: 740px; margin: 18px 0 24px; color: var(--saas-ink); font-size: clamp(3rem, 6vw, 6.4rem); line-height: 0.94; letter-spacing: -0.06em; }.saas-hero-lead { max-width: 610px; margin: 0; color: rgba(17, 24, 39, 0.68); font-size: clamp(1.05rem, 1.5vw, 1.28rem); line-height: 1.7; }.saas-hero-actions, .saas-final-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }.saas-hero-actions a span, .saas-final-actions a span { margin-left: 8px; }.saas-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: 620px; margin: 58px 0 0; padding: 20px 0 0; border-top: 1px solid rgba(17, 24, 39, 0.18); list-style: none; }.saas-proof li { display: grid; gap: 5px; }.saas-proof strong { color: var(--saas-blue); font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.08em; }.saas-proof span { color: rgba(17, 24, 39, 0.58); font-size: 0.82rem; }
.saas-hero-visual { position: relative; min-height: 390px; padding: 20px; border: 1px solid rgba(17, 24, 39, 0.14); border-radius: 20px; background: #fff; box-shadow: 0 28px 70px rgba(17, 24, 39, 0.13); transform: rotate(1.5deg); }.saas-window-head { display: flex; align-items: center; gap: 12px; padding-bottom: 18px; border-bottom: 1px solid var(--saas-line); color: rgba(17, 24, 39, 0.55); font-size: 0.64rem; letter-spacing: 0.08em; }.saas-window-head > span { display: flex; gap: 5px; }.saas-window-head i { width: 7px; height: 7px; border-radius: 50%; background: #ef7d66; }.saas-window-head i:nth-child(2) { background: #e4b85e; }.saas-window-head i:nth-child(3) { background: #74bf81; }.saas-window-head b { margin-right: auto; font-size: 0.63rem; }.saas-window-head em { color: var(--saas-blue); font-size: 0.58rem; font-style: normal; }.saas-score { display: flex; align-items: end; gap: 12px; margin-top: 45px; }.saas-score div { display: grid; gap: 5px; }.saas-score span { color: rgba(17, 24, 39, 0.55); font-size: 0.82rem; }.saas-score strong { color: var(--saas-blue); font-size: 2.5rem; letter-spacing: -0.06em; }.saas-score em { margin-left: auto; color: #4a9e63; font-size: 0.74rem; font-style: normal; }.saas-chart { display: flex; align-items: end; gap: 11px; height: 125px; margin-top: 16px; padding: 15px 3px 0; border-bottom: 1px solid var(--saas-line); }.saas-chart span { flex: 1; min-height: 18px; border-radius: 5px 5px 0 0; background: linear-gradient(180deg, #65c7d3, var(--saas-blue)); }.saas-chart span:nth-child(7) { background: linear-gradient(180deg, var(--saas-lime), #70b651); }.saas-funnel { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; margin-top: 16px; }.saas-funnel span { display: grid; gap: 4px; color: rgba(17, 24, 39, 0.5); font-size: 0.65rem; }.saas-funnel b { color: var(--saas-ink); font-size: 0.9rem; }.saas-float { position: absolute; right: -25px; bottom: 28px; display: grid; gap: 3px; max-width: 180px; padding: 15px; border-radius: 12px; background: var(--saas-ink); color: #fff; box-shadow: 0 18px 38px rgba(17, 24, 39, 0.23); }.saas-float strong { color: var(--saas-lime); font-size: 1.75rem; letter-spacing: -0.05em; }.saas-float span { color: rgba(255, 255, 255, 0.66); font-size: 0.7rem; }
.saas-metric-strip { border-bottom: 1px solid var(--saas-line); background: #fff; }.saas-metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); }.saas-metric-grid div { display: grid; gap: 7px; padding: 25px 24px; border-right: 1px solid var(--saas-line); }.saas-metric-grid div:first-child { padding-left: 0; }.saas-metric-grid div:last-child { border-right: 0; }.saas-metric-grid strong { color: var(--saas-blue); font-size: 0.78rem; }.saas-metric-grid span { font-size: 0.9rem; font-weight: 700; }
.saas-services { background: var(--saas-paper); }.saas-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 36px; }.saas-section-heading h2, .saas-stages-intro h2, .saas-principles h2, .saas-final-cta h2 { max-width: 700px; margin: 12px 0 0; font-size: clamp(2.25rem, 4vw, 4.5rem); line-height: 0.98; letter-spacing: -0.055em; }.saas-section-heading > p { max-width: 370px; margin: 0; color: rgba(17, 24, 39, 0.62); line-height: 1.65; }.saas-service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }.saas-service-card { position: relative; min-height: 290px; display: flex; flex-direction: column; padding: 22px; border-radius: 15px; overflow: hidden; }.saas-service-card::after { content: ''; position: absolute; right: -40px; bottom: -62px; width: 160px; height: 160px; border: 1px solid currentColor; border-radius: 50%; opacity: 0.17; }.saas-service-card > span { font-size: 0.66rem; font-weight: 800; letter-spacing: 0.08em; opacity: 0.7; }.saas-service-card h3 { margin: auto 0 12px; color: inherit; font-size: 1.42rem; line-height: 1; letter-spacing: -0.04em; }.saas-service-card p { min-height: 82px; margin: 0; color: inherit; opacity: 0.73; font-size: 0.84rem; line-height: 1.55; }.saas-service-card a { position: relative; z-index: 1; margin-top: 20px; color: inherit; font-size: 0.76rem; font-weight: 800; text-decoration: none; }.saas-service-card a b { margin-left: 5px; }.saas-card-blue { background: #dce8ff; color: #1646aa; }.saas-card-cyan { background: var(--saas-cyan); color: #155e68; }.saas-card-lime { background: var(--saas-lime); color: #3e551d; }.saas-card-ink { background: var(--saas-ink); color: #dce8f7; }.saas-card-white { border: 1px solid var(--saas-line); background: #fff; color: var(--saas-ink); }.saas-card-orange { background: var(--saas-orange); color: #744918; }
.saas-stages { background: #fff; }.saas-stages-intro { align-self: start; }.saas-stages-intro > p:not(.eyebrow) { max-width: 460px; margin: 22px 0; color: rgba(17, 24, 39, 0.64); line-height: 1.7; }.saas-stage-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--saas-line); }.saas-stage-list > div { display: grid; grid-template-columns: 34px 1fr; gap: 14px; padding: 22px 0; border-bottom: 1px solid var(--saas-line); }.saas-stage-list > div:nth-child(odd) { padding-right: 24px; border-right: 1px solid var(--saas-line); }.saas-stage-list > div:nth-child(even) { padding-left: 24px; }.saas-stage-list span { color: var(--saas-blue); font-size: 0.75rem; font-weight: 800; }.saas-stage-list h3 { margin: 0 0 7px; font-size: 1.05rem; }.saas-stage-list p { margin: 0; color: rgba(17, 24, 39, 0.6); font-size: 0.85rem; line-height: 1.55; }
.saas-process { background: var(--saas-paper); }.saas-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--saas-line); }.saas-process-grid > div { min-height: 220px; padding: 22px 24px 10px 0; border-right: 1px solid var(--saas-line); }.saas-process-grid > div:not(:first-child) { padding-left: 24px; }.saas-process-grid > div:last-child { border-right: 0; }.saas-process-grid strong { display: block; margin-bottom: 45px; color: var(--saas-blue); font-size: 0.78rem; }.saas-process-grid h3 { margin: 0 0 10px; font-size: 1.25rem; }.saas-process-grid p { max-width: 220px; margin: 0; color: rgba(17, 24, 39, 0.62); font-size: 0.86rem; line-height: 1.6; }
.saas-principles { background: var(--saas-cyan); }.saas-principles-grid > div:last-child > p { max-width: 520px; margin: 0; font-size: 1.1rem; line-height: 1.65; }.saas-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }.saas-tags span { padding: 9px 12px; border: 1px solid rgba(17, 24, 39, 0.22); border-radius: 999px; font-size: 0.74rem; font-weight: 800; }
.saas-final-cta { background: var(--saas-ink); color: #fff; }.saas-final-cta h2 { color: #fff; }.saas-final-cta-inner > div:first-child > p:last-child { max-width: 570px; margin: 22px 0 0; color: rgba(255, 255, 255, 0.66); line-height: 1.7; }.saas-final-actions { justify-content: flex-end; }.saas-final-cta .btn-primary { background: var(--saas-lime); color: var(--saas-ink); }.saas-final-cta .btn-secondary { border-color: rgba(255, 255, 255, 0.3); color: #fff; }
@media (max-width: 980px) { .saas-hero-grid, .saas-stages-grid, .saas-principles-grid, .saas-final-cta-inner { grid-template-columns: 1fr; gap: 38px; }.saas-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.saas-final-actions { justify-content: flex-start; margin-top: 0; } }
@media (max-width: 680px) { .saas-hero { padding-top: 58px; padding-bottom: 54px; }.saas-hero h1 { font-size: clamp(2.9rem, 14vw, 4.4rem); }.saas-hero-visual { min-height: 350px; padding: 18px; transform: none; }.saas-float { right: 12px; bottom: 20px; }.saas-proof { grid-template-columns: 1fr; gap: 12px; margin-top: 40px; }.saas-proof li { grid-template-columns: 90px 1fr; align-items: baseline; }.saas-metric-grid { grid-template-columns: repeat(2, 1fr); }.saas-metric-grid div, .saas-metric-grid div:first-child { padding: 18px 12px; border-bottom: 1px solid var(--saas-line); }.saas-metric-grid div:nth-child(2) { border-right: 0; }.saas-section-heading { display: block; }.saas-section-heading > p { margin-top: 20px; }.saas-service-grid, .saas-stage-list, .saas-process-grid { grid-template-columns: 1fr; }.saas-service-card { min-height: 250px; }.saas-stage-list > div:nth-child(odd), .saas-stage-list > div:nth-child(even) { padding: 18px 0; border-right: 0; }.saas-process-grid > div, .saas-process-grid > div:not(:first-child) { min-height: 0; padding: 18px 0 24px; border-right: 0; border-bottom: 1px solid var(--saas-line); }.saas-process-grid strong { margin-bottom: 20px; } }

/* Data engineering service page */
.data-page { --data-ink: #071827; --data-blue: #1769ff; --data-cyan: #a9e7e2; --data-lime: #d5ef72; --data-orange: #ffc66d; --data-paper: #f4f7f2; --data-line: rgba(7, 24, 39, 0.14); color: var(--data-ink); background: var(--data-paper); }
.data-hero { position: relative; overflow: hidden; padding: clamp(70px, 9vw, 128px) 0 80px; background: #eaf3f4; }.data-hero::after { content: ''; position: absolute; right: -180px; top: -230px; width: 560px; height: 560px; border: 1px solid rgba(23, 105, 255, 0.2); border-radius: 50%; box-shadow: 0 0 0 50px rgba(23, 105, 255, 0.04), 0 0 0 100px rgba(213, 239, 114, 0.1); }
.data-hero-grid, .data-outcomes-grid, .data-principles-grid, .data-final-cta-inner { position: relative; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr); gap: clamp(32px, 7vw, 100px); align-items: center; }.data-hero-copy { position: relative; z-index: 1; max-width: 710px; }.data-hero h1 { max-width: 730px; margin: 18px 0 24px; color: var(--data-ink); font-size: clamp(3rem, 6vw, 6.4rem); line-height: 0.94; letter-spacing: -0.06em; }.data-hero-lead { max-width: 610px; margin: 0; color: rgba(7, 24, 39, 0.68); font-size: clamp(1.05rem, 1.5vw, 1.28rem); line-height: 1.7; }.data-hero-actions, .data-final-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }.data-hero-actions a span, .data-final-actions a span { margin-left: 8px; }.data-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: 620px; margin: 58px 0 0; padding: 20px 0 0; border-top: 1px solid rgba(7, 24, 39, 0.18); list-style: none; }.data-proof li { display: grid; gap: 5px; }.data-proof strong { color: var(--data-blue); font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.08em; }.data-proof span { color: rgba(7, 24, 39, 0.58); font-size: 0.82rem; }
.data-hero-visual { position: relative; min-height: 390px; padding: 20px; border: 1px solid rgba(7, 24, 39, 0.14); border-radius: 20px; background: #fff; box-shadow: 0 28px 70px rgba(7, 24, 39, 0.13); transform: rotate(1.5deg); }.data-window-head { display: flex; align-items: center; gap: 12px; padding-bottom: 18px; border-bottom: 1px solid var(--data-line); color: rgba(7, 24, 39, 0.55); font-size: 0.64rem; letter-spacing: 0.08em; }.data-window-head > span { display: flex; gap: 5px; }.data-window-head i { width: 7px; height: 7px; border-radius: 50%; background: #ef7d66; }.data-window-head i:nth-child(2) { background: #e4b85e; }.data-window-head i:nth-child(3) { background: #74bf81; }.data-window-head b { margin-right: auto; font-size: 0.63rem; }.data-window-head em { color: #4a9e63; font-size: 0.58rem; font-style: normal; }.data-score { display: flex; align-items: end; gap: 12px; margin-top: 44px; }.data-score div { display: grid; gap: 5px; }.data-score span { color: rgba(7, 24, 39, 0.55); font-size: 0.82rem; }.data-score strong { color: var(--data-blue); font-size: 2.5rem; letter-spacing: -0.06em; }.data-score em { margin-left: auto; color: #4a9e63; font-size: 0.74rem; font-style: normal; }.data-flow { position: relative; height: 128px; margin-top: 16px; border-bottom: 1px solid var(--data-line); }.data-node { position: absolute; z-index: 1; display: grid; place-items: center; min-width: 50px; height: 30px; padding: 0 7px; border-radius: 7px; background: #dce8ff; color: #1646aa; font-size: 0.58rem; font-weight: 800; }.source-one { left: 2%; top: 5px; }.source-two { left: 2%; top: 48px; background: var(--data-cyan); color: #155e68; }.source-three { left: 2%; bottom: 5px; background: var(--data-lime); color: #3e551d; }.warehouse { left: 42%; top: 45px; background: var(--data-ink); color: #fff; }.insight { right: 2%; top: 45px; background: var(--data-blue); color: #fff; }.data-flow-line { position: absolute; height: 1px; background: rgba(23, 105, 255, 0.5); transform-origin: left center; }.flow-one { left: 16%; top: 20px; width: 27%; transform: rotate(10deg); }.flow-two { left: 16%; top: 61px; width: 27%; }.flow-three { left: 16%; bottom: 20px; width: 27%; transform: rotate(-10deg); }.flow-four { left: 59%; top: 60px; width: 27%; }.data-status-list { display: grid; gap: 10px; margin-top: 18px; padding: 14px; border-radius: 11px; background: #f2f5f7; }.data-status-list div { display: grid; grid-template-columns: 12px 1fr auto; align-items: center; gap: 8px; color: rgba(7, 24, 39, 0.76); font-size: 0.72rem; }.data-status-list b { color: #4a9e63; font-size: 0.64rem; }.data-status { width: 7px; height: 7px; border-radius: 50%; }.data-status.green { background: #70bd80; }.data-status.blue { background: var(--data-blue); }.data-status.lime { background: #9abf45; }.data-float { position: absolute; right: -25px; bottom: 28px; display: grid; gap: 3px; max-width: 180px; padding: 15px; border-radius: 12px; background: var(--data-ink); color: #fff; box-shadow: 0 18px 38px rgba(7, 24, 39, 0.23); }.data-float strong { color: var(--data-lime); font-size: 1.7rem; letter-spacing: -0.05em; }.data-float span { color: rgba(255, 255, 255, 0.66); font-size: 0.7rem; }
.data-metric-strip { border-bottom: 1px solid var(--data-line); background: #fff; }.data-metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); }.data-metric-grid div { display: grid; gap: 7px; padding: 25px 24px; border-right: 1px solid var(--data-line); }.data-metric-grid div:first-child { padding-left: 0; }.data-metric-grid div:last-child { border-right: 0; }.data-metric-grid strong { color: var(--data-blue); font-size: 0.78rem; }.data-metric-grid span { font-size: 0.9rem; font-weight: 700; }.data-services { background: var(--data-paper); }.data-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 36px; }.data-section-heading h2, .data-outcomes-intro h2, .data-principles h2, .data-final-cta h2 { max-width: 700px; margin: 12px 0 0; font-size: clamp(2.25rem, 4vw, 4.5rem); line-height: 0.98; letter-spacing: -0.055em; }.data-section-heading > p { max-width: 370px; margin: 0; color: rgba(7, 24, 39, 0.62); line-height: 1.65; }.data-service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }.data-service-card { position: relative; min-height: 290px; display: flex; flex-direction: column; padding: 22px; border-radius: 15px; overflow: hidden; }.data-service-card::after { content: ''; position: absolute; right: -40px; bottom: -62px; width: 160px; height: 160px; border: 1px solid currentColor; border-radius: 50%; opacity: 0.17; }.data-service-card > span { font-size: 0.66rem; font-weight: 800; letter-spacing: 0.08em; opacity: 0.7; }.data-service-card h3 { margin: auto 0 12px; color: inherit; font-size: 1.42rem; line-height: 1; letter-spacing: -0.04em; }.data-service-card p { min-height: 82px; margin: 0; color: inherit; opacity: 0.73; font-size: 0.84rem; line-height: 1.55; }.data-service-card a { position: relative; z-index: 1; margin-top: 20px; color: inherit; font-size: 0.76rem; font-weight: 800; text-decoration: none; }.data-service-card a b { margin-left: 5px; }.data-card-blue { background: #dce8ff; color: #1646aa; }.data-card-cyan { background: var(--data-cyan); color: #155e68; }.data-card-lime { background: var(--data-lime); color: #3e551d; }.data-card-ink { background: var(--data-ink); color: #dce8f7; }.data-card-white { border: 1px solid var(--data-line); background: #fff; color: var(--data-ink); }.data-card-orange { background: var(--data-orange); color: #744918; }
.data-outcomes { background: #fff; }.data-outcomes-intro { align-self: start; }.data-outcomes-intro > p:not(.eyebrow) { max-width: 460px; margin: 22px 0; color: rgba(7, 24, 39, 0.64); line-height: 1.7; }.data-outcome-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--data-line); }.data-outcome-list > div { display: grid; grid-template-columns: 34px 1fr; gap: 14px; padding: 22px 0; border-bottom: 1px solid var(--data-line); }.data-outcome-list > div:nth-child(odd) { padding-right: 24px; border-right: 1px solid var(--data-line); }.data-outcome-list > div:nth-child(even) { padding-left: 24px; }.data-outcome-list span { color: var(--data-blue); font-size: 0.75rem; font-weight: 800; }.data-outcome-list h3 { margin: 0 0 7px; font-size: 1.05rem; }.data-outcome-list p { margin: 0; color: rgba(7, 24, 39, 0.6); font-size: 0.85rem; line-height: 1.55; }.data-process { background: var(--data-paper); }.data-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--data-line); }.data-process-grid > div { min-height: 220px; padding: 22px 24px 10px 0; border-right: 1px solid var(--data-line); }.data-process-grid > div:not(:first-child) { padding-left: 24px; }.data-process-grid > div:last-child { border-right: 0; }.data-process-grid strong { display: block; margin-bottom: 45px; color: var(--data-blue); font-size: 0.78rem; }.data-process-grid h3 { margin: 0 0 10px; font-size: 1.25rem; }.data-process-grid p { max-width: 220px; margin: 0; color: rgba(7, 24, 39, 0.62); font-size: 0.86rem; line-height: 1.6; }
.data-principles { background: var(--data-cyan); }.data-principles-grid > div:last-child > p { max-width: 520px; margin: 0; font-size: 1.1rem; line-height: 1.65; }.data-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }.data-tags span { padding: 9px 12px; border: 1px solid rgba(7, 24, 39, 0.22); border-radius: 999px; font-size: 0.74rem; font-weight: 800; }.data-final-cta { background: var(--data-ink); color: #fff; }.data-final-cta h2 { color: #fff; }.data-final-cta-inner > div:first-child > p:last-child { max-width: 570px; margin: 22px 0 0; color: rgba(255, 255, 255, 0.66); line-height: 1.7; }.data-final-actions { justify-content: flex-end; }.data-final-cta .btn-primary { background: var(--data-lime); color: var(--data-ink); }.data-final-cta .btn-secondary { border-color: rgba(255, 255, 255, 0.3); color: #fff; }
@media (max-width: 980px) { .data-hero-grid, .data-outcomes-grid, .data-principles-grid, .data-final-cta-inner { grid-template-columns: 1fr; gap: 38px; }.data-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.data-final-actions { justify-content: flex-start; margin-top: 0; } }
@media (max-width: 680px) { .data-hero { padding-top: 58px; padding-bottom: 54px; }.data-hero h1 { font-size: clamp(2.9rem, 14vw, 4.4rem); }.data-hero-visual { min-height: 350px; padding: 18px; transform: none; }.data-float { right: 12px; bottom: 20px; }.data-proof { grid-template-columns: 1fr; gap: 12px; margin-top: 40px; }.data-proof li { grid-template-columns: 90px 1fr; align-items: baseline; }.data-metric-grid { grid-template-columns: repeat(2, 1fr); }.data-metric-grid div, .data-metric-grid div:first-child { padding: 18px 12px; border-bottom: 1px solid var(--data-line); }.data-metric-grid div:nth-child(2) { border-right: 0; }.data-section-heading { display: block; }.data-section-heading > p { margin-top: 20px; }.data-service-grid, .data-outcome-list, .data-process-grid { grid-template-columns: 1fr; }.data-service-card { min-height: 250px; }.data-outcome-list > div:nth-child(odd), .data-outcome-list > div:nth-child(even) { padding: 18px 0; border-right: 0; }.data-process-grid > div, .data-process-grid > div:not(:first-child) { min-height: 0; padding: 18px 0 24px; border-right: 0; border-bottom: 1px solid var(--data-line); }.data-process-grid strong { margin-bottom: 20px; } }

/* Modern 404 experience */
.not-found-page { --not-found-ink: #0b1727; --not-found-blue: #2463df; --not-found-lime: #d7f06d; --not-found-paper: #f5f6f1; background: var(--not-found-paper); color: var(--not-found-ink); }
.not-found-hero { position: relative; overflow: hidden; padding: clamp(78px, 11vw, 150px) 0 96px; background: var(--not-found-ink); color: #fff; }
.not-found-hero::after { content: ''; position: absolute; right: -160px; top: -240px; width: 560px; height: 560px; border: 1px solid rgba(215, 240, 109, 0.18); border-radius: 50%; box-shadow: 0 0 0 50px rgba(215, 240, 109, 0.04), 0 0 0 100px rgba(36, 99, 223, 0.08); }
.not-found-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 0.8fr); gap: 60px; align-items: center; }
.not-found-copy { position: relative; z-index: 1; max-width: 640px; }
.not-found-copy .eyebrow, .not-found-contact .eyebrow { color: var(--not-found-lime); }
.not-found-copy h1 { margin: 18px 0 22px; color: #fff; font-size: clamp(3rem, 6vw, 6.2rem); line-height: 0.94; letter-spacing: -0.06em; }
.not-found-copy > p:not(.eyebrow) { max-width: 520px; margin: 0; color: rgba(255, 255, 255, 0.68); font-size: 1.1rem; line-height: 1.7; }
.not-found-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.not-found-actions .btn-primary, .not-found-contact .btn-primary { background: var(--not-found-lime); color: var(--not-found-ink); }
.not-found-actions .btn-secondary { border-color: rgba(255, 255, 255, 0.3); color: #fff; }
.not-found-code { position: relative; display: grid; place-items: center; min-height: 360px; border: 1px solid rgba(180, 218, 255, 0.2); border-radius: 20px; background: linear-gradient(145deg, #183452, #101b2b); box-shadow: 0 26px 70px rgba(0, 0, 0, 0.3); transform: rotate(2deg); }
.not-found-code span { position: relative; z-index: 1; color: #fff; font-size: clamp(5.5rem, 13vw, 10.5rem); font-weight: 800; line-height: 1; letter-spacing: -0.1em; }
.not-found-code i, .not-found-code b, .not-found-code em { position: absolute; display: block; border: 1px solid rgba(215, 240, 109, 0.45); border-radius: 50%; }
.not-found-code i { width: 110px; height: 110px; top: 26px; right: 35px; }
.not-found-code b { width: 200px; height: 200px; right: -55px; bottom: -70px; border-color: rgba(36, 99, 223, 0.65); }
.not-found-code em { width: 65px; height: 65px; left: 35px; bottom: 36px; background: var(--not-found-lime); border: 0; }
.not-found-links { background: var(--not-found-paper); }
.not-found-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 34px; }
.not-found-heading h2, .not-found-contact h2 { margin: 12px 0 0; font-size: clamp(2.2rem, 4vw, 4.3rem); line-height: 0.98; letter-spacing: -0.055em; }
.not-found-heading > p { max-width: 360px; margin: 0; color: rgba(11, 23, 39, 0.62); line-height: 1.65; }
.not-found-link-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.not-found-link-grid a { display: flex; min-height: 190px; flex-direction: column; padding: 22px; border: 1px solid rgba(11, 23, 39, 0.13); border-radius: 15px; background: #fff; color: var(--not-found-ink); text-decoration: none; transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease; }
.not-found-link-grid a:hover { border-color: rgba(36, 99, 223, 0.45); box-shadow: 0 14px 30px rgba(11, 23, 39, 0.08); transform: translateY(-4px); }
.not-found-link-grid span { color: var(--not-found-blue); font-size: 0.75rem; font-weight: 800; }
.not-found-link-grid strong { margin-top: auto; font-size: 1.12rem; line-height: 1.1; }
.not-found-link-grid em { margin-top: 12px; color: rgba(11, 23, 39, 0.55); font-size: 0.74rem; font-style: normal; font-weight: 700; }
.not-found-contact { padding: 68px 0; background: var(--not-found-blue); color: #fff; }
.not-found-contact-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.not-found-contact h2 { max-width: 610px; color: #fff; }
.not-found-contact .btn-primary { flex-shrink: 0; }

@media (max-width: 980px) {
	.not-found-grid { grid-template-columns: 1fr; gap: 42px; }
	.not-found-code { min-height: 260px; max-width: 560px; }
	.not-found-link-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
	.not-found-hero { padding-top: 60px; padding-bottom: 60px; }
	.not-found-copy h1 { font-size: clamp(3rem, 14vw, 4.5rem); }
	.not-found-code { min-height: 230px; transform: none; }
	.not-found-heading { display: block; }
	.not-found-heading > p { margin-top: 20px; }
	.not-found-link-grid { grid-template-columns: 1fr; }
	.not-found-link-grid a { min-height: 150px; }
	.not-found-contact-inner { display: grid; }
}

/* Digital marketing service page */
.marketing-page {
	--marketing-ink: #111827;
	--marketing-blue: #1858d8;
	--marketing-cyan: #9de5df;
	--marketing-lime: #d8f06f;
	--marketing-orange: #ffc66d;
	--marketing-paper: #f7f6f0;
	--marketing-line: rgba(17, 24, 39, 0.14);
	color: var(--marketing-ink);
	background: var(--marketing-paper);
}

.marketing-hero { position: relative; overflow: hidden; padding: clamp(70px, 9vw, 128px) 0 80px; background: var(--marketing-ink); color: #fff; }
.marketing-hero::before { content: ''; position: absolute; width: 540px; height: 540px; left: -280px; bottom: -330px; border: 1px solid rgba(216, 240, 111, 0.2); border-radius: 50%; box-shadow: 0 0 0 50px rgba(216, 240, 111, 0.04), 0 0 0 100px rgba(24, 88, 216, 0.08); }
.marketing-hero-grid, .marketing-outcomes-grid, .marketing-intelligence-grid, .marketing-final-cta-inner { position: relative; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr); gap: clamp(32px, 7vw, 100px); align-items: center; }
.marketing-hero-copy { max-width: 710px; }
.marketing-hero .eyebrow, .marketing-final-cta .eyebrow { color: var(--marketing-lime); }
.marketing-hero h1 { max-width: 730px; margin: 18px 0 24px; color: #fff; font-size: clamp(3rem, 6vw, 6.4rem); line-height: 0.94; letter-spacing: -0.06em; }
.marketing-hero-lead { max-width: 610px; margin: 0; color: rgba(255, 255, 255, 0.73); font-size: clamp(1.05rem, 1.5vw, 1.28rem); line-height: 1.7; }
.marketing-hero-actions, .marketing-final-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.marketing-hero .btn-primary, .marketing-final-cta .btn-primary { background: var(--marketing-lime); color: var(--marketing-ink); }
.marketing-hero .btn-secondary, .marketing-final-cta .btn-secondary { border-color: rgba(255, 255, 255, 0.28); color: #fff; }
.marketing-hero-actions a span, .marketing-final-actions a span { margin-left: 8px; }
.marketing-hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: 630px; margin: 58px 0 0; padding: 20px 0 0; border-top: 1px solid rgba(255, 255, 255, 0.18); list-style: none; }
.marketing-hero-proof li { display: grid; gap: 5px; }
.marketing-hero-proof strong { color: var(--marketing-lime); font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.08em; }
.marketing-hero-proof span { color: rgba(255, 255, 255, 0.58); font-size: 0.82rem; }
.marketing-hero-visual { position: relative; min-height: 390px; padding: 22px; border: 1px solid rgba(192, 220, 255, 0.22); border-radius: 22px; background: linear-gradient(145deg, #1b3451, #121b2c); box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28); }
.marketing-dashboard-head { display: flex; align-items: center; gap: 12px; padding-bottom: 18px; border-bottom: 1px solid rgba(192, 220, 255, 0.16); color: rgba(255, 255, 255, 0.65); font-size: 0.65rem; letter-spacing: 0.08em; }
.marketing-dashboard-head > span { display: flex; gap: 5px; }
.marketing-dashboard-head i { width: 7px; height: 7px; border-radius: 50%; background: #f07e69; }
.marketing-dashboard-head i:nth-child(2) { background: #e2b75e; }
.marketing-dashboard-head i:nth-child(3) { background: #70bd80; }
.marketing-dashboard-head b { margin-right: auto; font-size: 0.64rem; }
.marketing-dashboard-head em { color: var(--marketing-lime); font-size: 0.62rem; font-style: normal; }
.marketing-score { display: flex; align-items: end; gap: 12px; margin-top: 48px; }
.marketing-score div { display: grid; gap: 5px; }
.marketing-score span { color: rgba(255, 255, 255, 0.62); font-size: 0.82rem; }
.marketing-score strong { color: #fff; font-size: 2.6rem; letter-spacing: -0.06em; }
.marketing-score em { margin-left: auto; color: var(--marketing-lime); font-size: 0.76rem; font-style: normal; }
.marketing-bars { display: flex; align-items: end; gap: 11px; height: 132px; margin-top: 16px; padding: 15px 3px 0; border-bottom: 1px solid rgba(192, 220, 255, 0.16); }
.marketing-bars span { flex: 1; min-height: 18px; border-radius: 5px 5px 0 0; background: linear-gradient(180deg, #45bad2, var(--marketing-blue)); }
.marketing-bars span:nth-child(7) { background: linear-gradient(180deg, var(--marketing-lime), #72b756); }
.marketing-funnel { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; margin-top: 16px; }
.marketing-funnel span { display: grid; gap: 4px; color: rgba(255, 255, 255, 0.55); font-size: 0.66rem; }
.marketing-funnel b { color: #fff; font-size: 0.9rem; }
.marketing-float { position: absolute; right: -25px; bottom: 28px; display: grid; gap: 3px; max-width: 170px; padding: 15px; border-radius: 12px; background: #fff; color: var(--marketing-ink); box-shadow: 0 18px 38px rgba(0, 0, 0, 0.24); }
.marketing-float strong { color: var(--marketing-blue); font-size: 1.8rem; letter-spacing: -0.05em; }
.marketing-float span { color: rgba(17, 24, 39, 0.58); font-size: 0.7rem; }
.marketing-channel-strip { border-bottom: 1px solid var(--marketing-line); background: #fff; }
.marketing-channel-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.marketing-channel-grid div { display: grid; gap: 7px; padding: 25px 24px; border-right: 1px solid var(--marketing-line); }
.marketing-channel-grid div:first-child { padding-left: 0; }
.marketing-channel-grid div:last-child { border-right: 0; }
.marketing-channel-grid strong { color: var(--marketing-blue); font-size: 0.78rem; }
.marketing-channel-grid span { font-size: 0.9rem; font-weight: 700; }
.marketing-services { background: var(--marketing-paper); }
.marketing-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 36px; }
.marketing-section-heading h2, .marketing-outcomes-intro h2, .marketing-intelligence h2, .marketing-final-cta h2 { max-width: 700px; margin: 12px 0 0; font-size: clamp(2.25rem, 4vw, 4.5rem); line-height: 0.98; letter-spacing: -0.055em; }
.marketing-section-heading > p { max-width: 370px; margin: 0; color: rgba(17, 24, 39, 0.62); line-height: 1.65; }
.marketing-service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.marketing-service-card { position: relative; min-height: 290px; display: flex; flex-direction: column; padding: 22px; border-radius: 15px; overflow: hidden; }
.marketing-service-card::after { content: ''; position: absolute; right: -40px; bottom: -62px; width: 160px; height: 160px; border: 1px solid currentColor; border-radius: 50%; opacity: 0.17; }
.marketing-service-card > span { font-size: 0.66rem; font-weight: 800; letter-spacing: 0.08em; opacity: 0.7; }
.marketing-service-card h3 { margin: auto 0 12px; color: inherit; font-size: 1.5rem; line-height: 1; letter-spacing: -0.04em; }
.marketing-service-card p { min-height: 82px; margin: 0; color: inherit; opacity: 0.73; font-size: 0.84rem; line-height: 1.55; }
.marketing-service-card a { position: relative; z-index: 1; margin-top: 20px; color: inherit; font-size: 0.76rem; font-weight: 800; text-decoration: none; }
.marketing-service-card a b { margin-left: 5px; }
.marketing-card-blue { background: #dce8ff; color: #1646aa; }
.marketing-card-cyan { background: var(--marketing-cyan); color: #155e68; }
.marketing-card-lime { background: var(--marketing-lime); color: #3e551d; }
.marketing-card-ink { background: var(--marketing-ink); color: #dce8f7; }
.marketing-card-white { border: 1px solid var(--marketing-line); background: #fff; color: var(--marketing-ink); }
.marketing-card-orange { background: var(--marketing-orange); color: #744918; }
.marketing-outcomes { background: #fff; }
.marketing-outcomes-intro { align-self: start; }
.marketing-outcomes-intro > p:not(.eyebrow) { max-width: 460px; margin: 22px 0; color: rgba(17, 24, 39, 0.64); line-height: 1.7; }
.marketing-outcome-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--marketing-line); }
.marketing-outcome-list > div { display: grid; grid-template-columns: 34px 1fr; gap: 14px; padding: 22px 0; border-bottom: 1px solid var(--marketing-line); }
.marketing-outcome-list > div:nth-child(odd) { padding-right: 24px; border-right: 1px solid var(--marketing-line); }
.marketing-outcome-list > div:nth-child(even) { padding-left: 24px; }
.marketing-outcome-list span { color: var(--marketing-blue); font-size: 0.75rem; font-weight: 800; }
.marketing-outcome-list h3 { margin: 0 0 7px; font-size: 1.05rem; }
.marketing-outcome-list p { margin: 0; color: rgba(17, 24, 39, 0.6); font-size: 0.85rem; line-height: 1.55; }
.marketing-process { background: var(--marketing-paper); }
.marketing-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--marketing-line); }
.marketing-process-grid > div { min-height: 220px; padding: 22px 24px 10px 0; border-right: 1px solid var(--marketing-line); }
.marketing-process-grid > div:not(:first-child) { padding-left: 24px; }
.marketing-process-grid > div:last-child { border-right: 0; }
.marketing-process-grid strong { display: block; margin-bottom: 45px; color: var(--marketing-blue); font-size: 0.78rem; }
.marketing-process-grid h3 { margin: 0 0 10px; font-size: 1.25rem; }
.marketing-process-grid p { max-width: 220px; margin: 0; color: rgba(17, 24, 39, 0.62); font-size: 0.86rem; line-height: 1.6; }
.marketing-intelligence { background: var(--marketing-cyan); }
.marketing-intelligence h2 { max-width: 560px; }
.marketing-intelligence-grid > div:last-child > p { max-width: 520px; margin: 0; font-size: 1.1rem; line-height: 1.65; }
.marketing-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.marketing-tags span { padding: 9px 12px; border: 1px solid rgba(17, 24, 39, 0.22); border-radius: 999px; font-size: 0.74rem; font-weight: 800; }
.marketing-final-cta { background: var(--marketing-ink); color: #fff; }
.marketing-final-cta h2 { color: #fff; }
.marketing-final-cta-inner > div:first-child > p:last-child { max-width: 570px; margin: 22px 0 0; color: rgba(255, 255, 255, 0.66); line-height: 1.7; }
.marketing-final-actions { justify-content: flex-end; }

@media (max-width: 980px) {
	.marketing-hero-grid, .marketing-outcomes-grid, .marketing-intelligence-grid, .marketing-final-cta-inner { grid-template-columns: 1fr; gap: 38px; }
	.marketing-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.marketing-final-actions { justify-content: flex-start; margin-top: 0; }
}

@media (max-width: 680px) {
	.marketing-hero { padding-top: 58px; padding-bottom: 54px; }
	.marketing-hero h1 { font-size: clamp(2.9rem, 14vw, 4.4rem); }
	.marketing-hero-visual { min-height: 350px; padding: 18px; }
	.marketing-float { right: 12px; bottom: 20px; }
	.marketing-hero-proof { grid-template-columns: 1fr; gap: 12px; margin-top: 40px; }
	.marketing-hero-proof li { grid-template-columns: 90px 1fr; align-items: baseline; }
	.marketing-channel-grid { grid-template-columns: repeat(2, 1fr); }
	.marketing-channel-grid div, .marketing-channel-grid div:first-child { padding: 18px 12px; border-bottom: 1px solid var(--marketing-line); }
	.marketing-channel-grid div:nth-child(2) { border-right: 0; }
	.marketing-section-heading { display: block; }
	.marketing-section-heading > p { margin-top: 20px; }
	.marketing-service-grid, .marketing-outcome-list, .marketing-process-grid { grid-template-columns: 1fr; }
	.marketing-service-card { min-height: 250px; }
	.marketing-outcome-list > div:nth-child(odd), .marketing-outcome-list > div:nth-child(even) { padding: 18px 0; border-right: 0; }
	.marketing-process-grid > div, .marketing-process-grid > div:not(:first-child) { min-height: 0; padding: 18px 0 24px; border-right: 0; border-bottom: 1px solid var(--marketing-line); }
	.marketing-process-grid strong { margin-bottom: 20px; }
}

/* Product engineering service page */
.product-page {
	--product-ink: #101b2d;
	--product-blue: #2764e8;
	--product-cyan: #a9e7e2;
	--product-lime: #d4ef72;
	--product-paper: #f5f6f2;
	--product-line: rgba(16, 27, 45, 0.14);
	color: var(--product-ink);
	background: var(--product-paper);
}

.product-hero { position: relative; overflow: hidden; padding: clamp(70px, 9vw, 126px) 0 84px; background: #f0eee7; }
.product-hero::after { content: ''; position: absolute; width: 430px; height: 430px; right: -150px; top: -180px; border: 1px solid rgba(39, 100, 232, 0.2); border-radius: 50%; box-shadow: 0 0 0 50px rgba(39, 100, 232, 0.04), 0 0 0 100px rgba(212, 239, 114, 0.08); }
.product-hero-grid, .product-solutions-grid, .product-quality-grid, .product-final-cta-inner { position: relative; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr); gap: clamp(32px, 7vw, 100px); align-items: center; }
.product-hero-copy { position: relative; z-index: 1; max-width: 700px; }
.product-hero h1 { max-width: 720px; margin: 18px 0 24px; font-size: clamp(3rem, 6vw, 6.4rem); line-height: 0.94; letter-spacing: -0.06em; color: var(--product-ink); }
.product-hero-lead { max-width: 600px; margin: 0; color: rgba(16, 27, 45, 0.68); font-size: clamp(1.05rem, 1.5vw, 1.28rem); line-height: 1.7; }
.product-hero-actions, .product-final-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.product-hero-actions a span, .product-final-actions a span { margin-left: 8px; }
.product-hero-visual { position: relative; min-height: 390px; padding: 18px; border: 1px solid rgba(16, 27, 45, 0.14); border-radius: 18px; background: #fff; box-shadow: 0 24px 70px rgba(16, 27, 45, 0.13); transform: rotate(1.5deg); }
.product-window-bar { display: flex; align-items: center; gap: 12px; padding: 5px 4px 18px; border-bottom: 1px solid var(--product-line); color: rgba(16, 27, 45, 0.58); font-size: 0.65rem; font-weight: 800; letter-spacing: 0.08em; }
.product-window-bar > span { display: flex; gap: 5px; }
.product-window-bar i { display: block; width: 7px; height: 7px; border-radius: 50%; background: #ef7d66; }
.product-window-bar i:nth-child(2) { background: #e4b85e; }
.product-window-bar i:nth-child(3) { background: #74bf81; }
.product-window-bar b { margin-right: auto; font-size: 0.64rem; }
.product-window-bar em { color: var(--product-blue); font-style: normal; }
.product-window-body { padding: 40px 14px 10px; }
.product-roadmap-label { display: flex; align-items: end; gap: 12px; }
.product-roadmap-label span { color: rgba(16, 27, 45, 0.58); font-size: 0.82rem; }
.product-roadmap-label strong { margin-left: auto; color: var(--product-blue); font-size: 2.6rem; letter-spacing: -0.06em; }
.product-progress { height: 8px; margin-top: 18px; border-radius: 99px; background: #e7ebef; overflow: hidden; }
.product-progress span { display: block; width: 86%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--product-blue), #54b4d9); }
.product-roadmap { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-top: 15px; }
.product-roadmap span { padding-top: 8px; border-top: 2px solid #d9dee5; color: rgba(16, 27, 45, 0.46); font-size: 0.68rem; }
.product-roadmap .is-done { border-color: var(--product-blue); color: var(--product-blue); }
.product-roadmap .is-active { border-color: var(--product-lime); color: var(--product-ink); }
.product-activity { display: grid; gap: 10px; margin-top: 46px; padding: 16px; border-radius: 12px; background: #f2f5f7; }
.product-activity div { display: grid; grid-template-columns: 14px 1fr auto; align-items: center; gap: 8px; font-size: 0.74rem; }
.product-activity b { color: rgba(16, 27, 45, 0.52); font-size: 0.66rem; font-weight: 700; }
.product-status { width: 7px; height: 7px; border-radius: 50%; }
.product-status.green { background: #56ac70; }
.product-status.blue { background: var(--product-blue); }
.product-status.amber { background: #e3a441; }
.product-floating-card { position: absolute; right: -28px; bottom: 28px; display: grid; gap: 3px; max-width: 175px; padding: 16px; border-radius: 12px; background: var(--product-ink); color: #fff; box-shadow: 0 18px 38px rgba(16, 27, 45, 0.23); }
.product-floating-card strong { color: var(--product-lime); font-size: 1.8rem; letter-spacing: -0.05em; }
.product-floating-card span { color: rgba(255, 255, 255, 0.68); font-size: 0.7rem; line-height: 1.4; }
.product-principles { border-bottom: 1px solid var(--product-line); background: #fff; }
.product-principle-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.product-principle-grid div { display: grid; gap: 8px; padding: 25px 24px; border-right: 1px solid var(--product-line); }
.product-principle-grid div:first-child { padding-left: 0; }
.product-principle-grid div:last-child { border-right: 0; }
.product-principle-grid strong { color: var(--product-blue); font-size: 0.78rem; }
.product-principle-grid span { font-size: 0.9rem; font-weight: 700; }
.product-capabilities { background: var(--product-paper); }
.product-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 36px; }
.product-section-heading h2, .product-solutions-intro h2, .product-quality h2, .product-final-cta h2 { max-width: 680px; margin: 12px 0 0; font-size: clamp(2.25rem, 4vw, 4.5rem); line-height: 0.98; letter-spacing: -0.055em; }
.product-section-heading > p { max-width: 360px; margin: 0; color: rgba(16, 27, 45, 0.62); line-height: 1.65; }
.product-capability-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.product-capability-card { position: relative; min-height: 340px; display: flex; flex-direction: column; padding: 24px; border-radius: 16px; overflow: hidden; }
.product-capability-card::after { content: ''; position: absolute; right: -42px; bottom: -60px; width: 170px; height: 170px; border: 1px solid currentColor; border-radius: 50%; opacity: 0.18; }
.product-capability-card > span { font-size: 0.68rem; font-weight: 800; letter-spacing: 0.08em; opacity: 0.7; }
.product-capability-card h3 { max-width: 220px; margin: auto 0 14px; color: inherit; font-size: 1.45rem; line-height: 1.05; letter-spacing: -0.035em; }
.product-capability-card p { min-height: 78px; margin: 0; color: inherit; opacity: 0.72; font-size: 0.88rem; line-height: 1.55; }
.product-capability-card a { position: relative; z-index: 1; margin-top: 24px; color: inherit; font-size: 0.78rem; font-weight: 800; text-decoration: none; }
.product-capability-card a b { margin-left: 5px; }
.product-card-dark { background: var(--product-ink); color: #dbe7f6; }
.product-card-blue { background: #dce8ff; color: #1646aa; }
.product-card-cyan { background: var(--product-cyan); color: #155e68; }
.product-card-lime { background: var(--product-lime); color: #3f571d; }
.product-solutions { background: #fff; }
.product-solutions-intro { align-self: start; }
.product-solutions-intro > p:not(.eyebrow) { max-width: 450px; margin: 22px 0; color: rgba(16, 27, 45, 0.64); line-height: 1.7; }
.product-solution-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--product-line); }
.product-solution-list > div { display: grid; grid-template-columns: 34px 1fr; gap: 14px; padding: 22px 0; border-bottom: 1px solid var(--product-line); }
.product-solution-list > div:nth-child(odd) { padding-right: 24px; border-right: 1px solid var(--product-line); }
.product-solution-list > div:nth-child(even) { padding-left: 24px; }
.product-solution-list span { color: var(--product-blue); font-size: 0.75rem; font-weight: 800; }
.product-solution-list h3 { margin: 0 0 7px; font-size: 1.05rem; }
.product-solution-list p { margin: 0; color: rgba(16, 27, 45, 0.6); font-size: 0.85rem; line-height: 1.55; }
.product-process { background: var(--product-paper); }
.product-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--product-line); }
.product-process-grid > div { min-height: 220px; padding: 22px 24px 10px 0; border-right: 1px solid var(--product-line); }
.product-process-grid > div:not(:first-child) { padding-left: 24px; }
.product-process-grid > div:last-child { border-right: 0; }
.product-process-grid strong { display: block; margin-bottom: 45px; color: var(--product-blue); font-size: 0.78rem; }
.product-process-grid h3 { margin: 0 0 10px; font-size: 1.25rem; }
.product-process-grid p { max-width: 220px; margin: 0; color: rgba(16, 27, 45, 0.62); font-size: 0.86rem; line-height: 1.6; }
.product-quality { background: var(--product-blue); color: #fff; }
.product-quality h2 { max-width: 560px; color: #fff; }
.product-quality > .container > .product-quality-grid > div:last-child > p { max-width: 520px; margin: 0; color: rgba(255, 255, 255, 0.76); font-size: 1.1rem; line-height: 1.65; }
.product-quality-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.product-quality-tags span { padding: 9px 12px; border: 1px solid rgba(255, 255, 255, 0.3); border-radius: 999px; font-size: 0.74rem; font-weight: 800; }
.product-final-cta { background: var(--product-ink); color: #fff; }
.product-final-cta h2 { color: #fff; }
.product-final-cta-inner > div:first-child > p:last-child { max-width: 560px; margin: 22px 0 0; color: rgba(255, 255, 255, 0.66); line-height: 1.7; }
.product-final-actions { justify-content: flex-end; }
.product-final-cta .btn-primary { background: var(--product-lime); color: var(--product-ink); }
.product-final-cta .btn-secondary { border-color: rgba(255, 255, 255, 0.3); color: #fff; }

@media (max-width: 980px) {
	.product-hero-grid, .product-solutions-grid, .product-quality-grid, .product-final-cta-inner { grid-template-columns: 1fr; gap: 38px; }
	.product-capability-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.product-final-actions { justify-content: flex-start; margin-top: 0; }
}

@media (max-width: 680px) {
	.product-hero { padding-top: 58px; padding-bottom: 54px; }
	.product-hero h1 { font-size: clamp(2.9rem, 14vw, 4.4rem); }
	.product-hero-visual { min-height: 350px; transform: none; }
	.product-floating-card { right: 12px; bottom: 20px; }
	.product-principle-grid { grid-template-columns: repeat(2, 1fr); }
	.product-principle-grid div, .product-principle-grid div:first-child { padding: 18px 12px; border-bottom: 1px solid var(--product-line); }
	.product-principle-grid div:nth-child(2) { border-right: 0; }
	.product-section-heading { display: block; }
	.product-section-heading > p { margin-top: 20px; }
	.product-capability-grid, .product-solution-list, .product-process-grid { grid-template-columns: 1fr; }
	.product-capability-card { min-height: 260px; }
	.product-solution-list > div:nth-child(odd), .product-solution-list > div:nth-child(even) { padding: 18px 0; border-right: 0; }
	.product-process-grid > div, .product-process-grid > div:not(:first-child) { min-height: 0; padding: 18px 0 24px; border-right: 0; border-bottom: 1px solid var(--product-line); }
	.product-process-grid strong { margin-bottom: 20px; }
}

.nav-item.has-mega-menu:hover .mega-menu,
.nav-item.has-mega-menu:focus-within .mega-menu {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.mega-menu-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	background: rgba(255, 255, 255, 0.97);
	border: 1px solid var(--theme-border);
	border-radius: 20px;
	padding: 20px;
	box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
}

.mega-menu-card {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 12px;
	border-radius: 16px;
	background: linear-gradient(180deg, rgba(29, 78, 216, 0.04), rgba(124, 58, 237, 0.02));
}

.mega-menu-card h4 {
	margin: 0;
	font-size: 0.85rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--theme-primary);
}

.mega-menu-card a {
	font-size: 0.95rem;
	color: var(--theme-text);
	text-decoration: none;
}

.nav-menu a,
.mobile-menu-list a {
	color: var(--theme-text);
	text-decoration: none;
	font-weight: 500;
	transition: color 0.2s ease;
	white-space: nowrap;
}

.nav-menu a:hover,
.mobile-menu-list a:hover {
	color: var(--theme-primary);
}

.nav-menu > li > a {
	position: relative;
}

.nav-menu > li > a::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 4px;
	height: 2px;
	background: var(--theme-primary);
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.2s ease;
}

.nav-menu > li > a:hover::before,
.nav-menu > li.current-menu-item > a::before,
.nav-menu > li.current_page_item > a::before {
	transform: scaleX(1);
}

.header-buttons {
	display: none;
	gap: 10px;
	align-items: center;
	flex-shrink: 0;
	width: 100%;
	margin-top: 8px;
}

.btn-primary,
.btn-secondary,
.header-buttons .btn-find-dev,
.header-buttons .btn-book-call {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 20px;
	min-height: 44px;
	min-width: 44px;
	border-radius: 10px;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn-primary,
.header-buttons .btn-find-dev {
	background: #fff;
	border: 1px solid rgba(29, 78, 216, 0.2);
	color: var(--theme-primary);
	box-shadow: 0 8px 24px rgba(29, 78, 216, 0.12);
}

.btn-secondary,
.header-buttons .btn-book-call {
	background: linear-gradient(135deg, var(--theme-primary) 0%, var(--theme-accent) 100%);
	color: #fff;
	border: none;
	box-shadow: 0 16px 30px rgba(124, 58, 237, 0.22);
}

.btn-primary:hover,
.btn-secondary:hover,
.header-buttons .btn-find-dev:hover,
.header-buttons .btn-book-call:hover {
	transform: translateY(-1px);
}

.mobile-menu-toggle {
	display: inline-flex;
	width: 48px;
	height: 48px;
	min-width: 48px;
	min-height: 48px;
	padding: 0;
	border: 1px solid rgba(15, 23, 42, 0.1);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
	cursor: pointer;
	transition: all 0.2s ease;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-left: auto;
}

.mobile-menu-toggle:hover {
	border-color: rgba(29, 78, 216, 0.28);
	transform: translateY(-1px);
}

.mobile-menu-bars {
	position: relative;
	display: block;
	width: 20px;
	height: 16px;
	margin: 0 auto;
}

.mobile-bar {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: var(--theme-primary-deep);
	border-radius: 999px;
	transition: transform 0.25s ease, opacity 0.2s ease, top 0.25s ease;
}

.mobile-bar.bar-1 { top: 0; }
.mobile-bar.bar-2 { top: 7px; }
.mobile-bar.bar-3 { top: 14px; }

.mobile-menu-toggle[aria-expanded="true"] .bar-1 {
	top: 7px;
	transform: rotate(45deg);
}

.mobile-menu-toggle[aria-expanded="true"] .bar-2 {
	op: 7px;
	opacity: 0;
}

.mobile-menu-toggle[aria-expanded="true"] .bar-3 {
	top: 7px;
	transform: rotate(-45deg);
}

.main-navigation {
	display: flex;
	align-items: center;
	flex: 1;
	justify-content: center;
}

.hero-section {
	position: relative;
	overflow: hidden;
	padding: 56px 0 46px;
	background: radial-gradient(circle at 78% 18%, rgba(34, 211, 238, 0.14), transparent 24%), radial-gradient(circle at 5% 0%, rgba(37, 99, 235, 0.28), transparent 34%), linear-gradient(135deg, #071827 0%, #0d1f35 48%, #111827 100%);
	color: #eaf2ff;
}

.hero-section::after {
	content: '';
	position: absolute;
	width: 420px;
	height: 420px;
	right: -180px;
	bottom: -260px;
	border: 1px solid rgba(125, 211, 252, 0.18);
	border-radius: 50%;
	box-shadow: 0 0 0 34px rgba(125, 211, 252, 0.035), 0 0 0 68px rgba(125, 211, 252, 0.025);
	pointer-events: none;
}

.hero-grid {
	display: grid;
	grid-template-columns: 1fr;
	align-items: center;
	gap: 28px;
}

.hero-card,
.feature-card,
.service-card,
.story-card,
.tech-card,
.industry-card,
.contact-card,
.info-box {
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(15, 23, 42, 0.06);
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.04);
	backdrop-filter: blur(6px);
}

.eyebrow {
	font-size: 12px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #7dd3fc;
	font-weight: 700;
	margin-bottom: 14px;
}

.hero-content h1,
.page-hero h1,
.section-heading h2 {
	margin: 0 0 18px;
	line-height: 0.96;
	letter-spacing: -0.045em;
	color: #f8fbff;
}

.hero-content h1 {
	font-size: clamp(2.4rem, 5vw, 5rem);
	max-width: 100%;
	margin-bottom: 16px;
}

.hero-content .lead,
.page-hero p,
.solution-panel li,
.tech-landing-card p,
.industry-detail-card p,
.story-card p,
.benefit-item p,
.contact-card label,
.contact-aside li {
	color: rgba(226, 232, 240, 0.82);
	line-height: 1.7;
}

.story-card p,
.benefit-item p,
.industry-showcase-card p,
.industry-detail-card p,
.tech-landing-card p,
.contact-card label,
.contact-aside li {
	color: var(--theme-muted);
}

.hero-feature-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 22px 0 0;
}

.hero-feature-chip {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 14px;
	border-radius: 999px;
	background: rgba(148, 163, 184, 0.08);
	border: 1px solid rgba(148, 163, 184, 0.18);
	color: #dfeafc;
	font-size: 0.82rem;
	font-weight: 600;
}

.chip-icon {
	color: #7dd3fc;
}

.hero-actions,
.hire-actions {
	display: flex;
	gap: 16px;
	margin-top: 28px;
	flex-wrap: wrap;
}

.hero-metrics {
	list-style: none;
	padding: 0;
	margin: 32px 0 0;
	display: flex;
	gap: 28px;
	flex-wrap: wrap;
}

.hero-metrics li {
	display: flex;
	flex-direction: column;
	gap: 6px;
	min-width: 150px;
}

.hero-metrics strong {
	font-size: 2rem;
	color: #f8fbff;
}

.hero-metrics span {
	color: rgba(226, 232, 240, 0.75);
}

.hero-visual {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.runtime-panel {
	width: min(100%, 560px);
	padding: 18px;
	background: linear-gradient(180deg, rgba(8, 19, 34, 0.9), rgba(13, 27, 45, 0.96));
	border: 1px solid rgba(125, 211, 252, 0.2);
	border-radius: 24px;
	box-shadow: 0 30px 80px rgba(2, 6, 23, 0.7);
}

.runtime-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 6px 8px 18px;
	font-size: 0.76rem;
	color: rgba(226, 232, 240, 0.8);
}

.runtime-label {
	letter-spacing: 0.08em;
	text-transform: lowercase;
}

.runtime-status {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.status-dot {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #34d399;
	box-shadow: 0 0 0 6px rgba(52, 211, 153, 0.15);
}

.runtime-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 18px;
}

.runtime-badges span {
	display: inline-flex;
	padding: 7px 12px;
	border-radius: 999px;
	background: rgba(15, 118, 110, 0.14);
	border: 1px solid rgba(94, 234, 212, 0.15);
	color: #d1fae5;
	font-size: 0.72rem;
	font-weight: 700;
}

.runtime-card-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
}

.runtime-card {
	padding: 18px 16px;
	border-radius: 20px;
	background: rgba(15, 23, 42, 0.86);
	border: 1px solid rgba(148, 163, 184, 0.14);
}

.runtime-card.large {
	padding: 18px;
}

.runtime-card-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 16px;
	font-size: 0.74rem;
	color: rgba(226, 232, 240, 0.8);
}

.mini-pill {
	display: inline-flex;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(59, 130, 246, 0.12);
	color: #93c5fd;
	border: 1px solid rgba(96, 165, 250, 0.18);
}

.runtime-task {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.runtime-task p,
.runtime-card p,
.runtime-log p,
.runtime-card span,
.runtime-log span,
.runtime-card strong,
.runtime-log code {
	margin: 0;
}

.runtime-task p,
.runtime-card p,
.runtime-card span,
.runtime-log span {
	color: rgba(191, 219, 254, 0.72);
}

.runtime-card strong {
	font-size: 1.5rem;
	letter-spacing: -0.04em;
	color: #f8fbff;
}

.runtime-log {
	margin-top: 16px;
	padding: 16px 18px;
	background: rgba(2, 6, 23, 0.7);
	border: 1px solid rgba(148, 163, 184, 0.12);
	border-radius: 18px;
}

.runtime-log p {
	font-size: 0.78rem;
	letter-spacing: 0.08em;
	text-transform: lowercase;
	color: #7dd3fc;
	margin-bottom: 10px;
}

.runtime-log code {
	display: block;
	font-family: "SFMono-Regular", Consolas, monospace;
	font-size: 0.78rem;
	color: #dbeafe;
	margin-bottom: 10px;
}

.visual-card {
	position: absolute;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid var(--theme-border);
	border-radius: 22px;
	box-shadow: var(--shadow-soft);
	backdrop-filter: blur(12px);
}

.hero-content h1,
.page-hero h1,
.section-heading h2 {
	color: #f8fbff;
}

.logo-strip {
	background: rgba(11, 18, 30, 0.9);
	border-top: 1px solid rgba(148, 163, 184, 0.14);
	border-bottom: 1px solid rgba(148, 163, 184, 0.14);
}

.logo-strip p {
	color: rgba(191, 219, 254, 0.72);
}

.logo-row span {
	color: rgba(191, 219, 254, 0.7);
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.section-heading h2 {
	color: #091426;
}

.service-card .icon-wrap {
	background: rgba(37, 99, 235, 0.12);
	color: #1d4ed8;
}

.btn-primary,
.btn-secondary,
.header-buttons .btn-find-dev,
.header-buttons .btn-book-call {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	font-weight: 700;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	padding: 13px 22px;
}

.btn-primary,
.header-buttons .btn-find-dev {
	background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);
	color: #fff;
	box-shadow: 0 16px 30px rgba(37, 99, 235, 0.26);
}

.btn-secondary,
.header-buttons .btn-book-call {
	background: linear-gradient(135deg, #2563eb 0%, #7c3aed 100%);
	color: #fff;
	border: 1px solid transparent;
}

@media (min-width: 769px) and (max-width: 1200px) {
	.header-content {
		padding-left: 24px;
		padding-right: 24px;
	}

	.brand-logo {
		max-width: 140px;
	}

	.nav-menu {
		gap: 10px;
	}

	.nav-menu a {
		font-size: 0.72rem;
	}

	.nav-menu > li:nth-child(4),
	.nav-menu > li:nth-child(5) {
		display: none;
	}

	.header-buttons .btn-find-dev,
	.header-buttons .btn-book-call {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 0.68rem;
	}
}

/* Large-screen editorial section layouts */
@media (min-width: 1200px) {
	.stories-section .story-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin-top: 0;
	}

	.hero-grid {
		grid-template-columns: minmax(0, 1.12fr) minmax(420px, 0.88fr);
		gap: clamp(36px, 5vw, 88px);
	}

	.runtime-card-grid {
		grid-template-columns: 1.2fr 0.8fr;
	}

	.services-spotlight > .container,
	.why-us-section > .container,
	.industries-section > .container,
	.tech-section > .container,
	.stories-section > .container {
		display: grid;
		grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.7fr);
		column-gap: clamp(42px, 5vw, 88px);
		align-items: start;
	}

	.services-spotlight .section-heading,
	.why-us-section .section-heading,
	.industries-section .section-heading,
	.tech-section .section-heading,
	.stories-section .section-heading {
		grid-column: 1;
		grid-row: 1;
		position: sticky;
		top: 120px;
		margin: 8px 0 0;
	}

	.services-spotlight .service-tabs,
	.services-spotlight .service-grid,
	.why-us-section .benefits-grid,
	.industries-section .industry-grid,
	.tech-section .tech-grid,
	.stories-section .story-grid {
		grid-column: 2;
	}

	.services-spotlight .service-tabs {
		grid-row: 1;
		margin-bottom: 22px;
	}

	.services-spotlight .service-grid,
	.why-us-section .benefits-grid,
	.industries-section .industry-grid,
	.tech-section .tech-grid,
	.stories-section .story-grid {
		grid-row: 2;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		align-self: start;
	}

	.services-spotlight .service-card,
	.why-us-section .benefit-item,
	.industries-section .industry-card,
	.tech-section .tech-card,
	.stories-section .story-card {
		min-height: 250px;
	}

	.section-heading-left h2 {
		font-size: clamp(2.15rem, 3vw, 3.25rem);
		line-height: 1.02;
	}

	.section-heading-left .lead-muted {
		max-width: 34ch;
	}
}

.main-card {
	right: 0;
	bottom: 20px;
	width: min(100%, 440px);
	padding: 18px 18px 12px;
}

.mini-header {
	display: flex;
	gap: 8px;
	padding-bottom: 18px;
}

.dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
}

.dot.green { background: #16a34a; }
.dot.amber { background: #f59e0b; }
.dot.blue { background: #3b82f6; }

.visual-content {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 20px;
	padding: 24px 10px 18px;
	background: linear-gradient(135deg, rgba(29, 78, 216, 0.08), rgba(124, 58, 237, 0.08));
	border-radius: 18px;
}

.kpi-block p {
	margin: 0 0 8px;
	color: var(--theme-muted);
}

.kpi-block h3 {
	font-size: 2.5rem;
	margin: 0;
	color: var(--theme-primary-deep);
}

.chart-bars {
	display: flex;
	align-items: end;
	height: 140px;
	gap: 12px;
}

.chart-bars span {
	display: block;
	width: 24px;
	border-radius: 10px 10px 0 0;
	background: linear-gradient(180deg, #8b5cf6 0%, #2563eb 100%);
}

.floating-card {
	left: 20px;
	top: 0;
	padding: 18px 20px;
}

.floating-card p {
	margin: 0 0 4px;
	color: var(--theme-muted);
}

.logo-strip,
.section-spacing,
.page-hero,
.final-cta,
.hire-section {
	padding-top: 18px;
	padding-bottom: 18px;
}

@media (min-width: 769px) {
	.logo-strip,
	.section-spacing,
	.page-hero,
	.final-cta,
	.hire-section {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

.logo-strip {
	padding-top: 24px;
	padding-bottom: 24px;
	background: #fff;
	border-top: 1px solid var(--theme-border);
	border-bottom: 1px solid var(--theme-border);
}

.logo-strip p {
	text-align: center;
	margin: 0 0 20px;
	color: var(--theme-muted);
}

.logo-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	text-align: center;
	font-weight: 700;
	color: rgba(21, 32, 51, 0.6);
	font-size: 12px;
}

.section-heading {
	margin-bottom: 24px;
}

.section-heading h2 {
	font-size: clamp(2rem, 3vw, 3rem);
	max-width: 760px;
	line-height: 1.04;
}

.section-heading-left {
	max-width: 760px;
}

.section-heading-left h2 {
	max-width: 100%;
}

.lead-muted {
	margin-top: 16px;
	color: rgba(15, 23, 42, 0.72);
	font-size: 1.05rem;
	line-height: 1.7;
}

.services-spotlight {
	background: linear-gradient(180deg, rgba(239, 246, 255, 0.8), rgba(255, 255, 255, 0.96));
}

.service-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 28px;
}

.service-tab {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 16px;
	background: rgba(15, 23, 42, 0.03);
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 999px;
	font-weight: 700;
	color: var(--theme-text);
}

.service-tab em {
	font-style: normal;
	font-size: 0.72rem;
	padding: 4px 8px;
	border-radius: 999px;
	background: rgba(37, 99, 235, 0.1);
	color: var(--theme-primary);
}

.service-tab.active {
	background: rgba(37, 99, 235, 0.08);
	border-color: rgba(37, 99, 235, 0.18);
	color: var(--theme-primary);
}

.service-grid,
.benefits-grid,
.industry-grid,
.tech-grid,
.story-grid,
.process-steps,
.solution-grid,
.industry-detail-grid,
.tech-categories-grid {
	display: grid;
	gap: 18px;
}

.service-grid,
.solution-grid {
	grid-template-columns: 1fr;
}

.feature-card,
.industry-card,
.tech-card,
.story-card,
.service-card,
.benefit-item,
.solution-panel,
.industry-detail-card,
.tech-landing-card,
.contact-card,
.info-box {
	background: var(--theme-surface);
	border-radius: 20px;
	padding: 24px;
	border: 1px solid var(--theme-border);
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.service-card,
.story-card,
.tech-card,
.industry-card,
.benefit-item {
	min-height: 220px;
}

.service-card {
	position: relative;
	overflow: hidden;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 255, 0.96));
}

.service-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.93)), var(--service-image);
	background-size: cover;
	background-position: center;
	opacity: 0.28;
	z-index: 0;
}

.service-card > * {
	position: relative;
	z-index: 1;
}

.icon-wrap {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 14px;
	font-weight: 700;
	margin-bottom: 18px;
}

.icon-wrap.purple { background: rgba(124, 58, 237, 0.12); color: #6d28d9; }
.icon-wrap.blue { background: rgba(29, 78, 216, 0.12); color: #1d4ed8; }
.icon-wrap.green { background: rgba(16, 185, 129, 0.12); color: #059669; }
.icon-wrap.amber { background: rgba(245, 158, 11, 0.12); color: #d97706; }
.icon-wrap.red { background: rgba(239, 68, 68, 0.12); color: #dc2626; }

.service-card h3,
.tech-card h3,
.industry-card h3,
.benefit-item h3,
.story-card h3,
.solution-panel h2,
.industry-detail-card h2,
.tech-landing-card h2,
.info-box h3,
.contact-card h2 {
	margin: 0 0 12px;
	color: var(--theme-primary-deep);
}

.service-card ul,
.solution-panel ul,
.industry-detail-card ul,
.developer-group ul,
.mobile-menu-list {
	list-style: none;
	padding: 0;
	margin: 0 0 16px;
}

.service-card li,
.solution-panel li,
.industry-detail-card li,
.developer-group li {
	position: relative;
	padding-left: 18px;
	margin-bottom: 8px;
}

.service-card li::before,
.solution-panel li::before,
.industry-detail-card li::before,
.developer-group li::before {
	content: '•';
	position: absolute;
	left: 0;
	color: var(--theme-primary);
	font-size: 1.2rem;
}

.service-card a,
.story-card a {
	font-weight: 700;
	color: var(--theme-primary);
	text-decoration: none;
}

.alt-bg {
	background: linear-gradient(180deg, rgba(240, 244, 255, 0.65), rgba(255, 255, 255, 0.85));
}

.benefits-grid {
	grid-template-columns: 1fr;
}

.why-us-section > .container {
	display: grid;
	grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.6fr);
	gap: clamp(28px, 4vw, 52px);
	align-items: start;
}

.why-us-section .section-heading {
	margin-bottom: 0;
	padding-top: 8px;
}

.benefit-item {
	position: relative;
	overflow: hidden;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 255, 0.98));
	padding: 22px 20px;
	border-radius: 20px;
}

.benefit-item.benefit-featured {
	background: linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(14, 165, 233, 0.03));
	border-color: rgba(37, 99, 235, 0.2);
}

.benefit-item span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	margin-bottom: 14px;
	color: var(--theme-primary);
	font-weight: 700;
	font-size: 18px;
	background: rgba(37, 99, 235, 0.08);
}

.why-us-section .section-heading h2 {
	color: var(--theme-primary-deep);
}

.industry-grid,
.tech-grid {
	grid-template-columns: 1fr;
}

.industry-card,
.tech-card {
	position: relative;
	overflow: hidden;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 247, 255, 0.98));
}

.industry-card::before,
.tech-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at top right, rgba(37, 99, 235, 0.08), transparent 30%);
	pointer-events: none;
}

.industry-card > *,
.tech-card > * {
	position: relative;
	z-index: 1;
}

.industry-topline {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 18px;
}

.industry-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 14px;
	background: rgba(37, 99, 235, 0.08);
	color: var(--theme-primary);
	font-size: 1.5rem;
	font-weight: 700;
}

.industry-pill,
.tech-label {
	display: inline-flex;
	padding: 7px 10px;
	border-radius: 999px;
	background: rgba(14, 165, 233, 0.08);
	border: 1px solid rgba(14, 165, 233, 0.12);
	color: var(--theme-primary);
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.tech-label {
	margin-bottom: 18px;
}

.process-steps {
	grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
	gap: 12px;
}

.process-item {
	position: relative;
	overflow: hidden;
	background: linear-gradient(180deg, rgba(29, 78, 216, 0.06), rgba(124, 58, 237, 0.04));
	border: 1px solid var(--theme-border);
	border-radius: 18px;
	padding: 22px 18px;
	text-align: left;
	box-shadow: 0 14px 28px rgba(15, 23, 42, 0.03);
}

.process-item span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: linear-gradient(135deg, #2563eb, #7c3aed);
	color: #fff;
	margin-bottom: 14px;
	font-weight: 700;
}

.process-item h3 {
	margin: 0 0 8px;
	color: var(--theme-primary-deep);
	font-size: 1.15rem;
}

.process-item p {
	margin: 0;
	color: var(--theme-muted);
	line-height: 1.6;
	font-size: 0.95rem;
}

.story-grid {
	grid-template-columns: 1fr;
}

.stories-layout {
	display: grid;
	grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.7fr);
	gap: clamp(28px, 4vw, 52px);
	align-items: start;
}

.stories-layout .section-heading {
	margin-bottom: 0;
	padding-top: 8px;
}

.large-story-grid {
	grid-template-columns: 1fr;
}

.story-feature-card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.story-tag {
	margin: 0 0 10px;
	color: var(--theme-primary);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 12px;
}

.industry-pill {
	display: inline-flex;
	padding: 7px 12px;
	border-radius: 999px;
	background: rgba(29, 78, 216, 0.08);
	color: var(--theme-primary);
	font-weight: 700;
	margin-bottom: 14px;
}

.hire-box,
.cta-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 24px;
	background: linear-gradient(135deg, #0f172a 0%, #1d4ed8 60%, #7c3aed 100%);
	border-radius: 28px;
	color: #fff;
	padding: 28px 32px;
	box-shadow: 0 28px 80px rgba(29, 78, 216, 0.28);
}

.hire-box h2,
.cta-box h2,
.page-hero h1,
.page-hero p {
	color: inherit;
}

.hire-box .eyebrow,
.cta-box .eyebrow {
	color: rgba(255, 255, 255, 0.75);
}

.testimonial-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
}

.testimonial-grid blockquote {
	margin: 0;
	background: var(--theme-surface);
	padding: 24px;
	border-radius: 20px;
	border: 1px solid var(--theme-border);
	color: var(--theme-text);
	line-height: 1.7;
}

.page-hero {
	padding-top: 48px;
	padding-bottom: 22px;
	background: linear-gradient(180deg, rgba(29, 78, 216, 0.07), rgba(124, 58, 237, 0.04));
}

.narrow-hero {
	text-align: center;
}

.narrow-hero h1 {
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
}

.solution-grid,
.industry-detail-grid,
.tech-categories-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.solution-panel h2,
.tech-landing-card h2,
.industry-detail-card h2 {
	font-size: 1.7rem;
}

.developer-layout,
.contact-layout {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	align-items: start;
}

.developer-list {
	display: grid;
	gap: 12px;
}

.developer-group {
	background: var(--theme-surface);
	padding: 24px;
	border: 1px solid var(--theme-border);
	border-radius: 20px;
	margin-bottom: 0;
	box-shadow: 0 10px 25px rgba(15, 23, 42, 0.03);
}

.developer-group h2 {
	margin: 0 0 12px;
	font-size: 1.35rem;
	color: var(--theme-primary-deep);
}

.form-card {
	padding: 20px;
	position: static;
}

.field-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
}

.contact-card label {
	display: flex;
	flex-direction: column;
	gap: 8px;
	font-weight: 600;
	color: var(--theme-text);
}

.contact-card input,
.contact-card select,
.contact-card textarea {
	width: 100%;
	padding: 12px 14px;
	min-height: 44px;
	border-radius: 10px;
	border: 1px solid rgba(15, 23, 42, 0.12);
	background: #fff;
	font: inherit;
	font-size: 16px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-card input:focus,
.contact-card select:focus,
.contact-card textarea:focus {
	outline: none;
	border-color: rgba(29, 78, 216, 0.6);
	box-shadow: 0 0 0 4px rgba(29, 78, 216, 0.08);
}

.full-width {
	grid-column: 1 / -1;
}

.form-shell {
	max-width: 980px;
}

.contact-aside {
	display: grid;
	gap: 24px;
}

.info-box {
	min-height: 180px;
}

.info-box ul,
.mobile-menu-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.map-box iframe {
	width: 100%;
	height: 260px;
	border: none;
	border-radius: 20px;
}

.site-footer {
	background: #0f172a;
	color: rgba(255, 255, 255, 0.8);
	padding: 60px 0 32px;
}

.site-footer a,
.site-footer p,
.site-footer li {
	color: rgba(255, 255, 255, 0.8);
}

.site-footer .container {
	max-width: 1200px;
}

.specialization-page {
	--spec-primary: #0f172a;
	--spec-accent: #2563eb;
	--spec-soft: #eff6ff;
	--spec-border: rgba(15, 23, 42, 0.08);
}

.specialization-page .page-hero {
	background: linear-gradient(180deg, rgba(37, 99, 235, 0.08), rgba(255, 255, 255, 0.96));
}

.specialization-page .page-hero .container {
	max-width: 1180px;
}

.spec-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 22px;
}

.spec-card {
	background: #fff;
	border: 1px solid var(--spec-border);
	border-radius: 22px;
	padding: 28px;
	box-shadow: 0 16px 34px rgba(15, 23, 42, 0.05);
}

.spec-card h3 {
	margin: 0 0 12px;
	font-size: clamp(1.3rem, 2vw, 1.8rem);
	color: var(--spec-primary);
}

.spec-card p,
.spec-card li {
	color: var(--theme-muted);
	line-height: 1.7;
}

.spec-list {
	list-style: none;
	margin: 20px 0 0;
	padding: 0;
	display: grid;
	gap: 10px;
}

.spec-list li {
	position: relative;
	padding-left: 18px;
}

.spec-list li::before {
	content: '•';
	position: absolute;
	left: 0;
	color: var(--spec-accent);
	font-weight: 700;
}

.spec-highlight {
	padding: 22px 24px;
	border-radius: 18px;
	background: linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(124, 58, 237, 0.08));
	border: 1px solid rgba(37, 99, 235, 0.1);
}

.spec-highlight strong {
	display: block;
	font-size: 2.2rem;
	letter-spacing: -0.05em;
	color: var(--spec-primary);
	margin-bottom: 8px;
}

@media (min-width: 769px) {
	.spec-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 1100px) {
	.service-grid,
	.solution-grid,
	.story-grid,
	.large-story-grid,
	.benefits-grid,
	.industry-grid,
	.tech-grid,
	.process-steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hero-grid,
	.developer-layout,
	.contact-layout {
		grid-template-columns: 1fr;
	}

	.form-card {
		padding: 28px;
		position: sticky;
		top: 110px;
	}

	.logo-row {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (min-width: 769px) {
	body {
		font-size: 16px;
	}

	.hero-section {
		padding: 104px 0 88px;
		background: radial-gradient(circle at 78% 18%, rgba(34, 211, 238, 0.14), transparent 24%), radial-gradient(circle at top left, rgba(29, 78, 216, 0.22), transparent 34%), linear-gradient(135deg, #071827 0%, #0d1f35 48%, #111827 100%);
	}

	.hero-content {
		padding-right: 16px;
	}

	.hero-content h1 {
		font-size: clamp(3rem, 4vw, 4.8rem);
		line-height: 0.96;
		letter-spacing: -0.06em;
		max-width: 640px;
	}

	.hero-content .lead {
		font-size: 1.08rem;
		max-width: 620px;
	}

	.hero-content .eyebrow {
		color: #67e8f9;
	}

	.header-main-wrapper {
		background: rgba(255, 255, 255, 0.99);
		width: 100%;
		border-bottom: 1px solid rgba(15, 23, 42, 0.04);
	}

	.header-content {
		max-width: 100%;
		margin: 0;
		gap: 12px;
		padding: 0 40px;
		min-height: 86px;
		flex-wrap: nowrap;
		justify-content: space-between;
	}

	.topbar-inner {
		max-width: 100%;
		padding: 0 36px;
		flex-direction: row;
		justify-content: space-between;
		text-align: left;
	}

	.topbar-strip p {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		font-size: 13px;
	}

	.topbar-strip a {
		font-size: 13px;
	}

	.site-branding {
		flex-shrink: 0;
	}

	.brand-icon {
		width: 42px;
		height: 42px;
		font-size: 16px;
	}

	.brand-text strong {
		font-size: 1.1rem;
	}

	.brand-text small {
		font-size: 0.7rem;
	}

	.brand-logo {
		height: 50px;
		max-width: 170px;
	}

	.mobile-menu-toggle {
		display: none !important;
	}

	.main-navigation {
		display: flex;
		flex: 1 1 auto;
		justify-content: center;
		min-width: 0;
	}

	.nav-menu {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: clamp(12px, 1.35vw, 24px);
		margin: 0;
		padding: 0;
		list-style: none;
		width: 100%;
	}

	.nav-menu a {
		font-size: clamp(0.78rem, 0.9vw, 0.92rem);
		font-weight: 600;
		letter-spacing: -0.02em;
		color: var(--theme-text);
		padding: 12px 0;
		display: inline-flex;
		align-items: center;
		transition: color 0.2s ease;
	}

	.nav-menu a:hover {
		color: var(--theme-primary);
	}

	.nav-item.has-mega-menu > a::after {
		font-size: 0.72rem;
		margin-left: 7px;
	}

	.mega-menu {
		width: min(640px, 52vw);
		left: 50%;
		transform: translateX(-50%);
		padding-top: 22px;
	}

	.mega-menu-grid {
		padding: 22px;
		gap: 18px;
		border-radius: 22px;
		box-shadow: 0 26px 60px rgba(15, 23, 42, 0.12);
	}

	.mega-menu-card a {
		padding: 7px 8px;
		margin: 0 -8px;
		border-radius: 8px;
		transition: background 0.2s ease, color 0.2s ease;
	}

	.mega-menu-card a:hover {
		background: var(--theme-surface-alt);
	}

	.header-buttons {
		display: flex;
		width: auto;
		margin-top: 0;
		gap: 8px;
		flex-shrink: 0;
		padding-left: 8px;
	}

	.btn-primary,
	.btn-secondary,
	.header-buttons .btn-find-dev,
	.header-buttons .btn-book-call {
		padding: 11px 14px;
		border-radius: 999px;
		font-size: clamp(0.72rem, 0.78vw, 0.86rem);
		box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
	}

	.header-buttons .btn-find-dev,
	.header-buttons .btn-book-call {
		height: 44px;
		white-space: nowrap;
	}

	.hero-section {
		padding: 92px 0 72px;
	}

	.hero-grid {
		grid-template-columns: 1.2fr 0.8fr;
		gap: 36px;
	}

	.hero-content h1 {
		font-size: clamp(2.8rem, 4vw, 5rem);
		max-width: 620px;
	}

	.hero-card {
		padding: 22px;
		border-radius: 24px;
	}

	.hire-box,
	.cta-box {
		padding: 40px 48px;
		border-radius: 30px;
	}

	.service-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.solution-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.benefits-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.industry-grid,
	.tech-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.process-steps {
		grid-template-columns: repeat(7, minmax(0, 1fr));
	}

	.story-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.large-story-grid {
		grid-template-columns: 1fr;
	}

	.testimonial-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.developer-layout,
	.contact-layout {
		grid-template-columns: 1.15fr 0.85fr;
		gap: 32px;
	}

	.developer-list {
		gap: 18px;
	}

	.logo-row {
		grid-template-columns: repeat(6, minmax(0, 1fr));
		gap: 16px;
		font-size: 14px;
	}

	.field-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px;
	}

	.form-card {
		padding: 20px;
		position: static;
	}

	.hire-box,
	.cta-box {
		flex-direction: row;
		align-items: center;
	}

	.mega-menu {
		width: min(620px, 62vw);
	}

	.nav-item.has-mega-menu > a::after {
		font-size: 0.7rem;
	}
}
.page-industries .page-hero {
	background: radial-gradient(circle at top left, rgba(59, 130, 246, 0.12), transparent 30%), linear-gradient(140deg, #071827 0%, #0f172a 38%, #1d4ed8 100%);
	padding-top: 52px;
	padding-bottom: 34px;
}

.page-industries .page-hero h1,
.page-industries .page-hero p,
.page-industries .page-hero .eyebrow {
	color: #f8fbff;
}

.industry-hero-grid {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	gap: clamp(24px, 4vw, 52px);
	align-items: center;
}

.page-industries .hero-content {
	max-width: 660px;
}

.page-industries .hero-content h1 {
	font-size: clamp(2.2rem, 4vw, 4rem);
	line-height: 1.02;
	letter-spacing: -0.05em;
	margin-bottom: 18px;
}

.page-industries .hero-content p {
	max-width: 600px;
	line-height: 1.7;
	color: rgba(226, 232, 240, 0.8);
}

.industry-hero-panel {
	background: rgba(15, 23, 42, 0.46);
	border: 1px solid rgba(148, 163, 184, 0.2);
	border-radius: 24px;
	padding: 22px;
	backdrop-filter: blur(6px);
	box-shadow: 0 30px 80px rgba(2, 6, 23, 0.32);
}

.industry-panel-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 18px;
	font-size: 0.72rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(191, 219, 254, 0.75);
}

.industry-badge {
	display: inline-flex;
	padding: 7px 10px;
	background: rgba(125, 211, 252, 0.1);
	border: 1px solid rgba(125, 211, 252, 0.2);
	border-radius: 999px;
	color: #dbeafe;
}

.industry-stat-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
}

.industry-stat {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 16px 18px;
	background: rgba(15, 23, 42, 0.42);
	border: 1px solid rgba(148, 163, 184, 0.14);
	border-radius: 18px;
}

.industry-stat strong {
	font-size: clamp(1.6rem, 3vw, 2.2rem);
	line-height: 1;
	color: #f8fbff;
}

.industry-stat span {
	color: rgba(191, 219, 254, 0.76);
	font-size: 0.82rem;
}

.industry-visual-band {
	padding-top: 10px;
}

.industry-visual-layout {
	display: grid;
	grid-template-columns: 1.4fr 0.8fr;
	gap: 20px;
	align-items: stretch;
}

.industry-feature-spotlight {
	position: relative;
	overflow: hidden;
	border-radius: 28px;
	min-height: 420px;
	background: #0f172a;
	box-shadow: 0 28px 60px rgba(15, 23, 42, 0.12);
}

.industry-feature-spotlight img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	filter: saturate(1.08) contrast(1.04);
}

.spotlight-copy {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 26px 28px 22px;
	background: linear-gradient(180deg, rgba(15, 23, 42, 0.08), rgba(15, 23, 42, 0.88));
}

.spotlight-copy .eyebrow {
	margin-bottom: 10px;
	color: #bae6fd;
}

.spotlight-copy h3 {
	margin: 0;
	color: #f8fbff;
	font-size: clamp(1.5rem, 2vw, 2.4rem);
	line-height: 1.2;
	letter-spacing: -0.04em;
}

.industry-mini-stack {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
}

.mini-visual-card {
	display: grid;
	grid-template-columns: 120px 1fr;
	gap: 14px;
	align-items: center;
	padding: 12px;
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid var(--theme-border);
	box-shadow: 0 18px 32px rgba(15, 23, 42, 0.04);
}

.mini-visual-card img {
	width: 100%;
	height: 110px;
	object-fit: cover;
	border-radius: 16px;
	display: block;
}

.mini-visual-card div {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.mini-visual-card strong {
	font-size: 1.1rem;
	color: var(--theme-primary-deep);
}

.mini-visual-card span {
	color: var(--theme-muted);
	font-size: 0.9rem;
	line-height: 1.5;
}

.industries-showcase-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 22px;
	margin-top: 32px;
}

.industry-showcase-card {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 255, 0.98));
	border: 1px solid var(--theme-border);
	border-radius: 22px;
	padding: 22px;
	transition: all 0.3s ease;
	display: flex;
	flex-direction: column;
	gap: 16px;
	box-shadow: 0 18px 32px rgba(15, 23, 42, 0.04);
}

.industry-showcase-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
	border-color: rgba(37, 99, 235, 0.3);
}

.industry-card-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.industry-mini-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 14px;
	background: rgba(37, 99, 235, 0.08);
	font-size: 1.5rem;
}

.industry-pill {
	display: inline-flex;
	padding: 7px 10px;
	border-radius: 999px;
	background: rgba(14, 165, 233, 0.08);
	border: 1px solid rgba(14, 165, 233, 0.12);
	color: var(--theme-primary);
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.card-image,
.card-image-placeholder {
	border-radius: 18px;
	overflow: hidden;
	background: linear-gradient(135deg, #eff6ff, #e2e8f0);
	border: 1px solid rgba(148, 163, 184, 0.18);
}

.card-image {
	height: 180px;
}

.card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.card-image-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 180px;
}

.industry-icon {
	font-size: 2.6rem;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.industry-showcase-card h3 {
	margin: 0;
	color: var(--theme-primary-deep);
	font-size: 1.3rem;
	line-height: 1.3;
}

.industry-showcase-card p {
	margin: 0;
	color: var(--theme-muted);
	line-height: 1.6;
}

.industry-highlights {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 8px;
	font-size: 0.9rem;
	color: var(--theme-text);
}

.industry-highlights li {
	display: flex;
	align-items: center;
	gap: 8px;
	color: var(--theme-text);
}

.industry-highlights li::before {
	content: '✓';
	color: var(--theme-primary);
	font-weight: 700;
}

@media (max-width: 768px) {
	.why-us-section > .container,
	.stories-layout {
		grid-template-columns: 1fr;
	}

	.industry-hero-grid {
		grid-template-columns: 1fr;
	}

	.page-industries .hero-content h1 {
		font-size: clamp(2rem, 10vw, 3rem);
	}

	.page-industries .hero-content .hero-actions {
		flex-direction: column;
		align-items: stretch;
	}
}

/* Technology Showcase Styles */
.tech-showcase-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
        gap: 24px;
        margin-top: 48px;
}

.tech-showcase-card {
        background: linear-gradient(135deg, rgba(29, 78, 216, 0.04), rgba(124, 58, 237, 0.02));
        border: 1px solid var(--theme-border);
        border-radius: 16px;
        padding: 28px;
        transition: all 0.3s ease;
        display: flex;
        flex-direction: column;
        gap: 14px;
        position: relative;
        overflow: hidden;
}

.tech-showcase-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: linear-gradient(90deg, var(--theme-primary), var(--theme-accent));
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.3s ease;
}

.tech-showcase-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 24px 48px rgba(29, 78, 216, 0.12);
        border-color: var(--theme-primary);
}

.tech-showcase-card:hover::before {
        transform: scaleX(1);
}

.tech-icon {
        font-size: 2.2rem;
        height: 48px;
        display: flex;
        align-items: center;
}

.tech-showcase-card h3 {
        margin: 0;
        color: var(--theme-primary-deep);
        font-size: 1.2rem;
}

.tech-showcase-card p {
        margin: 0;
        color: var(--theme-muted);
        line-height: 1.6;
        font-size: 0.95rem;
}

.tech-tags {
        display: flex;
        gap: 8px;
        flex-wrap: wrap;
        margin-top: 8px;
}

.tech-tag {
        display: inline-block;
        background: linear-gradient(135deg, var(--theme-primary), var(--theme-accent));
        color: #fff;
        font-size: 0.75rem;
        font-weight: 600;
        padding: 4px 12px;
        border-radius: 20px;
        letter-spacing: 0.05em;
}

.tech-categories {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
        gap: 24px;
        margin-top: 40px;
}

.tech-category {
        background: rgba(255, 255, 255, 0.95);
        border: 1px solid var(--theme-border);
        border-radius: 12px;
        padding: 24px;
        transition: all 0.3s ease;
}

.tech-category:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
}

.tech-category h4 {
        margin: 0 0 12px;
        color: var(--theme-primary-deep);
        font-size: 1.1rem;
}

.tech-category p {
        margin: 0;
        color: var(--theme-muted);
        line-height: 1.6;
        font-size: 0.95rem;
}

/* Technologies page */
.page-technologies .page-hero {
	background: radial-gradient(circle at 78% 0%, rgba(34, 211, 238, 0.14), transparent 28%), linear-gradient(135deg, #071827 0%, #0f2138 55%, #111827 100%);
	padding-top: 64px;
	padding-bottom: 56px;
}

.page-technologies .page-hero h1,
.page-technologies .page-hero p,
.page-technologies .page-hero .eyebrow {
	color: #f8fbff;
}

.technologies-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
	gap: clamp(30px, 5vw, 72px);
	align-items: center;
}

.page-technologies .hero-content {
	max-width: 680px;
}

.page-technologies .hero-content h1 {
	margin-bottom: 20px;
	font-size: clamp(2.4rem, 5vw, 5rem);
	line-height: 0.98;
	letter-spacing: -0.05em;
}

.page-technologies .hero-content > p:not(.eyebrow) {
	max-width: 620px;
	color: rgba(226, 232, 240, 0.82);
	line-height: 1.75;
}

.page-technologies .hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.page-technologies .hero-actions .btn-secondary {
	border: 1px solid rgba(186, 230, 253, 0.35);
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
}

.technologies-hero-visual {
	position: relative;
	height: 390px;
	overflow: hidden;
	border: 1px solid rgba(186, 230, 253, 0.2);
	border-radius: 24px;
	box-shadow: 0 30px 70px rgba(2, 6, 23, 0.4);
}

.technologies-hero-visual::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(7, 24, 39, 0.02), rgba(7, 24, 39, 0.74));
}

.technologies-hero-visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.technologies-hero-note {
	position: absolute;
	z-index: 1;
	left: 22px;
	right: 22px;
	bottom: 22px;
	display: grid;
	grid-template-columns: auto 1fr;
	column-gap: 10px;
	padding: 16px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 14px;
	background: rgba(7, 24, 39, 0.72);
	backdrop-filter: blur(12px);
}

.technologies-hero-note .status-dot {
	grid-row: span 2;
	align-self: center;
}

.technologies-hero-note strong {
	color: #fff;
	font-size: 0.92rem;
}

.technologies-hero-note small {
	color: rgba(226, 232, 240, 0.7);
	font-size: 0.78rem;
}

.technologies-section-heading {
	max-width: 700px;
	margin-bottom: 32px;
}

.technologies-section-heading h2 {
	margin: 0 0 12px;
	color: #0f172a;
	font-size: clamp(2rem, 3vw, 3rem);
}

.technologies-section-heading > p:last-child {
	max-width: 680px;
	margin: 0;
	color: #475569;
	line-height: 1.7;
}

.page-technologies .tech-showcase-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	margin-top: 0;
}

.page-technologies .tech-showcase-card {
	padding: 0;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 16px 38px rgba(15, 23, 42, 0.06);
	overflow: hidden;
}

.page-technologies .tech-showcase-card::before {
	display: none;
}

.tech-card-image {
	position: relative;
	height: 150px;
	overflow: hidden;
	background: var(--tech-image) center / cover;
}

.tech-card-image::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(7, 24, 39, 0.08), rgba(7, 24, 39, 0.64));
}

.tech-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-technologies .tech-icon {
	position: absolute;
	z-index: 1;
	left: 18px;
	bottom: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 12px;
	background: rgba(15, 23, 42, 0.72);
	color: #fff;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.05em;
}

.page-technologies .tech-showcase-card .card-content {
	padding: 20px 22px 22px;
}

.page-technologies .tech-showcase-card h3 {
	color: #0f172a !important;
	font-size: 1.15rem;
}

.page-technologies .tech-showcase-card p {
	color: #475569 !important;
	line-height: 1.65;
}

.page-technologies .tech-tags {
	margin-top: 14px;
}

.page-technologies .tech-tag {
	background: #eff6ff;
	color: #1d4ed8;
	font-size: 0.7rem;
}

.page-technologies .tech-categories {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	margin-top: 0;
}

.page-technologies .tech-category {
	min-height: 160px;
	padding: 22px;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}

.page-technologies .tech-category h4 {
	color: #0f172a;
}

.page-technologies .tech-category p {
	color: #475569;
}

@media (max-width: 1000px) {
	.page-technologies .tech-showcase-grid,
	.page-technologies .tech-categories {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.technologies-hero-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 600px) {
	.page-technologies .page-hero {
		padding-top: 48px;
		padding-bottom: 42px;
	}

	.technologies-hero-visual {
		height: 280px;
	}

	.page-technologies .tech-showcase-grid,
	.page-technologies .tech-categories {
		grid-template-columns: 1fr;
	}
}

/* Story Card Styles */
.story-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
        gap: 28px;
        margin-top: 48px;
}

@media (min-width: 1200px) {
	.home-page .hero-grid {
		grid-template-columns: minmax(0, 1.12fr) minmax(420px, 0.88fr) !important;
		gap: clamp(36px, 5vw, 88px);
	}

	.home-page .hero-metrics {
		flex-direction: row !important;
		align-items: flex-start;
		gap: clamp(16px, 2vw, 30px);
	}

	.home-page .hero-metrics li {
		flex: 1 1 0;
		min-width: 0;
	}

	.home-page .hero-section {
		padding-top: 56px !important;
		padding-bottom: 42px !important;
	}

	.home-page .logo-strip,
	.home-page .section-spacing,
	.home-page .hire-section,
	.home-page .final-cta {
		padding-top: 28px !important;
		padding-bottom: 28px !important;
	}

	.home-page .logo-strip {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}

	.home-page .section-heading {
		margin-bottom: 24px;
	}

	.home-page .service-grid,
	.home-page .benefits-grid,
	.home-page .industry-grid,
	.home-page .tech-grid,
	.home-page .story-grid,
	.home-page .testimonial-grid {
		gap: 18px;
	}

	.home-page .service-card,
	.home-page .benefit-item,
	.home-page .industry-card,
	.home-page .tech-card,
	.home-page .story-card {
		min-height: 200px;
		padding: 22px;
	}

	.home-page .services-spotlight .section-heading,
	.home-page .why-us-section .section-heading,
	.home-page .industries-section .section-heading,
	.home-page .tech-section .section-heading,
	.home-page .stories-section .section-heading {
		position: static;
		align-self: center;
		margin: 0;
	}

	.home-page .services-spotlight .section-heading {
		grid-row: 1 / span 2;
		align-self: center;
	}

	.home-page .process-steps {
		position: relative;
		grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
		gap: 12px;
		padding-top: 8px;
	}

	.home-page .process-steps::before {
		content: '';
		position: absolute;
		top: 47px;
		left: 7%;
		right: 7%;
		height: 2px;
		background: linear-gradient(90deg, rgba(37, 99, 235, 0.22), rgba(124, 58, 237, 0.4), rgba(37, 99, 235, 0.22));
	}

	.home-page .process-item {
		z-index: 1;
		min-height: 0;
		padding: 18px 14px 16px;
		background: rgba(255, 255, 255, 0.62);
		border: 1px solid rgba(148, 163, 184, 0.2);
		border-radius: 18px;
		box-shadow: 0 12px 28px rgba(15, 23, 42, 0.04);
		text-align: center;
	}

	.home-page .process-item span {
		position: relative;
		margin: 0 auto 20px;
		border: 5px solid var(--theme-bg);
		box-shadow: 0 8px 18px rgba(37, 99, 235, 0.2);
	}

	.home-page .process-item h3 {
		font-size: 1rem;
	}

	.home-page .process-item p {
		font-size: 0.84rem;
		line-height: 1.5;
	}

	.home-page .section-heading h2,
	.home-page .section-heading-left h2,
	.home-page .service-card h3,
	.home-page .benefit-item h3,
	.home-page .industry-card h3,
	.home-page .tech-card h3,
	.home-page .story-card h3 {
		color: #0f172a !important;
	}

	.home-page .section-heading .lead-muted,
	.home-page .service-card p,
	.home-page .benefit-item p,
	.home-page .industry-card p,
	.home-page .tech-card p,
	.home-page .story-card p {
		color: #475569 !important;
	}

	.home-page .why-us-section .section-heading,
	.home-page .industries-section .section-heading,
	.home-page .tech-section .section-heading,
	.home-page .stories-section .section-heading {
		grid-row: 1 / span 2;
		align-self: center;
	}

	.home-page .why-us-section .benefits-grid,
	.home-page .industries-section .industry-grid,
	.home-page .tech-section .tech-grid,
	.home-page .stories-section .story-grid {
		grid-row: 1 / span 2;
		align-self: center;
	}
}

.premium-story-card {
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.98));
        border: 1px solid var(--theme-border);
        border-radius: 16px;
        padding: 32px;
        transition: all 0.3s ease;
        display: flex;
        flex-direction: column;
        gap: 18px;
        position: relative;
        overflow: hidden;
}

/* Customer Stories page */
.page-customer-stories .page-hero {
	background: radial-gradient(circle at 78% 0%, rgba(34, 211, 238, 0.14), transparent 28%), linear-gradient(135deg, #071827 0%, #0f2138 55%, #111827 100%);
	padding-top: 64px;
	padding-bottom: 56px;
}

.page-customer-stories .page-hero h1,
.page-customer-stories .page-hero p,
.page-customer-stories .page-hero .eyebrow {
	color: #f8fbff;
}

.stories-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
	gap: clamp(28px, 5vw, 82px);
	align-items: center;
}

.page-customer-stories .hero-content {
	max-width: 700px;
}

.page-customer-stories .hero-content h1 {
	font-size: clamp(2.4rem, 5vw, 5rem);
	line-height: 0.98;
	letter-spacing: -0.05em;
	margin-bottom: 20px;
}

.page-customer-stories .hero-content > p:not(.eyebrow) {
	max-width: 620px;
	color: rgba(226, 232, 240, 0.82);
	line-height: 1.75;
}

.page-customer-stories .hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.page-customer-stories .hero-actions .btn-secondary {
	border: 1px solid rgba(186, 230, 253, 0.35);
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
}

.stories-hero-panel {
	padding: 24px;
	border: 1px solid rgba(148, 163, 184, 0.2);
	border-radius: 24px;
	background: rgba(15, 23, 42, 0.48);
	box-shadow: 0 30px 70px rgba(2, 6, 23, 0.32);
	backdrop-filter: blur(8px);
}

.stories-panel-top,
.stories-panel-line {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	color: rgba(191, 219, 254, 0.75);
	font-size: 0.76rem;
}

.stories-badge {
	display: inline-flex;
	padding: 7px 10px;
	border: 1px solid rgba(125, 211, 252, 0.2);
	border-radius: 999px;
	background: rgba(125, 211, 252, 0.1);
	color: #dbeafe;
	font-weight: 700;
}

.stories-stat-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	margin: 24px 0;
}

.stories-stat-grid > div {
	display: flex;
	flex-direction: column;
	gap: 7px;
	padding: 14px 12px;
	border: 1px solid rgba(148, 163, 184, 0.14);
	border-radius: 14px;
	background: rgba(15, 23, 42, 0.42);
}

.stories-stat-grid strong {
	color: #fff;
	font-size: clamp(1.35rem, 3vw, 2rem);
	line-height: 1;
}

.stories-stat-grid span {
	color: rgba(191, 219, 254, 0.7);
	font-size: 0.7rem;
	line-height: 1.35;
}

.stories-panel-line {
	justify-content: flex-start;
	padding-top: 16px;
	border-top: 1px solid rgba(148, 163, 184, 0.14);
}

.stories-visual-band {
	padding-top: 34px;
}

.stories-visual-layout {
	display: grid;
	grid-template-columns: 1.4fr 0.8fr;
	gap: 20px;
	align-items: stretch;
}

.stories-feature-spotlight {
	position: relative;
	min-height: 420px;
	overflow: hidden;
	border-radius: 28px;
	background: #0f172a;
	box-shadow: 0 28px 60px rgba(15, 23, 42, 0.12);
}

.stories-feature-spotlight img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(1.08) contrast(1.04);
}

.stories-feature-spotlight .spotlight-copy {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 26px 28px 22px;
	background: linear-gradient(180deg, rgba(15, 23, 42, 0.04), rgba(15, 23, 42, 0.9));
}

.stories-feature-spotlight .spotlight-copy .eyebrow {
	color: #bae6fd;
}

.stories-feature-spotlight .spotlight-copy h3 {
	margin: 0;
	color: #f8fbff;
	font-size: clamp(1.5rem, 2vw, 2.4rem);
	line-height: 1.12;
}

.stories-mini-stack {
	display: grid;
	grid-template-rows: repeat(3, 1fr);
	gap: 14px;
}

.stories-mini-stack .mini-visual-card {
	min-height: 0;
}

.stories-catalog .section-header {
	max-width: 720px;
	margin-bottom: 30px;
}

.page-customer-stories .premium-story-card {
	padding: 0;
	gap: 0;
	border-radius: 20px;
	background: #fff;
}

.page-customer-stories .premium-story-card .story-image {
	height: 190px;
	border-radius: 20px 20px 0 0;
}

.page-customer-stories .premium-story-card .story-content {
	padding: 22px 24px 24px;
}

.page-customer-stories .premium-story-card .story-emoji {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #eff6ff;
	color: var(--theme-primary);
	font-size: 0.76rem;
	font-weight: 800;
}

/* Services & Solutions page */
.page-services-solutions .page-hero {
	background: radial-gradient(circle at 80% 0%, rgba(34, 211, 238, 0.14), transparent 28%), linear-gradient(135deg, #071827 0%, #0f2138 55%, #111827 100%);
	padding-top: 64px;
	padding-bottom: 56px;
}

.page-services-solutions .page-hero h1,
.page-services-solutions .page-hero p,
.page-services-solutions .page-hero .eyebrow {
	color: #f8fbff;
}

.services-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
	gap: clamp(30px, 5vw, 72px);
	align-items: center;
}

.page-services-solutions .hero-content {
	max-width: 680px;
}

.page-services-solutions .hero-content h1 {
	margin-bottom: 20px;
	font-size: clamp(2.4rem, 5vw, 5rem);
	line-height: 0.98;
	letter-spacing: -0.05em;
}

.page-services-solutions .hero-content > p:not(.eyebrow) {
	max-width: 620px;
	color: rgba(226, 232, 240, 0.82);
	line-height: 1.75;
}

.page-services-solutions .hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.page-services-solutions .hero-actions .btn-secondary {
	border: 1px solid rgba(186, 230, 253, 0.35);
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
}

.services-hero-visual {
	position: relative;
	min-height: 390px;
	overflow: hidden;
	border: 1px solid rgba(186, 230, 253, 0.2);
	border-radius: 24px;
	box-shadow: 0 30px 70px rgba(2, 6, 23, 0.4);
}

.services-hero-visual::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(7, 24, 39, 0.02), rgba(7, 24, 39, 0.74));
}

.services-hero-visual img {
	width: 100%;
	height: 100%;
	min-height: 390px;
	object-fit: cover;
}

.services-hero-note {
	position: absolute;
	z-index: 1;
	left: 22px;
	right: 22px;
	bottom: 22px;
	display: grid;
	grid-template-columns: auto 1fr;
	column-gap: 10px;
	padding: 16px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 14px;
	background: rgba(7, 24, 39, 0.72);
	backdrop-filter: blur(12px);
}

.services-hero-note .status-dot {
	grid-row: span 2;
	align-self: center;
}

.services-hero-note strong {
	color: #fff;
	font-size: 0.92rem;
}

.services-hero-note small {
	color: rgba(226, 232, 240, 0.7);
	font-size: 0.78rem;
}

.services-section-heading {
	max-width: 700px;
	margin-bottom: 32px;
}

.services-section-heading h2 {
	margin: 0 0 12px;
	color: #0f172a;
	font-size: clamp(2rem, 3vw, 3rem);
}

.services-section-heading > p:last-child {
	max-width: 680px;
	margin: 0;
	color: #475569;
	line-height: 1.7;
}

.page-services-solutions .solution-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.page-services-solutions .solution-panel {
	padding: 0;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 16px 38px rgba(15, 23, 42, 0.06);
	overflow: hidden;
}

.solution-image {
	height: 138px;
	background-image: linear-gradient(180deg, rgba(7, 24, 39, 0.04), rgba(7, 24, 39, 0.64)), var(--solution-image);
	background-position: center;
	background-size: cover;
}

.solution-content {
	padding: 22px 24px 24px;
}

.page-services-solutions .solution-panel h2 {
	margin: 0 0 10px;
	color: #0f172a !important;
	font-size: 1.45rem;
}

.page-services-solutions .solution-panel > .solution-content > p {
	min-height: 76px;
	margin: 0 0 18px;
	color: #475569 !important;
	line-height: 1.65;
}

.solution-skill-list {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin: 0 0 20px !important;
}

.page-services-solutions .solution-skill-list li {
	padding: 6px 9px;
	margin: 0;
	border: 1px solid rgba(37, 99, 235, 0.12);
	border-radius: 999px;
	background: #f8fbff;
	color: #334155 !important;
	font-size: 0.76rem;
	font-weight: 700;
}

.page-services-solutions .solution-skill-list li::before {
	display: none;
}

.page-services-solutions .solution-panel .btn-secondary {
	padding: 10px 14px;
	border-radius: 999px;
	background: #eff6ff;
	color: #1d4ed8;
	font-size: 0.84rem;
}

/* About Us page */
.page-about-us .page-hero {
	background: radial-gradient(circle at 78% 0%, rgba(34, 211, 238, 0.14), transparent 28%), linear-gradient(135deg, #071827 0%, #0f2138 55%, #111827 100%);
	padding-top: 64px;
	padding-bottom: 56px;
}

.page-about-us .page-hero h1,
.page-about-us .page-hero p,
.page-about-us .page-hero .eyebrow {
	color: #f8fbff;
}

.about-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
	gap: clamp(30px, 5vw, 72px);
	align-items: center;
}

.page-about-us .hero-content {
	max-width: 680px;
}

.page-about-us .hero-content h1 {
	margin-bottom: 20px;
	font-size: clamp(2.4rem, 5vw, 5rem);
	line-height: 0.98;
	letter-spacing: -0.05em;
}

.page-about-us .hero-content > p:not(.eyebrow) {
	max-width: 620px;
	color: rgba(226, 232, 240, 0.82);
	line-height: 1.75;
}

.page-about-us .hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.page-about-us .hero-actions .btn-secondary {
	border: 1px solid rgba(186, 230, 253, 0.35);
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
}

.about-hero-visual {
	position: relative;
	height: 390px;
	min-height: 0;
	overflow: hidden;
	border: 1px solid rgba(186, 230, 253, 0.2);
	border-radius: 24px;
	box-shadow: 0 30px 70px rgba(2, 6, 23, 0.4);
}

.about-hero-visual::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(7, 24, 39, 0.02), rgba(7, 24, 39, 0.74));
}

.about-hero-visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about-hero-note {
	position: absolute;
	z-index: 1;
	left: 22px;
	right: 22px;
	bottom: 22px;
	display: grid;
	grid-template-columns: auto 1fr;
	column-gap: 10px;
	padding: 16px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 14px;
	background: rgba(7, 24, 39, 0.72);
	backdrop-filter: blur(12px);
}

.about-hero-note .status-dot {
	grid-row: span 2;
	align-self: center;
}

.about-hero-note strong {
	color: #fff;
	font-size: 0.92rem;
}

.about-hero-note small {
	color: rgba(226, 232, 240, 0.7);
	font-size: 0.78rem;
}

.about-story-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
	gap: clamp(32px, 6vw, 88px);
	align-items: center;
}

.about-story-image {
	position: relative;
	min-height: 430px;
	overflow: hidden;
	border-radius: 26px;
	box-shadow: 0 24px 56px rgba(15, 23, 42, 0.12);
}

.about-story-image img {
	width: 100%;
	height: 100%;
	min-height: 430px;
	object-fit: cover;
}

.about-story-image span {
	position: absolute;
	left: 20px;
	bottom: 20px;
	padding: 9px 12px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 999px;
	background: rgba(15, 23, 42, 0.68);
	color: #fff;
	font-size: 0.76rem;
	font-weight: 700;
	backdrop-filter: blur(8px);
}

.about-story-copy h2 {
	max-width: 560px;
	margin: 0 0 18px;
	color: #0f172a;
	font-size: clamp(2rem, 3.5vw, 3.4rem);
	line-height: 1.03;
	letter-spacing: -0.045em;
}

.about-story-copy > p:not(.eyebrow) {
	max-width: 560px;
	margin: 0;
	color: #475569;
	line-height: 1.75;
}

.about-story-points {
	display: grid;
	gap: 12px;
	margin-top: 28px;
}

.about-story-points div {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 12px 0;
	border-bottom: 1px solid rgba(15, 23, 42, 0.08);
	color: #334155;
	font-weight: 700;
}

.about-story-points strong {
	color: var(--theme-primary);
	font-size: 0.8rem;
}

.about-values-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 28px;
}

.about-value-card {
	padding: 22px;
	border: 1px solid var(--theme-border);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}

.about-value-card > span {
	display: inline-flex;
	margin-bottom: 18px;
	color: var(--theme-primary);
	font-size: 1.2rem;
	font-weight: 800;
}

.about-value-card h3 {
	margin: 0 0 10px;
	color: #0f172a;
	font-size: 1.15rem;
}

.about-value-card p {
	margin: 0;
	color: #475569;
	font-size: 0.9rem;
	line-height: 1.65;
}

@media (max-width: 900px) {
	.about-hero-grid,
	.about-story-grid {
		grid-template-columns: 1fr;
	}

	.about-values-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 600px) {
	.page-about-us .process-steps {
		grid-template-columns: 1fr !important;
	}

	.page-about-us .page-hero {
		padding-top: 48px;
		padding-bottom: 42px;
	}

	.about-hero-visual,
	.about-hero-visual img,
	.about-story-image,
	.about-story-image img {
		height: 280px;
		min-height: 0;
	}
}

@media (max-width: 900px) {
	.services-hero-grid {
		grid-template-columns: 1fr;
	}

	.page-services-solutions .solution-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 600px) {
	.page-services-solutions .page-hero {
		padding-top: 48px;
		padding-bottom: 42px;
	}

	.services-hero-visual,
	.services-hero-visual img {
		min-height: 280px;
	}

	.page-services-solutions .solution-panel > .solution-content > p {
		min-height: 0;
	}
}

@media (max-width: 900px) {
	.stories-hero-grid,
	.stories-visual-layout {
		grid-template-columns: 1fr;
	}

	.stories-mini-stack {
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: 1fr;
	}
}

@media (max-width: 600px) {
	.page-customer-stories .page-hero {
		padding-top: 48px;
		padding-bottom: 42px;
	}

	.stories-stat-grid {
		grid-template-columns: 1fr;
	}

	.stories-mini-stack {
		grid-template-columns: 1fr;
	}

	.stories-feature-spotlight {
		min-height: 340px;
	}
}

@media (min-width: 1101px) {
	.page-customer-stories .story-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
		gap: 24px;
	}
}

@media (min-width: 601px) and (max-width: 1100px) {
	.page-customer-stories .story-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 20px;
	}
}

@media (max-width: 600px) {
	.page-customer-stories .story-grid {
		grid-template-columns: 1fr !important;
	}
}

.premium-story-card::before {
        content: '';
        position: absolute;
        top: -100%;
        left: -100%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, rgba(29, 78, 216, 0.08) 0%, transparent 70%);
        transition: top 0.6s ease, left 0.6s ease;
        pointer-events: none;
}

.premium-story-card:hover {
        transform: translateY(-12px);
        box-shadow: 0 32px 64px rgba(15, 23, 42, 0.16);
        border-color: var(--theme-primary);
}

.premium-story-card:hover::before {
        top: 0;
        left: 0;
}

.story-header {
        display: flex;
        align-items: center;
        gap: 12px;
        position: relative;
        z-index: 1;
}

.story-emoji {
        font-size: 1.8rem;
        display: flex;
        align-items: center;
        justify-content: center;
}

.story-tag {
        display: inline-block;
        background: linear-gradient(135deg, var(--theme-primary), var(--theme-accent));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 0.8rem;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
}

.premium-story-card h3 {
        margin: 0;
        color: var(--theme-primary-deep);
        font-size: 1.3rem;
        line-height: 1.3;
        position: relative;
        z-index: 1;
}

.story-description {
        margin: 0;
        color: var(--theme-muted);
        line-height: 1.7;
        position: relative;
        z-index: 1;
}

.story-link {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        color: var(--theme-primary);
        text-decoration: none;
        font-weight: 600;
        transition: all 0.3s ease;
        position: relative;
        z-index: 1;
        width: fit-content;
}

.story-link span {
        transition: transform 0.3s ease;
}

.story-link:hover {
        color: var(--theme-accent);
}

.story-link:hover span {
        transform: translateX(4px);
}

/* Section Header Styles */
.section-header {
        margin-bottom: 40px;
}

.section-header.centered {
        text-align: center;
}

.section-header .eyebrow {
        margin-bottom: 12px;
}

.section-header h2 {
        margin: 0;
        color: var(--theme-primary-deep);
        font-size: 2rem;
        line-height: 1.2;
}

/* Benefits Grid */
.benefits-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
        gap: 32px;
        margin-top: 40px;
}

.benefit-item {
        background: rgba(255, 255, 255, 0.5);
        border: 1px solid var(--theme-border);
        border-radius: 12px;
        padding: 24px;
        transition: all 0.3s ease;
}

.benefit-item:hover {
        transform: translateY(-4px);
        background: rgba(255, 255, 255, 0.95);
        box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

.benefit-item h4 {
        margin: 0 0 12px;
        color: var(--theme-primary-deep);
        font-size: 1.1rem;
}

.benefit-item p {
        margin: 0;
        color: var(--theme-muted);
        line-height: 1.6;
        font-size: 0.95rem;
}

/* Premium CTA Styles */
.premium-cta {
        background: linear-gradient(135deg, rgba(29, 78, 216, 0.08), rgba(124, 58, 237, 0.04));
        border: 2px solid var(--theme-border);
        border-radius: 20px;
        padding: 48px 40px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 40px;
}

.premium-cta > div:first-child {
        flex: 1;
}

.premium-cta .eyebrow {
        margin-bottom: 12px;
}

.premium-cta h2 {
        margin: 0;
        font-size: 1.8rem;
        color: var(--theme-primary-deep);
        line-height: 1.3;
}

.cta-actions {
        display: flex;
        gap: 16px;
        flex-wrap: wrap;
}

.btn-large {
        padding: 16px 32px !important;
        font-size: 1rem !important;
}

/* Mobile adjustments */
@media (max-width: 768px) {
        .premium-cta {
                flex-direction: column;
                text-align: center;
                gap: 24px;
        }

        .cta-actions {
                justify-content: center;
        }

        .section-header h2 {
                font-size: 1.5rem;
        }

        .industries-showcase-grid,
        .tech-showcase-grid,
        .story-grid {
                grid-template-columns: 1fr;
        }
}

/* Breadcrumb Navigation Styles */
.breadcrumbs-nav {
        margin: 24px 0 32px;
}

.breadcrumbs {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        font-size: 0.9rem;
        align-items: center;
}

.breadcrumbs li {
        display: flex;
        align-items: center;
}

.breadcrumbs li::after {
        content: '/';
        margin-left: 12px;
        color: var(--theme-muted);
}

.breadcrumbs li:last-child::after {
        display: none;
}

.breadcrumbs a {
        color: var(--theme-primary);
        text-decoration: none;
        transition: color 0.3s ease;
}

.breadcrumbs a:hover {
        color: var(--theme-accent);
        text-decoration: underline;
}

.breadcrumbs li:last-child {
        color: var(--theme-text);
        font-weight: 600;
}

/* Featured Image Styles */
.card-image,
.story-image {
        width: 100%;
        height: 200px;
        background: linear-gradient(135deg, #f5f7fb, #eef4ff);
        border-radius: 12px 12px 0 0;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
}

.card-image img,
.story-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
}

.card-image-placeholder {
        width: 100%;
        height: 120px;
        background: linear-gradient(135deg, rgba(29, 78, 216, 0.08), rgba(124, 58, 237, 0.04));
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 16px;
}

.card-image-placeholder .industry-icon {
        font-size: 3rem;
}

.industry-showcase-card {
        display: flex;
        flex-direction: column;
        overflow: hidden;
}

.industry-showcase-card .card-content {
        flex: 1;
        display: flex;
        flex-direction: column;
}

.tech-showcase-card {
        display: flex;
        flex-direction: column;
}

/* Final wide-screen layout overrides */
@media (min-width: 1200px) {
	.hero-grid {
		grid-template-columns: minmax(0, 1.12fr) minmax(420px, 0.88fr);
		gap: clamp(36px, 5vw, 88px);
	}

	.runtime-card-grid {
		grid-template-columns: 1.2fr 0.8fr;
	}

	.services-spotlight > .container,
	.why-us-section > .container,
	.industries-section > .container,
	.tech-section > .container,
	.stories-section > .container {
		display: grid;
		grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.7fr);
		column-gap: clamp(42px, 5vw, 88px);
		align-items: start;
	}

	.services-spotlight .section-heading,
	.why-us-section .section-heading,
	.industries-section .section-heading,
	.tech-section .section-heading,
	.stories-section .section-heading {
		grid-column: 1;
		grid-row: 1;
		position: sticky;
		top: 120px;
		margin: 8px 0 0;
	}

	.services-spotlight .service-tabs {
		grid-column: 2;
		grid-row: 1;
		margin-bottom: 22px;
	}

	.services-spotlight .service-grid,
	.why-us-section .benefits-grid,
	.industries-section .industry-grid,
	.tech-section .tech-grid,
	.stories-section .story-grid {
		grid-column: 2;
		grid-row: 2;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		align-self: start;
	}

	.section-heading-left h2 {
		font-size: clamp(2.15rem, 3vw, 3.25rem);
		line-height: 1.02;
	}
}

.tech-showcase-card .card-image {
        border-radius: 12px 12px 0 0;
}

@media (max-width: 768px) {
	.offcanvas-menu .mobile-menu-actions .mobile-cta-secondary {
		color: #1d4ed8 !important;
		background: #fff !important;
	}

	.offcanvas-menu .mobile-menu-actions .mobile-cta-primary {
		color: #fff !important;
		background: linear-gradient(135deg, #2563eb, #7c3aed) !important;
	}
}

/* Find Developer page */
.developer-hero {
	position: relative;
	overflow: hidden;
	padding: 76px 0 72px;
	background: radial-gradient(circle at 80% 0%, rgba(37, 99, 235, 0.2), transparent 30%), linear-gradient(135deg, #071827 0%, #0f2138 54%, #111827 100%);
	color: #fff;
}

.developer-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 42px;
	align-items: center;
}

.developer-hero-content h1 {
	max-width: 700px;
	margin: 0 0 22px;
	color: #f8fbff;
	font-size: clamp(2.5rem, 5vw, 5.2rem);
	line-height: 0.98;
	letter-spacing: -0.05em;
}

.developer-hero-content .eyebrow {
	color: #67e8f9;
}

.developer-hero-lead {
	max-width: 620px;
	margin: 0;
	color: rgba(226, 232, 240, 0.82);
	font-size: 1.08rem;
	line-height: 1.75;
}

.developer-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.developer-hero-actions .btn-secondary {
	border: 1px solid rgba(186, 230, 253, 0.35);
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
}

.developer-proof-row {
	display: flex;
	flex-wrap: wrap;
	gap: 22px;
	margin-top: 42px;
	color: rgba(226, 232, 240, 0.68);
	font-size: 0.82rem;
}

.developer-proof-row span {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.developer-proof-row strong {
	color: #fff;
	font-size: 1.05rem;
}

.developer-hero-visual {
	position: relative;
	min-height: 390px;
	border: 1px solid rgba(186, 230, 253, 0.2);
	border-radius: 24px;
	box-shadow: 0 30px 70px rgba(2, 6, 23, 0.4);
	overflow: hidden;
}

.developer-hero-visual::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(7, 24, 39, 0.05), rgba(7, 24, 39, 0.72));
}

.developer-hero-visual img {
	width: 100%;
	height: 100%;
	min-height: 390px;
	object-fit: cover;
}

.developer-visual-note {
	position: absolute;
	z-index: 1;
	left: 22px;
	right: 22px;
	bottom: 22px;
	display: grid;
	grid-template-columns: auto 1fr;
	column-gap: 10px;
	padding: 16px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 14px;
	background: rgba(7, 24, 39, 0.72);
	backdrop-filter: blur(12px);
}

.developer-visual-note .status-dot {
	grid-row: span 2;
	align-self: center;
}

.developer-visual-note strong {
	color: #fff;
	font-size: 0.92rem;
}

.developer-visual-note small {
	color: rgba(226, 232, 240, 0.7);
	font-size: 0.78rem;
}

.developer-section-heading {
	max-width: 680px;
	margin-bottom: 34px;
}

.developer-section-heading h2 {
	color: var(--theme-primary-deep);
}

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

.developer-group {
	position: relative;
	min-height: 330px;
	padding: 0;
	border: 1px solid var(--theme-border);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 16px 38px rgba(15, 23, 42, 0.06);
	overflow: hidden;
}

.developer-group-image {
	height: 120px;
	background-image: linear-gradient(180deg, rgba(7, 24, 39, 0.05), rgba(7, 24, 39, 0.58)), var(--developer-image);
	background-position: center;
	background-size: cover;
}

.developer-group-content {
	position: relative;
	padding: 22px 24px 24px;
}

.developer-group-index {
	position: absolute;
	top: -20px;
	right: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 4px solid #fff;
	border-radius: 50%;
	background: linear-gradient(135deg, #2563eb, #7c3aed);
	color: #fff;
	font-size: 0.78rem;
	font-weight: 800;
}

.developer-group h2 {
	margin: 0 0 6px;
	color: var(--theme-primary-deep);
	font-size: 1.35rem;
}

.developer-group-intro {
	margin: 0 0 16px;
	color: var(--theme-muted);
	font-size: 0.88rem;
}

.developer-skill-list {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	padding: 0;
	margin: 0 0 20px;
	list-style: none;
}

.developer-skill-list li {
	padding: 0;
	margin: 0;
}

.developer-skill-list li span {
	display: inline-flex;
	padding: 6px 9px;
	border: 1px solid rgba(37, 99, 235, 0.12);
	border-radius: 999px;
	background: #f8fbff;
	color: #334155;
	font-size: 0.76rem;
	font-weight: 700;
}

.developer-card-link {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: var(--theme-primary);
	font-size: 0.86rem;
	font-weight: 800;
	text-decoration: none;
}

.developer-card-link span {
	transition: transform 0.2s ease;
}

.developer-card-link:hover span {
	transform: translateX(4px);
}

.developer-hire-section .form-card,
.developer-hire-section .info-box {
	border-radius: 20px;
	box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06);
}

.developer-hire-section .form-card h2 {
	margin-bottom: 10px;
	color: var(--theme-primary-deep);
}

.form-intro {
	margin: 0 0 24px;
	color: var(--theme-muted);
	line-height: 1.65;
}

.info-box-kicker {
	display: block;
	margin-bottom: 10px;
	color: var(--theme-primary);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

@media (min-width: 769px) {
	.developer-hero-grid {
		grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
		gap: 70px;
	}

	.developer-hire-section .developer-layout {
		grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr) !important;
		gap: 32px;
		align-items: start;
	}

	.developer-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	.developer-hero {
		padding: 52px 0 46px;
	}

	.developer-hero-visual,
	.developer-hero-visual img {
		min-height: 280px;
	}

	.developer-proof-row {
		gap: 14px;
		margin-top: 30px;
	}

	.developer-proof-row span {
		flex: 1 1 40%;
	}

	.developer-group-content {
		padding: 20px;
	}
}

.premium-story-card {
        display: flex;
        flex-direction: column;
}

.premium-story-card .story-image {
        border-radius: 16px 16px 0 0;
        height: 220px;
}

.premium-story-card .story-content {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 18px;
}

/* Story Grid with Images */
.story-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
        gap: 28px;
        margin-top: 48px;
}