@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@600;700&family=Montserrat:wght@400;500;800&display=swap");

:root {
	--bg: #1b2430;
	--bg-deeper: #141c26;
	--surface: rgba(24, 33, 45, 0.86);
	--surface-strong: rgba(16, 23, 33, 0.96);
	--gold: #d2bf91;
	--gold-soft: rgba(210, 191, 145, 0.12);
	--gold-glow: rgba(210, 191, 145, 0.4);
	--blue: #3a87bd;
	--accent-green: #2ecc71;
	--text: #ffffff;
	--text-dark: #1b2430;
	--text-muted: #aeb7c2;
	--border: rgba(210, 191, 145, 0.22);
	--shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
	--max: 1240px;
	--font-ui: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--font-brand: "Cinzel", "Times New Roman", serif;
}

* {
	box-sizing: border-box;
}

html,
body {
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
}

body {
	font-family: var(--font-ui);
	color: var(--text);
	background-color: var(--bg);
	background-image:
		radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.025) 1px, transparent 0),
		linear-gradient(180deg, rgba(255, 255, 255, 0.015), transparent 24%),
		linear-gradient(135deg, rgba(58, 135, 189, 0.035), transparent 34%);
	background-size: 7px 7px, 100% 100%, 100% 100%;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	text-rendering: geometricPrecision;
}

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

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

.container {
	max-width: var(--max);
	margin: 0 auto;
	width: 100%;
}

.section {
	padding: 80px 0;
}

.section-inner,
.header-inner,
.hero-inner,
.footer-inner,
.footer-bottom {
	padding-left: 40px;
	padding-right: 40px;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 10;
	backdrop-filter: blur(12px);
	background: rgba(27, 36, 48, 0.92);
	border-bottom: 1px solid rgba(210, 191, 145, 0.1);
	transition: border-color 0.3s ease;
}

.site-header:hover {
	border-bottom-color: rgba(210, 191, 145, 0.2);
}

.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding-top: 18px;
	padding-bottom: 18px;
}

.brand {
	display: inline-flex;
	align-items: center;
	gap: 14px;
}

.brand-mark {
	width: 64px;
	height: 64px;
	border: 1px solid var(--gold);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.02);
	padding: 6px;
	display: grid;
	place-items: center;
}

.brand-mark img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.brand-text {
	font-family: var(--font-brand);
	font-size: clamp(1.2rem, 2.5vw, 1.6rem);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	color: var(--gold);
	transition: color 0.3s ease;
}

.brand-text:hover {
	color: var(--text);
}

.site-nav {
	display: flex;
	align-items: center;
	gap: 20px 28px;
	flex-wrap: wrap;
}

.site-nav a,
.footer a,
.company-info a {
	color: var(--blue);
	transition: color 0.2s ease, opacity 0.2s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.footer a:hover,
.company-info a:hover {
	color: var(--text);
}

.hero {
	position: relative;
	overflow: hidden;
	padding: clamp(80px 0 60px, 12vw, 120px 0 80px);
	background-color: var(--bg);
}

.hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		radial-gradient(circle at 65% 15%, rgba(210, 191, 145, 0.08), transparent 40%),
		radial-gradient(circle at 70% 12%, rgba(58, 135, 189, 0.12), transparent 34%),
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cg fill='none' stroke='%233A87BD' stroke-width='0.6' stroke-opacity='0.1'%3E%3Cpath d='M0 28H62V12H106'/%3E%3Cpath d='M0 58H40V78H84V104H136'/%3E%3Cpath d='M10 180V136H52V114H96'/%3E%3Cpath d='M180 42H146V72H108'/%3E%3Cpath d='M180 142H152V108H124V86H92'/%3E%3Cpath d='M138 180V154H112V132H76'/%3E%3C/g%3E%3Ccircle cx='62' cy='28' r='2.5' fill='%233A87BD' fill-opacity='0.15'/%3E%3Ccircle cx='84' cy='78' r='2.5' fill='%233A87BD' fill-opacity='0.15'/%3E%3C/svg%3E");
	background-repeat: no-repeat, no-repeat, repeat;
	background-size: 100% 100%, 100% 100%, 180px 180px;
	opacity: 0.9;
	mask-image: radial-gradient(circle at center, black 60%, transparent 100%);
	pointer-events: none;
}

