﻿/* Adala â€” Nile Circuit (Arabic-first legal tech) */
:root {
	--ink: #041016;
	--chamber: #0a1c26;
	--chamber-mid: #123040;
	--mist: #e6eef1;
	--mist-soft: #f3f7f8;
	--paper: #eef3f5;
	--jade: #1f8a7a;
	--jade-bright: #3aafa0;
	--aurora: #7ed4c8;
	--muted: #4f626b;
	--line: rgba(10, 28, 38, 0.1);
	--ok: #1b6b52;
	--danger: #a33a3a;
	--font-display-ar: "Amiri", "Noto Naskh Arabic", serif;
	--font-display-en: "Fraunces", "Newsreader", Georgia, serif;
	--font-ui: "IBM Plex Sans Arabic", "Source Sans 3", sans-serif;
	--max: 1120px;
	--ease-out: cubic-bezier(0.23, 1, 0.32, 1);
	--ease-decel: cubic-bezier(0, 0, 0.2, 1);
	--header-h: 4.25rem;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}

.adala-site {
	margin: 0;
	color: var(--ink);
	background: var(--paper);
	font-family: var(--font-ui);
	font-size: 1.05rem;
	line-height: 1.7;
	position: relative;
}

.adala-site::before {
	content: "";
	position: fixed;
	inset: 0;
	pointer-events: none;
	z-index: 200;
	opacity: 0.035;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
	mix-blend-mode: multiply;
}

.adala-site[dir="rtl"] .display {
	font-family: var(--font-display-ar);
}

.adala-site[dir="ltr"] .display {
	font-family: var(--font-display-en);
}

.adala-site a {
	color: inherit;
	text-decoration: none;
}

.adala-site img {
	max-width: 100%;
	display: block;
}

h1,
h2,
h3,
h4,
.display {
	text-wrap: balance;
}

p,
li,
.lead,
.hero-lead,
.practice-lead {
	text-wrap: pretty;
}

.wrap {
	width: min(100% - 2rem, var(--max));
	margin-inline: auto;
}

/* â€”â€” Header â€”â€” */
.top {
	position: absolute;
	inset-inline: 0;
	top: 0;
	z-index: 50;
	height: var(--header-h);
}

.top.is-light .nav a,
.top.is-light .brand-text strong,
.top.is-light .brand-text span {
	color: #f2f8f9;
}

.top.is-light .brand-text span {
	color: rgba(242, 248, 249, 0.62);
}

.top.is-light .lang {
	border-color: rgba(242, 248, 249, 0.28);
	color: #f2f8f9;
	background: transparent;
}

.top-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	height: var(--header-h);
}

.brand {
	display: flex;
	align-items: center;
	gap: 0.8rem;
	min-width: 0;
}

.brand img {
	width: 40px;
	height: 40px;
	border-radius: 10px;
}

.brand-text strong {
	display: block;
	font-size: 1.02rem;
	font-weight: 700;
	line-height: 1.15;
}

.brand-text span {
	display: block;
	font-size: 0.72rem;
	color: var(--muted);
	letter-spacing: 0.04em;
}

.nav {
	display: flex;
	align-items: center;
	gap: 0.15rem 1.35rem;
}

.nav a {
	font-size: 0.9rem;
	font-weight: 500;
	color: rgba(242, 248, 249, 0.82);
	transition: color 0.2s var(--ease-out);
}

.nav a:hover,
.nav a:focus-visible {
	color: var(--aurora);
	outline: none;
}

.lang {
	padding: 0.28rem 0.65rem;
	border: 1px solid rgba(242, 248, 249, 0.28);
	border-radius: 2px;
	font-size: 0.78rem;
	letter-spacing: 0.04em;
}

