/* =====================================================================
   ARAZAS homepage � dark design system
   Modeled on mind.arazas.com / dreamsuite.io
   ===================================================================== */

:root {
	--az-bg: #121212;
	--az-bg-2: #1a1a1a;
	--az-panel: rgba(255, 255, 255, 0.035);
	--az-panel-hover: rgba(255, 255, 255, 0.06);
	--az-border: rgba(255, 255, 255, 0.08);
	--az-border-strong: rgba(255, 255, 255, 0.14);
	--az-text: #F8FAFC;
	--az-muted: #94A3B8;
	--az-muted-2: #64748B;
	--az-amber: #FFB700;
	--az-amber-soft: #FFC83D;
	--az-amber-grad: linear-gradient(135deg, #FFC83D 0%, #E68A00 100%);
	--az-radius: 16px;
	--az-radius-lg: 22px;
	--az-maxw: 1180px;
	--az-font: "Plus Jakarta Sans", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--az-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}

/* ---- Base / theme override -------------------------------------------- */
body#home-version-1 {
	background: var(--az-bg);
	color: var(--az-text);
	font-family: var(--az-font);
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	overflow-x: hidden;
}

body#home-version-1 ::selection {
	background: rgba(255, 183, 0, 0.28);
	color: #fff;
}

#main_content {
	position: relative;
	z-index: 1;
}

.az-section {
	position: relative;
	padding: 110px 0;
}

.az-container {
	width: 100%;
	max-width: var(--az-maxw);
	margin: 0 auto;
	padding: 0 24px;
}

/* ---- Shared label / pill --------------------------------------------- */
.az-pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 7px 16px;
	border: 1px solid var(--az-border-strong);
	border-radius: 999px;
	background: rgba(255, 183, 0, 0.06);
	color: var(--az-amber);
	font-family: var(--az-mono);
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1.6px;
	text-transform: uppercase;
}

.az-pill i {
	font-size: 11px;
}

/* ---- Section heading ------------------------------------------------- */
.az-head {
	max-width: 760px;
	margin: 0 auto 60px;
	text-align: center;
}

.az-head .az-pill {
	margin-bottom: 22px;
}

.az-head h2 {
	font-size: clamp(2rem, 4.4vw, 3.25rem);
	line-height: 1.08;
	font-weight: 800;
	letter-spacing: -1.4px;
	margin: 0 0 18px;
	color: var(--az-text);
}

.az-head p {
	font-size: clamp(1rem, 1.4vw, 1.15rem);
	line-height: 1.6;
	color: var(--az-muted);
	margin: 0;
}

.az-accent {
	/* Bright, vivid gold to match the logo icon */
	color: #FFD60A;
	-webkit-text-fill-color: #FFD60A;
	text-shadow:
		0 0 18px rgba(255, 214, 10, 0.75),
		0 0 36px rgba(255, 200, 20, 0.45);
}

/* ---- Buttons --------------------------------------------------------- */
.az-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 14px 30px;
	border-radius: 12px;
	font-family: var(--az-font);
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	cursor: pointer;
	transition: transform .18s ease, box-shadow .25s ease, background .25s ease, border-color .25s ease, color .2s ease;
}

.az-btn .az-arr {
	transition: transform .2s ease;
}

.az-btn:hover .az-arr {
	transform: translateX(4px);
}

.az-btn-primary {
	background: var(--az-amber-grad);
	color: #070A13;
	box-shadow: 0 10px 30px -10px rgba(255, 183, 0, 0.6);
}

.az-btn-primary:hover {
	color: #070A13;
	transform: translateY(-2px);
	box-shadow: 0 16px 40px -12px rgba(255, 183, 0, 0.75);
}

.az-btn-ghost {
	background: transparent;
	color: var(--az-amber);
	border: 1px solid var(--az-border-strong);
	font-family: var(--az-mono);
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.6px;
	text-transform: uppercase;
}

.az-btn-ghost:hover {
	color: var(--az-amber);
	border-color: var(--az-amber);
	background: rgba(255, 183, 0, 0.08);
	transform: translateY(-2px);
}

/* =====================================================================
   HERO
   ===================================================================== */
.az-hero {
	position: relative;
	min-height: 100vh;
	display: flex;
	align-items: center;
	padding: 140px 0 110px;
	overflow: hidden;
}

.az-hero__media {
	position: absolute;
	inset: 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 0;
}

.az-hero__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(120% 95% at 50% 38%, rgba(18, 18, 18, 0) 0%, rgba(18, 18, 18, 0.28) 60%, rgba(18, 18, 18, 0.82) 100%),
		linear-gradient(180deg, rgba(18, 18, 18, 0.35) 0%, rgba(18, 18, 18, 0.08) 42%, rgba(18, 18, 18, 0.78) 100%);
}

