@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,600;0,700;1,600&family=Inter:wght@300;400;500;600;700;800&display=swap");
:root {
	--a: #ff4d00;
	--al: #ff7040;
	--ad: #cc3d00;
	--ap: #fff3ee;
	--a50: #fff8f5;
	--gold: #c9973a;
	--navy: #0a1929;
	--ink: #0f1923;
	--w: #ffffff;
	--s: #f9f7f5;
	--s2: #f2efec;
	--th: #0f1923;
	--tb: #374151;
	--tm: #6b7280;
	--bd: #e5e2df;
	--ba: rgba(255, 77, 0, 0.14);
	--fd: "Playfair Display", Georgia, serif;
	--fb: "Inter", system-ui, sans-serif;
	--mx: 1200px;
	--r: 12px;
	--rl: 20px;
	--rx: 32px;
	--rf: 999px;
	--xs: 0 1px 4px rgba(15, 25, 35, 0.06);
	--sm: 0 4px 16px rgba(15, 25, 35, 0.08);
	--md: 0 12px 40px rgba(15, 25, 35, 0.12);
	--lg: 0 24px 64px rgba(15, 25, 35, 0.16);
	--sa: 0 8px 32px rgba(255, 77, 0, 0.22);
	--e: cubic-bezier(0.22, 0.68, 0, 1.2);
}
*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
html {
	scroll-behavior: smooth;
	-webkit-font-smoothing: antialiased;
}
body {
	font-family: var(--fb);
	background: var(--w);
	color: var(--tb);
	overflow-x: hidden;
	line-height: 1.7;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}
