/*!
 * ThatWorx Web Services theme styles
 *
 * @author     Troy Kearley - ThatWorx Web Services
 * @copyright  Copyright (c) Troy Kearley / ThatWorx Web Services. All rights reserved.
 * @link       https://thatworx.net/
 */

:root {
	--twx-color-primary: #0B6BFF;
	--twx-color-primary-dark: #064EC4;
	--twx-color-primary-soft: #EAF2FF;
	--twx-color-dark: #070B10;
	--twx-color-near-black: #05070A;
	--twx-color-panel: #0B111A;
	--twx-color-text: #101318;
	--twx-color-muted: #5F6673;
	--twx-color-light: #F4F7FB;
	--twx-color-white: #FFFFFF;
	--twx-color-border: rgba(16, 19, 24, 0.11);
	--font-main: "Manrope", "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--font-script: "Caveat", cursive;
	--twx-space-1: 0.25rem;
	--twx-space-2: 0.5rem;
	--twx-space-3: 0.75rem;
	--twx-space-4: 1rem;
	--twx-space-5: 1.5rem;
	--twx-space-6: 2rem;
	--twx-space-7: 3rem;
	--twx-space-8: 4rem;
	--twx-space-9: 5.5rem;
	--twx-section-padding: clamp(4.5rem, 5.5vw, 6rem);
	--twx-section-padding-sm: clamp(3.25rem, 4vw, 4rem);
	--twx-container-max: 1240px;
	--twx-gutter-total: 48px;
	--twx-container: var(--twx-container-max);
	--twx-radius-sm: 0.65rem;
	--twx-radius-md: 1rem;
	--twx-radius-lg: 1.5rem;
	--twx-radius-xl: 2rem;
	--twx-radius-pill: 999px;
	--twx-shadow-soft: 0 18px 50px rgba(5, 7, 10, 0.1);
	--twx-shadow-card: 0 22px 60px rgba(5, 7, 10, 0.14);
	--twx-shadow-strong: 0 30px 90px rgba(5, 7, 10, 0.26);
	--twx-fs-hero: clamp(3.35rem, 4.9vw, 5.15rem);
	--twx-fs-h2: clamp(2.15rem, 3.5vw + 0.6rem, 3.45rem);
	--twx-fs-h3: clamp(1.15rem, 1.6vw, 1.38rem);
}

* {
	box-sizing: border-box;
}

html {
	/* clip avoids horizontal scroll without breaking position:sticky on the header (hidden often does). */
	overflow-x: clip;
	scroll-behavior: smooth;
	/* Offset anchor jumps so the sticky header doesn't cover the target. */
	scroll-padding-top: 136px;
}

@media (max-width: 1080px) {
	html {
		scroll-padding-top: 76px;
	}
}

body {
	margin: 0;
	background: var(--twx-color-dark);
	color: var(--twx-color-text);
	font-family: var(--font-main);
	font-size: clamp(16px, 1.5vw + 14px, 17px);
	line-height: 1.62;
}

a {
	color: inherit;
	text-decoration: none;
}

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

h1,
h2,
h3,
p {
	margin-top: 0;
}

h1,
h2,
h3 {
	font-weight: 800;
	line-height: 1.04;
	letter-spacing: -0.055em;
}

h1 {
	font-size: var(--twx-fs-hero);
	margin-bottom: var(--twx-space-5);
}

h2 {
	font-size: var(--twx-fs-h2);
	margin-bottom: var(--twx-space-4);
}

h3 {
	font-size: var(--twx-fs-h3);
	margin-bottom: var(--twx-space-3);
}

.tw-script,
.cta-script {
	font-family: var(--font-script);
	font-weight: 700;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
}

.skip-link:focus {
	clip: auto;
	background: var(--twx-color-primary);
	color: var(--twx-color-white);
	height: auto;
	left: var(--twx-space-4);
	padding: var(--twx-space-3) var(--twx-space-4);
	top: var(--twx-space-4);
	width: auto;
	z-index: 1000;
}

.twx-container {
	margin-inline: auto;
	max-width: var(--twx-container-max);
	width: min(100% - var(--twx-gutter-total), var(--twx-container-max));
}

.twx-section {
	padding-block: var(--twx-section-padding);
}

.twx-content-width {
	max-width: 760px;
}

.twx-eyebrow {
	color: var(--twx-color-primary);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.13em;
	margin-bottom: var(--twx-space-3);
	text-transform: uppercase;
}