.az-hero__inner {
	position: relative;
	z-index: 2;
	max-width: 880px;
	margin: 0 auto;
	text-align: center;
}

/* Soft dark scrim behind hero content so text/buttons pop over Earth */
.az-hero__inner::before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 140%;
	height: 150%;
	background: radial-gradient(60% 55% at 50% 50%,
		rgba(18, 18, 18, 0.72) 0%,
		rgba(18, 18, 18, 0.48) 45%,
		rgba(18, 18, 18, 0) 80%);
	pointer-events: none;
}

.az-hero__inner .az-pill {
	margin-bottom: 28px;
}

.az-hero h1 {
	font-size: clamp(1.98rem, 4.86vw, 3.8rem);
	line-height: 1.04;
	font-weight: 800;
	letter-spacing: -2px;
	margin: 0 0 26px;
	color: var(--az-text);
	text-shadow: 0 2px 24px rgba(7, 10, 19, 0.7), 0 1px 4px rgba(7, 10, 19, 0.6);
}

.az-hero__lead {
	font-size: clamp(1.05rem, 1.7vw, 1.35rem);
	line-height: 1.6;
	color: #D7DEE8;
	max-width: 640px;
	margin: 0 auto 40px;
	text-shadow: 0 1px 12px rgba(7, 10, 19, 0.85);
}

.az-hero__ctas {
	display: flex;
	gap: 16px;
	justify-content: center;
	flex-wrap: wrap;
}

/* Make hero buttons read clearly over the bright gold artwork */
.az-hero__ctas .az-btn-primary {
	box-shadow: 0 10px 30px -8px rgba(255, 183, 0, 0.55), 0 0 0 1px rgba(7, 10, 19, 0.35);
}
.az-hero__ctas .az-btn-ghost {
	background: rgba(7, 10, 19, 0.55);
	border-color: rgba(255, 255, 255, 0.28);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
}
.az-hero__ctas .az-btn-ghost:hover {
	background: rgba(255, 183, 0, 0.12);
	border-color: var(--az-amber);
}

.az-hero__scroll {
	position: absolute;
	left: 50%;
	bottom: 30px;
	transform: translateX(-50%);
	z-index: 2;
	color: var(--az-muted-2);
	font-family: var(--az-mono);
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	opacity: .8;
}

.az-hero__scroll i {
	animation: azBob 1.8s ease-in-out infinite;
}

@keyframes azBob {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(6px); }
}

/* =====================================================================
   ECOSYSTEM GRID
   ===================================================================== */
.az-ecosystem {
	background:
		radial-gradient(80% 60% at 50% 0%, rgba(255, 183, 0, 0.06) 0%, rgba(7, 10, 19, 0) 60%),
		var(--az-bg);
	border-top: 1px solid var(--az-border);
}

.az-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.az-card {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	padding: 28px;
	background: var(--az-panel);
	border: 1px solid var(--az-border);
	border-radius: var(--az-radius);
	text-decoration: none;
	overflow: hidden;
	transition: transform .25s ease, border-color .25s ease, background .25s ease, box-shadow .25s ease;
}

.az-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(120% 80% at 0% 0%, rgba(255, 183, 0, 0.1) 0%, rgba(255, 183, 0, 0) 60%);
	opacity: 0;
	transition: opacity .3s ease;
}

.az-card:hover {
	transform: translateY(-4px);
	border-color: var(--az-border-strong);
	background: var(--az-panel-hover);
	box-shadow: 0 24px 50px -24px rgba(0, 0, 0, 0.8);
}

.az-card:hover::before {
	opacity: 1;
}

.az-card__icon {
	position: relative;
	width: 50px;
	height: 50px;
	display: grid;
	place-items: center;
	border-radius: 13px;
	background: var(--az-amber-grad);
	color: #070A13;
	font-size: 20px;
	margin-bottom: 20px;
	box-shadow: 0 8px 20px -8px rgba(255, 183, 0, 0.6);
}

.az-card__title {
	position: relative;
	font-size: 1.2rem;
	font-weight: 700;
	color: var(--az-text);
	margin: 0 0 8px;
	letter-spacing: -0.3px;
}

.az-card__desc {
	position: relative;
	font-size: 0.92rem;
	line-height: 1.55;
	color: var(--az-muted);
	margin: 0 0 18px;
	flex: 1;
}

