/* Tinkobox service, company, FAQ, legal and error pages. */
.webdev-page,
.about-page,
.faq-page,
.legal-page,
.error-page--enhanced {
	background: #fff;
}

.section-pad { padding-block: clamp(90px, 10vw, 150px); }

.webdev-page .eyebrow,
.about-page .eyebrow,
.faq-page .eyebrow,
.legal-page .eyebrow,
.webdev-page li,
.about-page li,
.faq-page summary,
.legal-page aside,
.legal-page small,
.legal-notice,
.error-page--enhanced,
.webdev-hero figcaption,
.webdev-service-card figure span,
.webdev-process__visual > div,
.webdev-proof__grid span,
.about-principles__grid span {
	font-family: var(--font-small);
}

.simple-page-hero,
.legal-page__hero {
	padding: calc(var(--header-height) + clamp(82px, 10vw, 150px)) 0 clamp(76px, 9vw, 130px);
	background: radial-gradient(circle at 82% 16%, rgba(91,92,240,.18), transparent 31%), var(--paper);
}

.simple-page-hero h1,
.legal-page__hero h1 {
	max-width: 1020px;
	margin: 14px 0 25px;
	font-size: clamp(4rem, 7.8vw, 8rem);
	line-height: .92;
	letter-spacing: -.073em;
}

.simple-page-hero > .shell > p:last-child,
.legal-page__hero > .shell > p {
	max-width: 680px;
	margin: 0;
	color: var(--muted);
	font-size: 1.12rem;
}

