/* *,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
} */

:root {
	--gold: #C9A84C;
	--gold-light: #E8D5A3;
	--gold-dark: #8B6914;
	--navy: #0A1628;
	--navy-mid: #122040;
	--navy-light: #1C3060;
	--cream: #FAF7F2;
	--cream-dark: #F0EBE0;
	--text-main: #1A1A2E;
	--text-muted: #2f3544;
	--text-light: #8A90A0;
	--white: #FFFFFF;
	--accent-green: #1A6B4A;
	--accent-green-light: #E8F5EF;
}


::placeholder{
	color: #797f81 !important;
}


/* ===== HERO ===== */
.hero {
	/* background: linear-gradient(135deg, #0A1628 0%, #122040 40%, #0F1E38 70%, #0A1628 100%); */
  background: url(../images/real-estate-tokenization/banner-reale.jpg) top center no-repeat;
	min-height: 100vh;
	display: flex;
	align-items: center;
	padding: 100px 5% 80px;
	position: relative;
	overflow: hidden;
}

.hero::before {
	content: '';
	position: absolute;
	inset: 0;
	background-image:
		radial-gradient(ellipse 60% 50% at 80% 50%, rgba(201, 168, 76, 0.06) 0%, transparent 70%),
		radial-gradient(ellipse 40% 40% at 10% 80%, rgba(201, 168, 76, 0.04) 0%, transparent 60%);
}

.hero-grid {
	display: grid;
	grid-template-columns: 1.3fr 1fr;
	gap: 100px;
	align-items: center;
	max-width: 1440px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	width: 100%;
}

.hero-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: rgba(201, 168, 76, 0.12);
	border: 1px solid rgba(201, 168, 76, 0.3);
	color: var(--gold-light);
	font-size: 0.75rem;
	font-weight: 500;
	padding: 6px 14px;
	border-radius: 20px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	margin-bottom: 24px;
}

.hero-badge::before {
	/* content: '●'; */
	font-size: 0.5rem;
	color: var(--gold);
}

.hero h1 {
	font-family: 'Montserrat', sans-serif;
	/* font-family: 'Montserrat', sans-serif; */
	font-size: clamp(2.4rem, 4vw, 3.6rem);
	font-weight: 800;
	line-height: 1.1;
	color: var(--white);
	margin-bottom: 24px;
}

.hero h1 em {
	color: var(--gold);
	font-style: italic;
	font-family: 'Montserrat', sans-serif;
}

.hero-sub {
	font-size: 1.125rem;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.65);
	margin-bottom: 36px;
	max-width: 500px;
}

.hero-ctas {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
	margin-bottom: 48px;
}