a {
	color: inherit;
	text-decoration: none;
}
h1,
h2,
h3,
h4 {
	font-family: var(--fd);
	color: var(--th);
	line-height: 1.1;
}
p {
	color: var(--tb);
	line-height: 1.8;
}
.C {
	max-width: var(--mx);
	margin: 0 auto;
	padding: 0 28px;
}
section {
	padding: 96px 0;
}
.ew {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--a);
	margin-bottom: 14px;
}
.ew::before {
	content: "";
	width: 20px;
	height: 2px;
	background: var(--a);
	border-radius: 2px;
	flex-shrink: 0;
}
.sh {
	text-align: center;
	max-width: 640px;
	margin: 0 auto 56px;
}
.sh h2 {
	font-size: clamp(1.9rem, 4vw, 3rem);
	margin-bottom: 14px;
}
.sh p {
	font-size: 1.05rem;
	color: var(--tm);
}
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-family: var(--fb);
	font-size: 0.92rem;
	font-weight: 700;
	padding: 13px 28px;
	border-radius: var(--rf);
	cursor: pointer;
	transition: all 0.28s var(--e);
	border: 2px solid transparent;
	line-height: 1;
	white-space: nowrap;
	text-decoration: none;
}
.bp {
	background: var(--a);
	color: #fff;
	box-shadow: var(--sa);
}
.bp:hover {
	background: var(--ad);
	transform: translateY(-2px);
}
.bd2 {
	background: var(--navy);
	color: #fff;
}
.bd2:hover {
	background: #0f2744;
	transform: translateY(-2px);
}
.bo {
	background: transparent;
	color: var(--a);
	border-color: var(--a);
}
.bo:hover {
	background: var(--a);
	color: #fff;
	transform: translateY(-2px);
}
.bg2 {
	background: var(--a50);
	color: var(--a);
	border: none;
}
.bg2:hover {
	background: var(--ap);
	transform: translateY(-2px);
}
.bl {
	padding: 16px 40px;
	font-size: 1rem;
}
.nav {
	position: sticky;
	top: 0;
	z-index: 100;
	background: rgba(255, 255, 255, 0.97);
	backdrop-filter: blur(20px);
	border-bottom: 1px solid var(--bd);
	transition: box-shadow 0.3s;
}
.nav.sc {
	box-shadow: var(--sm);
}
.nav-i {
	max-width: var(--mx);
	margin: 0 auto;
	padding: 0 28px;
	height: 68px;
	display: flex;
	align-items: center;
	gap: 16px;
}
.nlogo {
	display: flex;
	align-items: center;
}
.nlogo img {
	height: 40px;
	width: auto;
}
.nlogo-t {
	font-family: var(--fd);
	font-size: 1.4rem;
	font-weight: 700;
	color: var(--a);
	display: none;
}
.nlinks {
	display: flex;
	align-items: center;
	gap: 2px;
	flex: 1;
	padding-left: 8px;
}
.nl {
	padding: 8px 14px;
	font-size: 0.87rem;
	font-weight: 600;
	color: var(--tm);
	border-radius: var(--rf);
	transition: all 0.2s;
	text-decoration: none;
}
.nl:hover,
.nl.active {
	color: var(--a);
	background: var(--a50);
}
.ncta {
	margin-left: auto;
	display: flex;
	align-items: center;
	gap: 10px;
}
.ham {
	display: none;
	flex-direction: column;
	gap: 5px;
	width: 38px;
	height: 38px;
	background: none;
	border: none;
	cursor: pointer;
	padding: 6px;
}
.ham span {
	display: block;
	height: 2px;
	background: var(--th);
	border-radius: 2px;
	transition: all 0.3s;
}
.ham[aria-expanded="true"] span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}
.ham[aria-expanded="true"] span:nth-child(2) {
	opacity: 0;
}
.ham[aria-expanded="true"] span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}
.mob-bg {
	position: fixed;
	inset: 0;
	background: rgba(15, 25, 35, 0.55);
	opacity: 0;
	visibility: hidden;
	z-index: 101;
	transition: all 0.3s;
	backdrop-filter: blur(4px);
}
.mob-bg.op {
	opacity: 1;
	visibility: visible;
}
.mob-p {
	position: fixed;
	top: 0;
	right: 0;
	width: min(340px, 92vw);
	height: 100vh;
	background: var(--w);
	z-index: 102;
	transform: translateX(100%);
	transition: transform 0.35s var(--e);
	overflow-y: auto;
	display: flex;
	flex-direction: column;
}
.mob-p.op {
	transform: translateX(0);
}
.mob-h {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px 24px;
	border-bottom: 1px solid var(--bd);
}
.mob-x-btn {
	background: var(--a50);
	border: none;
	border-radius: 8px;
	padding: 8px;
	cursor: pointer;
	color: var(--a);
	display: flex;
}
.mob-b {
	padding: 16px 24px 32px;
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 2px;
}
.mob-b a {
	display: block;
	padding: 13px 0;
	font-size: 0.97rem;
	color: var(--th);
	border-bottom: 1px solid var(--bd);
	font-weight: 600;
	transition: all 0.2s;
}
.mob-b a:hover {
	color: var(--a);
	padding-left: 8px;
}
.mob-cta {
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
footer {
	background: var(--ink);
	padding: 72px 0 32px;
}
.fi {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr 1fr;
	gap: 40px;
	margin-bottom: 48px;
}
.fl img {
	height: 42px;
	filter: brightness(0) invert(1);
	opacity: 0.85;
}
.flt {
	font-family: var(--fd);
	font-size: 1.4rem;
	color: var(--a);
	display: none;
}
.ftag {
	font-size: 0.86rem;
	color: rgba(255, 255, 255, 0.38);
	margin-bottom: 24px;
}
.fc h5 {
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.28);
	margin-bottom: 14px;
}
.fc a {
	display: block;
	font-size: 0.88rem;
	color: rgba(255, 255, 255, 0.55);
	padding: 5px 0;
	transition: all 0.2s;
}
.fc a:hover {
	color: var(--a);
	padding-left: 5px;
}
.fb {
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	padding-top: 24px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}
.fb p {
	font-size: 0.8rem;
	color: rgba(255, 255, 255, 0.25);
	margin: 0;
}
.fbl {
	display: flex;
	gap: 18px;
}
.fbl a {
	font-size: 0.8rem;
	color: rgba(255, 255, 255, 0.35);
	transition: color 0.2s;
}
.fbl a:hover {
	color: var(--a);
}
.rev {
	opacity: 0;
	transform: translateY(24px);
	transition:
		opacity 0.7s ease,
		transform 0.7s ease;
}
.rev.in {
	opacity: 1;
	transform: none;
}
.d1 {
	transition-delay: 0.1s;
}
.d2 {
	transition-delay: 0.2s;
}
.d3 {
	transition-delay: 0.3s;
}
/* page hero — full background image style (DeepShui-inspired) */
.ph {
	position: relative;
	min-height: 60vh;
	display: flex;
	align-items: center;
	overflow: hidden;
	text-align: center;
	border-bottom: none;
}
.ph-bg {
	position: absolute;
	inset: 0;
	z-index: 0;
}
.ph-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.ph-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(15, 25, 35, 0.92) 0%, rgba(255, 77, 0, 0.45) 100%);
}
.ph-deco {
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
	z-index: 1;
}
.ph-deco-1 {
	top: -80px;
	right: -80px;
	width: 480px;
	height: 480px;
	border: 1px solid rgba(255, 77, 0, 0.18);
}
.ph-deco-2 {
	bottom: -60px;
	left: -60px;
	width: 300px;
	height: 300px;
	border: 1px solid rgba(255, 255, 255, 0.07);
}
.ph > .C {
	position: relative;
	z-index: 2;
	padding: 100px 28px;
}
.ph .ew {
	color: rgba(255, 200, 160, 0.9);
}
.ph .ew::before {
	background: rgba(255, 200, 160, 0.9);
}
.ph h1 {
	font-size: clamp(2.4rem, 5vw, 4rem);
	margin-bottom: 16px;
	color: #fff;
}
.ph h1 em {
	color: var(--a);
	font-style: italic;
}
.ph p {
	font-size: 1.1rem;
	color: rgba(255, 255, 255, 0.82);
	max-width: 600px;
	margin: 0 auto 28px;
}
/* feature grid */
.fg {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin: 40px 0;
}
.fcard {
	background: var(--w);
	border: 1.5px solid var(--bd);
	border-radius: var(--rl);
	padding: 26px;
	display: flex;
	gap: 18px;
	transition: all 0.3s;
}
.fcard:hover {
	border-color: var(--a);
	transform: translateX(4px);
	background: var(--a50);
}
.ficon {
	width: 44px;
	height: 44px;
	border-radius: 12px;
	background: var(--a50);
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.3s;
}
.fcard:hover .ficon {
	background: var(--a);
}
.ficon svg {
	width: 20px;
	height: 20px;
	color: var(--a);
	transition: color 0.3s;
}
.fcard:hover .ficon svg {
	color: #fff;
}
.fcard h3 {
	font-size: 1rem;
	font-family: var(--fb);
	font-weight: 700;
	margin-bottom: 4px;
	color: var(--th);
}
.fcard p {
	font-size: 0.86rem;
	color: var(--tm);
	margin: 0;
}
/* form card */
.form-card {
	background: var(--s);
	border: 1.5px solid var(--bd);
	border-radius: var(--rx);
	padding: 40px;
	max-width: 720px;
	margin: 0 auto;
}
.form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}
.fg2 {
	margin-bottom: 18px;
}
.fg2 label {
	display: block;
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--th);
	margin-bottom: 7px;
}
.fg2 input,
.fg2 select,
.fg2 textarea {
	width: 100%;
	padding: 12px 16px;
	border-radius: var(--r);
	border: 1.5px solid var(--bd);
	font-size: 0.96rem;
	font-family: var(--fb);
	color: var(--th);
	background: var(--w);
	transition: border-color 0.2s;
}
.fg2 input:focus,
.fg2 select:focus,
.fg2 textarea:focus {
	outline: none;
	border-color: var(--a);
	box-shadow: 0 0 0 3px var(--a50);
}
.fg2 textarea {
	min-height: 90px;
	resize: vertical;
}
/* split section */
.split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 64px;
	align-items: center;
}
.img-stack {
	position: relative;
	height: 480px;
}
.img-main {
	position: absolute;
	top: 0;
	left: 0;
	width: 76%;
	height: 380px;
	border-radius: 22px;
	overflow: hidden;
	box-shadow: var(--lg);
}
.img-main img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.img-sm {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 52%;
	height: 230px;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: var(--md);
	border: 5px solid var(--w);
}
.img-sm img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.img-badge {
	position: absolute;
	top: 50%;
	right: -14px;
	transform: translateY(-50%);
	background: var(--a);
	border-radius: 14px;
	padding: 13px 17px;
	box-shadow: var(--sa);
	text-align: center;
}
.img-badge span:first-child {
	font-family: var(--fd);
	font-size: 1.4rem;
	color: #fff;
	font-weight: 700;
	display: block;
	line-height: 1;
}
.img-badge span:last-child {
	font-size: 0.68rem;
	color: rgba(255, 255, 255, 0.8);
	margin-top: 3px;
	display: block;
}
/* step cards */
.step-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin-top: 48px;
}
.step-card {
	background: var(--w);
	border: 1.5px solid var(--bd);
	border-radius: var(--rl);
	padding: 28px 20px;
	text-align: center;
	transition: all 0.3s;
}
.step-card:hover {
	border-color: var(--a);
	transform: translateY(-4px);
	box-shadow: var(--md);
}
.step-num {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--a), var(--al));
	color: #fff;
	font-family: var(--fd);
	font-size: 1.1rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 16px;
}
.step-card h3 {
	font-size: 0.95rem;
	font-family: var(--fb);
	font-weight: 700;
	margin-bottom: 6px;
}
.step-card p {
	font-size: 0.84rem;
	color: var(--tm);
	margin: 0;
}
/* cta section */
.cta-sec {
	background: var(--a);
	padding: 72px 0;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.cta-sec::before {
	content: "";
	position: absolute;
	top: -80px;
	right: -80px;
	width: 320px;
	height: 320px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
}
.cta-sec h2 {
	color: #fff;
	font-size: clamp(1.8rem, 3.5vw, 2.6rem);
	margin-bottom: 12px;
	position: relative;
	z-index: 1;
}
.cta-sec p {
	color: rgba(255, 255, 255, 0.82);
	max-width: 480px;
	margin: 0 auto 28px;
	position: relative;
	z-index: 1;
}
.bw {
	background: #fff;
	color: var(--a);
	border: none;
	position: relative;
	z-index: 1;
}
.bw:hover {
	background: var(--a50);
	transform: translateY(-2px);
}
.bgw {
	background: rgba(255, 255, 255, 0.15);
	color: #fff;
	border: 2px solid rgba(255, 255, 255, 0.4);
	position: relative;
	z-index: 1;
}
.bgw:hover {
	background: rgba(255, 255, 255, 0.25);
	transform: translateY(-2px);
}
/* stat card  */
.stats-row {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin: 48px 0;
}
.stat-card {
	background: var(--w);
	border: 1.5px solid var(--bd);
	border-radius: var(--rl);
	padding: 24px;
	text-align: center;
	transition: all 0.3s;
}
.stat-card:hover {
	border-color: var(--a);
	transform: translateY(-3px);
}
.stat-n {
	font-family: var(--fd);
	font-size: 2.4rem;
	font-weight: 700;
	color: var(--a);
	line-height: 1;
	display: block;
}
.stat-l {
	font-size: 0.78rem;
	color: var(--tm);
	margin-top: 5px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	display: block;
}
@media (max-width: 860px) {
	.nlinks,
	.ncta .btn:first-child {
		display: none;
	}
	.ham {
		display: flex;
	}
}
@media (max-width: 768px) {
	section {
		padding: 64px 0;
	}
	.fg,
	.split,
	.form-row,
	.step-grid,
	.stats-row {
		grid-template-columns: 1fr;
	}
	.fi {
		grid-template-columns: 1fr;
	}
}