/* â€”â€” Hero: one full-bleed composition â€”â€” */
.hero {
	position: relative;
	min-height: 100svh;
	display: grid;
	align-items: end;
	overflow: hidden;
	color: #f2f8f9;
	background:
		radial-gradient(ellipse 70% 55% at 82% 18%, rgba(58, 175, 160, 0.22), transparent 55%),
		radial-gradient(ellipse 55% 45% at 8% 78%, rgba(31, 138, 122, 0.18), transparent 50%),
		linear-gradient(158deg, #02080c 0%, var(--chamber) 48%, #0d2834 100%);
}

.hero-mesh {
	position: absolute;
	inset: 0;
	background-image: url("/assets/law_firm/images/hero-chamber.svg?v=20260724j");
	background-repeat: no-repeat;
	background-position: 108% 52%;
	background-size: min(62vw, 560px);
	opacity: 0.88;
	pointer-events: none;
	animation: mesh-drift 20s var(--ease-decel) infinite alternate;
}

.hero-pattern {
	position: absolute;
	inset: 0;
	opacity: 0.055;
	background-image:
		linear-gradient(rgba(126, 212, 200, 0.7) 1px, transparent 1px),
		linear-gradient(90deg, rgba(126, 212, 200, 0.7) 1px, transparent 1px);
	background-size: 52px 52px;
	mask-image: linear-gradient(180deg, #000 15%, transparent 88%);
	pointer-events: none;
}

.hero-glow {
	position: absolute;
	width: min(48vw, 420px);
	height: min(48vw, 420px);
	inset-inline-end: -6%;
	top: 18%;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(58, 175, 160, 0.28), transparent 68%);
	filter: blur(12px);
	pointer-events: none;
	animation: glow-pulse 10s var(--ease-decel) infinite alternate;
}

.hero-fade {
	position: absolute;
	inset-inline: 0;
	bottom: 0;
	height: 26%;
	background: linear-gradient(180deg, transparent, var(--paper));
	pointer-events: none;
}

@keyframes mesh-drift {
	from {
		transform: translate3d(0, 0, 0) scale(1);
	}
	to {
		transform: translate3d(-2.5%, -1.8%, 0) scale(1.04);
	}
}

@keyframes glow-pulse {
	from {
		opacity: 0.65;
		transform: scale(1);
	}
	to {
		opacity: 1;
		transform: scale(1.08);
	}
}

@keyframes hero-rise {
	from {
		opacity: 0;
		transform: translate3d(0, 1.25rem, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

.hero-inner > * {
	animation: hero-rise 0.9s var(--ease-out) both;
}
.hero-inner > *:nth-child(1) {
	animation-delay: 0.05s;
}
.hero-inner > *:nth-child(2) {
	animation-delay: 0.18s;
}
.hero-inner > *:nth-child(3) {
	animation-delay: 0.3s;
}
.hero-inner > *:nth-child(4) {
	animation-delay: 0.42s;
}

.hero-inner {
	position: relative;
	z-index: 2;
	padding: calc(var(--header-h) + 3.5rem) 0 5.5rem;
	max-width: 42rem;
}

.hero-brand {
	margin: 0 0 1.15rem;
	font-family: var(--font-display-ar);
	font-size: clamp(3.1rem, 10vw, 5.8rem);
	font-weight: 700;
	line-height: 0.94;
	letter-spacing: -0.015em;
	color: #f7fcfc;
}

.hero-brand em {
	display: block;
	margin-top: 0.25rem;
	font-style: normal;
	font-size: 0.26em;
	font-family: var(--font-ui);
	font-weight: 500;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--aurora);
}

.adala-site[dir="rtl"] .hero-brand em {
	letter-spacing: 0.06em;
	text-transform: none;
	font-size: 0.3em;
}

.hero h1 {
	margin: 0 0 1rem;
	font-size: clamp(1.35rem, 2.8vw, 1.9rem);
	font-weight: 600;
	line-height: 1.35;
	max-width: 18ch;
	color: rgba(242, 248, 249, 0.92);
	white-space: pre-line;
}

.hero-lead {
	margin: 0 0 2rem;
	max-width: 34rem;
	font-size: 1.05rem;
	color: rgba(242, 248, 249, 0.7);
}

.cta-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.85rem 1.4rem;
}

@keyframes rise {
	from {
		opacity: 0;
		transform: translateY(22px);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	min-height: 3rem;
	padding: 0.75rem 1.4rem;
	border-radius: 3px;
	font-weight: 600;
	font-size: 0.95rem;
	border: 1px solid transparent;
	cursor: pointer;
	transition:
		transform 0.22s var(--ease-out),
		background 0.22s var(--ease-out),
		color 0.22s var(--ease-out),
		border-color 0.22s var(--ease-out);
}

.btn:hover {
	transform: translateY(-2px);
}

.btn:focus-visible {
	outline: 2px solid var(--jade-bright);
	outline-offset: 3px;
}

.btn:active {
	transform: translateY(0);
}

.btn-primary {
	background: var(--jade);
	color: #f7fcfc;
}

.btn-primary:hover {
	background: var(--jade-bright);
	color: var(--ink);
}

.btn-ghost {
	background: transparent;
	color: #f2f8f9;
	border-color: rgba(242, 248, 249, 0.32);
}

.btn-ghost:hover {
	border-color: var(--aurora);
	color: var(--aurora);
}

.btn-dark {
	background: var(--chamber);
	color: #f2f8f9;
}

.btn-dark:hover {
	background: var(--ink);
}

.link-quiet {
	font-size: 0.92rem;
	font-weight: 550;
	color: rgba(242, 248, 249, 0.72);
	border-bottom: 1px solid rgba(126, 212, 200, 0.4);
	padding-bottom: 0.1rem;
	transition:
		color 0.2s var(--ease-out),
		border-color 0.2s;
}

.link-quiet:hover,
.link-quiet:focus-visible {
	color: var(--aurora);
	border-color: var(--aurora);
	outline: none;
}

/* â€”â€” Sections â€”â€” */
.section {
	padding: 5rem 0;
	position: relative;
}

.section-kicker {
	margin: 0 0 0.65rem;
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--jade);
}

.adala-site[dir="rtl"] .section-kicker {
	letter-spacing: 0.04em;
	text-transform: none;
}

.section h2 {
	margin: 0 0 0.85rem;
	font-size: clamp(1.7rem, 3.2vw, 2.4rem);
	line-height: 1.2;
	color: var(--chamber);
}

.section .lead {
	margin: 0 0 2.4rem;
	max-width: 38rem;
	color: var(--muted);
	font-size: 1.05rem;
}

.reveal {
	opacity: 0;
	transform: translateY(18px);
	transition:
		opacity 0.7s var(--ease-out),
		transform 0.7s var(--ease-out);
}

.reveal.is-in {
	opacity: 1;
	transform: none;
}

.practice-lead {
	margin: 0.75rem 0 1.75rem;
	max-width: 42rem;
	color: var(--muted);
	font-size: 1.05rem;
	line-height: 1.75;
}

.practice-foot {
	margin: 1.75rem 0 0;
	max-width: 40rem;
	color: var(--muted);
	font-size: 0.95rem;
	line-height: 1.7;
	padding-top: 1.25rem;
	border-top: 1px solid var(--line);
}

.practice {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid var(--line);
}

.practice li {
	padding: 0;
	border-bottom: 1px solid var(--line);
	color: var(--chamber);
}

.practice-row {
	display: grid;
	grid-template-columns: 3.5rem minmax(0, 1fr) auto;
	gap: 1rem;
	align-items: start;
	width: 100%;
	padding: 1.2rem 0;
	transform: translateX(0);
	transition:
		background 0.25s var(--ease-out),
		padding-inline 0.25s var(--ease-out),
		transform 0.35s var(--ease-out);
}

.practice li:hover .practice-row,
.practice li:focus-within .practice-row {
	background: color-mix(in srgb, var(--mist) 70%, transparent);
	padding-inline: 0.65rem;
	transform: translateX(-4px);
}

.adala-site[dir="ltr"] .practice li:hover .practice-row,
.adala-site[dir="ltr"] .practice li:focus-within .practice-row {
	transform: translateX(4px);
}

.practice .num {
	font-family: var(--font-display-en);
	font-weight: 500;
	font-size: 0.95rem;
	color: var(--jade);
	letter-spacing: 0.04em;
	padding-top: 0.2rem;
}

.practice-copy {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	min-width: 0;
	width: 100%;
}

.practice-title {
	display: block;
	font-weight: 650;
	font-size: 1.12rem;
	line-height: 1.35;
	color: var(--chamber);
}

.practice-blurb {
	display: block;
	font-weight: 450;
	font-size: 0.92rem;
	line-height: 1.55;
	color: var(--muted);
	max-width: 46rem;
}

.practice .arrow {
	color: var(--jade);
	opacity: 0;
	transform: translateX(-6px);
	transition:
		opacity 0.25s,
		transform 0.25s var(--ease-out);
	padding-top: 0.15rem;
}

.practice .arrow::before {
	content: "â†’";
}

.adala-site[dir="rtl"] .practice .arrow {
	transform: translateX(6px);
}

.adala-site[dir="rtl"] .practice .arrow::before {
	content: "â†";
}

.practice li:hover .arrow,
.practice li:focus-within .arrow {
	opacity: 1;
	transform: none;
}

/* About */
.about {
	background:
		radial-gradient(ellipse 80% 60% at 100% 0%, rgba(58, 175, 160, 0.08), transparent 50%),
		linear-gradient(180deg, var(--mist-soft), var(--mist));
	overflow: hidden;
}

.about-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
}

@media (min-width: 860px) {
	.about-grid {
		grid-template-columns: 1.1fr 0.9fr;
		align-items: end;
		gap: 4rem;
	}
}

.about-quote {
	margin: 0;
	font-size: clamp(1.45rem, 2.8vw, 2rem);
	line-height: 1.45;
	color: var(--chamber);
}

.about-aside {
	padding: 1.5rem 0 0;
	border-top: 2px solid var(--jade);
	color: var(--muted);
	font-size: 1rem;
}

/* Contact band */
.contact {
	background: var(--chamber);
	color: #f2f8f9;
	padding: 4.5rem 0;
	position: relative;
	overflow: hidden;
}

.contact::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse 55% 80% at 100% 40%, rgba(58, 175, 160, 0.2), transparent 60%);
	pointer-events: none;
}