.btn-primary {
	background: var(--gold);
	color: var(--navy);
	font-weight: 600;
	font-size: 1rem;
	padding: 16px 32px;
	border-radius: 4px;
	text-decoration: none;
	letter-spacing: 0.02em;
	transition: all 0.2s;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.btn-primary:hover {
	background: var(--gold-light);
	transform: translateY(-2px);
}

.btn-secondary {
	background: transparent;
	color: var(--white);
	font-weight: 900;
	font-size: 1.25rem;
  letter-spacing: 1.4px;
	padding: 16px 32px;
	border-radius: 4px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	text-decoration: none;
	transition: all 0.2s;
}

.btn-secondary:hover {
	border-color: var(--gold);
	color: var(--gold);
}

.hero-trust {
	display: flex;
	align-items: center;
	gap: 20px;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.trust-item {
	font-size: 0.875rem;
	color: rgb(255 255 255 / 78%);
}

.trust-sep {
	color: rgba(255, 255, 255, 0.2);
}

/* Hero Form Card */
.hero-form-card {
	background: var(--white);
	border-radius: 12px;
	padding: 36px 60px;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
	border-top: 4px solid var(--gold);
}

.form-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.35rem;
	font-weight: 700;
	color: var(--navy);
	margin-bottom: 6px;
}

.form-sub {
	font-size: 0.82rem;
	color: var(--text-muted);
	margin-bottom: 24px;
}

.form-group {
	margin-bottom: 14px;
}

.form-group label {
	display: block;
	font-size: 0.78rem;
	font-weight: 500;
	color: var(--text-muted);
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.form-group input,
.form-group select {
	width: 100%;
	padding: 11px 14px;
	border: 1.5px solid #E0E4EC;
	border-radius: 6px;
	font-family: 'DM Sans', sans-serif;
	font-size: 0.9rem;
	color: var(--text-main);
	background: var(--cream);
	transition: border-color 0.2s;
	outline: none;
}

.form-group input:focus,
.form-group select:focus {
	border-color: var(--gold);
	background: var(--white);
}

.form-roow {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

.form-submit {
	width: 100%;
	background: var(--navy);
	color: var(--gold);
	font-family: 'DM Sans', sans-serif;
	font-size: 0.92rem;
	font-weight: 600;
	padding: 14px;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	letter-spacing: 0.04em;
	transition: all 0.2s;
	margin-top: 6px;
}

.form-submit:hover {
	background: var(--navy-light);
	transform: translateY(-1px);
}

.form-privacy {
	text-align: center;
	font-size: 0.72rem;
	color: var(--text-light);
	margin-top: 10px;
}

/* ===== STATS BAR ===== */
.stats-bar {
	background: var(--navy);
	padding: 36px 5%;
}

.stats-inner {
	max-width: 1440px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0;
	text-align: center;
}

.stat-item {
	padding: 0 24px;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.stat-item:last-child {
	border-right: none;
}

.stat-number {
	font-family: 'Montserrat', sans-serif;
	font-size: 2.4rem;
	font-weight: 900;
	color: var(--gold);
	line-height: 1;
	margin-bottom: 6px;
}

.stat-label {
	font-size: 0.875rem;
	color: rgb(255 255 255 / 67%);
	line-height: 1.4;
}

/* ===== SECTION DEFAULTS ===== */
section {
	padding: 60px 5%;
}

.section-tag {
	display: inline-block;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--gold-dark);
	margin-bottom: 14px;
}

.section-title {
	font-family: 'Montserrat', sans-serif;
	font-size: clamp(1.9rem, 3vw, 2.8rem);
	font-weight: 700;
	line-height: 1.2;
	color: var(--navy);
	margin-bottom: 18px;
}

.section-desc {
	font-size: 1.125rem;
	line-height: 1.75;
	color: var(--text-muted);
	max-width: 800px;
}

.section-header {
	margin-bottom: 56px;
}

.centered {
	text-align: center;
}

.centered .section-desc {
	margin: 0 auto;
}

.max-w {
	max-width: 1440px;
	margin: 0 auto;
}

/* ===== OPPORTUNITY SECTION ===== */
.opportunity {
	background: var(--white);
}

.opp-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 72px;
	align-items: center;
}

.growth-chart {
	background: var(--navy);
	border-radius: 12px;
	padding: 32px;
	position: relative;
	overflow: hidden;
}

.chart-title {
	font-size: 0.78rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
	letter-spacing: 0.08em;
	margin-bottom: 45px;
}

.chart-bars {
	display: flex;
	align-items: normal;
	gap: 10px;
	height: 180px;
}

.bar-wrap {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
}

.bar {
	width: 100%;
	border-radius: 4px 4px 0 0;
	background: linear-gradient(180deg, var(--gold) 0%, rgba(201, 168, 76, 0.5) 100%);
	position: relative;
	transition: all 0.3s;
}

.bar-val {
	font-size: 0.72rem;
	font-weight: 600;
	color: var(--gold-light);
	white-space: nowrap;
	position: absolute;
	top: -22px;
	left: 50%;
	transform: translateX(-50%);
}

.bar-yr {
	font-size: 0.72rem;
	color: rgba(255, 255, 255, 0.4);
}

.chart-footer {
	margin-top: 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	padding-top: 16px;
}

.chart-cagr {
	font-family: 'Montserrat', sans-serif;
	font-size: 2rem;
	font-weight: 700;
	color: var(--gold);
}

.chart-cagr-label {
	font-size: 0.75rem;
	color: rgba(255, 255, 255, 0.45);
}

.opp-points {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 32px;
}

.opp-point {
	display: flex;
	gap: 16px;
	align-items: flex-start;
}

.opp-icon {
	width: 40px;
	height: 40px;
	border-radius: 8px;
	background: rgba(201, 168, 76, 0.1);
	border: 1px solid rgba(201, 168, 76, 0.25);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	font-size: 1.1rem;
}

.opp-text h4 {
	font-size: 0.95rem;
	font-weight: 600;
	color: var(--navy);
	margin-bottom: 3px;
}

.opp-text p {
	font-size: 0.875rem;
	line-height: 1.6;
	color: var(--text-muted);
}

/* ===== SERVICES ===== */
.services {
	background: var(--cream);
}

.services-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.service-card {
	background: var(--white);
	border-radius: 10px;
	padding: 32px 28px;
	border: 1px solid rgba(0, 0, 0, 0.06);
	transition: all 0.3s;
	position: relative;
	overflow: hidden;
}

.service-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: var(--gold);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.3s;
}

.service-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
}

.service-card:hover::before {
	transform: scaleX(1);
}

.service-num {
	font-family: 'Montserrat', sans-serif;
	font-size: 2rem;
	font-weight: 900;
	color: var(--gold-light);
	line-height: 1;
	margin-bottom: 16px;
}