.hero-inner {
	position: relative;
	z-index: 1;
	text-align: center;
}

.hero-data-nodes {
	position: absolute;
	top: 18px;
	right: 18px;
	width: 220px;
	height: 132px;
	z-index: 1;
	pointer-events: none;
	opacity: 0.9;
}

.data-line {
	position: absolute;
	height: 0.5px;
	transform-origin: left center;
	background: rgba(58, 135, 189, 0.34);
	box-shadow: 0 0 6px rgba(58, 135, 189, 0.14);
}

.line-1 {
	left: 26px;
	top: 24px;
	width: 84px;
	transform: rotate(12deg);
}

.line-2 {
	left: 102px;
	top: 42px;
	width: 64px;
	transform: rotate(-28deg);
}

.line-3 {
	left: 42px;
	top: 82px;
	width: 92px;
	transform: rotate(-24deg);
}

.line-4 {
	left: 112px;
	top: 78px;
	width: 72px;
	transform: rotate(18deg);
}

.data-node {
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	animation: node-pulse 3s ease-in-out infinite;
}

.node-gold {
	background: #d2bf91;
	box-shadow: 0 0 0 2px rgba(210, 191, 145, 0.12), 0 0 12px rgba(210, 191, 145, 0.6);
}

.node-blue {
	background: #3a87bd;
	box-shadow: 0 0 0 2px rgba(58, 135, 189, 0.14), 0 0 12px rgba(58, 135, 189, 0.55);
}

.node-1 {
	left: 22px;
	top: 20px;
	animation-delay: 0s;
}

.node-2 {
	left: 112px;
	top: 38px;
	animation-delay: 0.6s;
}

.node-3 {
	left: 36px;
	top: 80px;
	animation-delay: 1.2s;
}

.node-4 {
	left: 184px;
	top: 96px;
	animation-delay: 1.8s;
}

@keyframes node-pulse {
	0%,
	100% {
		transform: scale(1);
		opacity: 0.82;
	}
	50% {
		transform: scale(1.18);
		opacity: 1;
	}
}

@keyframes pulse-dot {
	0%,
	100% {
		box-shadow: 0 0 0 0 var(--accent-green);
	}
	50% {
		box-shadow: 0 0 0 8px rgba(46, 204, 113, 0);
	}
}

.status-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 12px;
	padding: 8px 14px;
	background: rgba(46, 204, 113, 0.08);
	border: 1px solid rgba(46, 204, 113, 0.3);
	border-radius: 999px;
	font-size: 0.8rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--accent-green);
	backdrop-filter: blur(6px);
}

.pulse-dot {
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--accent-green);
	animation: pulse-dot 2s ease-in-out infinite;
}

.hero-kicker {
	font-family: var(--font-ui);
	margin: 16px 0;
	padding: 0;
	color: var(--text-muted);
	text-transform: uppercase;
	letter-spacing: 0.12em;
	font-size: 0.85rem;
	font-weight: 500;
}

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

h1,
h2,
h3 {
	line-height: 1.12;
}

h1 {
	font-family: var(--font-ui);
	margin-bottom: 24px;
	font-size: clamp(2.5rem, 6vw, 4.5rem);
	font-weight: 800;
	letter-spacing: -0.02em;
	color: var(--text);
}

h2 {
	font-size: clamp(1.9rem, 3.5vw, 3rem);
	margin-bottom: 0;
}

.hero-subheadline {
	font-family: var(--font-ui);
	margin: 0 auto 24px;
	color: var(--gold);
	font-size: clamp(1.1rem, 2.2vw, 1.4rem);
	letter-spacing: 0.01em;
	font-weight: 500;
}

.hero-description {
	font-family: var(--font-ui);
	max-width: 720px;
	margin: 0 auto 32px;
	color: var(--text-muted);
	font-size: clamp(0.95rem, 1.8vw, 1.05rem);
	line-height: 1.7;
}