.contact .wrap {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 1.75rem;
}

.contact h2 {
	color: #f2f8f9;
	margin: 0 0 0.5rem;
}

.contact .lead {
	margin: 0;
	color: rgba(242, 248, 249, 0.7);
}

.contact-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.site-footer {
	padding: 1.75rem 0 2.25rem;
	background: var(--ink);
	color: rgba(242, 248, 249, 0.55);
	font-size: 0.86rem;
}

.site-footer .wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0.75rem;
}

.site-footer a {
	color: var(--aurora);
}

/* â€”â€” Forms â€”â€” */
.form-page {
	min-height: 100svh;
	display: grid;
	grid-template-columns: 1fr;
	background: linear-gradient(
		180deg,
		var(--chamber) 0,
		var(--chamber) var(--header-h),
		var(--paper) var(--header-h)
	);
}

@media (min-width: 960px) {
	.form-page {
		grid-template-columns: minmax(280px, 0.42fr) 1fr;
		background: var(--paper);
	}
}

.form-rail {
	display: none;
	position: relative;
	background:
		radial-gradient(ellipse 80% 50% at 30% 20%, rgba(58, 175, 160, 0.22), transparent 55%),
		linear-gradient(165deg, #02080c, var(--chamber));
	color: #f2f8f9;
	padding: 6rem 2.5rem 2.5rem;
	overflow: hidden;
}

.form-rail::after {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url("/assets/law_firm/images/hero-chamber.svg?v=20260724j");
	background-repeat: no-repeat;
	background-position: 120% 80%;
	background-size: 120%;
	opacity: 0.35;
	pointer-events: none;
}

@media (min-width: 960px) {
	.form-rail {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		min-height: 100svh;
	}
}

.form-rail h2 {
	position: relative;
	z-index: 1;
	margin: 0 0 0.75rem;
	font-size: clamp(2rem, 3vw, 2.8rem);
	line-height: 1.15;
	color: #f2f8f9;
}

.form-rail p {
	position: relative;
	z-index: 1;
	margin: 0;
	max-width: 22rem;
	color: rgba(242, 248, 249, 0.7);
}

.form-main {
	padding: calc(var(--header-h) + 2.5rem) 1.25rem 3rem;
}

.form-shell {
	width: min(100%, 520px);
	margin-inline: auto;
	padding: 0;
	background: transparent;
	border: 0;
	animation: rise 0.7s var(--ease-out) both;
}

.form-shell h1 {
	margin: 0 0 0.35rem;
	font-size: clamp(1.65rem, 3vw, 2.1rem);
	color: var(--chamber);
	line-height: 1.2;
}

.form-shell .form-intro {
	margin: 0 0 1.75rem;
	color: var(--muted);
	font-size: 0.98rem;
}

.field {
	margin-bottom: 1.05rem;
}

.field label {
	display: block;
	margin-bottom: 0.4rem;
	font-size: 0.86rem;
	font-weight: 600;
	color: var(--chamber);
}

.field input,
.field select,
.field textarea {
	width: 100%;
	padding: 0.8rem 0.9rem;
	border: 1px solid var(--line);
	border-radius: 3px;
	background: #fff;
	font: inherit;
	color: var(--ink);
	transition:
		border-color 0.2s,
		box-shadow 0.2s;
}

.field textarea {
	min-height: 150px;
	resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
	outline: none;
	border-color: var(--jade);
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--jade) 22%, transparent);
}