.az-card__link {
	position: relative;
	font-family: var(--az-mono);
	font-size: 12px;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	color: var(--az-amber);
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.az-card:hover .az-card__link .az-arr {
	transform: translateX(4px);
}

.az-card__link .az-arr {
	transition: transform .2s ease;
}

/* =====================================================================
   DIVISIONS (image features)
   ===================================================================== */
.az-divisions {
	border-top: 1px solid var(--az-border);
}

.az-feat-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 22px;
}

.az-feat {
	position: relative;
	border-radius: var(--az-radius-lg);
	overflow: hidden;
	min-height: 320px;
	display: flex;
	align-items: flex-end;
	border: 1px solid var(--az-border);
	isolation: isolate;
}

.az-feat img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -2;
	transition: transform .6s ease;
}

.az-feat::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(180deg, rgba(7, 10, 19, 0.1) 0%, rgba(7, 10, 19, 0.55) 50%, rgba(7, 10, 19, 0.96) 100%);
}

.az-feat:hover img {
	transform: scale(1.05);
}

.az-feat__body {
	padding: 32px;
}

.az-feat__kicker {
	font-family: var(--az-mono);
	font-size: 11px;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	color: var(--az-amber);
	margin: 0 0 10px;
}

.az-feat__title {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: -0.5px;
	margin: 0 0 8px;
	color: #fff;
}

.az-feat__desc {
	font-size: 0.95rem;
	line-height: 1.55;
	color: var(--az-muted);
	margin: 0;
	max-width: 90%;
}

.az-feat__link {
	display: inline-block;
	margin-top: 16px;
}

.az-feat--link:hover .az-arr {
	transform: translateX(4px);
}

/* =====================================================================
   PRINCIPLES / VALUE ROW
   ===================================================================== */
.az-principles {
	border-top: 1px solid var(--az-border);
	background:
		radial-gradient(70% 50% at 50% 100%, rgba(255, 183, 0, 0.05) 0%, rgba(7, 10, 19, 0) 60%),
		var(--az-bg);
}

.az-val-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.az-val {
	padding: 34px 30px;
	background: var(--az-panel);
	border: 1px solid var(--az-border);
	border-radius: var(--az-radius);
	transition: transform .25s ease, border-color .25s ease;
}

.az-val:hover {
	transform: translateY(-4px);
	border-color: var(--az-border-strong);
}

.az-val__icon {
	width: 46px;
	height: 46px;
	display: grid;
	place-items: center;
	border-radius: 12px;
	background: rgba(255, 183, 0, 0.1);
	border: 1px solid rgba(255, 183, 0, 0.25);
	color: var(--az-amber);
	font-size: 18px;
	margin-bottom: 18px;
}

.az-val h3 {
	font-size: 1.2rem;
	font-weight: 700;
	margin: 0 0 10px;
	color: var(--az-text);
}

.az-val p {
	font-size: 0.95rem;
	line-height: 1.6;
	color: var(--az-muted);
	margin: 0;
}

/* =====================================================================
   CTA BANNER
   ===================================================================== */
.az-cta {
	border-top: 1px solid var(--az-border);
}

.az-cta__box {
	position: relative;
	text-align: center;
	padding: 70px 40px;
	border-radius: var(--az-radius-lg);
	border: 1px solid var(--az-border-strong);
	background:
		radial-gradient(90% 140% at 50% 0%, rgba(255, 183, 0, 0.16) 0%, rgba(7, 10, 19, 0) 60%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
	overflow: hidden;
}

.az-cta__box h2 {
	font-size: clamp(1.9rem, 4vw, 3rem);
	font-weight: 800;
	letter-spacing: -1.2px;
	line-height: 1.1;
	margin: 0 0 16px;
	color: var(--az-text);
}

.az-cta__box p {
	font-size: 1.1rem;
	color: var(--az-muted);
	max-width: 560px;
	margin: 0 auto 34px;
	line-height: 1.6;
}

.az-cta__ctas {
	display: flex;
	gap: 16px;
	justify-content: center;
	flex-wrap: wrap;
}

/* =====================================================================
   RESPONSIVE
   ===================================================================== */
@media (max-width: 980px) {
	.az-grid { grid-template-columns: repeat(2, 1fr); }
	.az-val-grid { grid-template-columns: 1fr; }
	.az-section { padding: 80px 0; }
}

@media (max-width: 640px) {
	.az-grid { grid-template-columns: 1fr; }
	.az-feat-grid { grid-template-columns: 1fr; }
	.az-hero { min-height: 92vh; padding: 120px 0 90px; }
	.az-hero__ctas .az-btn,
	.az-cta__ctas .az-btn { width: 100%; justify-content: center; }
	.az-cta__box { padding: 48px 24px; }
	.az-head { margin-bottom: 44px; }
}