.service-card h3 {
	font-size: 1rem;
	font-weight: 600;
	color: var(--navy);
	margin-bottom: 10px;
}

.service-card p {
	font-size: 0.875rem;
	line-height: 1.65;
	color: var(--text-muted);
}

.service-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 0.82rem;
	font-weight: 600;
	color: var(--gold-dark);
	text-decoration: none;
	margin-top: 16px;
	letter-spacing: 0.02em;
}

/* ===== WHY US ===== */
.why {
	background: var(--navy);
	padding: 90px 5%;
}

.why .section-title {
	color: var(--white);
}

.why .section-desc {
	color: rgba(255, 255, 255, 0.55);
}

.why-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 12px;
	overflow: hidden;
	margin-top: 56px;
}

.why-item {
	background: var(--navy-mid);
	padding: 32px 28px;
	transition: background 0.2s;
}

.why-item:hover {
	background: var(--navy-light);
}

.why-item-icon {
	font-size: 1.9rem;
	margin-bottom: 16px;
}

.why-item h4 {
	font-size: 1rem;
	font-weight: 600;
	color: var(--white);
	margin-bottom: 8px;
}

.why-item p {
	font-size: 0.875rem;
	line-height: 1.6;
	color: rgb(255 255 255 / 58%);
}

/* ===== PROCESS ===== */
.process {
	background: var(--white);
}

.process-steps {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 0;
	position: relative;
}

.process-steps::before {
	content: '';
	position: absolute;
	top: 28px;
	left: 10%;
	right: 10%;
	height: 1px;
	background: linear-gradient(90deg, var(--gold-light), var(--gold), var(--gold-light));
	z-index: 0;
}

.step {
	text-align: center;
	padding: 0 16px;
	position: relative;
	z-index: 1;
}

.step-num {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: var(--white);
	border: 2px solid var(--gold);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.2rem;
	font-weight: 700;
	color: var(--gold);
}

.step h4 {
	font-size: 1rem;
	font-weight: 600;
	color: var(--navy);
	margin-bottom: 8px;
}

.step p {
	font-size: 0.875rem;
	line-height: 1.6;
	color: var(--text-muted);
}

/* ===== MARKET DATA ===== */
.market {
	background: var(--cream);
}

.market-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.market-card {
	background: var(--white);
	border-radius: 10px;
	padding: 32px;
	border: 1px solid rgba(0, 0, 0, 0.06);
}

.market-card.highlight {
	background: var(--navy);
	border: none;
}

.market-number {
	font-family: 'Montserrat', sans-serif;
	font-size: 2.6rem;
	font-weight: 900;
	color: var(--gold);
	line-height: 1;
	margin-bottom: 6px;
}

.market-label {
	font-size: 0.875rem;
	font-weight: 900;
	color: var(--text-muted);
	text-transform: uppercase;
	letter-spacing: 0.06em;
	margin-bottom: 12px;
}

.market-card.highlight .market-label {
	color: rgba(255, 255, 255, 0.5);
}

.market-desc {
	font-size: 0.875rem;
	line-height: 1.6;
	color: var(--text-muted);
}

.market-card.highlight .market-desc {
	color: rgba(255, 255, 255, 0.65);
}

.market-source {
	font-size: 0.72rem;
	color: var(--text-light);
	margin-top: 12px;
	font-style: italic;
}

.market-card.highlight .market-source {
	color: rgba(255, 255, 255, 0.3);
}

/* ===== TESTIMONIALS ===== */
.testimonials {
	background: var(--white);
	display: none;
}

.test-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}

.test-card {
	background: var(--cream);
	border-radius: 10px;
	padding: 32px;
	border: 1px solid rgba(0, 0, 0, 0.05);
	position: relative;
}

.test-card::before {
	content: '"';
	position: absolute;
	top: 20px;
	right: 28px;
	font-family: 'Montserrat', sans-serif;
	font-size: 5rem;
	line-height: 1;
	color: var(--gold-light);
	opacity: 0.5;
}

.test-text {
	font-size: 1rem;
	line-height: 1.75;
	color: var(--text-main);
	margin-bottom: 20px;
	font-style: italic;
}

.test-author {
	display: flex;
	align-items: center;
	gap: 14px;
}

.test-avatar {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: var(--navy);
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	color: var(--gold);
	font-size: 0.85rem;
}

.test-name {
	font-size: 0.88rem;
	font-weight: 600;
	color: var(--navy);
}

.test-role {
	font-size: 0.77rem;
	color: var(--text-muted);
}

.test-stars {
	color: var(--gold);
	font-size: 0.75rem;
	margin-bottom: 12px;
	letter-spacing: 2px;
}

