:root {
	--ad-ink: #0f172a;
	--ad-muted: #5b677a;
	--ad-soft: #f5f8fb;
	--ad-paper: #ffffff;
	--ad-section: #eef5f9;
	--ad-dark: #07111f;
	--ad-card: #ffffff;
	--ad-accent: #00aee8;
	--ad-accent-2: #2563eb;
	--ad-line: #dbe7ef;
	--ad-shadow: 0 22px 70px rgba(15, 23, 42, 0.12);
	--ad-shadow-soft: 0 14px 40px rgba(15, 23, 42, 0.09);
	--ad-radius: 26px;
	--ad-radius-sm: 16px;
	--ad-content: 1180px;
}

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

html {
	scroll-behavior: smooth;
}

#anfrage {
	scroll-margin-top: 92px;
}

body {
	margin: 0;
	background: var(--ad-soft);
	color: var(--ad-ink);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 16px;
	line-height: 1.7;
	overflow-x: hidden;
}

img,
video,
iframe {
	max-width: 100%;
}

a {
	color: inherit;
	text-decoration-color: rgba(0, 174, 232, 0.5);
	text-underline-offset: 0.22em;
}

a:hover,
a:focus {
	color: var(--ad-accent-2);
}

:focus-visible {
	outline: 3px solid rgba(0, 174, 232, 0.65);
	outline-offset: 4px;
}

.container {
	width: min(calc(100% - 2rem), var(--ad-content));
	margin-inline: auto;
}

.skip-link,
.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.skip-link:focus {
	position: fixed;
	left: 1rem;
	top: 1rem;
	z-index: 9999;
	width: auto;
	height: auto;
	clip: auto;
	border-radius: 999px;
	background: var(--ad-accent);
	color: #00121a;
	padding: 0.8rem 1rem;
	font-weight: 800;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	border-bottom: 1px solid rgba(219, 231, 239, 0.78);
	background: rgba(255, 255, 255, 0.86);
	backdrop-filter: blur(18px);
	transition: background 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 10px 34px rgba(15, 23, 42, 0.08);
}

.header-inner {
	display: flex;
	min-height: 76px;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.brand {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	color: var(--ad-ink);
	text-decoration: none;
}

.brand-mark {
	display: grid;
	width: 44px;
	height: 44px;
	place-items: center;
	border-radius: 14px;
	background: linear-gradient(135deg, var(--ad-accent), var(--ad-accent-2));
	color: #fff;
	font-size: 0.82rem;
	font-weight: 900;
	box-shadow: 0 14px 34px rgba(0, 174, 232, 0.24);
}

.brand-copy {
	display: grid;
	gap: 0.05rem;
	line-height: 1.1;
}

.brand-copy strong {
	font-size: 1.05rem;
	letter-spacing: 0;
}

.brand-copy small {
	color: var(--ad-muted);
	font-size: 0.75rem;
}

.site-nav {
	display: flex;
	align-items: center;
	margin-left: auto;
}

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

.nav-menu a {
	color: var(--ad-ink);
	font-size: 0.92rem;
	font-weight: 730;
	text-decoration: none;
	transition: color 160ms ease;
}

.nav-menu a:hover,
.nav-menu a:focus,
.current-menu-item > a {
	color: var(--ad-accent-2);
}

.header-cta,
.button,
.ad-inline-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3rem;
	border-radius: 999px;
	font-weight: 820;
	line-height: 1;
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.header-cta {
	min-height: 2.75rem;
	padding: 0.76rem 1rem;
	background: var(--ad-ink);
	color: #fff;
	font-size: 0.9rem;
	box-shadow: 0 14px 32px rgba(15, 23, 42, 0.16);
}

.button,
.ad-inline-button {
	padding: 0.95rem 1.22rem;
}

.button-primary,
.ad-inline-button {
	border: 1px solid transparent;
	background: linear-gradient(135deg, var(--ad-accent), var(--ad-accent-2));
	color: #fff;
	box-shadow: 0 18px 44px rgba(37, 99, 235, 0.22);
}

.button-ghost {
	border: 1px solid rgba(255, 255, 255, 0.4);
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
}

.button-soft {
	border: 1px solid rgba(0, 174, 232, 0.26);
	background: rgba(255, 255, 255, 0.92);
	color: var(--ad-ink);
}

.dark-text-button {
	border-color: rgba(37, 99, 235, 0.28);
	background: rgba(37, 99, 235, 0.06);
	color: var(--ad-ink);
}

.button:hover,
.button:focus,
.header-cta:hover,
.header-cta:focus,
.ad-inline-button:hover,
.ad-inline-button:focus {
	transform: translateY(-2px);
	box-shadow: 0 22px 48px rgba(15, 23, 42, 0.14);
}

.button-primary:hover,
.button-primary:focus,
.ad-inline-button:hover,
.ad-inline-button:focus {
	color: #fff;
}

.button-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	margin-top: 2rem;
}