.cta {
	display: inline-block;
	text-decoration: none;
	border: 2px solid var(--gold);
	border-radius: 999px;
	background: var(--gold);
	color: var(--text-dark);
	padding: 14px 32px;
	font-weight: 700;
	font-size: 0.95rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-family: var(--font-ui);
	transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
	box-shadow: 0 4px 16px rgba(210, 191, 145, 0.2);
}

.cta:hover {
	transform: translateY(-3px);
	background: var(--text);
	border-color: var(--text);
	box-shadow: 0 12px 28px rgba(210, 191, 145, 0.35);
}

.cta:active {
	transform: translateY(-1px);
}

.cta:focus-visible,
.site-nav a:focus-visible,
.footer a:focus-visible,
.contact-form input:focus-visible,
.contact-form textarea:focus-visible,
.contact-form button:focus-visible {
	outline: 2px solid var(--blue);
	outline-offset: 3px;
}

.about-section {
	border-top: 1px solid rgba(210, 191, 145, 0.1);
}

.split-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
	gap: 40px;
}

.stack-text {
	display: grid;
	gap: 20px;
}

.section-label {
	margin-bottom: 14px;
	color: var(--blue);
	text-transform: uppercase;
	letter-spacing: 0.14em;
	font-size: 0.8rem;
}

.about-section p,
.section-intro,
.contact-section p,
.pillar-card p,
.approach-card p,
.focus-card p,
.footer p {
	color: var(--text-muted);
}

.activity-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	margin-top: 32px;
}

.card {
	border: 1px solid var(--border);
	border-radius: 18px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.015), rgba(12, 18, 27, 0.22));
	box-shadow: var(--shadow);
	transition: border-color 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
}

.pillar-card,
.focus-card,
.company-info,
.contact-form {
	padding: 28px;
}

.pillar-card h3,
.focus-card h3 {
	margin-bottom: 12px;
	color: var(--text);
}

.pillar-card:hover,
.focus-card:hover,
.approach-card:hover {
	transform: translateY(-2px);
	border-color: rgba(210, 191, 145, 0.34);
}

.approach-section {
	background: linear-gradient(180deg, rgba(10, 15, 23, 0.34), rgba(10, 15, 23, 0.18));
	border-top: 1px solid rgba(210, 191, 145, 0.08);
	border-bottom: 1px solid rgba(210, 191, 145, 0.08);
}

.section-intro {
	max-width: 720px;
	margin: 20px 0 0;
}

.approach-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
	margin-top: 32px;
}

.approach-card {
	padding: 24px;
	background: var(--surface-strong);
}

.step-index {
	display: inline-block;
	margin-bottom: 18px;
	color: var(--blue);
	font-size: 1.15rem;
	font-weight: 600;
	letter-spacing: 0.1em;
}

.approach-card p {
	font-size: 1.12rem;
	line-height: 1.75;
}

.focus-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	margin-top: 32px;
}

.contact-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: 28px;
	margin-top: 28px;
}

.company-info {
	align-self: start;
}

.company-name,
.footer-title {
	color: var(--text) !important;
}

.contact-form {
	display: grid;
	gap: 12px;
	background: var(--surface);
}

.contact-form label {
	color: var(--gold);
	font-size: 0.9rem;
	letter-spacing: 0.03em;
}