.hp {
	position: absolute;
	left: -9999px;
	opacity: 0;
	height: 0;
	width: 0;
	overflow: hidden;
}

.form-msg {
	display: none;
	margin-top: 1rem;
	padding: 0.9rem 1rem;
	border-radius: 3px;
	font-weight: 600;
	font-size: 0.95rem;
}

.form-msg.ok,
.form-msg.err {
	display: block;
}

.form-msg.ok {
	background: color-mix(in srgb, var(--ok) 12%, #fff);
	color: var(--ok);
}

.form-msg.err {
	background: color-mix(in srgb, var(--danger) 10%, #fff);
	color: var(--danger);
}

.form-back {
	display: inline-block;
	margin-top: 1.5rem;
	color: var(--muted);
	font-size: 0.92rem;
	border-bottom: 1px solid transparent;
}

.form-back:hover {
	color: var(--chamber);
	border-color: var(--jade);
}

.form-layout .top.form-top {
	position: absolute;
	inset-inline: 0;
	top: 0;
	background: var(--chamber);
	border-bottom: 1px solid rgba(58, 175, 160, 0.22);
}

.form-layout .form-top .nav a,
.form-layout .form-top .brand-text strong {
	color: #f2f8f9;
}

.form-layout .form-top .brand-text span {
	color: rgba(242, 248, 249, 0.65);
}

.form-layout .form-top .lang {
	border-color: rgba(242, 248, 249, 0.28);
	color: #f2f8f9;
	background: transparent;
}

.form-rail-pick {
	position: relative;
	z-index: 1;
	margin-top: 1.75rem;
	padding-top: 1.25rem;
	border-top: 1px solid rgba(126, 212, 200, 0.35);
	display: grid;
	grid-template-columns: 2.5rem 1fr;
	gap: 0.35rem 0.75rem;
}

.form-rail-pick .num {
	grid-row: 1 / span 2;
	font-family: var(--font-display-en);
	color: var(--aurora);
	padding-top: 0.2rem;
}

.form-rail-pick strong {
	color: #f2f8f9;
	font-size: 1.05rem;
}

.form-rail-pick span:last-child {
	color: rgba(242, 248, 249, 0.68);
	font-size: 0.92rem;
	line-height: 1.55;
}

.field-row {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
}

@media (min-width: 640px) {
	.field-row {
		grid-template-columns: 1fr 1fr;
		gap: 0 1rem;
	}
}

.field-hint {
	margin: 0.45rem 0 0;
	font-size: 0.86rem;
	line-height: 1.5;
	color: var(--muted);
}

.form-shell .btn-primary {
	width: 100%;
	margin-top: 0.35rem;
}

.form-layout .top {
	position: absolute;
}

.form-layout .top.is-light .nav a,
.form-layout .top.is-light .brand-text strong {
	color: #f2f8f9;
}

@media (min-width: 960px) {
	.form-layout .top {
		background: transparent;
	}
	.form-main .top-spacer {
		display: none;
	}
}

@media (max-width: 720px) {
	.nav .hide-sm {
		display: none;
	}
	.hero-inner {
		padding-bottom: 4rem;
	}
	.practice-row {
		grid-template-columns: 2.5rem 1fr;
	}
	.practice .arrow {
		display: none;
	}
	.hero-mesh {
		background-position: 130% 70%;
		opacity: 0.4;
	}
	.hero-glow {
		opacity: 0.5;
	}
}

/* â€”â€” Product homepage â€”â€” */
.pillar-list {
	list-style: none;
	margin: 1.5rem 0 0;
	padding: 0;
	border-top: 1px solid var(--line);
}

.pillar-list li {
	display: grid;
	grid-template-columns: 3.5rem 1fr;
	gap: 1rem;
	padding: 1.35rem 0;
	border-bottom: 1px solid var(--line);
	align-items: start;
	transition: background 0.25s var(--ease-out), padding-inline 0.25s var(--ease-out);
}

.pillar-list li:hover {
	background: color-mix(in srgb, var(--mist) 65%, transparent);
	padding-inline: 0.5rem;
}

.pillar-list .num {
	font-family: var(--font-display-en);
	color: var(--jade);
	font-weight: 500;
	padding-top: 0.15rem;
}

.pillar-list strong {
	display: block;
	font-size: 1.15rem;
	color: var(--chamber);
	margin-bottom: 0.35rem;
}

.pillar-list p {
	margin: 0;
	color: var(--muted);
	max-width: 40rem;
	line-height: 1.65;
}

.access-band {
	background: var(--mist-soft);
}

.access-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.5rem;
}

.btn-ghost-ink {
	background: transparent;
	color: var(--chamber);
	border: 1px solid var(--line);
}

.btn-ghost-ink:hover {
	border-color: var(--jade);
	color: var(--chamber);
}

.demo-band .demo-grid {
	display: grid;
	gap: 2rem;
}

@media (min-width: 900px) {
	.demo-band .demo-grid {
		grid-template-columns: 0.9fr 1.1fr;
		align-items: start;
		gap: 3rem;
	}
}

.demo-form {
	background: rgba(242, 248, 249, 0.05);
	border: 1px solid rgba(126, 212, 200, 0.18);
	padding: 1.5rem;
	border-radius: 4px;
	backdrop-filter: blur(6px);
}

.demo-form .field label {
	color: rgba(242, 248, 249, 0.85);
}

.demo-form .field input,
.demo-form .field select,
.demo-form .field textarea {
	background: rgba(2, 8, 12, 0.45);
	border-color: rgba(242, 248, 249, 0.2);
	color: #f2f8f9;
}

.demo-form .field input:focus,
.demo-form .field select:focus,
.demo-form .field textarea:focus {
	border-color: var(--aurora);
	box-shadow: 0 0 0 3px rgba(58, 175, 160, 0.28);
}

.demo-form .btn-primary {
	width: 100%;
	margin-top: 0.5rem;
}

.demo-form .form-msg {
	margin-top: 1rem;
}

.demo-form .form-msg.ok {
	background: rgba(27, 107, 82, 0.28);
	color: #9ddec0;
}

.demo-form .form-msg.err {
	background: rgba(163, 58, 58, 0.3);
	color: #f0b4b4;
}

.social-logos {
	margin-top: 1.75rem;
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.social-logos--footer {
	margin-top: 0;
}

.social-logo {
	display: inline-grid;
	place-items: center;
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 50%;
	color: #fff;
	text-decoration: none;
	transition:
		transform 0.22s var(--ease-out),
		box-shadow 0.22s var(--ease-out),
		filter 0.22s var(--ease-out);
}

.social-logo svg {
	width: 1.15rem;
	height: 1.15rem;
	display: block;
}

.social-logo:hover {
	transform: translateY(-2px);
}

.social-logo:focus-visible {
	outline: 2px solid var(--aurora);
	outline-offset: 3px;
}

.social-logo--fb {
	background: #1877f2;
	box-shadow: 0 8px 22px rgba(24, 119, 242, 0.28);
}

.social-logo--fb:hover {
	box-shadow: 0 12px 28px rgba(24, 119, 242, 0.42);
	filter: brightness(1.06);
}

.social-logo--li {
	background: #0a66c2;
	box-shadow: 0 8px 22px rgba(10, 102, 194, 0.28);
}

.social-logo--li:hover {
	box-shadow: 0 12px 28px rgba(10, 102, 194, 0.42);
	filter: brightness(1.06);
}

.site-footer .social-logo {
	width: 2.25rem;
	height: 2.25rem;
	box-shadow: none;
}

.site-footer .social-logo svg {
	width: 0.95rem;
	height: 0.95rem;
}

.site-footer .footer-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 1rem;
	align-items: center;
}

.footer-nav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.85rem 1.25rem;
}

.section .section-kicker + .display + .practice-lead,
.section .section-kicker + h2 + .practice-lead {
	margin-top: 0.35rem;
}