.button-row.centered {
	justify-content: center;
}

.nav-toggle {
	display: none;
	width: 44px;
	height: 44px;
	border: 1px solid var(--ad-line);
	border-radius: 14px;
	background: var(--ad-paper);
	color: var(--ad-ink);
}

.nav-toggle-line,
.nav-toggle-line::before,
.nav-toggle-line::after {
	display: block;
	width: 19px;
	height: 2px;
	margin-inline: auto;
	border-radius: 999px;
	background: currentColor;
	content: "";
	transition: transform 180ms ease;
}

.nav-toggle-line::before {
	transform: translateY(-6px);
}

.nav-toggle-line::after {
	transform: translateY(4px);
}

.nav-open .nav-toggle-line {
	background: transparent;
}

.nav-open .nav-toggle-line::before {
	background: var(--ad-ink);
	transform: translateY(2px) rotate(45deg);
}

.nav-open .nav-toggle-line::after {
	background: var(--ad-ink);
	transform: translateY(0) rotate(-45deg);
}

.hero {
	position: relative;
	isolation: isolate;
	display: grid;
	min-height: min(860px, calc(100vh - 76px));
	align-items: center;
	overflow: hidden;
	margin-top: -76px;
	padding: clamp(8rem, 14vw, 12rem) 0 clamp(5rem, 9vw, 8rem);
	color: #fff;
	background: var(--ad-dark);
}

.hero-media {
	position: absolute;
	inset: 0;
	z-index: -6;
	background:
		radial-gradient(circle at 72% 24%, rgba(0, 174, 232, 0.24), transparent 22rem),
		linear-gradient(135deg, #061120, #0a1830 55%, #06111f);
}

.hero-video,
.hero-poster-picture {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.hero-poster {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-video {
	z-index: -6;
	opacity: 0;
	filter: saturate(1.05) contrast(1.04);
	transition: opacity 700ms ease;
}

.hero-video.is-active,
.hero-video.video-ready {
	opacity: 0.58;
}

.hero-poster {
	background-position: center;
	background-size: cover;
	opacity: 0.42;
}

.hero-poster-picture {
	z-index: -7;
}

.hero-media::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(90deg, rgba(3, 8, 17, 0.88) 0%, rgba(3, 8, 17, 0.66) 50%, rgba(3, 8, 17, 0.34) 100%),
		linear-gradient(180deg, rgba(3, 8, 17, 0.18), rgba(3, 8, 17, 0.78));
}

.hero-grid-bg {
	position: absolute;
	inset: auto 0 -14% 0;
	z-index: -3;
	height: 58%;
	background-image: url("../img/grid-bg.svg");
	background-position: center bottom;
	background-size: 980px auto;
	opacity: 0.34;
	transform: perspective(820px) rotateX(58deg);
	transform-origin: 50% 100%;
}

.hero-noise {
	position: absolute;
	inset: 0;
	z-index: -2;
	background:
		repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.026) 0 1px, transparent 1px 7px),
		linear-gradient(90deg, transparent, rgba(0, 174, 232, 0.12), transparent);
	mix-blend-mode: screen;
	opacity: 0.24;
	animation: ad-scan 8s linear infinite;
}

.hero-glow {
	position: absolute;
	right: 4%;
	top: 20%;
	z-index: -4;
	width: 30rem;
	aspect-ratio: 1;
	border-radius: 999px;
	background: rgba(0, 174, 232, 0.2);
	filter: blur(80px);
	animation: ad-pulse 8s ease-in-out infinite;
}

.hero-content {
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(18rem, 0.72fr);
	gap: clamp(2rem, 6vw, 5rem);
	align-items: center;
}

