:root {
	--sideMargin: 0px;
	--black: #130F26;
	--red: #FF4C4F;
	--deep: #262B3A;
	--text: #9199A4;
}

html {
	font-family: "Figtree", sans-serif;
	font-style: normal;
}

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: rgb(7, 9, 14);
	overflow-x: hidden;
	overflow-y: scroll;
}

img {
	pointer-events: none;
}

#loading-wrap {
	position: absolute;
	width: 100vw;
	height: 100vh;
	z-index: 10000;
	background-color: rgb(7, 9, 14);
}

#nav-bar-container {
	display: flex;
	padding: 25px;
	align-items: center;
	justify-content: center;
	position: fixed;
	z-index: 9999;
	right: 0;
	left: 0;
	transition: 0.1s ease-in-out;
}

#nav-bar {
	display: flex;
	width: 1000px;
	justify-content: space-between;
	align-items: center;
}

#nav-bar-icons {
	display: flex;
	align-items: center;
	gap: 20px;
}

#nav-bar-icon {
	transition: 0.08s ease-in-out;
}

#nav-bar-icon:hover {
	opacity: 0.75;
	transform: translateY(-2px);
}

#nav-bar-text {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	margin-right: 8px;
	transition: 0.08s ease-in-out;
}

#nav-bar-text:hover {
	transform: translateY(-2px);
}

#hero {
	position: relative;
	height: 370px;
	min-height: 420px;
	overflow: hidden;
}

#hero-video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}

#hero-overlay {
	position: absolute;
	inset: 0;
	opacity: 0.89;
	background: #080B13;
	z-index: 1;
}

#hero-content {
	display: flex;
	align-items: center;
	gap: 32px;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	top: 165px;
	z-index: 999;
}

#hero-g1 {
	width: 95px;
	height: auto;
	flex-shrink: 0;
}

#hero-text {
	margin: 0;
	font-size: 34px;
	line-height: 1.25;
	font-weight: 600;
	color: white;
	max-width: 700px;
}

#hero-highlight {
	color: var(--red);
	font-weight: 700;
}

#line {
	height: 138px;
	width: 8px;
	position: absolute;
	left: 44px;
	top: 120px;
	background: linear-gradient(#FF4C4F 0%, rgba(255, 76, 79, 0.00) 100%);
	z-index: 1;
}

.feature {
	background: #080A17;
	padding: 100px 0;
}

.feature__actions {
	margin-top: 25px;
}

.feature__inner {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}

.feature__desc {
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 31px;
	width: 500px;
}

.feature__left {
	max-width: 800px;
}

.feature__right {
	flex: 0 0 auto;
	display: flex;
	justify-content: flex-end;
}

.feature__img {
	width: 410px;
	height: auto;
	border-radius: 4px;
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.5);
}

.feature__kicker {
	margin-bottom: 6px;
	color: var(--red);
	font-size: 14px;
	font-weight: 700;
}

.feature__title {
	margin: 0 0 18px;
	color: #ffffff;
	font-size: 26px;
	font-weight: 600;
}

.feature__title-light {
	font-weight: 500;
}

.btn {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 8px 23px 8px 13px;
	border-radius: 2px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	user-select: none;
	cursor: pointer;
	margin-right: 12px;
	transition: 0.08s ease-in-out;
}

.btn:active {
	transform: translateY(1px);
}

.btn__icon {
	width: 32px;
	height: 32px;
	display: block;
}

.btn--primary {
	background: var(--red);
	color: #0b0b0b;
	border: 1px solid var(--red);
}

.btn--primary:hover {
	transform: translateY(-2px);
}

.btn--secondary {
	background: transparent;
	color: #ffffff;
	border: 1px solid #ffffff;
}

.btn--secondary:hover {
	transform: translateY(-2px);
}

.site-footer {
	background: #06080f;
	padding: 44px 24px 44px 24px;
	color: rgba(255, 255, 255, 0.85);
}

.site-footer__inner {
	width: 1000px;
	margin: 0 auto;
}

/* Top row */
.site-footer__top {
	display: grid;
	grid-template-columns: 1.2fr 1fr 1fr 1.2fr;
	gap: 44px;
	align-items: start;
	padding-bottom: 34px;
}

.footer-title {
	margin: 0 0 14px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 650;
	letter-spacing: 0.02em;
}

/* links */
.footer-link {
	display: block;
	width: fit-content;
	color: rgba(255, 255, 255, 0.45);
	font-size: 12px;
	text-decoration: none;
	line-height: 1.9;
	transition: color 0.15s ease, transform 0.15s ease;
}

.footer-link:hover {
	color: rgba(255, 255, 255, 0.8);
	transform: translateY(-1px);
}

.footer-col--divider {
	position: relative;
	padding-left: 32px;
}

.footer-col--divider::before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	bottom: 2px;
	width: 1px;
	background: rgba(255, 255, 255, 0.08);
}

.footer-social {
	display: flex;
	gap: 8px;
	align-items: center;
	margin-top: 6px;
}

.social-btn {
	display: inline-flex;
	width: 24px;
	height: 24px;
	align-items: center;
	justify-content: center;
	opacity: 0.9;
	transition: transform 0.15s ease, opacity 0.15s ease;
}