.twx-button {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 0.75rem;
	display: inline-flex;
	font-weight: 700;
	gap: var(--twx-space-2);
	justify-content: center;
	min-height: 54px;
	padding: 0.95rem 1.35rem;
	transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.twx-button:hover,
.twx-button:focus-visible {
	transform: translateY(-2px);
}

.twx-button:disabled {
	cursor: wait;
	opacity: 0.72;
	transform: none;
}

.twx-button.is-loading {
	cursor: wait;
	gap: 0.6em;
	opacity: 0.8;
	pointer-events: none;
	transform: none;
}

.twx-button.is-loading::after {
	animation: twx-spin 0.75s linear infinite;
	border: 2px solid currentColor;
	border-radius: 50%;
	border-top-color: transparent;
	content: "";
	display: inline-block;
	flex-shrink: 0;
	height: 1em;
	width: 1em;
}

@keyframes twx-spin {
	to { transform: rotate(360deg); }
}

.twx-button--primary {
	background: linear-gradient(135deg, var(--twx-color-primary), #0758DD);
	box-shadow: 0 14px 32px rgba(11, 107, 255, 0.32);
	color: var(--twx-color-white);
}

.twx-button--primary:hover,
.twx-button--primary:focus-visible {
	background: linear-gradient(135deg, #1674FF, var(--twx-color-primary-dark));
	box-shadow: 0 18px 42px rgba(11, 107, 255, 0.38);
}

.twx-button--secondary {
	background: rgba(255, 255, 255, 0.92);
	border-color: rgba(11, 107, 255, 0.38);
	color: var(--twx-color-primary);
}

.twx-button--secondary:hover,
.twx-button--secondary:focus-visible {
	background: var(--twx-color-primary-soft);
	border-color: var(--twx-color-primary);
}

.twx-button--dark {
	background: var(--twx-color-near-black);
	box-shadow: 0 14px 34px rgba(5, 7, 10, 0.28);
	color: var(--twx-color-white);
}

.site-header {
	background: linear-gradient(180deg, #080d14 0%, var(--twx-color-near-black) 100%);
	box-shadow: 0 18px 44px rgba(5, 7, 10, 0.22);
	color: var(--twx-color-white);
	position: sticky;
	top: 0;
	z-index: 100;
}

.site-header__inner {
	align-items: center;
	display: flex;
	gap: clamp(1.25rem, 2.5vw, 2.5rem);
	min-height: 116px;
	padding-block: 0.62rem;
}

.site-branding {
	display: inline-grid;
	gap: 0.3rem;
	justify-items: center;
	line-height: 1.05;
	margin-right: auto;
}

.site-branding__mark {
	font-size: clamp(3.05rem, 4.45vw, 4rem);
	font-synthesis: none;
	font-weight: 800;
	letter-spacing: -0.04em;
	justify-self: center;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: geometricPrecision;
}

.site-branding__mark strong,
.site-branding__accent {
	color: var(--twx-color-primary);
	font-synthesis: none;
	font-weight: inherit;
	letter-spacing: inherit;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-shadow: 0 0 1px rgba(11, 107, 255, 0.55);
}

.site-branding__tagline {
	align-items: center;
	color: rgba(255, 255, 255, 0.68);
	display: flex;
	font-size: 0.78rem;
	font-weight: 800;
	gap: 0.5rem;
	justify-content: center;
	letter-spacing: 0.32em;
	text-transform: uppercase;
	width: 100%;
}

.site-branding__tagline-line {
	background: var(--twx-color-primary);
	border-radius: 1px;
	flex-shrink: 0;
	height: 2px;
	width: 1.15rem;
}

.site-branding__tagline-text {
	flex-shrink: 0;
}

.primary-nav__list {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	gap: clamp(0.9rem, 1.6vw, 2rem);
	list-style: none;
	margin: 0;
	padding: 0;
}

.primary-nav__list > li {
	flex-shrink: 0;
}

.primary-nav a {
	color: rgba(255, 255, 255, 0.78);
	font-size: clamp(0.82rem, 1vw, 0.96rem);
	font-weight: 700;
	padding-block: var(--twx-space-4);
	position: relative;
	white-space: nowrap;
}

.primary-nav a:hover,
.primary-nav a:focus-visible,
.primary-nav .current-menu-item > a {
	color: var(--twx-color-white);
}

.primary-nav a::after {
	background: var(--twx-color-primary);
	border-radius: var(--twx-radius-pill);
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 180ms ease;
	width: 100%;
}

.primary-nav a:hover::after,
.primary-nav a:focus-visible::after,
.primary-nav .current-menu-item > a::after {
	transform: scaleX(1);
}

.nav-toggle {
	background: transparent;
	border: 0;
	border-radius: var(--twx-radius-sm);
	display: none;
	height: 44px;
	padding: 0;
	width: 44px;
}

.nav-toggle:focus-visible {
	box-shadow: 0 0 0 3px rgba(11, 107, 255, 0.55);
	outline: none;
}

.site-header__cta {
	border-radius: 0.9rem;
	font-size: clamp(0.82rem, 1vw, 1rem);
	font-weight: 800;
	min-height: 56px;
	padding: 0.9rem 1.6rem;
	white-space: nowrap;
}

.site-header__cta span[aria-hidden="true"] {
	font-weight: 700;
	margin-left: 0.15em;
}

.primary-nav__cta {
	display: none;
}

.nav-toggle__bar,
.nav-toggle__bar::before,
.nav-toggle__bar::after {
	background: var(--twx-color-white);
	border-radius: var(--twx-radius-pill);
	content: "";
	display: block;
	height: 2px;
	transition: transform 180ms ease;
	width: 24px;
}

.nav-toggle__bar::before {
	transform: translateY(-8px);
}

.nav-toggle__bar::after {
	transform: translateY(6px);
}

.hero {
	align-items: center;
	background-color: #f5f8fc;
	background-image: url("../images/hero-geometric-bg.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	overflow-x: clip;
	overflow-y: visible;
	padding-block: clamp(5.5rem, 10vw, 7.25rem) clamp(4.75rem, 8vw, 6rem);
	padding-inline: clamp(1.25rem, 4vw, 2.75rem);
	position: relative;
}

.hero > .twx-container {
	margin-inline: auto;
	max-width: var(--twx-container-max);
	width: min(100% - var(--twx-gutter-total), var(--twx-container-max));
}

.hero__grid {
	align-items: center;
	display: grid;
	gap: clamp(2.25rem, 4vw, 3.75rem);
	grid-template-columns: minmax(0, 49.5%) minmax(0, 50.5%);
	position: relative;
	z-index: 1;
}

.hero__content {
	max-width: none;
	width: 100%;
}

.hero__eyebrow {
	font-size: 0.84rem;
	letter-spacing: 0.16em;
	margin-bottom: clamp(1.2rem, 2vw, 1.55rem);
}

.hero .hero__headline {
	color: var(--twx-color-text);
	font-size: clamp(2.125rem, 3.8vw + 0.85rem, 4.125rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: clamp(1.06, 0.15vw + 1.02, 1.12);
	margin-bottom: clamp(1.4rem, 2.4vw, 1.95rem);
	margin-top: 0;
	max-width: min(740px, 100%);
	text-wrap: balance;
}

.hero__lede {
	color: var(--twx-color-muted);
	font-size: clamp(1.15rem, 1.9vw, 1.4rem);
	line-height: 1.62;
	max-width: min(560px, 100%);
}

.hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: var(--twx-space-5);
	margin-top: clamp(2rem, 3.4vw, 2.65rem);
}

.hero__btn {
	border-radius: 0.9rem;
	font-size: 1.08rem;
	font-weight: 800;
	min-height: 66px;
	padding: 1.15rem 2.05rem;
}

.hero__trust {
	border-top: 1px solid rgba(16, 19, 24, 0.1);
	color: var(--twx-color-text);
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem clamp(1.5rem, 3vw, 2.25rem);
	list-style: none;
	margin: clamp(2rem, 3.5vw, 2.75rem) 0 0;
	padding: clamp(1.35rem, 2.5vw, 1.85rem) 0 0;
}

.hero__trust li {
	font-size: clamp(0.97rem, 1.45vw, 1.06rem);
	font-weight: 700;
	line-height: 1.35;
	padding-left: 1.35rem;
	position: relative;
}

.hero__trust li::before {
	color: var(--twx-color-primary);
	content: "\2713";
	font-size: 0.85em;
	font-weight: 800;
	left: 0;
	line-height: 1;
	position: absolute;
	top: 0.2em;
}

.hero__visual {
	isolation: isolate;
	min-height: clamp(760px, 52vw, 900px);
	overflow: visible;
	position: relative;
	z-index: 1;
}

.hero__visual::after {
	background: linear-gradient(145deg, #06101c 0%, #0a1626 45%, #0f1f36 100%);
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 32px;
	box-shadow:
		0 44px 110px rgba(6, 14, 26, 0.44),
		0 14px 40px rgba(6, 14, 26, 0.24);
	content: "";
	inset: 4% 0 4% 0;
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

.device {
	background: var(--twx-color-near-black);
	box-shadow:
		0 56px 120px rgba(4, 8, 14, 0.45),
		0 22px 50px rgba(4, 8, 14, 0.28);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	position: absolute;
	z-index: 2;
}

.device--laptop {
	border: 15px solid #0c121a;
	border-radius: 1.55rem 1.55rem 0.88rem 0.88rem;
	height: 580px;
	left: 0;
	top: 88px;
	width: min(100%, 920px);
}

.device--laptop::after {
	background: linear-gradient(90deg, #b5bdc8, #eef2f8, #aeb7c3);
	border-radius: 0 0 1.5rem 1.5rem;
	bottom: -26px;
	content: "";
	height: 26px;
	left: 0;
	position: absolute;
	width: 100%;
}

.device--phone {
	border: 11px solid #0c121a;
	border-radius: 2rem;
	box-shadow:
		0 52px 108px rgba(4, 8, 14, 0.44),
		0 20px 48px rgba(4, 8, 14, 0.28);
	height: 472px;
	right: 4px;
	top: 308px;
	width: 236px;
	z-index: 3;
}

.device__topbar {
	align-items: center;
	background: #0c121c;
	display: flex;
	flex-shrink: 0;
	gap: 0.35rem;
	height: 34px;
	padding-inline: var(--twx-space-4);
}

.device__topbar span {
	background: rgba(255, 255, 255, 0.18);
	border-radius: 50%;
	height: 7px;
	width: 7px;
}

.device__topbar--phone {
	height: 28px;
}

.device__screen {
	background: #0a0e14;
	flex: 1;
	min-height: 0;
	overflow: hidden;
	position: relative;
}

.device__screen-img {
	display: block;
	height: 100%;
	object-fit: contain;
	object-position: top center;
	width: 100%;
}

.hero__badge {
	bottom: 8%;
	filter: drop-shadow(0 18px 36px rgba(5, 8, 14, 0.35));
	height: auto;
	left: 3%;
	position: absolute;
	width: clamp(104px, 11vw, 136px);
	z-index: 4;
}

.services-panel-section {
	background: linear-gradient(180deg, transparent 0, transparent 48px, var(--twx-color-light) 48px);
	margin-top: -48px;
	padding-bottom: var(--twx-space-6);
	position: relative;
	z-index: 2;
}

.services-panel {
	background: var(--twx-color-dark);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: var(--twx-radius-lg);
	box-shadow: var(--twx-shadow-strong);
	color: var(--twx-color-white);
	display: grid;
	gap: var(--twx-space-6);
	grid-template-columns: 1.05fr 3fr;
	padding: clamp(1.5rem, 3vw, 2.2rem);
}

.services-panel__intro h2 {
	font-size: clamp(1.4rem, 2.4vw, 2rem);
}

.services-panel__intro p,
.service-card p {
	color: rgba(255, 255, 255, 0.7);
}

.services-panel__intro a {
	color: var(--twx-color-primary);
	font-weight: 800;
}

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

.service-card {
	border-left: 1px solid rgba(255, 255, 255, 0.14);
	padding-inline: clamp(1rem, 2vw, 2rem);
	text-align: center;
}

.service-card__icon {
	color: var(--twx-color-primary);
	margin-bottom: var(--twx-space-4);
}

.service-card__icon svg {
	display: block;
	height: 32px;
	margin-inline: auto;
	width: 32px;
}

.cta-strip {
	background:
		radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.16), transparent 22%),
		linear-gradient(135deg, var(--twx-color-primary), #054BC8);
	color: var(--twx-color-white);
	padding-block: var(--twx-space-6);
	position: relative;
	overflow: hidden;
}

.cta-strip::after {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
		linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px);
	background-size: 28px 28px;
	content: "";
	inset: 0;
	position: absolute;
}

.cta-strip__inner {
	align-items: center;
	display: grid;
	gap: var(--twx-space-5);
	grid-template-columns: 1.3fr 1fr auto;
	position: relative;
	z-index: 1;
}

.cta-strip p,
.cta-strip strong {
	margin: 0;
}

.cta-strip strong {
	font-size: clamp(1.9rem, 4vw, 3rem);
	line-height: 1;
}

.section-heading {
	margin-bottom: var(--twx-space-7);
	margin-inline: 0;
	max-width: 790px;
	width: 100%;
}

.section-heading p:not(.twx-eyebrow) {
	font-size: 1.05rem;
	line-height: 1.68;
}

.section-heading p:not(.twx-eyebrow),
.contact-section p,
.page-content {
	color: var(--twx-color-muted);
}

.page-content {
	background: #ffffff;
}

.section-action {
	margin-top: var(--twx-space-6);
}

.conversion-section {
	background: var(--twx-color-white);
}

.problem-section {
	background: var(--twx-color-white);
}

.problem-section__heading {
	margin-bottom: clamp(2.25rem, 4vw, 3.25rem);
}

.problem-section__heading h2 {
	margin-bottom: 0;
}

.problem-section__eyebrow {
	margin-bottom: var(--twx-space-3);
}

.problem-section__grid {
	align-items: stretch;
	gap: clamp(1.75rem, 3vw, 2.5rem);
}

.problem-card {
	background: #ffffff;
	border: 1px solid rgba(16, 19, 24, 0.1);
	border-radius: 22px;
	box-shadow:
		0 14px 44px rgba(5, 8, 14, 0.07),
		0 2px 10px rgba(5, 8, 14, 0.04);
	display: flex;
	flex-direction: column;
	gap: var(--twx-space-3);
	height: 100%;
	min-height: 0;
	padding: clamp(1.45rem, 2.65vw, 2rem) clamp(1.65rem, 3vw, 2.35rem) clamp(1.75rem, 3.1vw, 2.4rem);
	position: relative;
	transition: box-shadow 200ms ease, transform 200ms ease, border-color 200ms ease;
}

.problem-card::before {
	align-self: flex-start;
	background: linear-gradient(90deg, var(--twx-color-primary) 0%, rgba(11, 107, 255, 0.42) 55%, rgba(11, 107, 255, 0.15) 100%);
	border-radius: var(--twx-radius-pill);
	content: "";
	flex-shrink: 0;
	height: 3px;
	width: 56px;
}

.problem-card:hover {
	border-color: rgba(11, 107, 255, 0.18);
	box-shadow:
		0 22px 56px rgba(5, 8, 14, 0.1),
		0 6px 16px rgba(11, 107, 255, 0.08);
	transform: translateY(-4px);
}

.problem-card__eyebrow {
	color: var(--twx-color-primary);
	flex-shrink: 0;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	margin: 0;
	text-transform: uppercase;
}

.problem-card__icon {
	align-items: center;
	background:
		linear-gradient(155deg, rgba(255, 255, 255, 0.95) 0%, rgba(234, 242, 255, 0.95) 45%, rgba(11, 107, 255, 0.18) 100%);
	border: 1px solid rgba(11, 107, 255, 0.4);
	border-radius: 50%;
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, 0.65) inset,
		0 8px 22px rgba(11, 107, 255, 0.18);
	color: var(--twx-color-primary-dark);
	display: flex;
	flex-shrink: 0;
	height: 62px;
	justify-content: center;
	margin: 0;
	width: 62px;
}

.problem-card__svg {
	display: block;
	height: 30px;
	width: 30px;
}

.problem-card__title {
	color: var(--twx-color-text);
	flex-shrink: 0;
	font-size: clamp(1.18rem, 1.55vw, 1.38rem);
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1.22;
	margin: 0;
}

.problem-card__body {
	color: var(--twx-color-muted);
	flex: 1 1 auto;
	font-size: 1.02rem;
	line-height: 1.58;
	margin: 0;
	min-height: 0;
}

.problem-card__emphasis {
	border-top: 1px solid rgba(11, 107, 255, 0.14);
	color: var(--twx-color-primary);
	flex-shrink: 0;
	font-size: 0.94rem;
	font-weight: 800;
	line-height: 1.45;
	margin: 0;
	padding-top: var(--twx-space-3);
}

.solution-section,
.faq-section {
	background: var(--twx-color-light);
}

.process-section {
	background: linear-gradient(180deg, #f5f8fc 0%, #eef3fa 45%, #f7f9fc 100%);
}

.solution-section__heading {
	margin-bottom: clamp(2rem, 3.5vw, 2.85rem);
}

.solution-section__heading h2 {
	margin-bottom: 0;
}

.solution-section__grid {
	align-items: stretch;
	gap: clamp(1.35rem, 2.5vw, 1.95rem);
}

.solution-card {
	background:
		radial-gradient(ellipse 90% 75% at 50% 0%, rgba(11, 107, 255, 0.12), transparent 52%),
		linear-gradient(165deg, #101820 0%, #070b10 58%, #06090e 100%);
	border: 1px solid rgba(255, 255, 255, 0.05);
	border-radius: 24px;
	box-shadow:
		0 22px 56px rgba(3, 6, 12, 0.38),
		0 4px 14px rgba(0, 0, 0, 0.22);
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	position: relative;
	transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.solution-card:hover {
	border-color: rgba(11, 107, 255, 0.22);
	box-shadow:
		0 28px 72px rgba(3, 6, 12, 0.48),
		0 10px 28px rgba(11, 107, 255, 0.14);
	transform: translateY(-5px);
}

.solution-card::after {
	background: linear-gradient(90deg, transparent, rgba(11, 107, 255, 0.42), transparent);
	border-radius: 2px;
	bottom: 0;
	content: "";
	height: 2px;
	left: 14%;
	opacity: 0.75;
	position: absolute;
	right: 14%;
}

.solution-card__visual {
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	flex-shrink: 0;
	height: clamp(150px, 13vw, 190px);
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
}

.solution-card__visual::after {
	background: linear-gradient(
		180deg,
		rgba(5, 8, 12, 0.08) 0%,
		rgba(7, 11, 18, 0.35) 55%,
		rgba(8, 12, 20, 0.72) 100%
	);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

.solution-card__img {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.solution-card__text {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: clamp(1.25rem, 2.2vw, 1.55rem) clamp(1.35rem, 2.2vw, 1.65rem) clamp(1.45rem, 2.4vw, 1.75rem);
}

.solution-card__label {
	color: var(--twx-color-primary);
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	margin: 0 0 0.45rem;
	text-transform: uppercase;
}

.solution-card__title {
	color: var(--twx-color-white);
	font-size: clamp(1.06rem, 1.35vw, 1.22rem);
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1.25;
	margin: 0 0 0.65rem;
}

.solution-card__body {
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.96rem;
	line-height: 1.55;
	margin: 0;
}

@media (prefers-reduced-motion: reduce) {
	.solution-card:hover {
		transform: none;
	}
}

.conversion-grid {
	align-items: stretch;
	display: grid;
	gap: var(--twx-space-5);
}

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

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

.featured-builds {
	background:
		linear-gradient(180deg, var(--twx-color-light) 0%, #FFFFFF 100%);
}

.featured-builds__header {
	align-items: end;
	display: flex;
	gap: var(--twx-space-5);
	justify-content: space-between;
	margin-bottom: var(--twx-space-6);
}

.featured-builds__header .section-heading {
	margin-bottom: 0;
}

.featured-builds__grid {
	display: grid;
	gap: var(--twx-space-6);
}

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

.featured-build-card {
	background: var(--twx-color-white);
	border: 1px solid var(--twx-color-border);
	border-radius: var(--twx-radius-xl);
	box-shadow: var(--twx-shadow-card);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.featured-build-card:hover {
	box-shadow: var(--twx-shadow-strong);
	transform: translateY(-4px);
}

.featured-build-card--featured {
	border-color: rgba(11, 107, 255, 0.34);
}

.featured-build-card__image {
	background:
		radial-gradient(circle at 20% 10%, rgba(11, 107, 255, 0.16), transparent 26%),
		linear-gradient(135deg, #F9FBFF, #E9F0FA);
	padding: var(--twx-space-5);
	position: relative;
}

.featured-build-card__image img {
	background: var(--twx-color-white);
	border: 1px solid rgba(16, 19, 24, 0.08);
	border-radius: 0 0 var(--twx-radius-md) var(--twx-radius-md);
	box-shadow: 0 16px 36px rgba(5, 7, 10, 0.12);
	width: 100%;
}

.featured-build-card__browser {
	align-items: center;
	background: var(--twx-color-near-black);
	border-radius: var(--twx-radius-md) var(--twx-radius-md) 0 0;
	display: flex;
	gap: 0.4rem;
	height: 32px;
	padding-inline: var(--twx-space-4);
}

.featured-build-card__browser span {
	background: rgba(255, 255, 255, 0.34);
	border-radius: 50%;
	height: 8px;
	width: 8px;
}

.featured-build-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: clamp(1.5rem, 2.8vw, 2rem);
	position: relative;
}

.featured-build-card__number {
	color: rgba(11, 107, 255, 0.22);
	font-size: clamp(2.4rem, 5vw, 4rem);
	font-weight: 800;
	line-height: 1;
	position: absolute;
	right: var(--twx-space-5);
	top: var(--twx-space-4);
}

.featured-build-card__label {
	align-self: flex-start;
	background: var(--twx-color-primary-soft);
	border-radius: var(--twx-radius-pill);
	color: var(--twx-color-primary);
	font-size: 0.73rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin-bottom: var(--twx-space-3);
	padding: 0.42rem 0.7rem;
	text-transform: uppercase;
}

.featured-build-card__featured {
	align-self: flex-start;
	background: linear-gradient(135deg, var(--twx-color-primary), #054BC8);
	border-radius: var(--twx-radius-pill);
	color: var(--twx-color-white);
	font-size: 0.73rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin-bottom: var(--twx-space-2);
	padding: 0.42rem 0.7rem;
	text-transform: uppercase;
}

.featured-build-card__type {
	color: var(--twx-color-primary);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin-bottom: var(--twx-space-3);
	padding-right: 4.5rem;
	text-transform: uppercase;
}

.featured-build-card h3,
.featured-build-card h2 {
	margin-bottom: var(--twx-space-3);
	max-width: 620px;
}

.featured-build-card p:not(.featured-build-card__type) {
	color: var(--twx-color-muted);
}

.featured-build-card ul {
	display: flex;
	flex-wrap: wrap;
	gap: var(--twx-space-2);
	list-style: none;
	margin: var(--twx-space-5) 0;
	padding: 0;
}

.featured-build-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: var(--twx-space-3);
	margin-top: auto;
}

.featured-build-card li {
	background: var(--twx-color-light);
	border: 1px solid var(--twx-color-border);
	border-radius: var(--twx-radius-pill);
	color: var(--twx-color-text);
	font-size: 0.84rem;
	font-weight: 700;
	padding: 0.45rem 0.75rem;
}

.featured-build-card--wide {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
}

.featured-build-card--wide .featured-build-card__image {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 420px;
}

.featured-build-card--wide .featured-build-card__body {
	align-self: center;
	padding: clamp(2rem, 4vw, 3.5rem);
}

.featured-builds-hero {
	background: linear-gradient(160deg, #0b111a 0%, var(--twx-color-dark) 52%, #06090e 100%);
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: inset 0 1px 0 rgba(11, 107, 255, 0.18);
	color: var(--twx-color-white);
	padding-block: clamp(4.5rem, 9vw, 8rem);
	position: relative;
}

.featured-builds-hero__inner {
	max-width: 860px;
	padding-top: var(--twx-space-2);
}

.featured-builds-hero p:not(.twx-eyebrow) {
	color: rgba(255, 255, 255, 0.72);
	font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.featured-builds__inline-cta {
	background: var(--twx-color-primary);
	border-radius: var(--twx-radius-lg);
	color: var(--twx-color-white);
	display: grid;
	gap: var(--twx-space-4);
	padding: clamp(2rem, 5vw, 3.5rem);
}

.featured-builds__inline-cta .twx-eyebrow,
.featured-builds__inline-cta p {
	color: rgba(255, 255, 255, 0.78);
}

.featured-builds__inline-cta h2,
.featured-builds__inline-cta p {
	margin-bottom: 0;
}

.pricing-preview {
	background: #f4f7fb;
}

.pricing-preview__grid {
	align-items: stretch;
	display: grid;
	gap: var(--twx-space-5);
	grid-template-columns: repeat(3, 1fr);
}

.pricing-preview__footnote {
	color: var(--twx-color-muted);
	font-size: 0.9rem;
	line-height: 1.55;
	margin: var(--twx-space-6) auto 0;
	max-width: 40rem;
	text-align: center;
}

.pricing-preview__footnote a {
	color: var(--twx-color-primary-dark);
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.pricing-preview__footnote a:hover,
.pricing-preview__footnote a:focus-visible {
	color: var(--twx-color-primary);
}

.contact-section__card {
	background: var(--twx-color-white);
	border: 1px solid var(--twx-color-border);
	border-radius: var(--twx-radius-lg);
	box-shadow: var(--twx-shadow-card);
	padding: clamp(1.5rem, 2.8vw, 2rem);
	position: relative;
}

.mini-card {
	background: var(--twx-color-white);
	border: 1px solid var(--twx-color-border);
	border-radius: var(--twx-radius-lg);
	box-shadow: 0 14px 40px rgba(5, 7, 10, 0.07);
	display: flex;
	flex-direction: column;
	gap: var(--twx-space-3);
	min-height: 100%;
	padding: clamp(1.45rem, 2.5vw, 1.85rem);
	position: relative;
	transition: box-shadow 200ms ease, transform 200ms ease;
}

.mini-card:hover {
	box-shadow: 0 18px 48px rgba(5, 7, 10, 0.1);
}

.mini-card__badge {
	background: rgba(11, 107, 255, 0.12);
	border: 1px solid rgba(11, 107, 255, 0.28);
	border-radius: var(--twx-radius-pill);
	color: var(--twx-color-primary-dark);
	font-size: 0.62rem;
	font-weight: 800;
	letter-spacing: 0.11em;
	line-height: 1.15;
	padding: 0.4rem 0.7rem;
	position: absolute;
	right: clamp(0.75rem, 2vw, 1.1rem);
	text-transform: uppercase;
	top: clamp(0.75rem, 2vw, 1.1rem);
	z-index: 2;
}

.mini-card__icon-wrap {
	align-items: center;
	align-self: flex-start;
	background:
		linear-gradient(168deg, rgba(255, 255, 255, 0.7) 0%, rgba(234, 242, 255, 0.75) 100%),
		rgba(11, 107, 255, 0.07);
	border: 1px solid rgba(11, 107, 255, 0.2);
	border-radius: var(--twx-radius-md);
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, 0.5) inset,
		0 8px 22px rgba(11, 107, 255, 0.12);
	display: flex;
	flex-shrink: 0;
	height: 4.25rem;
	justify-content: center;
	width: 4.25rem;
}

.mini-card__icon {
	display: block;
	height: 56px;
	object-fit: contain;
	width: 56px;
}

.mini-card--featured .mini-card__icon-wrap {
	background:
		linear-gradient(168deg, rgba(255, 255, 255, 0.82) 0%, rgba(220, 234, 255, 0.88) 100%),
		rgba(11, 107, 255, 0.09);
	border-color: rgba(11, 107, 255, 0.32);
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, 0.55) inset,
		0 10px 26px rgba(11, 107, 255, 0.16);
}

.mini-card--featured {
	background:
		linear-gradient(180deg, rgba(234, 242, 255, 0.52) 0%, rgba(255, 255, 255, 0.97) 38%, var(--twx-color-white) 100%);
	border-color: rgba(11, 107, 255, 0.45);
	box-shadow:
		0 20px 52px rgba(11, 107, 255, 0.13),
		0 1px 0 rgba(255, 255, 255, 0.75) inset;
	transform: translateY(-4px);
}

.mini-card--featured:hover {
	box-shadow:
		0 26px 60px rgba(11, 107, 255, 0.17),
		0 1px 0 rgba(255, 255, 255, 0.75) inset;
	transform: translateY(-5px);
}

.mini-card__title {
	font-size: var(--twx-fs-h3);
	margin-bottom: 0;
	margin-top: 0.15rem;
}

.mini-card--featured .mini-card__title {
	padding-right: clamp(4.25rem, 22vw, 6rem);
}

.mini-card__price {
	color: var(--twx-color-primary);
	font-size: clamp(1.45rem, 2.2vw, 2rem);
	line-height: 1.45;
	margin: 0;
}

.mini-card__best {
	background: var(--twx-color-light);
	border: 1px solid var(--twx-color-border);
	border-radius: var(--twx-radius-md);
	margin: 0;
	padding: var(--twx-space-3);
}

.mini-card__best span {
	color: var(--twx-color-text);
	display: block;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.mini-card__summary {
	color: var(--twx-color-muted);
	font-size: 0.98rem;
	line-height: 1.58;
	margin: 0;
}

.mini-card__features {
	display: grid;
	gap: var(--twx-space-2);
	list-style: none;
	margin: 0 0 auto;
	padding: 0;
}

.mini-card__features li {
	color: var(--twx-color-text);
	font-size: 0.95rem;
	font-weight: 700;
	padding-left: 1.4rem;
	position: relative;
}

.mini-card__features li::before {
	color: var(--twx-color-primary);
	content: "✓";
	font-weight: 800;
	left: 0;
	position: absolute;
}

.mini-card__cta {
	border-radius: 0.75rem;
	flex-shrink: 0;
	margin-top: auto;
	min-height: 54px;
	padding: 0.95rem 1.35rem;
	width: 100%;
}

.pricing-preview .mini-card .mini-card__cta.twx-button--primary {
	background: linear-gradient(135deg, var(--twx-color-primary), #0758dd);
	border-color: transparent;
	box-shadow: 0 12px 28px rgba(11, 107, 255, 0.28);
	color: var(--twx-color-white);
}

.pricing-preview .mini-card .mini-card__cta.twx-button--primary:hover,
.pricing-preview .mini-card .mini-card__cta.twx-button--primary:focus-visible {
	background: linear-gradient(135deg, #1674ff, var(--twx-color-primary-dark));
	box-shadow: 0 16px 34px rgba(11, 107, 255, 0.34);
	color: var(--twx-color-white);
}

.pricing-preview .mini-card .mini-card__cta.twx-button--secondary {
	background: rgba(255, 255, 255, 0.96);
	border-color: rgba(11, 107, 255, 0.38);
	color: var(--twx-color-primary);
}

.pricing-preview .mini-card .mini-card__cta.twx-button--secondary:hover,
.pricing-preview .mini-card .mini-card__cta.twx-button--secondary:focus-visible {
	background: var(--twx-color-primary-soft);
	border-color: var(--twx-color-primary);
	color: var(--twx-color-primary);
}

.contact-section {
	background:
		radial-gradient(circle at 8% 18%, rgba(11, 107, 255, 0.08), transparent 26%),
		var(--twx-color-white);
}

.contact-section__grid {
	align-items: center;
	display: grid;
	gap: var(--twx-space-7);
	grid-template-columns: minmax(0, 0.85fr) minmax(420px, 0.92fr);
}

.contact-reassurance {
	display: grid;
	gap: var(--twx-space-3);
	list-style: none;
	margin: var(--twx-space-6) 0;
	padding: 0;
}

.contact-reassurance li {
	align-items: center;
	color: var(--twx-color-text);
	display: flex;
	font-weight: 800;
	gap: var(--twx-space-3);
}

.contact-reassurance li::before {
	align-items: center;
	background: var(--twx-color-primary-soft);
	border-radius: 50%;
	color: var(--twx-color-primary);
	content: "✓";
	display: inline-flex;
	font-weight: 800;
	height: 28px;
	justify-content: center;
	width: 28px;
}

.contact-direct {
	background: var(--twx-color-light);
	border: 1px solid var(--twx-color-border);
	border-radius: var(--twx-radius-md);
	padding: var(--twx-space-4);
}

.process-section__intro {
	margin-bottom: clamp(2.25rem, 4vw, 3rem);
	max-width: 52rem;
}

.process-section__intro h2 {
	margin-bottom: 0.85rem;
}

.process-section__sub {
	color: var(--twx-color-muted);
	font-size: clamp(1.02rem, 1.6vw, 1.14rem);
	line-height: 1.62;
	margin: 0;
	max-width: 46rem;
}

.process-steps {
	align-items: stretch;
	display: grid;
	gap: clamp(1.35rem, 2.5vw, 1.85rem);
	grid-template-columns: repeat(4, 1fr);
}

.process-step {
	background: #ffffff;
	border: 1px solid rgba(16, 19, 24, 0.09);
	border-radius: 24px;
	box-shadow:
		0 14px 40px rgba(5, 8, 14, 0.07),
		0 2px 10px rgba(5, 8, 14, 0.04);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 2.5rem 2rem 2rem;
	position: relative;
	transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.process-step:hover {
	border-color: rgba(11, 107, 255, 0.2);
	box-shadow:
		0 22px 52px rgba(5, 8, 14, 0.1),
		0 8px 22px rgba(11, 107, 255, 0.09);
	transform: translateY(-4px);
}

.process-step__head {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-bottom: 0.85rem;
}

.process-step__badge {
	align-items: center;
	background: linear-gradient(145deg, var(--twx-color-primary), #0758dd);
	border-radius: 50%;
	box-shadow:
		0 10px 26px rgba(11, 107, 255, 0.38),
		0 2px 8px rgba(11, 107, 255, 0.22);
	color: var(--twx-color-white);
	display: inline-flex;
	flex-shrink: 0;
	font-size: clamp(1.2rem, 1.8vw, 1.35rem);
	font-weight: 800;
	height: clamp(52px, 5vw, 60px);
	justify-content: center;
	line-height: 1;
	width: clamp(52px, 5vw, 60px);
}

.process-step__icon-wrap {
	align-items: center;
	background: var(--twx-color-primary-soft);
	border-radius: 50%;
	color: var(--twx-color-primary);
	display: flex;
	flex-shrink: 0;
	height: 44px;
	justify-content: center;
	width: 44px;
}

.process-step__icon {
	height: 22px;
	width: 22px;
}

.process-step__micro {
	color: rgba(11, 107, 255, 0.82);
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	margin: 0 0 0.65rem;
	text-transform: uppercase;
}

.process-step__title {
	color: var(--twx-color-text);
	font-size: clamp(1.12rem, 1.45vw, 1.22rem);
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1.28;
	margin: 0 0 0.75rem;
}

.process-step__body {
	color: var(--twx-color-muted);
	flex: 1 1 auto;
	font-size: 1.02rem;
	line-height: 1.58;
	margin: 0;
	min-height: 0;
}

@media (prefers-reduced-motion: reduce) {
	.process-step:hover {
		transform: none;
	}
}

.lead-cta {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
		linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
		linear-gradient(135deg, var(--twx-color-primary), #054BC8);
	background-size: 34px 34px, 34px 34px, auto;
	color: var(--twx-color-white);
	padding-block: var(--twx-section-padding-sm);
}

.lead-cta__inner {
	align-items: center;
	display: grid;
	gap: var(--twx-space-6);
	grid-template-columns: 1fr auto;
}

.lead-cta .twx-eyebrow,
.lead-cta p {
	color: rgba(255, 255, 255, 0.78);
}

.lead-cta h2,
.lead-cta p {
	margin-bottom: 0;
}

.lead-cta h2 {
	font-size: clamp(2rem, 3.8vw, 3.3rem);
	max-width: 820px;
}

.faq-section__grid {
	display: grid;
	gap: var(--twx-space-8);
	grid-template-columns: minmax(280px, 0.75fr) 1fr;
}

.faq-section .section-heading {
	margin-bottom: 0;
}

.faq-section .section-heading .twx-button {
	margin-top: var(--twx-space-4);
}

.faq-list {
	display: grid;
	gap: var(--twx-space-4);
}

.faq-list details {
	background: var(--twx-color-white);
	border: 1px solid var(--twx-color-border);
	border-radius: var(--twx-radius-lg);
	box-shadow: var(--twx-shadow-soft);
	padding: var(--twx-space-5);
	transition: border-color 180ms ease, box-shadow 180ms ease;
}

.faq-list details:hover,
.faq-list details[open] {
	border-color: rgba(11, 107, 255, 0.28);
	box-shadow: var(--twx-shadow-card);
}

.faq-list summary {
	cursor: pointer;
	font-weight: 800;
	list-style: none;
	padding-right: var(--twx-space-6);
	position: relative;
}

.faq-list summary::-webkit-details-marker {
	display: none;
}

.faq-list summary::after {
	color: var(--twx-color-primary);
	content: "+";
	font-size: 1.4rem;
	position: absolute;
	right: 0;
	top: -0.25rem;
}

.faq-list details[open] summary::after {
	content: "-";
}

.faq-list p {
	color: var(--twx-color-muted);
	margin: var(--twx-space-3) 0 0;
}

.twx-lead-form {
	display: grid;
	gap: var(--twx-space-5);
}

.twx-lead-form__header h3 {
	margin-bottom: var(--twx-space-2);
}

.twx-lead-form__header p {
	margin-bottom: 0;
}

.twx-form-grid {
	display: grid;
	gap: var(--twx-space-4);
	grid-template-columns: repeat(2, 1fr);
}

.twx-lead-form label {
	display: grid;
	gap: var(--twx-space-2);
}

.twx-lead-form label span {
	color: var(--twx-color-text);
	font-size: 0.9rem;
	font-weight: 700;
}

.twx-lead-form input,
.twx-lead-form select,
.twx-lead-form textarea {
	background: #FBFCFF;
	border: 1px solid var(--twx-color-border);
	border-radius: var(--twx-radius-sm);
	color: var(--twx-color-text);
	font: inherit;
	min-height: 52px;
	padding: 0.95rem 1rem;
	width: 100%;
}

.twx-lead-form textarea {
	line-height: 1.55;
	resize: vertical;
}

.twx-lead-form input:focus,
.twx-lead-form select:focus,
.twx-lead-form textarea:focus {
	border-color: var(--twx-color-primary);
	box-shadow: 0 0 0 3px rgba(11, 107, 255, 0.14);
	outline: none;
}

.twx-lead-form__trust {
	color: var(--twx-color-muted);
	font-size: 0.88rem;
	line-height: 1.45;
	margin: calc(var(--twx-space-2) * -1) 0 0;
}

.twx-lead-form button[type="submit"] {
	width: 100%;
}

.twx-honeypot {
	left: -9999px;
	opacity: 0;
	position: absolute;
	top: auto;
}

.page-hero {
	background: linear-gradient(160deg, #0b111a 0%, var(--twx-color-dark) 52%, #06090e 100%);
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: inset 0 1px 0 rgba(11, 107, 255, 0.18);
	color: var(--twx-color-white);
	padding-bottom: clamp(3.5rem, 7vw, 6rem);
	padding-top: clamp(2.75rem, 6vw, 5rem);
	position: relative;
}

.page-hero__inner {
	padding-top: var(--twx-space-2);
}

.page-hero__eyebrow {
	color: rgba(11, 107, 255, 0.85);
}

.page-hero h1 {
	color: var(--twx-color-white);
	font-size: clamp(2.4rem, 4.5vw, 4rem);
	margin-bottom: 0;
	margin-top: 0;
}

.site-footer {
	background:
		radial-gradient(circle at 16% 0%, rgba(11, 107, 255, 0.18), transparent 24%),
		linear-gradient(180deg, #080D14, var(--twx-color-near-black));
	color: rgba(255, 255, 255, 0.72);
	padding-block: var(--twx-space-8) var(--twx-space-5);
}

.site-footer__inner {
	display: grid;
	gap: var(--twx-space-7);
	grid-template-columns: 1.5fr 0.8fr 0.9fr 0.9fr 0.9fr;
}

.site-footer__brand {
	color: var(--twx-color-white);
	display: inline-block;
	font-size: 1.55rem;
	font-weight: 900;
	margin-bottom: var(--twx-space-3);
}

.site-footer h2 {
	color: var(--twx-color-white);
	font-size: 0.92rem;
	letter-spacing: 0.08em;
	margin-bottom: var(--twx-space-4);
	text-transform: uppercase;
}

.site-footer__nav {
	display: grid;
	gap: var(--twx-space-2);
}

.site-footer__nav a:hover,
.site-footer__nav a:focus-visible,
.site-footer__links a:hover,
.site-footer__links a:focus-visible {
	color: var(--twx-color-white);
}

.site-footer__links {
	display: grid;
	gap: var(--twx-space-2);
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-footer__phone {
	display: block;
	font-size: 1.15rem;
	font-weight: 700;
	color: var( --twx-color-white );
	text-decoration: none;
	letter-spacing: .01em;
	margin-bottom: .85rem;
}

.site-footer__phone:hover { color: var( --twx-color-primary ); }

.site-footer__meta {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 0.85rem;
	margin-top: var(--twx-space-6);
	padding-top: var(--twx-space-5);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
	color: rgba( 255, 255, 255, 0.4 );
}

.site-footer__meta a {
	color: rgba( 255, 255, 255, 0.4 );
	text-decoration: none;
}

.site-footer__meta a:hover {
	color: rgba( 255, 255, 255, 0.75 );
}

.site-footer__joke {
	font-style: italic;
	color: rgba( 255, 255, 255, 0.25 );
	font-size: .78rem;
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	font-family: inherit;
	transition: color 0.15s ease;
}

.site-footer__joke:hover { color: rgba( 255, 255, 255, 0.5 ); }

/* ── Invoice modal ───────────────────────────────────────────────────────────── */

.twx-invoice-modal {
	border: none;
	border-radius: 18px;
	padding: 0;
	max-width: min( 680px, 95vw );
	width: 100%;
	box-shadow: 0 32px 80px rgba( 0, 0, 0, 0.35 );
	background: #ffffff;
}

.twx-invoice-modal::backdrop {
	background: rgba( 5, 7, 10, 0.75 );
	backdrop-filter: blur( 4px );
}

.twx-invoice {
	padding: 2.5rem;
	position: relative;
	font-size: .92rem;
	color: #374151;
}

.twx-invoice__header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 1.5rem;
	padding-bottom: 1.5rem;
	border-bottom: 2px solid #e5e7eb;
	margin-bottom: 1.5rem;
	flex-wrap: wrap;
}

.twx-invoice__from { line-height: 1.6; margin: 0 0 .75rem; }
.twx-invoice__to   { line-height: 1.6; margin: 0; color: #6b7280; font-size: .85rem; }

.twx-invoice__meta {
	text-align: right;
	line-height: 1.8;
	font-size: .85rem;
}

.twx-invoice__meta p { margin: 0; }

.twx-invoice__paid {
	display: inline-block;
	background: #dcfce7;
	color: #15803d;
	font-weight: 800;
	font-size: .72rem;
	letter-spacing: .08em;
	padding: .15em .55em;
	border-radius: 99px;
	border: 1px solid #86efac;
}

.twx-invoice__title {
	font-size: 1.05rem;
	font-weight: 800;
	color: #0f172a;
	margin: 0 0 1rem;
}

.twx-invoice__lines {
	list-style: none;
	padding: 0;
	margin: 0 0 1.5rem;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	overflow: hidden;
}

.twx-invoice__lines li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	padding: .65rem 1rem;
	font-size: .84rem;
	border-bottom: 1px solid #f3f4f6;
}

.twx-invoice__lines li:last-child { border-bottom: none; }
.twx-invoice__lines li:nth-child(even) { background: #f9fafb; }

.twx-invoice__lines li span:last-child {
	color: #16a34a;
	font-weight: 700;
	flex-shrink: 0;
}

.twx-invoice__totals {
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 1.5rem;
}

.twx-invoice__row {
	display: flex;
	justify-content: space-between;
	padding: .6rem 1rem;
	font-size: .88rem;
	border-bottom: 1px solid #f3f4f6;
	color: #6b7280;
}

.twx-invoice__row:last-child { border-bottom: none; }

.twx-invoice__row--total {
	font-weight: 800;
	font-size: 1rem;
	color: #0f172a;
	background: #f9fafb;
}

.twx-invoice__row--paid {
	color: #15803d;
	font-weight: 600;
	background: #f0fdf4;
}

.twx-invoice__note {
	font-size: .84rem;
	color: #6b7280;
	line-height: 1.65;
	margin: 0;
	padding-top: 1.25rem;
	border-top: 1px solid #e5e7eb;
}

.twx-invoice__note a {
	color: var( --twx-color-primary );
	text-decoration: underline;
}

.twx-invoice__close {
	position: absolute;
	top: 1rem;
	right: 1.25rem;
	background: none;
	border: none;
	font-size: 1.5rem;
	color: #9ca3af;
	cursor: pointer;
	line-height: 1;
	padding: .25rem .4rem;
	border-radius: 6px;
	transition: color 0.15s ease, background 0.15s ease;
}

.twx-invoice__close:hover {
	color: #374151;
	background: #f3f4f6;
}

.mobile-cta-bar {
	display: none;
}

@media (max-width: 1024px) {
	:root {
		--twx-gutter-total: 40px;
		--twx-section-padding: clamp(3.5rem, 4.5vw, 4.5rem);
		--twx-section-padding-sm: clamp(3rem, 3.8vw, 3.75rem);
	}
}

@media (max-width: 768px) {
	:root {
		--twx-gutter-total: 32px;
		--twx-section-padding: clamp(2.75rem, 4vw, 3.5rem);
		--twx-section-padding-sm: clamp(2.5rem, 3.5vw, 3.25rem);
	}

	h2 {
		font-size: clamp(1.75rem, 4.2vw, 2.15rem);
		line-height: 1.12;
	}

	.lead-cta h2 {
		font-size: clamp(1.85rem, 4.5vw, 2.65rem);
	}

	.site-footer h2 {
		font-size: 0.92rem;
		line-height: 1.3;
	}

	.site-header__inner {
		gap: clamp(1rem, 2.5vw, 2.25rem);
		padding-inline: max(0.35rem, env(safe-area-inset-left)) max(0.35rem, env(safe-area-inset-right));
	}

	.hero__lede {
		font-size: clamp(1rem, 2.4vw + 0.65rem, 1.35rem);
	}

	.cta-strip .twx-button,
	.lead-cta__inner .twx-button,
	.featured-builds__header .twx-button,
	.section-action .twx-button,
	.contact-section__card .twx-button,
	.featured-build-card .twx-button,
	.faq-section .section-heading .twx-button {
		justify-content: center;
		min-height: 48px;
		width: 100%;
	}

	.featured-builds__header .twx-button {
		max-width: none;
	}

	.pricing-preview .mini-card__cta {
		justify-content: center;
		min-height: 48px;
		width: 100%;
	}

	.conversion-grid,
	.process-steps {
		gap: clamp(1.15rem, 3vw, 1.5rem);
	}

	.site-footer .twx-button {
		justify-content: center;
		min-height: 48px;
		width: 100%;
	}

	.twx-section > .twx-container > .section-heading .twx-eyebrow,
	.hero__eyebrow {
		font-size: clamp(0.78rem, 1.6vw, 0.84rem);
		letter-spacing: 0.12em;
	}
}

@media (max-width: 480px) {
	:root {
		--twx-gutter-total: 28px;
	}

	h2 {
		font-size: clamp(1.65rem, 5vw, 2rem);
	}
}

/* Desktop: keep every nav label on one line; tighten spacing before hamburger breakpoint. */
@media (max-width: 1320px) and (min-width: 1081px) {
	.site-header__inner {
		gap: clamp(1.1rem, 2.2vw, 2rem);
	}

	.primary-nav__list {
		gap: clamp(0.85rem, 1.6vw, 1.65rem);
	}

	.primary-nav a {
		font-size: 0.98rem;
	}
}

@media (max-width: 1080px) {
	.site-header__cta {
		display: none;
	}

	.nav-toggle {
		align-items: center;
		display: inline-flex;
		justify-content: center;
		order: 3;
	}

	.primary-nav {
		background: var(--twx-color-near-black);
		border-top: 1px solid rgba(255, 255, 255, 0.12);
		display: none;
		left: 0;
		max-height: min(70vh, calc(100dvh - 9rem));
		overflow-x: hidden;
		overflow-y: auto;
		padding: var(--twx-space-4) var(--twx-space-5) var(--twx-space-5);
		position: absolute;
		top: 136px;
		-webkit-overflow-scrolling: touch;
		width: 100%;
	}

	.is-nav-open .primary-nav {
		display: block;
	}

	.primary-nav__list {
		align-items: stretch;
		flex-direction: column;
		gap: 0;
	}

	.primary-nav a {
		border-radius: var(--twx-radius-sm);
		font-size: 1.12rem;
		min-height: 48px;
		padding-block: 0.85rem;
		padding-inline: 0.25rem;
	}

	.primary-nav__cta {
		display: inline-flex;
		justify-content: center;
		margin-top: var(--twx-space-5);
		min-height: 52px;
		width: 100%;
	}

	.nav-toggle {
		min-height: 48px;
		min-width: 48px;
	}

	.hero {
		display: block;
		min-height: 0;
		padding-block: clamp(4.75rem, 10vw, 6.25rem) clamp(4.25rem, 8vw, 5.5rem);
	}

	.services-panel {
		grid-template-columns: 1fr;
	}

	.hero__visual {
		margin-inline: auto;
		max-width: min(100%, 800px);
		min-height: 700px;
	}

	.hero__visual::after {
		inset: 6% 2% 6% 2%;
	}

	.device--laptop {
		height: 500px;
		left: 0;
		top: 80px;
		width: min(100%, 760px);
	}

	.device--laptop::after {
		bottom: -22px;
		height: 22px;
		left: 0;
		width: 100%;
	}

	.device--phone {
		height: 412px;
		right: 4px;
		top: 272px;
		width: 216px;
	}

	.hero__badge {
		bottom: 7%;
		left: min(4%, 1.1rem);
		width: clamp(96px, 14vw, 118px);
	}

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

	.services-panel__grid,
	.conversion-grid--three,
	.conversion-grid--four,
	.process-steps,
	.pricing-preview__grid {
		grid-template-columns: repeat(2, 1fr);
	}

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

	.featured-builds__header {
		align-items: flex-start;
		flex-direction: column;
	}

	.featured-builds__header .twx-button {
		width: min(100%, 22rem);
	}

	.featured-build-card--wide {
		grid-template-columns: 1fr;
	}

	.featured-build-card--wide .featured-build-card__image {
		min-height: auto;
	}

	.service-card:nth-child(odd) {
		border-left: 0;
	}

	.cta-strip__inner {
		grid-template-columns: 1fr;
	}

	.lead-cta__inner,
	.faq-section__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 900px) {
	.hero__grid {
		gap: clamp(1.75rem, 4vw, 2.5rem);
		grid-template-columns: 1fr;
	}

	.hero__actions {
		align-items: stretch;
		flex-direction: column;
		gap: var(--twx-space-4);
	}

	.hero__actions .twx-button,
	.hero__actions .hero__btn {
		justify-content: center;
		min-height: 48px;
		width: 100%;
	}

	.contact-section__grid {
		gap: var(--twx-space-6);
		grid-template-columns: 1fr;
	}

	.pricing-preview__grid {
		gap: var(--twx-space-5);
		grid-template-columns: 1fr;
	}

	.featured-builds__grid--preview {
		grid-template-columns: 1fr;
	}

	.hero__visual {
		align-items: center;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		margin-inline: auto;
		margin-top: clamp(1.25rem, 3vw, 2rem);
		max-width: min(520px, 100%);
		min-height: 0;
		overflow: visible;
		padding-bottom: clamp(2rem, 6vw, 3rem);
		width: 100%;
	}

	.hero__visual::after {
		border-radius: 24px;
		inset: 10% 6% 12% 6%;
	}

	.hero__visual .device {
		bottom: auto;
		flex-shrink: 0;
		left: auto;
		position: relative;
		right: auto;
		top: auto;
	}

	.hero__visual .device--laptop {
		border-radius: 1rem 1rem 0.55rem 0.55rem;
		border-width: clamp(8px, 2vw, 11px);
		box-shadow:
			0 28px 64px rgba(4, 8, 14, 0.38),
			0 14px 36px rgba(4, 8, 14, 0.22);
		height: auto;
		margin-inline: auto;
		order: 1;
		width: min(92%, 400px);
	}

	.hero__visual .device--laptop::after {
		display: none;
	}

	.hero__visual .device__screen {
		aspect-ratio: 1200 / 750;
		flex: 0 0 auto;
		height: auto;
		width: 100%;
	}

	.hero__visual .device__screen-img {
		height: 100%;
		object-fit: contain;
		width: 100%;
	}

	.hero__visual .device--phone {
		align-self: flex-end;
		border-width: clamp(6px, 1.5vw, 9px);
		box-shadow:
			0 36px 72px rgba(4, 8, 14, 0.38),
			0 14px 36px rgba(4, 8, 14, 0.24);
		height: auto;
		margin-right: min(8%, 1.25rem);
		margin-top: clamp(-3.5rem, -11vw, -2rem);
		order: 2;
		width: min(40%, 172px);
		z-index: 3;
	}

	.hero__visual .device__screen--phone {
		aspect-ratio: 390 / 844;
		flex: 0 0 auto;
		height: auto;
		width: 100%;
	}

	.hero__badge {
		bottom: auto;
		left: auto;
		margin-inline: auto;
		margin-top: clamp(0.75rem, 2vw, 1.25rem);
		order: 3;
		position: relative;
		width: clamp(88px, 22vw, 120px);
	}
}

@media (max-width: 640px) {
	:root {
		--twx-section-padding: clamp(2.75rem, 6vw, 3.5rem);
		--twx-fs-hero: clamp(2.55rem, 13vw, 3.65rem);
	}

	body {
		padding-bottom: calc(68px + env(safe-area-inset-bottom, 0px));
	}

	.site-header__inner {
		min-height: 76px;
	}

	.primary-nav {
		max-height: min(65vh, calc(100dvh - 5.5rem));
		top: 76px;
	}

	.site-branding__mark {
		font-size: 1.9rem;
	}

	.site-branding__tagline {
		font-size: 0.58rem;
	}

	.hero {
		min-height: 0;
		padding-block: 3.25rem 2.5rem;
		padding-inline: max(1rem, env(safe-area-inset-left)) max(1rem, env(safe-area-inset-right));
	}

	.hero .hero__headline {
		font-size: clamp(2.125rem, 5.5vw + 0.35rem, 2.75rem);
		line-height: 1.08;
		max-width: none;
	}

	.hero__actions {
		gap: var(--twx-space-3);
	}

	.hero__actions .twx-button,
	.hero__actions .hero__btn,
	.cta-strip .twx-button,
	.contact-section__card .twx-button,
	.lead-cta__inner .twx-button,
	.pricing-preview .mini-card__cta,
	.section-action .twx-button,
	.featured-builds__header .twx-button {
		min-height: 50px;
		padding: 1.08rem 1.4rem;
		width: 100%;
	}

	.hero__visual {
		max-width: 100%;
	}

	.hero__visual::after {
		inset: 11% 4% 14% 4%;
	}

	.hero__visual .device--laptop {
		width: min(96%, 360px);
	}

	.hero__visual .device--phone {
		margin-top: clamp(-2.85rem, -9vw, -1.65rem);
		width: min(44%, 156px);
	}

	.hero__badge {
		width: clamp(80px, 22vw, 112px);
	}

	.services-panel__grid,
	.conversion-grid--three,
	.conversion-grid--four,
	.process-steps,
	.pricing-preview__grid,
	.featured-builds__grid--preview {
		grid-template-columns: 1fr;
	}

	.featured-build-card__number {
		position: static;
	}

	.featured-build-card__type {
		padding-right: 0;
	}

	.featured-build-card__image,
	.featured-build-card__body,
	.contact-section__card,
	.mini-card,
	.conversion-card,
	.solution-card .solution-card__text {
		padding: var(--twx-space-5);
	}

	.problem-card {
		gap: var(--twx-space-2);
		padding: clamp(1.28rem, 3.6vw, 1.52rem) clamp(1.28rem, 3.6vw, 1.48rem) clamp(1.38rem, 3.8vw, 1.55rem);
	}

	.process-step {
		padding: clamp(1.9rem, 4.5vw, 2.1rem) clamp(1.5rem, 4vw, 1.75rem) clamp(1.5rem, 4vw, 1.7rem);
	}

	.service-card {
		border-left: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.14);
		padding: var(--twx-space-5) 0 0;
		text-align: left;
	}

	.twx-form-grid {
		grid-template-columns: 1fr;
	}

	.site-footer__inner {
		grid-template-columns: 1fr;
	}

	.site-footer__nav {
		justify-content: flex-start;
	}

	.mobile-cta-bar {
		background: var(--twx-color-near-black);
		box-shadow: 0 -12px 30px rgba(5, 7, 10, 0.22);
		display: grid;
		gap: 1px;
		grid-template-columns: 0.8fr 1.2fr;
		inset: auto 0 0;
		padding: var(--twx-space-2);
		padding-bottom: max(var(--twx-space-2), env(safe-area-inset-bottom, 0px));
		position: fixed;
		z-index: 150;
	}

	.mobile-cta-bar a {
		align-items: center;
		background: var(--twx-color-primary);
		border-radius: var(--twx-radius-sm);
		color: var(--twx-color-white);
		display: inline-flex;
		font-size: clamp(0.68rem, 3.1vw, 0.88rem);
		font-weight: 800;
		justify-content: center;
		line-height: 1.2;
		min-height: 48px;
		padding-inline: 0.35rem;
		text-align: center;
	}

	.mobile-cta-bar__call {
		background: #182131;
	}

	.mobile-cta-bar--no-phone {
		grid-template-columns: 1fr;
	}

	.mini-card--featured {
		transform: none;
	}

	.mini-card--featured:hover {
		transform: none;
	}

	.hero__trust {
		gap: 0.5rem;
	}

	.hero__trust li {
		background: rgba(255, 255, 255, 0.9);
		border: 1px solid rgba(11, 107, 255, 0.12);
		border-radius: var(--twx-radius-pill);
		padding: 0.4rem 0.85rem 0.4rem 1.5rem;
	}

	.hero__trust li::before {
		left: 0.65rem;
		top: 50%;
		transform: translateY(-50%);
	}

	.faq-list summary {
		font-size: 1rem;
		line-height: 1.35;
		min-height: 48px;
		padding: 0.5rem 2.75rem 0.5rem 0;
	}

	.twx-lead-form input,
	.twx-lead-form select,
	.twx-lead-form textarea {
		font-size: 1rem;
		min-height: 50px;
	}

	.solution-card__visual {
		height: clamp(150px, 38vw, 180px);
	}

	.site-footer .twx-button {
		min-height: 50px;
		width: 100%;
	}

	.site-footer__about {
		max-width: 100%;
	}

	.featured-build-card .twx-button {
		min-height: 50px;
		width: 100%;
	}

	.featured-build-card__number {
		font-size: clamp(2rem, 10vw, 2.75rem);
	}

	.cta-strip {
		padding-block: var(--twx-section-padding-sm);
	}

	.cta-strip strong {
		font-size: clamp(1.55rem, 6vw, 2.35rem);
	}

	.faq-section .section-heading .twx-button {
		width: 100%;
	}
}

/* Hero (≤768px): dark ::after card fills mockup stack; phone stays in flow, compact overlap. */
@media (max-width: 768px) {
	.hero__visual {
		border-radius: 28px;
		height: auto;
		min-height: unset;
		overflow: hidden;
		padding: 24px 14px 28px;
		position: relative;
	}

	.hero__visual::after {
		border-radius: 28px;
		inset: 0;
	}

	.hero__visual .device--laptop {
		height: auto;
		max-width: 100%;
		position: relative;
		width: 100%;
		z-index: 1;
	}

	.hero__visual .device--laptop .device__screen-img {
		height: auto;
		max-width: 100%;
	}

	.hero__visual .device--phone {
		align-self: flex-end;
		bottom: auto !important;
		display: block;
		flex-shrink: 0;
		height: auto !important;
		left: auto !important;
		margin: -72px 18px 0 auto !important;
		max-height: 430px !important;
		max-width: 185px !important;
		position: relative !important;
		right: auto !important;
		top: auto !important;
		transform: none !important;
		width: min(48vw, 185px) !important;
		z-index: 3;
	}

	.hero__visual .device__screen--phone {
		aspect-ratio: unset;
		flex: 1 1 auto;
		max-height: min(378px, calc(430px - 52px));
		min-height: 0;
	}

	.hero__visual .device--phone .device__screen-img {
		height: auto !important;
		max-height: min(378px, calc(430px - 52px)) !important;
		max-width: 100% !important;
		object-fit: contain !important;
		object-position: top center;
		width: 100% !important;
	}

	.hero__visual .hero__badge {
		bottom: clamp(0.65rem, 3.5vw, 1.1rem);
		display: block;
		height: auto;
		left: clamp(0.5rem, 2.5vw, 0.85rem);
		margin: 0;
		position: absolute;
		right: auto;
		top: auto;
		width: clamp(72px, 22vw, 100px);
		z-index: 4;
	}
}

@media (max-width: 430px) {
	.hero__visual .device--phone {
		margin: -64px 12px 0 auto !important;
		max-height: 390px !important;
		max-width: 170px !important;
		width: min(50vw, 170px) !important;
	}

	.hero__visual .device__screen--phone {
		max-height: min(338px, calc(390px - 52px));
	}

	.hero__visual .device--phone .device__screen-img {
		max-height: min(338px, calc(390px - 52px)) !important;
	}

	.hero__visual .hero__badge {
		bottom: 0.55rem;
		left: 0.45rem;
		width: clamp(68px, 21vw, 92px);
	}
}

@media (max-width: 390px) {
	.hero .hero__headline {
		font-size: clamp(2rem, 6.5vw + 0.35rem, 2.5rem);
	}

	.site-branding__mark {
		font-size: clamp(1.68rem, 7vw, 1.88rem);
	}

	.site-branding__tagline {
		font-size: clamp(0.54rem, 2.8vw, 0.62rem);
	}

	.hero__lede {
		font-size: 1.05rem;
		line-height: 1.58;
	}

	.mini-card__badge {
		font-size: 0.58rem;
		letter-spacing: 0.09em;
		padding: 0.34rem 0.55rem;
		right: 0.65rem;
		top: 0.65rem;
	}

	.mini-card--featured .mini-card__title {
		padding-right: 4.75rem;
	}

	.hero__visual .device--laptop {
		width: min(96%, calc(100% - var(--twx-gutter-total)));
	}

	.mobile-cta-bar a {
		font-size: clamp(0.68rem, 3.4vw, 0.82rem);
		line-height: 1.25;
		min-height: 48px;
		padding-inline: 0.4rem;
		text-align: center;
	}

	.featured-build-card li {
		font-size: 0.85rem;
		padding: 0.42rem 0.65rem;
	}

	.faq-list summary {
		padding-right: 2.25rem;
	}

	.faq-list summary::after {
		right: 0.15rem;
	}

	.primary-nav {
		padding-inline: var(--twx-space-4);
	}

	.problem-card__body,
	.mini-card__summary,
	.contact-section__grid > div > p {
		line-height: 1.55;
	}
}

/* ── Location pages ─────────────────────────────────────────────────────────── */

.location-hero__sub {
	font-size: clamp( 1rem, 2vw, 1.2rem );
	color: rgba( 255, 255, 255, 0.7 );
	margin: 1rem 0 1.75rem;
	max-width: 52ch;
}

/* Location page content — light reading area, dark hero stays above */
.location-content {
	background: #ffffff;
	color: #374151;
	font-size: 1.05rem;
	line-height: 1.75;
}

.location-content h2 {
	font-size: clamp( 1.4rem, 3vw, 1.9rem );
	font-weight: 800;
	margin: 2.5rem 0 .75rem;
	color: #0f172a;
}

.location-content p { margin-bottom: 1.25rem; }
.location-content ul { margin: 0 0 1.25rem 1.5rem; }
.location-content ul li { margin-bottom: .4rem; }

.location-content a {
	color: var( --twx-color-primary );
	text-decoration: underline;
	text-underline-offset: 3px;
}

/* Services grid */
.location-services {
	background: #f4f7fb;
}

.location-services h2 {
	font-size: clamp( 1.5rem, 3vw, 2rem );
	font-weight: 800;
	text-align: center;
	margin-bottom: clamp( 2rem, 4vw, 3rem );
	color: #0f172a;
}

.location-services__grid {
	display: grid;
	grid-template-columns: repeat( auto-fill, minmax( 280px, 1fr ) );
	gap: 1.25rem;
}

.location-service-card {
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	padding: 1.5rem;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.location-service-card:hover {
	border-color: rgba( 11, 107, 255, 0.25 );
	box-shadow: 0 4px 16px rgba( 11, 107, 255, 0.07 );
}

.location-service-card__icon {
	width: 44px;
	height: 44px;
	border-radius: 10px;
	background: #eff6ff;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var( --twx-color-primary );
	margin-bottom: 1rem;
}

.location-service-card h3 {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: .5rem;
	color: #0f172a;
}

.location-service-card p {
	font-size: .88rem;
	color: #6b7280;
	line-height: 1.6;
	margin: 0;
}

/* Nearby area strip */
.location-nearby {
	background: #f4f7fb;
	padding-top: 0;
}

.location-nearby__text {
	font-size: .95rem;
	color: #6b7280;
	text-align: center;
	max-width: 68ch;
	margin-inline: auto;
	line-height: 1.7;
}

.location-nearby__text strong { color: #374151; }

@media ( max-width: 640px ) {
	.location-services__grid {
		grid-template-columns: 1fr;
	}
}

/* ── Blog ───────────────────────────────────────────────────────────────────── */

/* Hero */
.blog-hero .page-hero__inner,
.post-hero .page-hero__inner {
	max-width: 72ch;
}

.blog-hero__sub,
.post-hero__excerpt {
	font-size: clamp( 1rem, 2vw, 1.15rem );
	color: rgba( 255, 255, 255, 0.65 );
	margin-top: .75rem;
	line-height: 1.65;
}

.post-hero__meta {
	display: flex;
	align-items: center;
	gap: .75rem;
	margin-bottom: 1rem;
	flex-wrap: wrap;
}

.post-hero__cat {
	font-size: .75rem;
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: uppercase;
	background: rgba( 11, 107, 255, 0.18 );
	color: var( --twx-color-primary );
	padding: .25em .7em;
	border-radius: 99px;
	text-decoration: none;
}

.post-hero__cat:hover { background: rgba( 11, 107, 255, 0.3 ); }

.post-hero__date {
	font-size: .8rem;
	color: rgba( 255, 255, 255, 0.4 );
}

/* Blog archive — light reading area */
.blog-archive {
	background: #f4f7fb;
	color: #374151;
}

/* Archive layout */
.blog-archive__layout {
	display: grid;
	grid-template-columns: 1fr 300px;
	gap: clamp( 2rem, 4vw, 4rem );
	align-items: start;
}

/* Card grid */
.blog-card-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.5rem;
}

.blog-card--featured {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0;
}

.blog-card {
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.blog-card:hover {
	border-color: rgba( 11, 107, 255, 0.25 );
	box-shadow: 0 8px 32px rgba( 11, 107, 255, 0.08 );
	transform: translateY( -2px );
}

.blog-card__thumb {
	display: block;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	flex-shrink: 0;
}

.blog-card--featured .blog-card__thumb {
	aspect-ratio: auto;
	height: 100%;
}

.blog-card__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.35s ease;
}

.blog-card:hover .blog-card__img { transform: scale( 1.03 ); }

.blog-card__body {
	padding: 1.25rem 1.4rem 1.5rem;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.blog-card__meta {
	display: flex;
	align-items: center;
	gap: .6rem;
	margin-bottom: .75rem;
	flex-wrap: wrap;
}

.blog-card__cat {
	font-size: .7rem;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: var( --twx-color-primary );
	background: rgba( 11, 107, 255, 0.12 );
	padding: .2em .6em;
	border-radius: 99px;
	text-decoration: none;
}

.blog-card__cat:hover { background: #dbeafe; }

.blog-card__date {
	font-size: .75rem;
	color: #9ca3af;
}

.blog-card__title {
	font-size: clamp( 1rem, 1.8vw, 1.2rem );
	font-weight: 700;
	line-height: 1.35;
	margin: 0 0 .6rem;
}

.blog-card--featured .blog-card__title {
	font-size: clamp( 1.2rem, 2.5vw, 1.6rem );
}

.blog-card__title a {
	color: #0f172a;
	text-decoration: none;
}

.blog-card__title a:hover { color: var( --twx-color-primary ); }

.blog-card__excerpt {
	font-size: .88rem;
	color: #6b7280;
	line-height: 1.65;
	margin-bottom: 1rem;
	flex: 1;
}

.blog-card__read-more {
	font-size: .82rem;
	font-weight: 600;
	color: var( --twx-color-primary );
	text-decoration: none;
	align-self: flex-start;
}

.blog-card__read-more:hover { text-decoration: underline; }

/* Pagination */
.pagination {
	margin-top: 2.5rem;
	display: flex;
	justify-content: center;
	gap: .5rem;
}

.pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	height: 36px;
	padding: 0 .5rem;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	font-size: .85rem;
	color: #4b5563;
	text-decoration: none;
	background: #ffffff;
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover {
	background: var( --twx-color-primary );
	border-color: var( --twx-color-primary );
	color: #fff;
}

/* Sidebar */
.blog-sidebar {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	position: sticky;
	top: 100px;
	align-self: start;
}

.blog-widget {
	border-radius: 14px;
	padding: 1.4rem;
}

/* Default widget appearance (dark — used in dark contexts if ever needed) */
.blog-widget {
	background: rgba( 255, 255, 255, 0.03 );
	border: 1px solid rgba( 255, 255, 255, 0.07 );
}

/* Light widget appearance for archive + post sidebars */
.blog-sidebar .blog-widget,
.post-sidebar .blog-widget {
	background: #ffffff;
	border: 1px solid #e5e7eb;
}

/* CTA widget — dark navy on both sidebars so it stands out */
.blog-sidebar .blog-widget--cta,
.post-sidebar .blog-widget--cta {
	background: linear-gradient( 135deg, #0f172a 0%, #1e3a5f 100% );
	border-color: rgba( 11, 107, 255, 0.3 );
}

.blog-widget--cta .twx-eyebrow { margin-bottom: .35rem; }

.blog-widget--cta h3 {
	font-size: 1.05rem;
	font-weight: 800;
	margin-bottom: .5rem;
	color: #ffffff;
}

.blog-widget--cta p {
	font-size: .85rem;
	color: rgba( 255, 255, 255, 0.65 );
	line-height: 1.6;
	margin-bottom: 1rem;
}

.blog-widget--cta .twx-button { width: 100%; text-align: center; }

.blog-widget__title {
	font-size: .75rem;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: rgba( 255, 255, 255, 0.4 );
	margin-bottom: .85rem;
}

.blog-sidebar .blog-widget__title,
.post-sidebar .blog-widget__title {
	color: #9ca3af;
}

.blog-widget__list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: .15rem;
}

.blog-widget__list a {
	display: block;
	font-size: .88rem;
	color: rgba( 255, 255, 255, 0.7 );
	text-decoration: none;
	padding: .35rem 0;
	border-bottom: 1px solid rgba( 255, 255, 255, 0.05 );
	line-height: 1.4;
}

.blog-sidebar .blog-widget__list a,
.post-sidebar .blog-widget__list a {
	color: #374151;
	border-bottom-color: #f3f4f6;
}

.blog-widget__list a:hover { color: var( --twx-color-primary ); }
.blog-widget__list li:last-child a { border-bottom: none; }

.blog-widget__count {
	color: rgba( 255, 255, 255, 0.3 );
	font-size: .78rem;
	margin-left: .25rem;
}

.blog-sidebar .blog-widget__count,
.post-sidebar .blog-widget__count {
	color: #9ca3af;
}

.blog-widget__list--recent a { display: flex; flex-direction: column; gap: .15rem; }

.blog-widget__date {
	font-size: .72rem;
	color: rgba( 255, 255, 255, 0.3 );
}

.blog-sidebar .blog-widget__date,
.post-sidebar .blog-widget__date {
	color: #9ca3af;
}

.blog-widget--service-area .blog-widget__list--cities {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0;
}

.blog-empty {
	padding: 3rem;
	text-align: center;
	color: #9ca3af;
	border: 1px dashed #d1d5db;
	border-radius: 14px;
}

/* ── Single post ─────────────────────────────────────────────────────────────── */

.post-featured-image {
	margin-top: -1rem;
	margin-bottom: 0;
}

.post-featured-image__img {
	width: 100%;
	max-height: 500px;
	object-fit: cover;
	border-radius: 16px;
	display: block;
}

/* ── Single post — light reading area ───────────────────────────────────────── */
.post-layout-outer {
	background: #ffffff;
}

.post-layout {
	display: grid;
	grid-template-columns: 1fr 300px;
	gap: clamp( 3rem, 5vw, 5rem );
	align-items: start;
}

/* Post body typography — dark text on white */
.post-content {
	font-size: 1.05rem;
	line-height: 1.85;
	color: #374151;
}

.post-content h2 {
	font-size: clamp( 1.3rem, 2.5vw, 1.65rem );
	font-weight: 800;
	margin: 2.75rem 0 .75rem;
	color: #0f172a;
	line-height: 1.2;
}

.post-content h3 {
	font-size: clamp( 1.05rem, 2vw, 1.2rem );
	font-weight: 700;
	margin: 2rem 0 .6rem;
	color: #0f172a;
}

.post-content p { margin-bottom: 1.4rem; }

.post-content ul,
.post-content ol {
	margin: 0 0 1.4rem 1.5rem;
}

.post-content ul li,
.post-content ol li { margin-bottom: .4rem; }

.post-content a {
	color: var( --twx-color-primary );
	text-decoration: underline;
	text-underline-offset: 3px;
}

.post-content a:hover { text-decoration: none; }

.post-content blockquote {
	border-left: 3px solid var( --twx-color-primary );
	padding: 1rem 1.5rem;
	margin: 1.75rem 0;
	background: #f0f6ff;
	border-radius: 0 10px 10px 0;
	font-style: italic;
	color: #374151;
}

.post-content code {
	background: #f1f5f9;
	color: #0f172a;
	padding: .15em .4em;
	border-radius: 4px;
	font-size: .88em;
	font-family: 'Fira Code', 'Courier New', monospace;
}

.post-content pre {
	background: #0f172a;
	border: 1px solid rgba( 0, 0, 0, 0.08 );
	border-radius: 10px;
	padding: 1.25rem 1.4rem;
	overflow-x: auto;
	margin-bottom: 1.4rem;
}

.post-content pre code {
	background: none;
	color: #e2e8f0;
	padding: 0;
	font-size: .88rem;
	line-height: 1.7;
}

.post-content img {
	max-width: 100%;
	border-radius: 10px;
	display: block;
	margin: 1.75rem 0;
	box-shadow: 0 4px 24px rgba( 0, 0, 0, 0.1 );
}

/* Tags */
.post-tags {
	display: flex;
	align-items: center;
	gap: .5rem;
	flex-wrap: wrap;
	margin-top: 2.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid #e5e7eb;
}

.post-tags__label {
	font-size: .75rem;
	color: #9ca3af;
	font-weight: 600;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.post-tags__tag {
	font-size: .74rem;
	background: #f1f5f9;
	border: 1px solid #e2e8f0;
	color: #4b5563;
	padding: .25em .75em;
	border-radius: 99px;
	text-decoration: none;
	transition: background 0.15s ease, color 0.15s ease;
}

.post-tags__tag:hover {
	background: #dbeafe;
	color: var( --twx-color-primary );
	border-color: #bfdbfe;
}

/* Author card */
.post-author-card {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-top: 2rem;
	padding: 1.1rem 1.4rem;
	background: #f8fafc;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
}

.post-author-card__avatar {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #dbeafe;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var( --twx-color-primary );
	flex-shrink: 0;
}

.post-author-card__info {
	display: flex;
	flex-direction: column;
	gap: .2rem;
}

.post-author-card__name {
	font-size: .92rem;
	font-weight: 700;
	color: #0f172a;
}

.post-author-card__role {
	font-size: .78rem;
	color: #9ca3af;
}

.post-sidebar {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	position: sticky;
	top: 100px;
	align-self: start;
}

/* Post navigation — light full-width wrapper */
.post-navigation-outer {
	background: #f8fafc;
	border-top: 1px solid #e5e7eb;
	padding: var( --twx-section-padding-sm ) 0;
}

.post-navigation {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
}

.post-navigation .nav-links { display: contents; }

.post-navigation a {
	display: flex;
	flex-direction: column;
	gap: .3rem;
	text-decoration: none;
	padding: 1rem 1.25rem;
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.post-navigation a:hover {
	border-color: rgba( 11, 107, 255, 0.3 );
	box-shadow: 0 4px 16px rgba( 11, 107, 255, 0.08 );
}

.post-navigation .nav-next a { text-align: right; }

.post-nav__label {
	font-size: .7rem;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: #9ca3af;
}

.post-nav__title {
	font-size: .9rem;
	font-weight: 600;
	color: #0f172a;
	line-height: 1.4;
}

.post-back-outer {
	background: #f8fafc;
	border-top: 1px solid #e5e7eb;
	padding-bottom: var( --twx-section-padding-sm );
}

.post-back { padding-top: 1.25rem; }

.post-back a {
	font-size: .85rem;
	color: #6b7280;
	text-decoration: none;
}

.post-back a:hover { color: var( --twx-color-primary ); }

/* ── Blog + single responsive ────────────────────────────────────────────────── */

@media ( max-width: 900px ) {
	.blog-archive__layout,
	.post-layout {
		grid-template-columns: 1fr;
	}

	.blog-sidebar,
	.post-sidebar {
		position: static;
	}

	.blog-card-grid {
		grid-template-columns: 1fr;
	}

	.blog-card--featured {
		grid-column: auto;
		grid-template-columns: 1fr;
	}

	.blog-card--featured .blog-card__thumb {
		aspect-ratio: 16 / 9;
		height: auto;
	}

	.post-navigation {
		grid-template-columns: 1fr;
	}

	.post-navigation .nav-next a { text-align: left; }
}

@media ( max-width: 640px ) {
	.blog-widget--service-area .blog-widget__list--cities {
		grid-template-columns: 1fr;
	}
}

/* ── Service area strip (homepage) ─────────────────────────────────────────── */

.service-area-strip {
	background: var( --twx-color-near-black );
	color: rgba( 255, 255, 255, 0.75 );
}

.service-area-strip__header {
	text-align: center;
	margin-bottom: clamp( 2rem, 4vw, 3rem );
}

.service-area-strip__header h2 {
	font-size: clamp( 1.5rem, 3vw, 2rem );
	font-weight: 800;
	margin-bottom: .6rem;
	color: var( --twx-color-white );
}

.service-area-strip__sub {
	font-size: 1rem;
	color: rgba( 255, 255, 255, 0.55 );
	max-width: 52ch;
	margin-inline: auto;
	line-height: 1.65;
}

.service-area-strip__phone {
	margin-top: .85rem;
	font-size: .9rem;
	color: rgba( 255, 255, 255, 0.45 );
}

.service-area-strip__phone a {
	color: var( --twx-color-white );
	font-weight: 600;
	text-decoration: none;
}

.service-area-strip__phone a:hover { color: var( --twx-color-primary ); }

.service-area-strip__grid {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat( 4, 1fr );
	gap: .75rem;
}

.service-area-card {
	display: flex;
	flex-direction: column;
	gap: .2rem;
	padding: 1.1rem 1.25rem;
	background: rgba( 255, 255, 255, 0.03 );
	border: 1px solid rgba( 255, 255, 255, 0.07 );
	border-radius: 12px;
	text-decoration: none;
	position: relative;
	transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.service-area-card:hover {
	border-color: rgba( 11, 107, 255, 0.4 );
	background: rgba( 11, 107, 255, 0.05 );
	transform: translateY( -2px );
}

.service-area-card__name {
	font-size: .95rem;
	font-weight: 700;
	color: var( --twx-color-white );
}

.service-area-card__note {
	font-size: .75rem;
	color: rgba( 255, 255, 255, 0.4 );
}

.service-area-card__arrow {
	position: absolute;
	top: 1rem;
	right: 1.1rem;
	font-size: .85rem;
	color: rgba( 255, 255, 255, 0.2 );
	transition: color 0.2s ease, transform 0.2s ease;
}

.service-area-card:hover .service-area-card__arrow {
	color: var( --twx-color-primary );
	transform: translateX( 3px );
}

@media ( max-width: 900px ) {
	.service-area-strip__grid {
		grid-template-columns: repeat( 2, 1fr );
	}
}

@media ( max-width: 480px ) {
	.service-area-strip__grid {
		grid-template-columns: 1fr;
	}
}

/* ── App Development page ────────────────────────────────────────────────────── */

.app-hero {
	background: radial-gradient( ellipse at 60% 0%, rgba( 11, 107, 255, 0.18 ) 0%, transparent 65% ),
	            linear-gradient( 180deg, #020509 0%, var( --twx-color-near-black ) 100% );
	padding: clamp( 6rem, 12vw, 10rem ) 0 clamp( 4rem, 8vw, 7rem );
	position: relative;
	overflow: hidden;
}

.app-hero__inner {
	position: relative;
	max-width: 780px;
}

.app-hero h1 {
	font-size: clamp( 2.2rem, 5.5vw, 3.8rem );
	font-weight: 900;
	line-height: 1.1;
	letter-spacing: -0.02em;
	color: var( --twx-color-white );
	margin-bottom: 1.25rem;
}

.app-hero__sub {
	font-size: clamp( 1rem, 2vw, 1.2rem );
	color: rgba( 255, 255, 255, 0.6 );
	margin-bottom: 2rem;
	max-width: 55ch;
	line-height: 1.65;
}

.app-hero__actions {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	flex-wrap: wrap;
}

.app-hero__cta { font-size: 1.05rem; padding: .9rem 2rem; }

.app-hero__phone {
	font-size: .9rem;
	color: rgba( 255, 255, 255, 0.5 );
	text-decoration: none;
}

.app-hero__phone:hover { color: var( --twx-color-white ); }

@keyframes twx-bounce {
	0%, 100% { transform: translateX( -50% ) translateY( 0 ); }
	50% { transform: translateX( -50% ) translateY( 6px ); }
}

.app-hero__scroll-indicator {
	position: absolute;
	bottom: 1.5rem;
	left: 50%;
	transform: translateX( -50% );
	color: rgba( 255, 255, 255, 0.2 );
	animation: twx-bounce 2s ease-in-out infinite;
}

/* Centered eyebrow for app content sections */
.app-section__eyebrow { text-align: center; }

/* Cost section */
.app-cost { background: #ffffff; }

.app-cost__heading {
	font-size: clamp( 1.5rem, 3vw, 2.2rem );
	font-weight: 800;
	text-align: center;
	color: #0f172a;
	max-width: 20ch;
	margin-inline: auto;
	margin-bottom: clamp( 2rem, 4vw, 3.5rem );
}

.app-cost__grid {
	display: grid;
	grid-template-columns: repeat( 4, 1fr );
	gap: 1rem;
}

.app-cost-card {
	border-radius: 14px;
	padding: 1.75rem 1.5rem;
	display: flex;
	flex-direction: column;
	gap: .4rem;
}

.app-cost-card--bad {
	background: #fff5f5;
	border: 1px solid #fecaca;
}

.app-cost-card--good {
	background: #eff6ff;
	border: 1px solid #bfdbfe;
}

.app-cost-card__platform {
	font-size: .78rem;
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: #9ca3af;
}

.app-cost-card--good .app-cost-card__platform { color: var( --twx-color-primary ); }

.app-cost-card__rate {
	font-size: clamp( 2rem, 4vw, 2.8rem );
	font-weight: 900;
	line-height: 1;
	color: #dc2626;
	letter-spacing: -0.02em;
}

.app-cost-card--good .app-cost-card__rate {
	color: var( --twx-color-primary );
	font-size: clamp( 1.8rem, 3.5vw, 2.4rem );
}

.app-cost-card__label {
	font-size: .76rem;
	color: #9ca3af;
}

.app-cost-card__math {
	font-size: .84rem;
	color: #6b7280;
	line-height: 1.55;
	margin: .5rem 0 0;
}

.app-cost-card--good .app-cost-card__math { color: #1d4ed8; }

/* Builds grid */
.app-builds { background: #f4f7fb; }

.app-builds__heading {
	font-size: clamp( 1.5rem, 3vw, 2.2rem );
	font-weight: 800;
	text-align: center;
	color: #0f172a;
	margin-bottom: clamp( 2rem, 4vw, 3.5rem );
}

.app-builds__grid {
	display: grid;
	grid-template-columns: repeat( 3, 1fr );
	gap: 1.25rem;
}

.app-build-card {
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	padding: 1.75rem;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.app-build-card:hover {
	border-color: rgba( 11, 107, 255, 0.3 );
	box-shadow: 0 8px 32px rgba( 11, 107, 255, 0.08 );
	transform: translateY( -2px );
}

.app-build-card__icon {
	width: 52px;
	height: 52px;
	border-radius: 12px;
	background: #eff6ff;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var( --twx-color-primary );
	margin-bottom: 1.1rem;
}

.app-build-card h3 {
	font-size: 1.05rem;
	font-weight: 700;
	color: #0f172a;
	margin-bottom: .5rem;
}

.app-build-card p {
	font-size: .88rem;
	color: #6b7280;
	line-height: 1.65;
	margin: 0;
}

/* Process + form */
.app-process { background: #ffffff; }

.app-process__inner {
	display: grid;
	grid-template-columns: 1fr 420px;
	gap: clamp( 3rem, 6vw, 6rem );
	align-items: start;
}

.app-process__text h2 {
	font-size: clamp( 1.5rem, 3vw, 2rem );
	font-weight: 800;
	color: #0f172a;
	margin-bottom: 1rem;
	line-height: 1.2;
}

.app-process__text > p {
	font-size: 1rem;
	color: #6b7280;
	line-height: 1.7;
	margin-bottom: 2rem;
}

.app-process__steps { display: flex; flex-direction: column; gap: 1.5rem; }

.app-process__step { display: flex; gap: 1.25rem; align-items: flex-start; }

.app-process__num {
	font-size: 2rem;
	font-weight: 900;
	color: rgba( 11, 107, 255, 0.2 );
	line-height: 1;
	flex-shrink: 0;
	width: 2.5rem;
	letter-spacing: -0.03em;
}

.app-process__step strong {
	display: block;
	font-size: .95rem;
	font-weight: 700;
	color: #0f172a;
	margin-bottom: .3rem;
}

.app-process__step p {
	font-size: .85rem;
	color: #6b7280;
	line-height: 1.6;
	margin: 0;
}

/* Form inside the dark navy CTA card — override to dark inputs */
.app-process__cta-card .twx-lead-form__header h3,
.app-process__cta-card .twx-lead-form__header p { display: none; }

.app-process__cta-card .twx-lead-form label span {
	color: rgba( 255, 255, 255, 0.6 );
	font-size: .82rem;
}

.app-process__cta-card .twx-lead-form input,
.app-process__cta-card .twx-lead-form select,
.app-process__cta-card .twx-lead-form textarea {
	background: rgba( 255, 255, 255, 0.07 );
	border-color: rgba( 255, 255, 255, 0.12 );
	color: #ffffff;
}

.app-process__cta-card .twx-lead-form input::placeholder,
.app-process__cta-card .twx-lead-form textarea::placeholder {
	color: rgba( 255, 255, 255, 0.3 );
}

.app-process__cta-card .twx-lead-form input:focus,
.app-process__cta-card .twx-lead-form select:focus,
.app-process__cta-card .twx-lead-form textarea:focus {
	border-color: rgba( 11, 107, 255, 0.6 );
	box-shadow: 0 0 0 3px rgba( 11, 107, 255, 0.2 );
	background: rgba( 255, 255, 255, 0.1 );
}

.app-process__cta-card .twx-lead-form select option {
	background: #0f172a;
	color: #ffffff;
}

/* CTA card stays dark navy — pops against the white section */
.app-process__cta-card {
	background: linear-gradient( 135deg, #0f172a 0%, #1e3a5f 100% );
	border: 1px solid rgba( 11, 107, 255, 0.3 );
	border-radius: 18px;
	padding: 2rem;
	position: sticky;
	top: 100px;
	align-self: start;
}

.app-process__cta-card h3 {
	font-size: 1.4rem;
	font-weight: 800;
	color: #ffffff;
	margin-bottom: .6rem;
}

.app-process__cta-card > p {
	font-size: .88rem;
	color: rgba( 255, 255, 255, 0.65 );
	line-height: 1.6;
	margin-bottom: 1.5rem;
}

@media ( max-width: 1100px ) {
	.app-cost__grid { grid-template-columns: repeat( 2, 1fr ); }
	.app-builds__grid { grid-template-columns: repeat( 2, 1fr ); }
}

@media ( max-width: 900px ) {
	.app-process__inner { grid-template-columns: 1fr; }
	.app-process__cta-card { position: static; }
}

@media ( max-width: 640px ) {
	.app-cost__grid { grid-template-columns: 1fr; }
	.app-builds__grid { grid-template-columns: 1fr; }
	.app-hero__actions { flex-direction: column; align-items: flex-start; gap: 1rem; }
}