.hero-copy {
	max-width: 790px;
}

.eyebrow {
	display: inline-flex;
	width: fit-content;
	align-items: center;
	border: 1px solid rgba(0, 174, 232, 0.24);
	border-radius: 999px;
	background: rgba(0, 174, 232, 0.08);
	color: var(--ad-accent-2);
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	line-height: 1;
	padding: 0.56rem 0.78rem;
	text-transform: uppercase;
}

.hero .eyebrow {
	border-color: rgba(255, 255, 255, 0.28);
	background: rgba(255, 255, 255, 0.12);
	color: #bff3ff;
}

h1,
h2,
h3 {
	margin: 0;
	color: inherit;
	letter-spacing: 0;
	line-height: 1.04;
}

h1 {
	max-width: 920px;
	margin-top: 1rem;
	font-size: clamp(3rem, 7vw, 6.7rem);
	font-weight: 900;
	text-transform: uppercase;
}

h2 {
	font-size: clamp(2rem, 4vw, 3.35rem);
	font-weight: 850;
}

h3 {
	font-size: clamp(1.12rem, 1.8vw, 1.35rem);
	font-weight: 800;
}

p {
	margin: 0;
}

.hero-lead,
.section-heading p,
.split-layout p,
.cta-panel p {
	color: var(--ad-muted);
	font-size: clamp(1.05rem, 1.6vw, 1.23rem);
}

.hero-lead {
	max-width: 760px;
	margin-top: 1.25rem;
	color: rgba(255, 255, 255, 0.86);
}

.glass-card,
.hero-panel {
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: rgba(255, 255, 255, 0.12);
	box-shadow: 0 30px 90px rgba(0, 0, 0, 0.32);
	backdrop-filter: blur(18px);
}

.hero-panel {
	border-radius: 30px;
	padding: 1.35rem;
}

.panel-kicker {
	color: #bff3ff;
	font-size: 0.78rem;
	font-weight: 850;
	text-transform: uppercase;
}

.hero-panel h2 {
	margin-top: 0.55rem;
	font-size: clamp(1.6rem, 3vw, 2.45rem);
}

.hero-metrics {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem;
	margin-top: 1.5rem;
}

.hero-metrics div,
.trust-strip span {
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.1);
	padding: 0.9rem;
}

.hero-metrics strong {
	display: block;
	font-size: 0.96rem;
}

.hero-metrics span {
	display: block;
	margin-top: 0.2rem;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.8rem;
	line-height: 1.35;
}

.trust-strip {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.85rem;
	margin-top: 1rem;
}

.trust-strip span {
	color: rgba(255, 255, 255, 0.86);
	font-weight: 760;
	text-align: center;
}

.section {
	position: relative;
	padding: clamp(4.5rem, 8vw, 7.5rem) 0;
}

.section-light {
	background: var(--ad-paper);
}