.contact-form input,
.contact-form textarea {
	width: 100%;
	border: 1px solid rgba(210, 191, 145, 0.24);
	border-radius: 14px;
	background: var(--surface-strong);
	color: var(--text);
	padding: 14px 16px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.contact-form input:hover,
.contact-form textarea:hover {
	border-color: rgba(58, 135, 189, 0.55);
}

.contact-form input:focus,
.contact-form textarea:focus {
	border-color: var(--blue);
	box-shadow: 0 0 0 4px rgba(58, 135, 189, 0.14);
	background: rgba(12, 18, 27, 0.98);
}

.contact-form button {
	justify-self: start;
	margin-top: 8px;
	border: 2px solid var(--gold);
	border-radius: 999px;
	background: var(--gold);
	color: var(--text-dark);
	padding: 12px 24px;
	font: inherit;
	font-weight: 700;
	font-size: 0.95rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	cursor: pointer;
	transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-form button:hover {
	transform: translateY(-2px);
	background: var(--text);
	border-color: var(--text);
	box-shadow: 0 8px 20px rgba(210, 191, 145, 0.25);
}

.contact-form button:active {
	transform: translateY(-1px);
}

.contact-form button:disabled {
	opacity: 0.6;
	cursor: not-allowed;
	transform: none;
}

.footer {
	background: var(--bg-deeper);
	border-top: 1px solid rgba(210, 191, 145, 0.15);
	padding: 24px 0 32px;
}

.footer-inner {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap;
}

.footer-block {
	display: grid;
	gap: 10px;
}

.footer-block p {
	margin: 0;
	line-height: 1.5;
}

.footer-links {
	text-align: right;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.footer-bottom {
	border-top: 1px solid rgba(210, 191, 145, 0.08);
	margin-top: 20px;
	padding-top: 18px;
	text-align: center;
}

.footer-bottom p {
	margin: 0;
	font-size: 0.8rem;
	color: var(--text-muted);
	letter-spacing: 0.02em;
}

@media (max-width: 960px) {
	.split-layout,
	.contact-layout,
	.activity-grid,
	.approach-grid,
	.focus-grid {
		grid-template-columns: 1fr;
	}

	.footer-links {
		text-align: left;
	}

	.section-inner,
	.header-inner,
	.hero-inner,
	.footer-inner,
	.footer-bottom {
		padding-left: 32px;
		padding-right: 32px;
	}
}

@media (max-width: 720px) {
	.header-inner {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
	}

	.site-nav {
		width: 100%;
		justify-content: center;
		gap: 16px 24px;
	}

	.hero-data-nodes {
		top: 8px;
		right: 4px;
		transform: scale(0.72);
		transform-origin: top right;
		opacity: 0.6;
	}

	.hero {
		padding: 60px 0 60px;
	}

	.section {
		padding: 52px 0;
	}

	.status-badge {
		font-size: 0.75rem;
		padding: 6px 12px;
	}

	.cta {
		padding: 12px 28px;
		font-size: 0.9rem;
	}

	.hero-subheadline,
	.hero-description {
		margin-bottom: 20px;
	}
}

@media (max-width: 540px) {
	.section-inner,
	.header-inner,
	.hero-inner,
	.footer-inner,
	.footer-bottom {
		padding-left: 16px;
		padding-right: 16px;
	}

	.brand {
		width: 100%;
		justify-content: space-between;
		align-items: center;
	}

	.brand-mark {
		width: 48px;
		height: 48px;
		flex-shrink: 0;
	}

	.brand-text {
		font-size: clamp(1rem, 2vw, 1.2rem);
		letter-spacing: 0.12em;
	}

	.site-nav {
		flex-direction: column;
		gap: 8px;
		width: 100%;
	}

	.site-nav a {
		font-size: 0.9rem;
	}

	.hero-data-nodes {
		display: none;
	}

	.status-badge {
		font-size: 0.7rem;
		padding: 5px 10px;
		gap: 6px;
	}

	.pulse-dot {
		width: 5px;
		height: 5px;
	}

	.hero {
		padding: 48px 0 48px;
	}

	.section {
		padding: 40px 0;
	}

	h1 {
		font-size: clamp(1.8rem, 5vw, 2.5rem);
		margin-bottom: 16px;
	}

	h2 {
		font-size: clamp(1.4rem, 4vw, 1.9rem);
	}

	.cta {
		width: 100%;
		text-align: center;
		padding: 14px 20px;
		font-size: 0.85rem;
	}

	.pillar-card,
	.focus-card,
	.approach-card,
	.company-info,
	.contact-form {
		padding: 20px;
	}

	.footer-inner {
		flex-direction: column;
		gap: 16px;
	}

	.footer-links {
		width: 100%;
	}
}