.social-btn img {
	width: 18px;
	height: 18px;
	display: block;
}

.social-btn:hover {
	transform: translateY(-2px);
	opacity: 1;
}

.site-footer__rule {
	height: 1px;
	width: 100%;
	background: rgba(255, 255, 255, 0.08);
}

.site-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 18px;
	gap: 16px;
}

.footer-copy {
	margin: 0;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.35);
}

.footer-logo {
	height: 28px;
	width: auto;
	opacity: 0.9;
}

/* ============================= */
/* MOBILE LAYOUT (FULL BLEED)    */
/* ============================= */

@media (max-width: 1070px) {
	#nav-bar, #hero-content, .feature__inner, .site-footer__inner {
		width: 700px;
	}

	/* ---------- FEATURE SECTION ---------- */
	.feature {
		padding: 40px;
		align-items: center;
	}
	
	.feature__inner {
		max-width: none;
		width: 700px;
		margin: 0 auto;
		padding: 0;
		flex-direction: column;
		gap: 0;
	}
	
	/* IMAGE — FULL BLEED */
	.feature__right {
		width: 700px;
		order: -1;
	}
	
	.feature__img {
		width: 700px;
		max-width: none;
		border-radius: 0;
		margin: 0;
	 }
	
	/* TEXT SAFE PADDING */
	.feature__left {
		max-width: none;
		margin-top: 30px;
	}
	
	.feature__desc {
		max-width: none;
		width: 100%;
		font-size: 16px;
	}
	
	/* BUTTONS — FULL WIDTH */
	.feature__actions {
		width: 100%;
		display: flex;
		flex-direction: column;
		gap: 12px;
	}
	
	.btn {
		max-width: none;
		margin-right: 0;
		justify-content: center;
		padding-top: 12px;
		padding-bottom: 12px;
		font-size: 16px;
	}
}

@media (max-width: 768px) {
	#nav-bar-text {
	  display: none;
	}
  
	#nav-bar-icons {
	  gap: 32px;
	}
  
	/* ---------- HERO ---------- */
	#hero {
	  height: auto;
	  min-height: 40vw;
	  padding-bottom: 40px;
	}
  
	#hero-content {
	  flex-direction: column;
	  align-items: flex-start;
	  gap: 18px;
	  top: auto;
	  padding: 28px 78px 28px 78px;
	  width: 100%;
	  max-width: none;
	}

	#hero-text {
		font-size: 6vw;
		line-height: 1.15;
		width: calc(100% - 150px);
	}

	#hero-g1 {
		visibility: hidden;
	}

	#line {
	  left: 38px;
	  top: 148px;
	  height: 250px;
	  width: 6px;
	}
  
	/* ---------- FEATURE SECTION ---------- */
	.feature {
	  padding: 40px;
	}
  
	.feature__inner {
	  width: 100%;
	  max-width: none;
	  margin: 0;
	  padding: 0;
	  flex-direction: column;
	  align-items: flex-start;
	  gap: 0;
	}
  
	/* IMAGE — FULL BLEED */
	.feature__right {
	  width: 100%;
	  order: -1;
	}
  
	.feature__img {
	  width: 100%;
	  max-width: none;
	  border-radius: 0;
	  margin: 0;
	}
  
	/* TEXT SAFE PADDING */
	.feature__left {
	  width: 100%;
	  max-width: none;
	  margin-top: 30px;
	}
  
	.feature__desc {
	  max-width: none;
	  width: 100%;
	  font-size: 16px;
	}
  
	/* BUTTONS — FULL WIDTH */
	.feature__actions {
	  width: 100%;
	  display: flex;
	  flex-direction: column;
	  gap: 12px;
	}
  
	.btn {
	  max-width: none;
	  margin-right: 0;
	  justify-content: center;
	  padding-top: 12px;
	  padding-bottom: 12px;
	  font-size: 16px;
	}
  
	/* ---------- FOOTER ---------- */
	.site-footer {
	  padding: 36px;
	}

	.footer-title {
		font-size: 18px;
	}

	.footer-link {
		font-size: 16px;
		margin-bottom: 8px;
	}

	.social-btn img {
		width: 24px;
		height: 24px;
	}

	.social-btn {
		margin-right: 16px;
	}
  
	.site-footer__inner {
	  width: 100%;
	  max-width: none;
	}
  
	.site-footer__top {
	  grid-template-columns: 1fr;
	  gap: 22px;
	  padding-bottom: 22px;
	}
  
	.footer-col--divider {
	  padding-left: 0;
	}
  
	.footer-col--divider::before {
	  display: none;
	}

	.site-footer__bottom {
		flex-direction: row;          /* put items side by side */
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		margin-top: 14px;
	  }
	
	  .footer-copy {
		font-size: 14px;              /* slightly smaller for mobile */
		text-align: left;
	  }
	
	  .footer-logo {
		height: 26px;                 /* keep logo compact */
	  }
  }

@media (max-width: 400px) {

	html {
		min-width: 400px;
	}

	#hero-text {
		font-size: 30px;
		line-height: 1.15;
		width: calc(100% - 150px);
	}

}