.process-section,
.faq-section {
	background:
		radial-gradient(circle at 12% 0%, rgba(0, 174, 232, 0.1), transparent 22rem),
		linear-gradient(180deg, #f8fbfd, #edf5fa);
}

.material-section,
.about-section,
.contact-section {
	background:
		radial-gradient(circle at 90% 0%, rgba(0, 174, 232, 0.12), transparent 24rem),
		var(--ad-section);
}

.upload-section,
.request-section {
	background:
		radial-gradient(circle at 50% 20%, rgba(0, 174, 232, 0.15), transparent 28rem),
		linear-gradient(135deg, #f8fbfd, #edf6fb);
}

.section-heading {
	max-width: 820px;
	margin-bottom: clamp(2rem, 5vw, 4rem);
}

.section-heading h2,
.split-layout h2,
.cta-panel h2 {
	margin-top: 1rem;
}

.section-heading p,
.split-layout p,
.cta-panel p,
.muted-note {
	margin-top: 1rem;
}

.muted-note {
	color: var(--ad-muted);
}

.durable-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.durable-card,
.portfolio-card,
.price-list,
.cta-panel,
.trust-card,
.image-panel,
.contact-actions {
	border: 1px solid var(--ad-line);
	border-radius: var(--ad-radius);
	background: var(--ad-card);
	box-shadow: var(--ad-shadow-soft);
}

.durable-card,
.trust-card {
	padding: 1.35rem;
}

.durable-card,
.portfolio-card,
.trust-card,
.price-row {
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.durable-card:hover,
.portfolio-card:hover,
.trust-card:hover {
	transform: translateY(-4px);
	border-color: rgba(0, 174, 232, 0.35);
	box-shadow: var(--ad-shadow);
}

.card-number {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	margin-bottom: 1.1rem;
	border-radius: 12px;
	background: rgba(0, 174, 232, 0.1);
	color: var(--ad-accent-2);
	font-size: 0.78rem;
	font-weight: 900;
}

.durable-card h3,
.portfolio-card h3 {
	margin-bottom: 0.7rem;
}

.durable-card p,
.portfolio-card p {
	color: var(--ad-muted);
}

.process-timeline {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 1rem;
}

.process-card {
	position: relative;
	border: 1px solid var(--ad-line);
	border-radius: var(--ad-radius);
	background: rgba(255, 255, 255, 0.82);
	padding: 1.25rem;
	box-shadow: var(--ad-shadow-soft);
}

.process-card::after {
	content: "";
	position: absolute;
	left: calc(100% - 0.1rem);
	top: 2.2rem;
	width: 1.2rem;
	height: 2px;
	background: linear-gradient(90deg, rgba(0, 174, 232, 0.45), transparent);
}

.process-card:last-child::after {
	display: none;
}

.process-card span {
	display: inline-grid;
	width: 2.4rem;
	height: 2.4rem;
	place-items: center;
	margin-bottom: 1rem;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--ad-accent), var(--ad-accent-2));
	color: #fff;
	font-size: 0.8rem;
	font-weight: 900;
}

.process-card h3 {
	margin-bottom: 0.65rem;
}

.process-card p {
	color: var(--ad-muted);
	font-size: 0.96rem;
}

.split-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: clamp(2rem, 6vw, 5rem);
	align-items: center;
}

.material-detail-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.85rem;
	margin-top: 1.35rem;
}

.material-detail-grid article {
	border: 1px solid rgba(37, 99, 235, 0.16);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.72);
	padding: 1rem;
}

.material-detail-grid h3 {
	margin-bottom: 0.45rem;
	color: var(--ad-ink);
	font-size: 1.05rem;
}

.material-detail-grid p {
	color: var(--ad-muted);
	font-size: 0.96rem;
}

.price-list {
	overflow: hidden;
}

.price-row {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.2rem 1.35rem;
	border-bottom: 1px solid var(--ad-line);
}

.price-row:last-child {
	border-bottom: 0;
}

.price-row span {
	color: var(--ad-muted);
	font-weight: 740;
}

.price-row strong {
	color: var(--ad-ink);
	font-size: 1.1rem;
}

.portfolio-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 1rem;
}

.portfolio-card {
	overflow: hidden;
}

.portfolio-card > div:last-child {
	padding: 1rem;
}

.portfolio-visual {
	position: relative;
	min-height: 190px;
	background:
		radial-gradient(circle at 50% 28%, rgba(0, 174, 232, 0.22), transparent 6rem),
		linear-gradient(135deg, #eaf6fb, #dfeaf2);
}

.portfolio-visual.has-image {
	min-height: 220px;
	background: #eaf1f7;
}

.portfolio-visual.has-image img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 220px;
	object-fit: cover;
	transition: transform 420ms ease;
}

.portfolio-card:hover .portfolio-visual.has-image img {
	transform: scale(1.04);
}

.portfolio-visual::before {
	content: "";
	position: absolute;
	inset: 18%;
	border: 1px solid rgba(0, 174, 232, 0.28);
	background-image: url("../img/grid-bg.svg");
	background-size: 280px auto;
	transform: perspective(420px) rotateX(58deg) rotateZ(-18deg);
}

.portfolio-visual.has-image::before {
	inset: 0;
	z-index: 1;
	border: 0;
	background:
		linear-gradient(180deg, transparent 45%, rgba(7, 17, 31, 0.32)),
		radial-gradient(circle at 72% 20%, rgba(0, 174, 232, 0.2), transparent 12rem);
	opacity: 1;
	transform: none;
	pointer-events: none;
}