/* Web development. */
.webdev-hero {
	padding: calc(var(--header-height) + clamp(62px, 8vw, 120px)) 0 clamp(90px, 10vw, 150px);
	background: linear-gradient(180deg, #f1f0ff, #fff 84%);
}
.webdev-hero__grid { display: grid; grid-template-columns: .94fr 1.06fr; align-items: center; gap: clamp(60px, 8vw, 120px); }
.webdev-hero h1 { margin: 12px 0 28px; font-size: clamp(3.8rem, 6.5vw, 7rem); line-height: .92; letter-spacing: -.073em; }
.webdev-hero__copy > p:not(.eyebrow) { max-width: 650px; color: #50535d; font-size: 1.08rem; }
.webdev-hero .button-row { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 36px; }
/* Web Development Modern Engine & Experience Canvas. */
.webdev-hero__stage {
	position: relative;
	width: 100%;
	min-height: 520px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.webdev-hero__ambient {
	position: absolute;
	inset: -12% -8% -12% -8%;
	z-index: 0;
	background:
		radial-gradient(ellipse 450px 300px at 70% 30%, rgba(91, 92, 240, 0.28), transparent 70%),
		radial-gradient(ellipse 350px 250px at 30% 75%, rgba(0, 210, 255, 0.15), transparent 65%),
		radial-gradient(ellipse 280px 200px at 85% 85%, rgba(184, 242, 61, 0.12), transparent 60%);
	filter: blur(50px);
	pointer-events: none;
}

.webdev-canvas {
	position: relative;
	z-index: 2;
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 28px;
	background: linear-gradient(160deg, rgba(24, 26, 36, 0.95), rgba(12, 14, 20, 0.98));
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, 0.08),
		0 35px 85px rgba(10, 14, 28, 0.45);
	backdrop-filter: blur(24px);
	-webkit-backdrop-filter: blur(24px);
	overflow: hidden;
	transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.webdev-canvas:hover {
	transform: translateY(-4px);
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, 0.16),
		0 45px 100px rgba(10, 14, 28, 0.55);
}

.webdev-canvas__topbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	height: 52px;
	padding: 0 22px;
	background: rgba(255, 255, 255, 0.04);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.canvas-status {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: var(--font-small);
}

.canvas-beacon {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #27c93f;
	box-shadow: 0 0 0 4px rgba(39, 201, 63, 0.25);
	animation: pulse 2.2s infinite ease-in-out;
}

.canvas-status strong {
	color: #d8dbe5;
	font-size: 0.64rem;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.canvas-pills {
	display: flex;
	gap: 6px;
}

.canvas-pill {
	padding: 4px 10px;
	border-radius: 8px;
	color: #8c92a4;
	font-size: 0.58rem;
	font-weight: 600;
	font-family: var(--font-small);
}

.canvas-pill.is-active {
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff;
}

.canvas-speed {
	display: inline-flex;
	align-items: center;
	padding: 3px 9px;
	border-radius: 20px;
	background: rgba(184, 242, 61, 0.15);
	border: 1px solid rgba(184, 242, 61, 0.3);
	color: #b8f23d;
	font-family: var(--font-small);
	font-size: 0.6rem;
	font-weight: 800;
}

.webdev-canvas__body {
	padding: 26px 28px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.canvas-hero-card {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.canvas-hero-card__tag span {
	display: inline-block;
	color: #5b5cf0;
	font-size: 0.6rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	font-family: var(--font-small);
}

.canvas-hero-card__title {
	margin: 0;
	color: #ffffff;
	font-size: clamp(1.25rem, 2vw, 1.6rem);
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.035em;
}

.canvas-hero-card__desc {
	margin: 0;
	color: #9ba1b4;
	font-size: 0.82rem;
	line-height: 1.5;
}

.canvas-metrics-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
}

.canvas-metric-card {
	padding: 14px 16px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.07);
	display: flex;
	flex-direction: column;
	gap: 4px;
	transition: background 0.2s, transform 0.2s;
}

.canvas-metric-card:hover {
	background: rgba(255, 255, 255, 0.07);
	transform: translateY(-2px);
}

.canvas-metric-card--accent {
	background: rgba(91, 92, 240, 0.12);
	border-color: rgba(91, 92, 240, 0.3);
}

.canvas-metric-card__header {
	display: flex;
	align-items: center;
	gap: 6px;
}

.canvas-metric-card__header .metric-icon {
	font-size: 0.75rem;
}

.canvas-metric-card__header small {
	color: #8c92a4;
	font-size: 0.55rem;
	font-weight: 700;
	font-family: var(--font-small);
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.canvas-metric-card strong {
	color: #ffffff;
	font-size: 1.35rem;
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: -0.03em;
}

.canvas-metric-card p {
	margin: 0;
	color: #9ba1b4;
	font-size: 0.62rem;
	font-family: var(--font-small);
}

.canvas-chart-box {
	padding: 14px 16px;
	border-radius: 16px;
	background: rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(255, 255, 255, 0.06);
}

.canvas-chart-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 8px;
	font-family: var(--font-small);
}

.canvas-chart-header span {
	color: #c4c8d8;
	font-size: 0.6rem;
	font-weight: 700;
}

.canvas-chart-header small {
	color: #27c93f;
	font-size: 0.55rem;
	font-weight: 700;
}

.canvas-chart-svg svg {
	display: block;
	width: 100%;
	height: 60px;
}

.webdev-canvas__footer {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	padding: 12px 22px;
	background: rgba(0, 0, 0, 0.2);
	border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.tech-tag {
	padding: 4px 10px;
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.08);
	color: #c4c8d8;
	font-size: 0.58rem;
	font-weight: 600;
	font-family: var(--font-small);
}

/* Dual Floating Orbit Badges */
.webdev-float-badge {
	position: absolute;
	z-index: 4;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 16px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(16, 17, 20, 0.08);
	box-shadow: 0 16px 40px rgba(22, 27, 40, 0.16);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	font-family: var(--font-small);
	transition: transform 0.3s ease;
}

.webdev-float-badge:hover {
	transform: translateY(-3px);
}

.webdev-float-badge--top {
	top: -20px;
	right: -20px;
}

.webdev-float-badge--bottom {
	bottom: -22px;
	left: -20px;
}

.float-icon {
	display: grid;
	place-items: center;
	width: 30px;
	height: 30px;
	border-radius: 10px;
	background: #5b5cf0;
	color: #ffffff;
	font-size: 0.85rem;
}

.webdev-float-badge--top .float-icon {
	background: #181a24;
}

.webdev-float-badge strong {
	display: block;
	color: var(--ink);
	font-size: 0.74rem;
	font-weight: 700;
	line-height: 1.2;
}

.webdev-float-badge small {
	display: block;
	color: #656a78;
	font-size: 0.58rem;
}

.webdev-services { background: var(--ink); color: #fff; }
.webdev-services .section-heading { max-width: 940px; }
.webdev-services .eyebrow { color: #a7a8af; }
.webdev-services .section-heading h2 { margin: 12px 0 0; font-size: clamp(3rem, 5.4vw, 5.8rem); line-height: .96; letter-spacing: -.065em; }
.webdev-service-grid { display: grid; gap: 38px; margin-top: 78px; }
.webdev-service-card { display: grid; grid-template-columns: 1.07fr .93fr; align-items: stretch; min-height: 590px; border: 1px solid rgba(255,255,255,.12); border-radius: 32px; background: #18191e; overflow: hidden; }
.webdev-service-card--reverse figure { order: 2; }
.webdev-service-card figure { position: relative; min-height: 520px; margin: 0; overflow: hidden; }
.webdev-service-card figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,.35)); }
.webdev-service-card figure img { width: 100%; height: 100%; object-fit: cover; }
.webdev-service-card figure span { position: absolute; left: 28px; bottom: 25px; z-index: 1; display: grid; place-items: center; width: 46px; height: 46px; border-radius: 14px; background: #fff; color: var(--ink); font-size: .67rem; font-weight: 700; }
.webdev-service-card > div { display: flex; flex-direction: column; justify-content: center; padding: clamp(38px, 5vw, 72px); }
.webdev-service-card h3 { margin: 12px 0 22px; font-size: clamp(2.2rem, 3.8vw, 4rem); line-height: .98; letter-spacing: -.055em; }
.webdev-service-card > div > p:not(.eyebrow) { color: #b0b3bd; }
.webdev-service-card ul { display: grid; gap: 12px; margin: 28px 0 0; padding: 0; list-style: none; }
.webdev-service-card li { position: relative; padding-left: 26px; color: #d7d9de; font-size: .72rem; }
.webdev-service-card li::before { content: "✓"; position: absolute; left: 0; color: var(--lime); }

/* Pricing. */
.pricing-page { background: #fff; }
.pricing-page .eyebrow,
.pricing-note,
.pricing-card,
.pricing-section__footnote,
.care-plan,
.pricing-fit__factors { font-family: var(--font-small); }
.pricing-hero { padding: calc(var(--header-height) + clamp(76px, 9vw, 135px)) 0 clamp(72px, 8vw, 110px); background: radial-gradient(circle at 90% 10%, rgba(74,214,230,.22), transparent 29%), linear-gradient(145deg, #f6f4ff, #fff 62%); }
.pricing-hero__grid { display: grid; grid-template-columns: 1.18fr .62fr; align-items: end; gap: clamp(45px, 8vw, 130px); }
.pricing-hero h1 { max-width: 930px; margin: 12px 0 0; font-size: clamp(4rem, 7.5vw, 7.7rem); line-height: .91; letter-spacing: -.074em; }
.pricing-hero__aside { padding: 0 0 14px; }
.pricing-hero__aside p { margin: 0 0 30px; color: var(--muted); font-family: var(--font-body); font-size: 1.08rem; }
.pricing-note { max-width: 920px; margin: clamp(60px, 8vw, 110px) 0 0; padding-top: 22px; border-top: 1px solid rgba(16,17,20,.13); color: #777b86; font-size: .64rem; line-height: 1.65; }
.pricing-currency { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: clamp(52px, 7vw, 88px); padding: 16px 18px 16px 22px; border: 1px solid rgba(16,17,20,.11); border-radius: 19px; background: rgba(255,255,255,.76); box-shadow: 0 18px 50px rgba(25,30,45,.06); font-family: var(--font-small); backdrop-filter: blur(14px); }
.pricing-currency > div:first-child { display: grid; gap: 3px; }
.pricing-currency strong { font-size: .75rem; }
.pricing-currency span { color: var(--muted); font-size: .58rem; }
.pricing-currency__buttons { display: flex; gap: 5px; padding: 4px; border-radius: 999px; background: #e9eaf0; }
.pricing-currency__buttons button { min-height: 40px; padding: 0 17px; border: 0; border-radius: 999px; background: transparent; color: #60636d; font-family: inherit; font-size: .61rem; font-weight: 700; cursor: pointer; transition: background .2s ease, color .2s ease, box-shadow .2s ease; }
.pricing-currency__buttons button[aria-pressed="true"] { background: var(--ink); color: #fff; box-shadow: 0 5px 18px rgba(16,17,20,.18); }
.pricing-currency__buttons button:focus-visible { outline: 3px solid rgba(91,92,240,.35); outline-offset: 2px; }
.pricing-currency + .pricing-note { margin-top: 24px; }
.pricing-section .section-heading--split { display: grid; grid-template-columns: 1.15fr .65fr; align-items: end; gap: 80px; }
.pricing-section .section-heading h2 { max-width: 880px; margin: 12px 0 0; font-size: clamp(3rem, 5.4vw, 5.8rem); line-height: .95; letter-spacing: -.066em; }
.pricing-section .section-heading--split > p { max-width: 500px; margin: 0 0 8px; color: var(--muted); }
.pricing-grid { display: grid; gap: 20px; margin-top: 78px; }
.pricing-grid--three,
.pricing-grid--web { grid-template-columns: repeat(3, 1fr); }
.pricing-card { position: relative; display: flex; flex-direction: column; min-height: 590px; padding: 40px 36px 34px; border: 1px solid rgba(16,17,20,.12); border-radius: 28px; background: #fff; overflow: hidden; }
.pricing-card__label { margin: 0 0 32px; color: var(--electric); font-size: .67rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.pricing-card h3 { margin: 0; font-family: var(--font-body); font-size: clamp(1.8rem, 2.3vw, 2.65rem); line-height: 1.04; letter-spacing: -.045em; }
.pricing-grid--three .pricing-card h3 { min-height: 3.2em; }
.pricing-grid--web .pricing-card h3 { min-height: 4.2em; }
.pricing-card__price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 7px; margin: 38px 0 0; }
.pricing-card__price small { flex-basis: 100%; margin-bottom: -2px; color: var(--muted); font-size: .58rem; }
.pricing-card__price strong { font-family: var(--font-body); font-size: clamp(2.35rem, 3.5vw, 3.7rem); line-height: 1; letter-spacing: -.06em; }
.pricing-card__price span { color: var(--muted); font-size: .6rem; }
.pricing-card__price em { flex-basis: 100%; color: var(--muted); font-size: .56rem; font-style: normal; letter-spacing: .01em; }
.pricing-card ul { display: grid; gap: 13px; margin: 42px 0 35px; padding: 30px 0 0; border-top: 1px solid rgba(16,17,20,.1); list-style: none; }
.pricing-card li { position: relative; padding-left: 24px; color: #555963; font-size: .65rem; line-height: 1.55; }
.pricing-card li::before { content: "✓"; position: absolute; left: 0; color: var(--electric); font-weight: 700; }
.pricing-card__link { display: flex; justify-content: space-between; margin-top: auto; padding-top: 22px; border-top: 1px solid rgba(16,17,20,.1); color: var(--ink); font-size: .68rem; font-weight: 700; text-decoration: none; }
.pricing-card__link span { transition: transform .2s ease; }
.pricing-card__link:hover span { transform: translateX(5px); }
.pricing-card--featured { border-color: var(--electric); background: linear-gradient(180deg, #f1efff, #fff 56%); box-shadow: 0 30px 75px rgba(91,92,240,.13); transform: translateY(-18px); }
.pricing-card__badge { position: absolute; top: 0; right: 0; margin: 0; padding: 10px 17px; border-radius: 0 0 0 15px; background: var(--electric); color: #fff; font-size: .52rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.pricing-section__footnote { max-width: 920px; margin: 34px 0 0; color: #777b86; font-size: .62rem; }
.pricing-section--web { background: var(--ink); color: #fff; }
.pricing-section--web .eyebrow { color: #aeb0b9; }
.pricing-section--web .section-heading--split > p { color: #b4b6be; }
.pricing-section--web .pricing-grid { gap: 1px; border: 1px solid rgba(255,255,255,.13); border-radius: 30px; background: rgba(255,255,255,.13); overflow: hidden; }
.pricing-card--dark,
.pricing-card--system { min-height: 620px; border: 0; border-radius: 0; background: #17181d; color: #fff; }
.pricing-card--dark .pricing-card__label,
.pricing-card--system .pricing-card__label { color: var(--cyan); }
.pricing-card--dark ul,
.pricing-card--system ul { border-color: rgba(255,255,255,.13); }
.pricing-card--dark li,
.pricing-card--system li { color: #c9cbd1; }
.pricing-card--dark li::before,
.pricing-card--system li::before { color: var(--lime); }
.pricing-card--system { background: linear-gradient(150deg, #5b5cf0 0%, #3738a8 100%); }
.pricing-card--system .pricing-card__label,
.pricing-card--system .pricing-card__price small { color: #fff; }
.pricing-card--system .pricing-card__badge { background: var(--lime); color: var(--ink); }
.care-plan { display: grid; grid-template-columns: 1fr 1fr auto; align-items: end; gap: 55px; margin-top: 40px; padding: 42px 0 0; border-top: 1px solid rgba(255,255,255,.17); }
.care-plan h3 { margin: 9px 0 0; font-family: var(--font-body); font-size: clamp(1.8rem, 2.8vw, 3.1rem); line-height: 1; letter-spacing: -.05em; }
.care-plan small { display: block; margin-top: 9px; color: #b4b6be; font-family: var(--font-small); font-size: .57rem; }
.care-plan > p { margin: 0; color: #b4b6be; font-family: var(--font-body); }
.care-plan .text-link { color: #fff; white-space: nowrap; }

/* Website Redesign Plan & Callout */
.badge--lime {
	display: inline-block;
	padding: 4px 10px;
	border-radius: 999px;
	background: rgba(184, 242, 61, 0.15);
	border: 1px solid rgba(184, 242, 61, 0.35);
	color: var(--lime);
	font-family: var(--font-small);
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.redesign-plan {
	display: grid;
	grid-template-columns: 1.4fr 0.6fr;
	align-items: center;
	gap: 40px;
	margin-top: 48px;
	padding: clamp(32px, 4vw, 44px);
	border: 1px solid rgba(184, 242, 61, 0.25);
	border-radius: 28px;
	background: radial-gradient(circle at 10% 20%, rgba(91, 92, 240, 0.22) 0%, transparent 60%),
	            linear-gradient(135deg, #1b1c24 0%, #111218 100%);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

.redesign-plan__main h3 {
	margin: 12px 0 10px;
	color: #ffffff;
	font-family: var(--font-body);
	font-size: clamp(1.5rem, 2.3vw, 2.2rem);
	font-weight: 600;
	letter-spacing: -0.04em;
	line-height: 1.1;
}

.redesign-plan__main p {
	margin: 0;
	color: #b4b8c6;
	font-family: var(--font-body);
	font-size: 0.95rem;
	line-height: 1.55;
	max-width: 620px;
}

.redesign-plan__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 16px;
	margin-top: 18px;
}

.redesign-plan__tags span {
	color: var(--lime);
	font-family: var(--font-small);
	font-size: 0.76rem;
	font-weight: 600;
	letter-spacing: 0.01em;
}

.redesign-plan__action {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-left: 32px;
	border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.redesign-plan__action small {
	color: #8c909e;
	font-family: var(--font-small);
	font-size: 0.65rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.redesign-plan__action strong {
	display: block;
	margin: 4px 0 2px;
	color: #ffffff;
	font-family: var(--font-body);
	font-size: clamp(2rem, 3.2vw, 3rem);
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.05em;
}

.redesign-plan__action em {
	display: block;
	margin-bottom: 16px;
	color: var(--lime);
	font-family: var(--font-small);
	font-size: 0.72rem;
	font-style: normal;
}

/* Webdev Redesign Section */
.webdev-redesign {
	background: #0b0c10;
	color: #ffffff;
	position: relative;
	overflow: hidden;
}

.webdev-redesign__card {
	position: relative;
	padding: clamp(40px, 6vw, 70px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 36px;
	background: radial-gradient(circle at 90% 10%, rgba(91, 92, 240, 0.25) 0%, transparent 60%),
	            radial-gradient(circle at 10% 90%, rgba(184, 242, 61, 0.08) 0%, transparent 50%),
	            #14151d;
}

.webdev-redesign__card h2 {
	margin: 12px 0 18px;
	color: #ffffff;
	font-size: clamp(2.2rem, 4vw, 3.8rem);
	line-height: 1.02;
	letter-spacing: -0.05em;
	max-width: 800px;
}

.webdev-redesign__desc {
	color: #a2a6b5;
	font-size: 1.06rem;
	line-height: 1.6;
	max-width: 720px;
	margin: 0 0 38px;
}

.webdev-redesign__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 20px;
	margin-bottom: 40px;
}

.redesign-pill {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 22px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.03);
	transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.redesign-pill:hover {
	transform: translateY(-2px);
	border-color: rgba(184, 242, 61, 0.35);
	background: rgba(255, 255, 255, 0.06);
}

.redesign-pill__icon {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border-radius: 12px;
	background: rgba(184, 242, 61, 0.12);
	color: var(--lime);
	font-size: 1.15rem;
	flex-shrink: 0;
}

.redesign-pill strong {
	display: block;
	color: #ffffff;
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	margin-bottom: 4px;
}

.redesign-pill p {
	margin: 0;
	color: #9296a5;
	font-family: var(--font-small);
	font-size: 0.78rem;
	line-height: 1.45;
}

.webdev-redesign__footer {
	display: flex;
	align-items: center;
	gap: 24px;
	flex-wrap: wrap;
}

.text-link--white {
	color: #ffffff;
	font-family: var(--font-small);
	font-size: 0.8rem;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.pricing-fit { background: #f2f3f6; }
.pricing-fit__grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(70px, 11vw, 175px); }
.pricing-fit h2 { max-width: 610px; margin: 12px 0 0; font-size: clamp(3.1rem, 5vw, 5.5rem); line-height: .95; letter-spacing: -.065em; }
.pricing-fit__factors { display: grid; }
.pricing-fit__factors article { display: grid; grid-template-columns: 42px 1fr; gap: 28px; padding: 34px 0; border-top: 1px solid rgba(16,17,20,.13); }
.pricing-fit__factors article:last-child { border-bottom: 1px solid rgba(16,17,20,.13); }
.pricing-fit__factors span { display: grid; place-items: center; align-self: start; width: 38px; height: 38px; border-radius: 50%; background: var(--ink); color: #fff; font-size: .55rem; }
.pricing-fit__factors h3 { margin: 0 0 7px; font-family: var(--font-body); font-size: 1.45rem; letter-spacing: -.03em; }
.pricing-fit__factors p { margin: 0; color: var(--muted); font-family: var(--font-body); }
.pricing-faq { background: #fff; }
.pricing-faq__grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(70px, 11vw, 175px); }
.pricing-faq__intro { align-self: start; }
.pricing-faq__intro h2 { max-width: 610px; margin: 12px 0 24px; font-size: clamp(3rem, 5vw, 5.3rem); line-height: .96; letter-spacing: -.064em; }
.pricing-faq__intro > p:not(.eyebrow) { max-width: 520px; color: var(--muted); }
.pricing-faq__intro .text-link { display: inline-flex; gap: 8px; margin-top: 20px; font-family: var(--font-small); font-size: .68rem; font-weight: 700; text-decoration: none; }
.pricing-faq__items { border-top: 1px solid var(--line); }
.pricing-faq__items details { border-bottom: 1px solid var(--line); }
.pricing-faq__items summary { position: relative; padding: 25px 52px 25px 0; font-family: var(--font-small); font-size: .8rem; font-weight: 700; cursor: pointer; list-style: none; }
.pricing-faq__items summary::-webkit-details-marker { display: none; }
.pricing-faq__items summary span::before,
.pricing-faq__items summary span::after { content: ""; position: absolute; top: 50%; right: 8px; width: 15px; height: 1.5px; background: var(--ink); transition: transform .25s ease; }
.pricing-faq__items summary span::after { transform: rotate(90deg); }
.pricing-faq__items details[open] summary span::after { transform: rotate(0); }
.pricing-faq__items details > p { max-width: 680px; margin: 0; padding: 0 52px 25px 0; color: var(--muted); }

.webdev-systems { background: #fff; overflow: hidden; }
.webdev-systems .section-heading--split { display: grid; grid-template-columns: 1.18fr .82fr; align-items: end; gap: 80px; }
.webdev-systems .section-heading h2 { margin: 12px 0 0; font-size: clamp(3rem, 5.3vw, 5.7rem); line-height: .96; letter-spacing: -.065em; }
.webdev-systems .section-heading--split > p { max-width: 490px; margin: 0 0 8px; color: var(--muted); }
.webdev-system-stage { position: relative; min-height: 750px; margin-top: 78px; padding: 55px 105px 70px 55px; border-radius: 40px; background: radial-gradient(circle at 83% 15%, rgba(74,214,230,.24), transparent 28%), #eef0f4; }
.webdev-system-ui,
.webdev-system-phone { font-family: var(--font-small); box-shadow: 0 32px 90px rgba(22,27,44,.2); }
.webdev-system-ui { width: calc(100% - 95px); border: 1px solid rgba(16,17,20,.1); border-radius: 20px; background: #f4f5f7; overflow: hidden; }
.webdev-system-ui > header { display: grid; grid-template-columns: 190px 1fr 40px; align-items: center; height: 62px; padding: 0 20px; border-bottom: 1px solid #e1e3e8; background: #fff; }
.webdev-system-ui > header > div { display: flex; align-items: center; gap: 10px; }
.webdev-system-ui > header i { width: 27px; height: 27px; border-radius: 8px; background: linear-gradient(135deg, var(--electric), var(--cyan)); }
.webdev-system-ui > header strong { font-size: .68rem; }
.webdev-system-ui > header > span { justify-self: center; color: #838792; font-size: .55rem; }
.webdev-system-ui > header > b { justify-self: end; width: 30px; height: 30px; border-radius: 50%; background: var(--ink); }
.webdev-system-ui__body { display: grid; grid-template-columns: 155px 1fr; min-height: 535px; }
.webdev-system-ui__body > nav { display: flex; flex-direction: column; gap: 6px; padding: 17px 12px; border-right: 1px solid #e1e3e8; background: #fff; }
.webdev-system-ui__body > nav a { display: flex; align-items: center; gap: 9px; padding: 10px 12px; border-radius: 8px; color: #666a74; font-size: .52rem; text-decoration: none; }
.webdev-system-ui__body > nav a.is-active { background: #ececff; color: var(--electric-dark); font-weight: 700; }
.webdev-system-ui__body > nav span { width: 15px; font-size: .75rem; text-align: center; }
.webdev-system-ui__workspace { padding: 26px; }
.system-ui__welcome { display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.system-ui__welcome small { color: #878b95; font-size: .48rem; }
.system-ui__welcome h3 { margin: 4px 0 0; font-size: 1.15rem; letter-spacing: -.04em; }
.system-ui__welcome button { padding: 9px 12px; border: 0; border-radius: 8px; background: var(--ink); color: #fff; font-size: .5rem; font-weight: 700; }
.system-ui__metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; margin-top: 23px; }
.system-ui__metrics > div { display: grid; min-height: 115px; padding: 15px; border: 1px solid #e0e3e8; border-radius: 12px; background: #fff; }
.system-ui__metrics span { color: #797d87; font-size: .46rem; }
.system-ui__metrics strong { align-self: end; font-size: 1.55rem; letter-spacing: -.05em; }
.system-ui__metrics small { color: #989ba3; font-size: .4rem; }
.system-ui__lower { display: grid; grid-template-columns: 1.25fr .75fr; gap: 11px; margin-top: 11px; }
.system-ui__activity,
.system-ui__chart { min-height: 250px; padding: 16px; border: 1px solid #e0e3e8; border-radius: 12px; background: #fff; }
.system-ui__activity > p,
.system-ui__chart > p { margin: 0 0 13px; font-size: .54rem; font-weight: 700; }
.system-ui__activity ul { display: grid; margin: 0; padding: 0; list-style: none; }
.system-ui__activity li { display: grid; grid-template-columns: 9px 1fr 32px; align-items: center; gap: 8px; padding: 10px 0; border-top: 1px solid #eceef1; }
.system-ui__activity li > i { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); }
.system-ui__activity li > span { display: grid; }
.system-ui__activity li strong { font-size: .45rem; }
.system-ui__activity li small,
.system-ui__activity li > b { color: #9599a2; font-size: .36rem; }
.system-ui__chart > div { display: flex; align-items: end; gap: 8px; height: 180px; padding: 20px 8px 0; border-bottom: 1px solid #e5e7eb; }
.system-ui__chart i { flex: 1; height: 38%; border-radius: 4px 4px 0 0; background: #cfd4fc; }
.system-ui__chart i:nth-child(2) { height: 58%; }
.system-ui__chart i:nth-child(3) { height: 46%; }
.system-ui__chart i:nth-child(4) { height: 76%; background: var(--electric); }
.system-ui__chart i:nth-child(5) { height: 67%; }
.system-ui__chart i:nth-child(6) { height: 88%; background: var(--cyan); }
.system-ui__chart i:nth-child(7) { height: 79%; }
.webdev-system-phone { position: absolute; top: 125px; right: 42px; width: 245px; padding: 27px 14px 0; border: 7px solid #15161a; border-radius: 34px; background: #fff; overflow: hidden; }
.webdev-system-phone > i { position: absolute; top: 5px; left: 50%; width: 70px; height: 14px; border-radius: 0 0 11px 11px; background: #15161a; transform: translateX(-50%); }
.webdev-system-phone > header { display: flex; justify-content: space-between; align-items: center; height: 38px; }
.webdev-system-phone > header strong { font-size: .65rem; }
.webdev-system-phone > header span { color: #777b85; font-size: .55rem; }
.webdev-system-phone > p { margin: 18px 0 2px; color: #888c96; font-size: .45rem; }
.webdev-system-phone > h3 { margin: 0 0 20px; font-size: 1.25rem; line-height: 1.05; letter-spacing: -.04em; }
.webdev-system-phone > div { position: relative; display: grid; gap: 3px; margin-bottom: 10px; padding: 13px; border-radius: 11px; background: #f1f2f5; }
.webdev-system-phone > div span { color: var(--electric); font-size: .38rem; text-transform: uppercase; letter-spacing: .08em; }
.webdev-system-phone > div strong { max-width: 120px; font-size: .56rem; }
.webdev-system-phone > div button { position: absolute; right: 10px; bottom: 10px; padding: 5px 8px; border: 0; border-radius: 6px; background: var(--electric); color: #fff; font-size: .38rem; }
.webdev-system-phone > footer { display: flex; align-items: center; justify-content: space-around; height: 44px; margin: 20px -14px 0; border-top: 1px solid #e4e6ea; font-size: .65rem; }
.webdev-system-phone > footer b { display: grid; place-items: center; width: 27px; height: 22px; border-radius: 7px; background: var(--electric); color: #fff; }
.webdev-system-types { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 34px; background: var(--line); }
.webdev-system-types article { min-height: 255px; padding: 30px; background: #fff; }
.webdev-system-types span { color: var(--electric); font-family: var(--font-small); font-size: .64rem; font-weight: 700; }
.webdev-system-types h3 { margin: 65px 0 12px; font-size: 1.25rem; letter-spacing: -.035em; }
.webdev-system-types p { margin: 0; color: var(--muted); font-size: .86rem; }

.webdev-process { background: #f4f5f7; }
.webdev-process__grid { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: clamp(60px, 8vw, 125px); }
.webdev-process__visual { position: relative; margin: 0; }
.webdev-process__visual img { display: block; width: 100%; min-height: 650px; border-radius: 34px; box-shadow: var(--shadow); object-fit: cover; }
.webdev-process__visual > div { position: absolute; right: -28px; bottom: 28px; display: grid; padding: 17px 21px; border-radius: 16px; background: #fff; box-shadow: 0 16px 45px rgba(25,30,45,.15); }
.webdev-process__visual span { color: var(--muted); font-size: .57rem; }
.webdev-process__visual strong { font-size: .76rem; }
.webdev-process__copy h2 { margin: 12px 0 38px; font-size: clamp(2.8rem, 4.8vw, 5.1rem); line-height: .98; letter-spacing: -.06em; }
.webdev-process__copy ol { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.webdev-process__copy li { display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding: 22px 0; border-top: 1px solid var(--line); }
.webdev-process__copy li > span { color: var(--electric); font-size: .62rem; font-weight: 700; }
.webdev-process__copy h3 { margin: 0 0 5px; font-size: 1.1rem; }
.webdev-process__copy li p { margin: 0; color: var(--muted); font-size: .85rem; }

.webdev-proof { background: #fff; }
.webdev-proof .section-heading--split { display: grid; grid-template-columns: 1.16fr .84fr; align-items: end; gap: 80px; }
.webdev-proof .section-heading h2 { margin: 12px 0 0; font-size: clamp(2.8rem, 5vw, 5.3rem); line-height: .98; letter-spacing: -.062em; }
.webdev-proof .section-heading--split > p { max-width: 480px; margin: 0 0 6px; color: var(--muted); }
.webdev-proof__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 70px; }
.webdev-proof__grid article { min-height: 270px; padding: 30px; border: 1px solid var(--line); border-radius: 22px; }
.webdev-proof__grid span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; background: var(--ink); color: var(--lime); font-size: .8rem; font-weight: 800; }
.webdev-proof__grid h3 { margin: 70px 0 12px; font-size: 1.25rem; }
.webdev-proof__grid p { margin: 0; color: var(--muted); font-size: .86rem; }

.page-final-cta { padding: 0 0 clamp(24px, 3vw, 48px); background: #fff; }
.page-final-cta > .shell { padding: clamp(65px, 9vw, 120px); border-radius: 40px; background: var(--electric); color: #fff; text-align: center; }
.page-final-cta .eyebrow { color: rgba(255,255,255,.68); }
.page-final-cta h2 { max-width: 1000px; margin: 14px auto 20px; font-size: clamp(3rem, 6vw, 6.2rem); line-height: .95; letter-spacing: -.066em; }
.page-final-cta p:not(.eyebrow) { max-width: 620px; margin: 0 auto 32px; color: rgba(255,255,255,.77); }

/* About. */
.about-hero { padding: calc(var(--header-height) + clamp(75px, 9vw, 135px)) 0 clamp(95px, 10vw, 150px); background: #fff; }
.about-hero h1 { max-width: 1120px; margin: 14px 0 34px; font-size: clamp(4rem, 8vw, 8.4rem); line-height: .91; letter-spacing: -.076em; }
.about-hero__intro { display: grid; grid-template-columns: minmax(0, 650px) 1fr; align-items: end; gap: 50px; }
.about-hero__intro p { margin: 0; color: var(--muted); font-size: 1.12rem; }
.about-hero__intro .text-link { justify-self: end; display: inline-flex; gap: 8px; font-size: .8rem; font-weight: 700; text-decoration: none; }
.about-collage { display: grid; grid-template-columns: 1.35fr .65fr; grid-template-rows: repeat(2, 260px); gap: 18px; margin-top: 75px; }
.about-collage figure { margin: 0; border-radius: 26px; overflow: hidden; }
.about-collage__main { grid-row: 1 / 3; }
.about-collage img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.about-collage figure:hover img { transform: scale(1.025); }

.about-principles { background: var(--ink); color: #fff; }
.about-principles .section-heading--split { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; }
.about-principles .section-heading h2 { margin: 12px 0 0; font-size: clamp(3rem, 5.4vw, 5.7rem); line-height: .96; letter-spacing: -.065em; }
.about-principles .section-heading--split > p { margin: 0 0 8px; color: #afb1bb; }
.about-principles__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 75px; background: rgba(255,255,255,.15); }
.about-principles__grid article { min-height: 290px; padding: clamp(34px, 5vw, 60px); background: var(--ink); }
.about-principles__grid span { color: var(--lime); font-size: .68rem; }
.about-principles__grid h3 { margin: 62px 0 14px; font-size: 1.7rem; letter-spacing: -.04em; }
.about-principles__grid p { max-width: 520px; margin: 0; color: #afb2bb; }

.about-fit { background: #f1f0ff; }
.about-fit__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(70px, 10vw, 150px); }
.about-fit__copy h2 { margin: 12px 0 24px; font-size: clamp(2.8rem, 5vw, 5.3rem); line-height: .98; letter-spacing: -.062em; }
.about-fit__copy > p:not(.eyebrow) { color: var(--muted); }
.about-fit__list { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.about-fit__list li { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.about-fit__list span { color: var(--electric); font-size: .65rem; }
.about-fit__list strong { font-size: 1.12rem; }

/* FAQ. */
.faq-list { background: #fff; }
.faq-list > .shell { max-width: 1050px; }
.faq-group { display: grid; grid-template-columns: 270px 1fr; gap: 70px; padding: 58px 0; border-top: 1px solid var(--line); }
.faq-group:first-child { padding-top: 0; border-top: 0; }
.faq-group h2 { margin: 8px 0 0; font-size: 1.15rem; letter-spacing: -.03em; }
.faq-group details { border-bottom: 1px solid var(--line); }
.faq-group details:first-child { border-top: 1px solid var(--line); }
.faq-group summary { position: relative; padding: 22px 50px 22px 0; font-size: .88rem; font-weight: 700; cursor: pointer; list-style: none; }
.faq-group summary::-webkit-details-marker { display: none; }
.faq-group summary span::before,
.faq-group summary span::after { content: ""; position: absolute; top: 50%; right: 8px; width: 15px; height: 1.5px; background: var(--ink); transition: transform .25s ease; }
.faq-group summary span::after { transform: rotate(90deg); }
.faq-group details[open] summary span::after { transform: rotate(0); }
.faq-group details > p { max-width: 680px; margin: 0; padding: 0 52px 24px 0; color: var(--muted); }

/* Legal. */
.legal-page__hero small { display: block; margin-top: 30px; color: #858993; font-size: .64rem; }
.legal-page__layout { display: grid; grid-template-columns: 240px minmax(0, 760px); justify-content: center; gap: 90px; padding-block: 90px 140px; }
.legal-page__layout > aside { position: sticky; top: calc(var(--header-height) + 35px); align-self: start; }
.legal-page__layout > aside > p { margin: 0 0 15px; font-size: .63rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.legal-page__layout aside nav { display: grid; border-top: 1px solid var(--line); }
.legal-page__layout aside a { padding: 11px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .68rem; text-decoration: none; }
.legal-page__layout aside a:hover { color: var(--electric); }
.legal-page__content section { padding: 44px 0; border-top: 1px solid var(--line); scroll-margin-top: 110px; }
.legal-page__content section:first-of-type { border-top: 0; }
.legal-page__content h2 { margin: 0 0 18px; font-size: clamp(1.55rem, 2.5vw, 2.1rem); letter-spacing: -.045em; }
.legal-page__content p { color: #52555e; }
.legal-page__content ul { display: grid; gap: 9px; padding-left: 22px; color: #52555e; }
.legal-page__content a { color: var(--electric-dark); font-weight: 700; }
.legal-notice { padding: 24px; border: 1px solid rgba(91,92,240,.25); border-radius: 18px; background: #f1f0ff; }
.legal-notice strong { font-size: .72rem; }
.legal-notice p { margin: 8px 0 0; font-size: .85rem; }

/* Enhanced 404. */
.error-page--enhanced { display: block; width: 100%; min-height: 760px; padding: calc(var(--header-height) + 80px) 0 110px; background: linear-gradient(145deg, #f0f1f5, #fff); }
.error-page__grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 80px; }
.error-page--enhanced .error-page__content h1 { margin: 12px 0 24px; font-size: clamp(3.8rem, 7vw, 7rem); line-height: .92; letter-spacing: -.073em; }
.error-page--enhanced .error-page__content > p:not(.eyebrow) { max-width: 590px; color: var(--muted); font-family: inherit; font-size: 1.05rem; }
.error-page--enhanced .button-row { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.error-page--enhanced .text-link { display: inline-flex; gap: 8px; font-size: .75rem; font-weight: 700; text-decoration: none; }
.error-page__links { display: grid; margin-top: 54px; border-top: 1px solid var(--line); }
.error-page__links a { display: grid; grid-template-columns: 38px 1fr 24px; gap: 12px; padding: 15px 0; border-bottom: 1px solid var(--line); font-size: .72rem; font-weight: 700; text-decoration: none; }
.error-page__links span { color: var(--electric); font-size: .55rem; }
.error-page__links i { font-size: .9rem; font-style: normal; }
.error-page__visual { position: relative; min-height: 580px; }
.lost-window { position: absolute; top: 50%; left: 50%; width: min(570px, 95%); border: 1px solid rgba(16,17,20,.12); border-radius: 28px; background: #fff; box-shadow: var(--shadow); overflow: hidden; transform: translate(-50%, -50%) rotate(3deg); }
.lost-window header { display: flex; align-items: center; gap: 7px; height: 48px; padding: 0 16px; border-bottom: 1px solid #eceef2; background: #f8f9fb; }
.lost-window header span { width: 8px; height: 8px; border-radius: 50%; background: #d6d9e0; }
.lost-window header small { margin-left: 6px; color: #848791; font-size: .53rem; }
.lost-window > div { position: relative; display: flex; align-items: center; justify-content: center; gap: 25px; min-height: 410px; background: radial-gradient(circle at 50% 45%, rgba(91,92,240,.18), transparent 37%); }
.lost-window b { font-size: clamp(6rem, 11vw, 10rem); line-height: 1; letter-spacing: -.09em; }
.lost-window i { width: 95px; height: 95px; border: 18px solid var(--electric); border-radius: 50%; box-shadow: inset 0 0 0 10px #fff; }
.lost-window p { position: absolute; bottom: 35px; left: 50%; margin: 0; color: var(--muted); font-size: .64rem; transform: translateX(-50%); white-space: nowrap; }
.lost-orbit { position: absolute; z-index: -1; border: 1px solid rgba(91,92,240,.3); border-radius: 50%; }
.lost-orbit--one { inset: 5% 0 8% 7%; transform: rotate(-9deg); }
.lost-orbit--two { inset: 13% 9% 0 0; border-color: rgba(184,242,61,.65); transform: rotate(13deg); }

@media (max-width: 1000px) {
	.webdev-hero__grid,
	.webdev-process__grid,
	.about-fit__grid,
	.error-page__grid { grid-template-columns: 1fr; }
	.webdev-hero__copy { max-width: 780px; }
	.webdev-hero__image { width: min(760px, 100%); }
	.webdev-proof__grid { grid-template-columns: repeat(2, 1fr); }
	.webdev-system-ui { width: calc(100% - 40px); }
	.webdev-system-ui__body { grid-template-columns: 90px 1fr; }
	.webdev-system-ui__body > nav a { justify-content: center; font-size: 0; }
	.webdev-system-ui__body > nav span { font-size: .72rem; }
	.webdev-system-types { grid-template-columns: repeat(2, 1fr); }
	.webdev-process__visual > div { right: 18px; }
	.pricing-grid--three,
	.pricing-grid--web { grid-template-columns: 1fr 1fr; }
	.pricing-grid--three .pricing-card:last-child,
	.pricing-grid--web .pricing-card:last-child { grid-column: 1 / 3; }
	.pricing-grid--three .pricing-card:last-child h3,
	.pricing-grid--web .pricing-card:last-child h3 { min-height: 0; }
	.pricing-fit__grid { grid-template-columns: 1fr; gap: 60px; }
	.pricing-faq__grid { grid-template-columns: 1fr; gap: 60px; }
	.error-page__content { max-width: 720px; }
	.error-page__visual { min-height: 500px; }
	.error-page__visual { border-radius: 32px; overflow: clip; }
}

@media (max-width: 900px) {
	.pricing-grid--three,
	.pricing-grid--web { grid-template-columns: 1fr; }
	.pricing-grid--three .pricing-card,
	.pricing-grid--web .pricing-card { width: min(100%, 680px); min-height: 0; margin-inline: auto; }
	.pricing-grid--three .pricing-card:last-child,
	.pricing-grid--web .pricing-card:last-child { grid-column: auto; }
	.pricing-grid--three .pricing-card h3,
	.pricing-grid--web .pricing-card h3 { min-height: 0; }
	.pricing-card--featured { transform: none; }
}

@media (max-width: 782px) {
	.webdev-service-card { grid-template-columns: 1fr; }
	.webdev-service-card--reverse figure { order: 0; }
	.webdev-service-card figure { min-height: 390px; }
	.webdev-proof .section-heading--split,
	.webdev-systems .section-heading--split,
	.about-principles .section-heading--split,
	.about-hero__intro { grid-template-columns: 1fr; }
	.about-hero__intro .text-link { justify-self: start; }
	.about-collage { grid-template-columns: 1fr 1fr; grid-template-rows: 420px 220px; }
	.about-collage__main { grid-column: 1 / 3; grid-row: auto; }
	.about-principles__grid { grid-template-columns: 1fr; }
	.webdev-systems .section-heading--split { gap: 28px; }
	.pricing-hero__grid,
	.pricing-section .section-heading--split,
	.care-plan { grid-template-columns: 1fr; }
	.pricing-hero__grid { gap: 35px; }
	.pricing-currency { align-items: stretch; flex-direction: column; }
	.pricing-currency__buttons { align-self: flex-start; }
	.pricing-section .section-heading--split { gap: 28px; }
	.care-plan { align-items: start; gap: 25px; }
	.webdev-system-stage { min-height: 680px; padding: 35px 30px 55px; }
	.webdev-system-ui { width: calc(100% - 65px); }
	.system-ui__lower { grid-template-columns: 1fr; }
	.system-ui__chart { display: none; }
	.faq-group { grid-template-columns: 1fr; gap: 24px; }
	.legal-page__layout { grid-template-columns: 1fr; gap: 50px; }
	.legal-page__layout > aside { position: relative; top: auto; }
	.redesign-plan { grid-template-columns: 1fr; gap: 28px; }
	.redesign-plan__action { padding-left: 0; border-left: 0; border-top: 1px solid rgba(255, 255, 255, 0.12); padding-top: 24px; }
}

@media (max-width: 560px) {
	.simple-page-hero > .shell,
	.legal-page__hero > .shell,
	.webdev-hero__copy,
	.about-hero > .shell,
	.pricing-hero,
	.webdev-services .section-heading,
	.webdev-systems .section-heading,
	.webdev-proof .section-heading,
	.about-principles .section-heading,
	.about-fit__copy,
	.pricing-section .section-heading,
	.pricing-fit > .shell > div:first-child,
	.pricing-faq__intro,
	.error-page__content { text-align: center; }
	.simple-page-hero > .shell > p:last-child,
	.legal-page__hero > .shell > p,
	.webdev-hero__copy > p:not(.eyebrow),
	.about-hero__intro p,
	.pricing-hero__aside p,
	.webdev-systems .section-heading--split > p,
	.webdev-proof .section-heading--split > p,
	.about-principles .section-heading--split > p,
	.pricing-section .section-heading--split > p,
	.pricing-faq__intro > p:not(.eyebrow) { margin-inline: auto; }
	.webdev-hero .button-row,
	.about-hero__intro,
	.pricing-hero__aside { justify-items: center; }
	.webdev-hero .button-row { justify-content: center; }
	.webdev-hero .text-link,
	.error-page__content .text-link { justify-content: center; }
	.about-hero__intro .text-link { justify-self: center; }
	.pricing-faq__intro .text-link { justify-content: center; }
	.simple-page-hero h1,
	.legal-page__hero h1 { font-size: clamp(3.5rem, 15vw, 5.2rem); }
	.webdev-hero h1,
	.about-hero h1 { font-size: clamp(3.5rem, 15vw, 5.2rem); }
	.webdev-hero { padding-bottom: 60px; }
	.webdev-hero__stage { margin-top: 25px; min-height: auto; }
	.webdev-canvas__topbar { padding: 0 14px; height: 46px; }
	.canvas-pills { display: none; }
	.webdev-canvas__body { padding: 18px 16px; gap: 14px; }
	.canvas-hero-card__title { font-size: 1.15rem; }
	.canvas-hero-card__desc { font-size: 0.74rem; }
	.canvas-metrics-grid { grid-template-columns: 1fr; gap: 8px; }
	.canvas-metric-card strong { font-size: 1.2rem; }
	.canvas-chart-box { display: none; }
	.webdev-canvas__footer { padding: 10px 14px; gap: 6px; }
	.webdev-float-badge { display: none; }
	.webdev-service-card figure { min-height: 270px; }
	.webdev-service-card > div { padding: 34px 24px 42px; }
	.webdev-system-stage { min-height: 610px; margin-inline: calc((100vw - var(--shell)) / -2); padding: 25px 10px 45px; border-radius: 0; }
	.webdev-system-ui { width: 94%; }
	.webdev-system-ui > header { grid-template-columns: 1fr 30px; height: 52px; padding: 0 12px; }
	.webdev-system-ui > header > span { display: none; }
	.webdev-system-ui__body { grid-template-columns: 43px minmax(280px, 1fr); min-height: 460px; }
	.webdev-system-ui__body > nav { padding: 10px 4px; }
	.webdev-system-ui__workspace { padding: 14px; }
	.system-ui__welcome button { display: none; }
	.system-ui__metrics { grid-template-columns: repeat(2, 1fr); }
	.system-ui__metrics > div:nth-child(3) { display: none; }
	.system-ui__activity { min-height: 220px; }
	.webdev-system-phone { top: 165px; right: 6px; width: 185px; padding-inline: 10px; border-width: 5px; border-radius: 27px; }
	.webdev-system-phone > div strong { max-width: 90px; }
	.webdev-system-phone > footer { margin-inline: -10px; }
	.webdev-system-types { grid-template-columns: 1fr; }
	.webdev-system-types article { min-height: 210px; padding: 26px 0; }
	.pricing-hero h1 { font-size: clamp(3.5rem, 15vw, 5.2rem); }
	.pricing-currency { padding: 18px; text-align: left; }
	.pricing-currency__buttons { display: grid; grid-template-columns: 1fr; align-self: stretch; border-radius: 18px; }
	.pricing-currency__buttons button { border-radius: 14px; }
	.pricing-grid--three,
	.pricing-grid--web { grid-template-columns: 1fr; }
	.pricing-grid--three .pricing-card:last-child,
	.pricing-grid--web .pricing-card:last-child { grid-column: auto; }
	.pricing-card,
	.pricing-card--dark,
	.pricing-card--system { min-height: 0; padding: 34px 24px 30px; }
	.pricing-card--featured { transform: none; }
	.pricing-grid--three .pricing-card h3,
	.pricing-grid--web .pricing-card h3 { min-height: 0; }
	.pricing-card__price { margin-top: 30px; }
	.pricing-card ul { margin-top: 32px; }
	.redesign-plan { padding: 26px 18px; border-radius: 22px; }
	.webdev-redesign__card { padding: 30px 18px; border-radius: 22px; }
	.webdev-redesign__grid { grid-template-columns: 1fr; gap: 12px; }
	.webdev-system-types h3 { margin-top: 44px; }
	.webdev-process__visual img { min-height: 430px; }
	.webdev-process__visual > div { right: 12px; bottom: 14px; }
	.webdev-proof__grid { grid-template-columns: 1fr; }
	.page-final-cta > .shell { padding: 64px 24px; border-radius: 28px; }
	.about-collage { grid-template-rows: 320px 170px; gap: 10px; }
	.about-collage figure { border-radius: 18px; }
	.about-principles__grid article { min-height: 250px; padding: 34px 24px; }
	.about-principles__grid h3 { margin-top: 46px; }
	.faq-group { padding: 42px 0; }
	.legal-page__layout { padding-block: 60px 100px; }
	.error-page--enhanced { padding-top: calc(var(--header-height) + 55px); }
	.error-page__visual { min-height: 390px; }
	.lost-window > div { min-height: 300px; gap: 12px; }
	.lost-window i { width: 64px; height: 64px; border-width: 12px; }
	.lost-window b { font-size: 6rem; }
}

@media (prefers-reduced-motion: reduce) {
	.about-collage img { transition: none; }
}

/* ==========================================================================
   Technical Virtual Assistance Page & Features (Graphic Designer Refinement)
   ========================================================================== */

.technical-va-page {
	background: #ffffff;
}

/* Hero Section */
.tech-va-hero {
	position: relative;
	padding: calc(var(--header-height) + clamp(60px, 8vw, 105px)) 0 clamp(60px, 7vw, 95px);
	background: radial-gradient(circle at 85% 15%, rgba(91, 92, 240, 0.16), transparent 42%),
	            radial-gradient(circle at 12% 80%, rgba(184, 242, 61, 0.12), transparent 45%),
	            radial-gradient(circle at 50% 50%, rgba(74, 214, 230, 0.08), transparent 50%),
	            linear-gradient(165deg, #f8f8fc 0%, #ffffff 55%, #f4f4f9 100%);
	overflow: hidden;
}

.tech-va-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: radial-gradient(rgba(17, 18, 24, 0.04) 1px, transparent 1px);
	background-size: 28px 28px;
	pointer-events: none;
	opacity: 0.6;
}

.tech-va-hero__grid {
	position: relative;
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	align-items: center;
	gap: clamp(40px, 6vw, 85px);
}

.tech-va-hero__pill {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 6px 14px;
	border-radius: 999px;
	background: rgba(17, 18, 24, 0.05);
	border: 1px solid rgba(17, 18, 24, 0.1);
	font-family: var(--font-small);
	font-size: 0.76rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: var(--ink);
	margin-bottom: 20px;
}

.pulse-beacon {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--violet);
	box-shadow: 0 0 0 0 rgba(91, 92, 240, 0.7);
	animation: pulseBeacon 2.2s infinite cubic-bezier(0.66, 0, 0, 1);
	flex-shrink: 0;
}

.pulse-beacon--lime {
	background: var(--lime);
	box-shadow: 0 0 0 0 rgba(184, 242, 61, 0.7);
	animation: pulseBeaconLime 2.2s infinite cubic-bezier(0.66, 0, 0, 1);
}

@keyframes pulseBeacon {
	0% { box-shadow: 0 0 0 0 rgba(91, 92, 240, 0.7); }
	70% { box-shadow: 0 0 0 8px rgba(91, 92, 240, 0); }
	100% { box-shadow: 0 0 0 0 rgba(91, 92, 240, 0); }
}

@keyframes pulseBeaconLime {
	0% { box-shadow: 0 0 0 0 rgba(184, 242, 61, 0.8); }
	70% { box-shadow: 0 0 0 8px rgba(184, 242, 61, 0); }
	100% { box-shadow: 0 0 0 0 rgba(184, 242, 61, 0); }
}

.tech-va-hero__copy h1 {
	margin: 0 0 14px;
	font-size: clamp(2.8rem, 4.6vw, 4.5rem);
	line-height: 0.98;
	letter-spacing: -0.055em;
	color: var(--ink);
}

.tech-va-hero__subtitle {
	color: var(--violet);
	font-family: var(--font-body);
	font-size: clamp(1.1rem, 1.5vw, 1.35rem);
	font-weight: 600;
	line-height: 1.35;
	margin: 0 0 16px;
	letter-spacing: -0.02em;
}

.tech-va-hero__desc {
	color: #555866;
	font-size: 0.98rem;
	line-height: 1.65;
	margin: 0 0 24px;
	max-width: 580px;
}

.tech-va-hero__notice {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 14px 18px;
	border-radius: 16px;
	background: rgba(91, 92, 240, 0.06);
	border: 1px solid rgba(91, 92, 240, 0.16);
	margin-bottom: 30px;
	max-width: 580px;
}

.tech-va-notice__icon {
	display: grid;
	place-items: center;
	width: 28px;
	height: 28px;
	border-radius: 8px;
	background: var(--violet);
	color: #ffffff;
	flex-shrink: 0;
}

.tech-va-hero__notice p {
	margin: 0;
	color: #2b2d3d;
	font-size: 0.84rem;
	line-height: 1.45;
	font-weight: 500;
}

.button--ghost {
	background: transparent;
	border: 1px solid rgba(17, 18, 24, 0.25);
	color: var(--ink);
}

.button--ghost:hover {
	background: var(--ink);
	color: #ffffff;
	border-color: var(--ink);
}

/* Technical Hub Stage Canvas */
.tech-hub-canvas {
	border-radius: 28px;
	background: radial-gradient(circle at 85% 15%, rgba(91, 92, 240, 0.18), transparent 45%),
	            linear-gradient(150deg, #181924 0%, #101117 100%);
	border: 1px solid rgba(255, 255, 255, 0.14);
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.42), 0 0 0 1px rgba(255, 255, 255, 0.05);
	overflow: hidden;
	color: #ffffff;
	position: relative;
}

.tech-hub-canvas__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 22px;
	background: rgba(255, 255, 255, 0.04);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.tech-hub-status {
	display: flex;
	align-items: center;
	gap: 10px;
}

.tech-hub-status strong {
	font-size: 0.88rem;
	letter-spacing: -0.01em;
}

.tech-hub-badge-live {
	font-size: 0.68rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: var(--lime);
	background: rgba(184, 242, 61, 0.12);
	border: 1px solid rgba(184, 242, 61, 0.25);
	padding: 2px 8px;
	border-radius: 999px;
}

.tech-hub-latency {
	display: flex;
	align-items: center;
	gap: 8px;
}

.tech-hub-dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #10b981;
}

.tech-hub-latency small {
	font-size: 0.72rem;
	color: #9da1b2;
	font-family: var(--font-small);
}

.tech-hub-canvas__body {
	padding: 22px;
	display: grid;
	gap: 18px;
}

/* Balance & Hours Card */
.tech-hub-card--balance {
	padding: 18px 20px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.1);
}

.tech-hub-card__top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 12px;
}

.tech-hub-card__top small {
	display: block;
	color: #8c90a2;
	font-size: 0.72rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	margin-bottom: 2px;
}

.tech-hub-card__top h3 {
	margin: 0;
	font-size: 1.05rem;
	font-weight: 600;
	letter-spacing: -0.02em;
	color: #ffffff;
}

.tech-hub-tag {
	font-size: 0.7rem;
	font-weight: 700;
	color: var(--lime);
	background: rgba(184, 242, 61, 0.12);
	border: 1px solid rgba(184, 242, 61, 0.25);
	padding: 4px 10px;
	border-radius: 999px;
}

.tech-hub-card__metric {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	margin-bottom: 12px;
}

.metric-number {
	display: flex;
	align-items: baseline;
	gap: 8px;
}

.metric-number strong {
	font-size: 2.3rem;
	line-height: 1;
	letter-spacing: -0.04em;
	color: #ffffff;
}

.metric-number span {
	font-size: 0.95rem;
	color: #8c90a2;
}

.metric-badge span {
	font-size: 0.74rem;
	font-weight: 600;
	color: #b8f23d;
	background: rgba(184, 242, 61, 0.1);
	padding: 4px 8px;
	border-radius: 6px;
}

.tech-hub-progress {
	height: 7px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	overflow: hidden;
}

.tech-hub-progress__bar {
	height: 100%;
	background: linear-gradient(90deg, #5b5cf0, #b8f23d);
	border-radius: 999px;
}

/* System Matrix Mini Cards */
.tech-hub-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
}

.tech-hub-mini-card {
	padding: 12px 14px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.035);
	border: 1px solid rgba(255, 255, 255, 0.07);
	display: flex;
	flex-direction: column;
	gap: 4px;
	transition: background 0.2s ease, border-color 0.2s ease;
}

.tech-hub-mini-card:hover {
	background: rgba(255, 255, 255, 0.06);
	border-color: rgba(255, 255, 255, 0.14);
}

.mini-card-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 4px;
}

.mini-card-icon {
	display: grid;
	place-items: center;
	width: 26px;
	height: 26px;
	border-radius: 8px;
}

.mini-card-icon--blue {
	background: rgba(0, 120, 212, 0.2);
	color: #4da6ff;
}

.mini-card-icon--lime {
	background: rgba(184, 242, 61, 0.2);
	color: #b8f23d;
}

.mini-card-icon--purple {
	background: rgba(147, 51, 234, 0.2);
	color: #c084fc;
}

.mini-card-icon--cyan {
	background: rgba(6, 182, 212, 0.2);
	color: #38bdf8;
}

.mini-card-badge {
	font-size: 0.65rem;
	color: #10b981;
	font-weight: 700;
	background: rgba(16, 185, 129, 0.12);
	padding: 2px 6px;
	border-radius: 4px;
}

.tech-hub-mini-card strong {
	font-size: 0.82rem;
	color: #ffffff;
}

.tech-hub-mini-card small {
	color: #8c90a2;
	font-size: 0.7rem;
}

/* Recent Task Queue */
.tech-hub-queue {
	padding: 14px 16px;
	border-radius: 16px;
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid rgba(255, 255, 255, 0.06);
}

.tech-hub-queue__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.tech-hub-queue__header small {
	color: #8c90a2;
	font-size: 0.72rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.tech-hub-queue__header span {
	color: var(--lime);
	font-size: 0.7rem;
	font-weight: 600;
}

.tech-hub-queue__list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 8px;
}

.tech-hub-queue__list li {
	display: grid;
	grid-template-columns: 20px 1fr auto;
	align-items: center;
	gap: 10px;
	padding-bottom: 8px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.tech-hub-queue__list li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.queue-dot {
	display: grid;
	place-items: center;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: rgba(16, 185, 129, 0.2);
	color: #10b981;
	font-size: 0.65rem;
	font-weight: bold;
}

.tech-hub-queue__list li strong {
	display: block;
	font-size: 0.76rem;
	color: #ffffff;
	line-height: 1.3;
}

.tech-hub-queue__list li small {
	display: block;
	font-size: 0.68rem;
	color: #8c90a2;
}

.queue-time {
	font-size: 0.7rem;
	color: #b0b4c6;
	font-weight: 600;
	font-family: var(--font-small);
}

.tech-hub-canvas__footer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 12px 18px;
	background: rgba(0, 0, 0, 0.4);
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	font-size: 0.72rem;
	color: #8c90a2;
	gap: 8px;
}

/* Capabilities Grid Section */
.tech-va-capabilities {
	background: var(--ink);
	color: #ffffff;
	position: relative;
}

.tech-va-capabilities .eyebrow {
	color: #a7a8af;
}

.tech-va-capabilities .section-heading h2 {
	margin: 12px 0 0;
	color: #ffffff;
	font-size: clamp(2.4rem, 4.2vw, 4.6rem);
	line-height: 0.98;
	letter-spacing: -0.055em;
}

.tech-va-capabilities .section-heading p {
	color: #b4b8c6;
}

.tech-va-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
	gap: 24px;
	margin-top: 56px;
}

.tech-va-card {
	padding: 32px 28px;
	border-radius: 24px;
	background: #181922;
	border: 1px solid rgba(255, 255, 255, 0.1);
	display: flex;
	flex-direction: column;
	transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.tech-va-card:hover {
	transform: translateY(-4px);
	border-color: rgba(184, 242, 61, 0.3);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
}

.tech-va-card__topbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.tech-va-card__icon {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.tech-va-card__icon--emerald {
	background: rgba(16, 185, 129, 0.15);
	color: #34d399;
	border-color: rgba(16, 185, 129, 0.25);
}

.tech-va-card__icon--blue {
	background: rgba(59, 130, 246, 0.15);
	color: #60a5fa;
	border-color: rgba(59, 130, 246, 0.25);
}

.tech-va-card__icon--amber {
	background: rgba(245, 158, 11, 0.15);
	color: #fbbf24;
	border-color: rgba(245, 158, 11, 0.25);
}

.tech-va-card__icon--cyan {
	background: rgba(6, 182, 212, 0.15);
	color: #38bdf8;
	border-color: rgba(6, 182, 212, 0.25);
}

.tech-va-card__icon--lime {
	background: rgba(184, 242, 61, 0.15);
	color: #b8f23d;
	border-color: rgba(184, 242, 61, 0.25);
}

.tech-va-card__icon--purple {
	background: rgba(168, 85, 247, 0.15);
	color: #c084fc;
	border-color: rgba(168, 85, 247, 0.25);
}

.tech-va-card__icon--teal {
	background: rgba(20, 184, 166, 0.15);
	color: #2dd4bf;
	border-color: rgba(20, 184, 166, 0.25);
}

.tech-va-card__pill {
	font-family: var(--font-small);
	font-size: 0.72rem;
	font-weight: 600;
	color: #8c90a2;
	background: rgba(255, 255, 255, 0.06);
	padding: 4px 10px;
	border-radius: 999px;
}

.tech-va-card h3 {
	font-size: 1.25rem;
	margin: 0 0 10px;
	color: #ffffff;
	letter-spacing: -0.02em;
}

.tech-va-card > p {
	color: #a0a4b5;
	font-size: 0.88rem;
	line-height: 1.5;
	margin: 0 0 20px;
	min-height: 40px;
}

.tech-va-card ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 10px;
}

.tech-va-card li {
	position: relative;
	padding-left: 24px;
	color: #d7d9e4;
	font-size: 0.82rem;
	line-height: 1.4;
}

.tech-va-card li::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: var(--lime);
	font-weight: bold;
}

/* Prepaid Pricing Section */
.tech-va-pricing {
	background: #ffffff;
}

.pricing-card__hours-pill {
	display: inline-block;
	margin: 8px 0 16px;
	padding: 4px 12px;
	border-radius: 999px;
	background: rgba(91, 92, 240, 0.08);
	border: 1px solid rgba(91, 92, 240, 0.18);
	font-family: var(--font-small);
	font-size: 0.8rem;
	font-weight: 700;
	color: var(--violet);
}

.pricing-card__hours-pill--lime {
	background: rgba(184, 242, 61, 0.18);
	border-color: rgba(184, 242, 61, 0.35);
	color: #3b6100;
}

.pricing-card--featured {
	border-color: rgba(184, 242, 61, 0.5) !important;
	box-shadow: 0 20px 45px rgba(91, 92, 240, 0.08), 0 0 0 1px rgba(184, 242, 61, 0.4) !important;
}

/* Project-Based Support Banner */
.tech-project-card {
	display: grid;
	grid-template-columns: 1.6fr 0.8fr;
	align-items: center;
	gap: 36px;
	margin-top: 48px;
	padding: clamp(32px, 4.5vw, 56px);
	border: 1px solid rgba(184, 242, 61, 0.3);
	border-radius: 28px;
	background: radial-gradient(circle at 10% 20%, rgba(91, 92, 240, 0.25) 0%, transparent 60%),
	            linear-gradient(135deg, #1b1c24 0%, #111218 100%);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
	color: #ffffff;
}

.tech-project-card h3 {
	margin: 12px 0 10px;
	font-size: clamp(1.5rem, 2.3vw, 2.2rem);
	font-weight: 600;
	letter-spacing: -0.04em;
	color: #ffffff;
}

.tech-project-card p {
	margin: 0;
	color: #b4b8c6;
	font-size: 0.95rem;
	line-height: 1.55;
	max-width: 620px;
}

.tech-project-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 16px;
	margin-top: 18px;
}

.tech-project-tags span {
	color: var(--lime);
	font-size: 0.8rem;
	font-weight: 600;
}

.tech-project-card__action {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-left: 32px;
	border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.tech-project-card__action small {
	color: #8c909e;
	font-size: 0.74rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-weight: 600;
}

.tech-project-card__action strong {
	margin: 6px 0 18px;
	color: #ffffff;
	font-size: clamp(1.8rem, 2.6vw, 2.4rem);
	font-weight: 700;
	letter-spacing: -0.04em;
}

/* Policy Terms Grid */
.tech-policy-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	margin-top: 36px;
}

.tech-policy-card {
	padding: 28px 26px;
	border-radius: 20px;
	background: #f8f7fb;
	border: 1px solid rgba(17, 18, 24, 0.08);
}

.tech-policy-card__header {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 14px;
}

.policy-icon {
	font-size: 1.2rem;
}

.tech-policy-card h4 {
	font-size: 1.05rem;
	margin: 0;
	letter-spacing: -0.02em;
	color: var(--ink);
}

.tech-policy-card ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 10px;
}

.tech-policy-card li {
	position: relative;
	padding-left: 20px;
	color: #555866;
	font-size: 0.84rem;
	line-height: 1.45;
}

.tech-policy-card li::before {
	content: "•";
	position: absolute;
	left: 4px;
	color: var(--violet);
	font-weight: bold;
}

/* Onsite Disclaimer Notice */
.tech-onsite-notice {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	margin-top: 24px;
	padding: 24px 28px;
	border-radius: 20px;
	background: #fafafc;
	border: 1px solid rgba(17, 18, 24, 0.07);
}

.tech-onsite-notice__icon {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 12px;
	background: rgba(17, 18, 24, 0.06);
	color: var(--ink);
	flex-shrink: 0;
}

.tech-onsite-notice h4 {
	margin: 0 0 6px;
	font-size: 0.98rem;
	letter-spacing: -0.01em;
	color: var(--ink);
}

.tech-onsite-notice p {
	margin: 0;
	color: #666978;
	font-size: 0.85rem;
	line-height: 1.55;
}

/* FAQ Section */
.tech-va-faq {
	background: #ffffff;
}

.tech-va-faq__grid {
	display: grid;
	grid-template-columns: 0.88fr 1.32fr;
	gap: clamp(40px, 7vw, 90px);
	align-items: start;
}

.tech-va-faq__intro h2 {
	margin: 12px 0 18px;
	font-size: clamp(2.4rem, 4vw, 4rem);
	line-height: 1;
	letter-spacing: -0.05em;
	color: var(--ink);
}

.tech-va-faq__intro p {
	color: #666978;
	font-size: 0.95rem;
	line-height: 1.6;
	margin-bottom: 24px;
}

.tech-va-faq__items {
	display: grid;
	gap: 14px;
}

.tech-va-faq__items details {
	border-radius: 18px;
	background: #f8f7fb;
	border: 1px solid rgba(17, 18, 24, 0.06);
	padding: 20px 24px;
	transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.tech-va-faq__items details:hover {
	border-color: rgba(91, 92, 240, 0.2);
}

.tech-va-faq__items details[open] {
	background: #ffffff;
	border-color: rgba(91, 92, 240, 0.3);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.04);
}

.tech-va-faq__items summary {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	font-weight: 600;
	font-size: 0.98rem;
	letter-spacing: -0.02em;
	color: var(--ink);
	list-style: none;
}

.tech-va-faq__items summary::-webkit-details-marker {
	display: none;
}

.tech-va-faq__items summary span::after {
	content: "+";
	font-size: 1.3rem;
	color: var(--violet);
	font-weight: 400;
	transition: transform 0.2s ease;
}

.tech-va-faq__items details[open] summary span::after {
	content: "−";
}

.tech-va-faq__items details p {
	margin: 14px 0 0;
	color: #555866;
	font-size: 0.88rem;
	line-height: 1.6;
}

/* Homepage Technical VA Section */
.tech-va-home-section {
	background: #ffffff;
}

.tech-va-home-card {
	padding: clamp(36px, 5vw, 68px);
	border-radius: 32px;
	background: radial-gradient(circle at 90% 10%, rgba(91, 92, 240, 0.25) 0%, transparent 60%),
	            linear-gradient(135deg, #181922 0%, #101117 100%);
	border: 1px solid rgba(255, 255, 255, 0.12);
	color: #ffffff;
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.3);
}

.tech-va-home-card .eyebrow {
	color: var(--lime);
}

.tech-va-home-card h2 {
	margin: 12px 0 16px;
	color: #ffffff;
	font-size: clamp(2.4rem, 4.4vw, 4.4rem);
	line-height: 0.98;
	letter-spacing: -0.055em;
}

.tech-va-home-card__lead {
	color: #b4b8c6;
	font-size: 1.05rem;
	line-height: 1.6;
	max-width: 780px;
	margin: 0 0 36px;
}

.tech-va-home-features {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 20px;
	margin-bottom: 40px;
}

.tech-va-feature-item {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 20px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.tech-va-feature-item__icon {
	font-size: 1.5rem;
	line-height: 1;
}

.tech-va-feature-item strong {
	display: block;
	font-size: 0.92rem;
	margin-bottom: 4px;
	color: #ffffff;
}

.tech-va-feature-item p {
	margin: 0;
	font-size: 0.78rem;
	color: #9da1b2;
	line-height: 1.45;
}

.tech-va-home-card__footer {
	display: flex;
	align-items: center;
	gap: 24px;
	flex-wrap: wrap;
}

/* Responsive Overrides */
@media (max-width: 991px) {
	.tech-va-hero__grid {
		grid-template-columns: 1fr;
	}
	.tech-project-card {
		grid-template-columns: 1fr;
	}
	.tech-project-card__action {
		padding-left: 0;
		border-left: none;
		border-top: 1px solid rgba(255, 255, 255, 0.12);
		padding-top: 24px;
	}
	.tech-policy-grid {
		grid-template-columns: 1fr;
	}
	.tech-va-faq__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 600px) {
	.tech-hub-grid {
		grid-template-columns: 1fr;
	}
	.tech-hub-canvas__body {
		padding: 16px;
	}
	.tech-va-card {
		padding: 24px 20px;
	}
}