/* ===== CTA BAND ===== */
.cta-band {
	background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
	padding: 90px 5%;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.cta-band::before {
	content: '';
	position: absolute;
	top: -50%;
	left: -10%;
	width: 500px;
	height: 500px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(201, 168, 76, 0.07) 0%, transparent 70%);
}

.cta-band h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: clamp(2rem, 3.5vw, 3rem);
	font-weight: 700;
	color: var(--white);
	margin-bottom: 18px;
	position: relative;
}

.cta-band h2 em {
	color: var(--gold);
	font-style: italic;
}

.cta-band p {
	color: rgba(255, 255, 255, 0.55);
	font-size: 1.125rem;
	margin-bottom: 40px;
	position: relative;
}

.cta-buttons {
	display: flex;
	gap: 16px;
	justify-content: center;
	position: relative;
}

/* ===== FAQ ===== */
.faq {
	background: var(--cream);
}

.faq-list {
	max-width: 800px;
	margin: 0 auto;
}

.faq-item {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.faq-q {
	width: 100%;
	text-align: left;
	background: none;
	border: none;
	cursor: pointer;
	padding: 22px 0;
	font-family: 'DM Sans', sans-serif;
	font-size: 1rem;
	font-weight: 500;
	color: var(--navy);
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.faq-q::after {
	content: '+';
	font-size: 1.4rem;
	color: var(--gold);
}

.faq-q.open::after {
	content: '−';
}

.faq-a {
	display: none;
	padding-bottom: 20px;
	font-size: 0.88rem;
	line-height: 1.75;
	color: var(--text-muted);
}

.faq-a.open {
	display: block;
}

/* ===== FOOTER ===== */

/* ===== FLOATING CTA ===== */
.floating-cta {
	position: fixed;
	bottom: 28px;
	right: 28px;
	z-index: 99;
	background: var(--gold);
	color: var(--navy);
	font-weight: 700;
	font-size: 0.85rem;
	padding: 14px 24px;
	border-radius: 50px;
	box-shadow: 0 8px 24px rgba(201, 168, 76, 0.4);
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 8px;
	animation: pulse 2.5s ease-in-out infinite;
	letter-spacing: 0.02em;
    text-decoration: none !important;
}

@keyframes pulse {

	0%,
	100% {
		box-shadow: 0 8px 24px rgba(201, 168, 76, 0.4);
	}

	50% {
		box-shadow: 0 8px 36px rgba(201, 168, 76, 0.65);
	}
}

/* ===== TRUST BAR ===== */
.trust-bar {
	background: var(--cream-dark);
	padding: 20px 5%;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.trust-inner {
	max-width: 1440px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	gap: 20px;
}

.trust-pill {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 0.875rem;
	font-weight: 500;
	color: #0A1628;
}

.trust-pill-icon {
	font-size: 1rem;
}

/* ===== ANIMATIONS ===== */
@keyframes fadeUp {
	from {
		opacity: 0;
		transform: translateY(24px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.fade-up {
	animation: fadeUp 0.7s ease both;
}

.delay-1 {
	animation-delay: 0.1s;
}

.delay-2 {
	animation-delay: 0.25s;
}

.delay-3 {
	animation-delay: 0.4s;
}

.delay-4 {
	animation-delay: 0.55s;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {

	.hero{
		background: url(../images/real-estate-tokenization/banner-reale.jpg) top left no-repeat;
	}

	.hero-grid {
		display: flex;
        flex-wrap: wrap;
		gap: 40px;
	}

	.delay-4{
		display: flex;
        flex-wrap: wrap;
	}

	.hero-form-card {
		/* display: none; */
	}

	.stat-number{
		font-size: 1.6rem;
	}

	.trust-inner {
  			display: flex;
 			flex-wrap: wrap;  
	}

	.section-title{
		font-size: 1.7rem;
	}

	.opp-grid,
	.services-grid,
	.test-grid {
		grid-template-columns: 1fr;
	}

	.market-cards {
		grid-template-columns: 1fr;
	}

	.market-number{
		font-size: 1.8rem;
	}

	.stats-inner {
		grid-template-columns: repeat(2, 1fr);
		gap: 24px;
	}

	.why-grid {
		grid-template-columns: 1fr;
	}

	.process-steps {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.process-steps::before {
		display: none;
	}

	.cta-buttons {
		flex-direction: column;
		align-items: center;
	}

	.floating-cta{
		display: none;
	}
}

@media (max-width: 400px) {
	.hero-form-card{
		padding: 10px 25px 30px 25px;
	}

	.hero-trust{
		gap: 5px;
	}

	.trust-item{
		font-size: 0.75rem;
	}

	.hero-ctas{
		margin-bottom: 30px;
	}

	.btn-secondary{
		font-size: 1.4rem;
    letter-spacing: 2.5px;
	}
}