.portfolio-visual span,
.printer-shape {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 34%;
	aspect-ratio: 1;
	border: 1px solid rgba(15, 23, 42, 0.12);
	background: linear-gradient(135deg, rgba(0, 174, 232, 0.18), rgba(37, 99, 235, 0.1));
	clip-path: polygon(50% 0, 92% 25%, 92% 75%, 50% 100%, 8% 75%, 8% 25%);
	transform: translate(-50%, -50%);
	box-shadow: 0 0 42px rgba(0, 174, 232, 0.2);
}

.image-panel {
	position: relative;
	min-height: 420px;
	overflow: hidden;
	background:
		radial-gradient(circle at 50% 28%, rgba(0, 174, 232, 0.22), transparent 13rem),
		linear-gradient(135deg, #ffffff, #e9f3f8);
}

.image-panel::before {
	content: "";
	position: absolute;
	inset: 12% 8%;
	background-image: url("../img/grid-bg.svg");
	background-position: center;
	background-size: 520px auto;
	opacity: 0.42;
}

.founder-panel {
	display: flex;
	align-items: end;
	min-height: 520px;
	padding: 1rem;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(15, 23, 42, 0.18)),
		linear-gradient(135deg, #ffffff, #eaf5fb);
}

.founder-panel::before {
	inset: auto 5% 3% 5%;
	height: 48%;
	opacity: 0.36;
}

.founder-photo {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

.founder-card {
	position: relative;
	z-index: 2;
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.34);
	border-radius: 22px;
	background: rgba(7, 17, 31, 0.76);
	color: #fff;
	padding: 1rem;
	box-shadow: 0 20px 50px rgba(7, 17, 31, 0.22);
	backdrop-filter: blur(14px);
}

.founder-card span {
	display: block;
	color: #bff3ff;
	font-size: 0.78rem;
	font-weight: 850;
	text-transform: uppercase;
}

.founder-card strong {
	display: block;
	margin-top: 0.35rem;
	font-size: 1.35rem;
}

.about-points {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
	margin: 1.35rem 0 1.5rem;
}

.about-points span {
	border: 1px solid rgba(37, 99, 235, 0.18);
	border-radius: 999px;
	background: rgba(37, 99, 235, 0.07);
	color: var(--ad-ink);
	font-size: 0.9rem;
	font-weight: 800;
	padding: 0.55rem 0.75rem;
}

.cta-panel {
	max-width: 920px;
	padding: clamp(2rem, 6vw, 4rem);
	text-align: center;
}

.cta-panel .eyebrow {
	margin-inline: auto;
}

.request-list {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 0.65rem;
	margin: 1.4rem 0 0;
	padding: 0;
	list-style: none;
	text-align: left;
}

.request-list li {
	border: 1px solid rgba(37, 99, 235, 0.16);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.78);
	color: var(--ad-ink);
	font-size: 0.9rem;
	font-weight: 740;
	line-height: 1.35;
	padding: 0.8rem;
}

.request-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.7fr) minmax(22rem, 1fr);
	gap: clamp(1.5rem, 5vw, 4rem);
	align-items: start;
}

.request-copy {
	position: sticky;
	top: 104px;
}

.request-copy h2 {
	margin-top: 1rem;
}

.request-copy p {
	margin-top: 1rem;
	color: var(--ad-muted);
	font-size: clamp(1.05rem, 1.6vw, 1.23rem);
}

.request-layout .request-list {
	grid-column: 1;
	grid-template-columns: 1fr;
	margin-top: 0;
}

.request-form {
	grid-column: 2;
	grid-row: 1 / span 2;
	min-width: 0;
}

.tally-form-card {
	overflow: hidden;
	border: 1px solid rgba(37, 99, 235, 0.18);
	border-radius: var(--ad-radius);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.86)),
		radial-gradient(circle at 100% 0%, rgba(0, 174, 232, 0.16), transparent 18rem);
	box-shadow: var(--ad-shadow);
}

.tally-frame-wrap {
	width: 100%;
	overflow: hidden;
	background: transparent;
}

.tally-frame {
	display: block;
	width: 100%;
	min-height: 820px;
	border: 0;
	background: transparent;
}

.tally-email-alternative {
	border-top: 1px solid var(--ad-line);
	background: rgba(255, 255, 255, 0.78);
	color: var(--ad-muted);
	font-size: 0.98rem;
	padding: 1rem 1.2rem;
}

.tally-email-alternative a {
	color: var(--ad-ink);
	font-weight: 850;
}

.trust-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
}

.trust-card {
	color: var(--ad-ink);
	font-weight: 830;
}

.contact-email {
	margin-top: 1.4rem;
	font-size: clamp(1.2rem, 2vw, 1.5rem);
	font-weight: 830;
}

.contact-actions {
	display: grid;
	gap: 0.85rem;
	padding: 1.35rem;
}

.contact-note {
	border: 1px solid rgba(37, 99, 235, 0.16);
	border-radius: 18px;
	background: rgba(37, 99, 235, 0.06);
	padding: 1rem;
}

.contact-note strong {
	display: block;
	margin-bottom: 0.55rem;
	color: var(--ad-ink);
}

.contact-note ul {
	display: grid;
	gap: 0.3rem;
	margin: 0;
	padding-left: 1.1rem;
	color: var(--ad-muted);
}

.faq-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.faq-card {
	border: 1px solid var(--ad-line);
	border-radius: var(--ad-radius);
	background: #fff;
	padding: 1.35rem;
	box-shadow: var(--ad-shadow-soft);
}

.faq-card h3 {
	margin-bottom: 0.7rem;
}

.faq-card p {
	color: var(--ad-muted);
}

.page-shell {
	min-height: 60vh;
	padding: clamp(4.5rem, 8vw, 7rem) 0;
	background: var(--ad-paper);
}

.content-page {
	max-width: 900px;
}

.content-page h1 {
	font-size: clamp(2.4rem, 5vw, 4.2rem);
}

.entry-content {
	margin-top: 2rem;
	color: var(--ad-muted);
	font-size: 1.06rem;
}

.entry-content > * + * {
	margin-top: 1.1rem;
}

.entry-content h2,
.entry-content h3 {
	margin-top: 2rem;
	color: var(--ad-ink);
}

.entry-content ul {
	padding-left: 1.25rem;
}

.ad-content-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.85rem;
}

.ad-content-grid div {
	border: 1px solid var(--ad-line);
	border-radius: var(--ad-radius-sm);
	background: #fff;
	padding: 1rem;
	box-shadow: var(--ad-shadow-soft);
}

.ad-image-grid div {
	overflow: hidden;
	padding: 0;
}

.ad-image-grid img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.ad-image-grid strong {
	display: block;
	padding: 1rem;
	color: var(--ad-ink);
}

.ad-founder-inline {
	display: grid;
	grid-template-columns: minmax(180px, 0.55fr) minmax(0, 1fr);
	gap: 1.2rem;
	align-items: center;
	border: 1px solid var(--ad-line);
	border-radius: var(--ad-radius);
	background: #fff;
	padding: 1rem;
	box-shadow: var(--ad-shadow-soft);
}

.ad-founder-inline img {
	width: 100%;
	aspect-ratio: 4 / 5;
	border-radius: 18px;
	object-fit: cover;
	object-position: center top;
}

.ad-founder-inline .eyebrow {
	margin-bottom: 0.7rem;
}

.post-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.post-card {
	border: 1px solid var(--ad-line);
	border-radius: var(--ad-radius);
	background: #fff;
	padding: 1.25rem;
	box-shadow: var(--ad-shadow-soft);
}

.post-card h2 {
	font-size: 1.35rem;
}

.post-meta {
	margin-bottom: 0.8rem;
	color: var(--ad-accent-2);
	font-size: 0.82rem;
	font-weight: 850;
	text-transform: uppercase;
}

.site-footer {
	background: #0b1220;
	color: rgba(255, 255, 255, 0.86);
	padding: 3rem 0 1.5rem;
}

.site-footer .brand {
	color: #fff;
}

.site-footer .brand-copy small,
.site-footer p,
.site-footer a {
	color: rgba(255, 255, 255, 0.72);
}

.footer-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.8fr) minmax(0, 0.8fr) minmax(0, 0.8fr);
	gap: 2rem;
}

.footer-brand p {
	max-width: 34rem;
	margin-top: 1rem;
}

.footer-owner {
	font-weight: 800;
	color: rgba(255, 255, 255, 0.9);
}

.site-footer h2 {
	margin-bottom: 1rem;
	font-size: 1rem;
}

.site-footer ul {
	display: grid;
	gap: 0.55rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-footer a {
	text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus {
	color: #fff;
}

.footer-bottom {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	margin-top: 2rem;
	padding-top: 1.3rem;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.64);
	font-size: 0.9rem;
}

.ad-legal-notice {
	border-left: 3px solid var(--ad-accent);
	background: rgba(0, 95, 126, 0.08);
	padding: 0.9rem 1rem;
	border-radius: 0 14px 14px 0;
	color: var(--ad-text);
}

.ad-js .reveal:not(.hero-content) {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity 520ms ease, transform 520ms ease;
}

.ad-js .reveal.is-visible,
.ad-js .hero-content.reveal {
	opacity: 1;
	transform: translateY(0);
}

@keyframes ad-scan {
	from {
		transform: translateX(-38%);
	}
	to {
		transform: translateX(38%);
	}
}

@keyframes ad-pulse {
	0%,
	100% {
		opacity: 0.38;
		transform: scale(1);
	}
	50% {
		opacity: 0.72;
		transform: scale(1.08);
	}
}

@media (max-width: 1180px) {
	.durable-card-grid,
	.portfolio-grid,
	.process-timeline,
	.request-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.process-card::after {
		display: none;
	}
}

@media (max-width: 940px) {
	.header-cta {
		display: none;
	}

	body.nav-open {
		overflow: hidden;
	}

	body.nav-open::before {
		content: "";
		position: fixed;
		inset: 76px 0 0;
		z-index: 80;
		background: rgba(7, 17, 31, 0.68);
		backdrop-filter: blur(8px);
	}

	.nav-toggle {
		display: inline-grid;
		place-items: center;
		margin-left: auto;
	}

	.site-nav {
		position: absolute;
		left: 1rem;
		right: 1rem;
		top: calc(100% + 0.6rem);
		z-index: 120;
		display: none;
		max-height: calc(100vh - 104px);
		overflow-y: auto;
		border: 1px solid var(--ad-line);
		border-radius: 18px;
		background: rgba(255, 255, 255, 0.98);
		padding: 1rem;
		box-shadow: var(--ad-shadow);
	}

	.nav-open .site-nav {
		display: block;
	}

	.nav-menu {
		display: grid;
		gap: 0.4rem;
	}

	.nav-menu a {
		display: block;
		padding: 0.75rem;
		border-radius: 10px;
	}

	.nav-menu a:hover,
	.nav-menu a:focus {
		background: rgba(0, 174, 232, 0.08);
	}

	.hero-content,
	.split-layout,
	.request-layout {
		grid-template-columns: 1fr;
	}

	.request-copy {
		position: static;
	}

	.request-layout .request-list,
	.request-form {
		grid-column: auto;
		grid-row: auto;
	}

	.hero-panel {
		max-width: 540px;
	}

	.trust-strip,
	.trust-grid,
	.post-list,
	.faq-grid,
	.footer-grid {
		grid-template-columns: 1fr;
	}

	.footer-bottom {
		display: grid;
	}
}

@media (max-width: 720px) {
	body {
		font-size: 15px;
	}

	body.nav-open::before {
		inset: 66px 0 0;
	}

	.container {
		width: min(calc(100% - 1.25rem), var(--ad-content));
	}

	.header-inner {
		min-height: 66px;
	}

	.brand-copy small {
		display: none;
	}

	.hero {
		min-height: auto;
		margin-top: -66px;
		padding-top: 7rem;
	}

	.hero-video {
		display: none;
	}

	h1 {
		font-size: clamp(2.2rem, 10vw, 3.25rem);
		line-height: 1.06;
		max-width: 100%;
	}

	.hero-panel h2 {
		font-size: clamp(1.45rem, 8vw, 2rem);
		overflow-wrap: break-word;
	}

	.button-row,
	.button-row .button,
	.contact-actions .button,
	.cta-panel .button {
		width: 100%;
	}

	.durable-card-grid,
	.portfolio-grid,
	.hero-metrics,
	.ad-content-grid,
	.material-detail-grid,
	.process-timeline,
	.request-list,
	.ad-founder-inline {
		grid-template-columns: 1fr;
	}

	.tally-frame {
		min-height: 880px;
	}

	.price-row {
		display: grid;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: 0.001ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.001ms !important;
	}

	.hero-video {
		display: none;
	}

	.ad-js .reveal {
		opacity: 1;
		transform: none;
	}
}
