#theme-info-area .theme-info-area {
    margin-top: -4.75rem;
}	
.theme-info-area {
	background-color: #f3f8fe;
    padding: 1.563rem 0;
    border-radius: 3px;
    position: relative;
	box-shadow: 0px 7px 25px 1px rgba(0,0,0,0.08);
    z-index: 1;
	margin-right: 0;
    margin-left: 0;
}		
@media only screen and (max-width: 768px){
	.theme-info-area {
		margin-top: 0;
		border-radius: 0;
	}	
	.theme-info-area .media {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}
.theme-info-area .media {
	padding: 1.25rem 0.938rem;
}
.theme-info-area .media-body {
	padding-left: 1.563rem;
}

.theme-info-area i.icon { 
	background: #01012f;
    border-radius: 50%;
	color: #fff;
    width: 3.75rem;
    height: 3.75rem;	
	font-size: 2rem;
	line-height: 1.6;
	text-align: center;
	padding: 0.313rem; 
	position: relative; 
	-webkit-transition: .3s cubic-bezier(.53,.645,.51,1.34);
    -o-transition: .3s cubic-bezier(.53,.645,.51,1.34);
    transition: .3s cubic-bezier(.53,.645,.51,1.34);
}
.theme-info-area .media:hover i.icon, 
.theme-info-area .media i.icon.active { 
	color: #fff;
}
.theme-info-area-title {
	margin-bottom: 0;
	font-weight: 600;
}	

.fill-gradient-instagram {
	background-clip: text;
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);

	/* needed for browser support */
	-webkit-background-clip: text;
	/* see https://caniuse.com/#feat=background-img-opts */
	-webkit-text-fill-color: transparent;
	/* https://caniuse.com/#feat=text-stroke */
}

.fa-tiktok {
	color: #111111;

	filter: drop-shadow(2px 0px 0px #FD3E3E) drop-shadow(-2px -2px 0px #4DE8F4);
}


/* START V2 */

.logo-text {
	color: var(--text-main);
	line-height: 1.6;
	font-weight: 700;
	letter-spacing: 0.12em;
	font-size: 0.95rem;
}

.logo-text-sub {
	font-size: 0.7rem;
	color: var(--text-muted)
}

.btn-main {
	padding: 0.65rem 1.4rem;
	border-radius: 999px;
	border: none;
	background: var(--gradient-main);
	color: #001916;
	font-weight: 600;
	font-size: 0.9rem;
	cursor: pointer;
	box-shadow: 0 12px 28px rgba(7, 161, 232, 0.35);
	transition: transform 0.1s ease, box-shadow 0.1s ease;
	white-space: nowrap;
}

.btn-main:hover {
	transform: translateY(-1px);
	box-shadow: 0 18px 40px rgba(7, 161, 232, 0.45);
}

.btn-outline {
	padding: 0.6rem 1.3rem;
	border-radius: 999px;
	border: 1px solid var(--border-soft);
	background: transparent;
	color: var(--text-main);
	font-size: 0.85rem;
	cursor: pointer;
	transition: background 0.15s ease, border-color 0.15s ease;
	white-space: nowrap;
}

.btn-outline:hover {
	background: rgba(5, 54, 50, 0.9);
	border-color: var(--blue);
}

/* HERO */
.hero {
	padding: 3.5rem 0 3rem;
}

.hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
	gap: 2.5rem;
	align-items: center;
}

.hero-eyebrow {
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 0.18em;
	color: var(--text-muted);
	margin-bottom: 0.75rem;
}

.hero-title {
	font-size: clamp(2.2rem, 4vw, 3rem);
	font-weight: 700;
	margin-bottom: 0.9rem;
}

.hero-gradient {
	background-image: var(--gradient-main);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.hero-subtitle {
	font-size: 0.98rem;
	color: var(--text-muted);
	max-width: 520px;
	margin-bottom: 1.6rem;
}

.hero-bullets {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem 1.5rem;
	margin-bottom: 1.7rem;
	font-size: 0.9rem;
}

.hero-bullets span::before {
	content: "●";
	font-size: 0.65rem;
	margin-right: 0.4rem;
	color: var(--green);
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	align-items: center;
	margin-bottom: 1.4rem;
}

.hero-note {
	font-size: 0.8rem;
	color: var(--text-muted);
}

/* HERO RIGHT MOCKUP */
.hero-card {
	background: radial-gradient(circle at top, rgba(7, 161, 232, 0.16), transparent 56%),
		linear-gradient(145deg, #042F2C, #021E1C);
	border-radius: 24px;
	padding: 1.4rem 1.6rem;
	box-shadow: var(--shadow-soft);
	border: 1px solid rgba(255, 255, 255, 0.04);
}

.hero-card-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1rem;
}

.hero-card-title {
	font-size: 0.85rem;
	color: var(--text-muted);
}

.pill {
	padding: 0.15rem 0.75rem;
	border-radius: 999px;
	font-size: 0.7rem;
	background: rgba(12, 103, 74, 0.8);
	color: #D5FFE9;
	border: 1px solid rgba(62, 210, 111, 0.35);
}

.equity-value {
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 0.15rem;
}

.equity-change {
	font-size: 0.8rem;
	color: #7AED9D;
}

.mini-chart {
	height: 80px;
	border-radius: 14px;
	margin-top: 1rem;
	background-image: linear-gradient(to top, rgba(7, 161, 232, 0.06), rgba(62, 210, 111, 0.16));
	position: relative;
	overflow: hidden;
}

.mini-line {
	position: absolute;
	inset: 18% 4%;
	border-radius: 999px;
	border: 2px solid rgba(7, 161, 232, 0.85);
	box-shadow: 0 0 18px rgba(7, 161, 232, 0.6);
	transform: skewX(-14deg);
}

.mini-line::after {
	content: "";
	position: absolute;
	right: -6px;
	top: -6px;
	width: 12px;
	height: 12px;
	border-radius: 999px;
	background: var(--green);
	box-shadow: 0 0 16px rgba(62, 210, 111, 0.8);
}

.hero-card-footer {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.75rem;
	margin-top: 1.3rem;
	font-size: 0.78rem;
}

.stat-label {
	color: var(--text-muted);
	margin-bottom: 0.15rem;
}

.stat-value {
	font-weight: 600;
}

.stat-positive {
	color: #7AED9D;
}

/* FEATURES SECTION */
section {
	padding: 2.5rem 0;
}

.section-title {
	font-size: 1.4rem;
	margin-bottom: 0.4rem;
}

.section-sub {
	font-size: 0.9rem;
	color: var(--text-muted);
	max-width: 540px;
	margin-bottom: 1.7rem;
}

.feature-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.2rem;
}

.card {
	background: var(--bg-card);
	border-radius: var(--radius-lg);
	padding: 1.2rem 1.1rem;
	border: 1px solid rgba(255, 255, 255, 0.03);
	box-shadow: 0 14px 32px rgba(0, 0, 0, 0.35);
}

.card-icon {
	width: 32px;
	height: 32px;
	border-radius: 999px;
	background: rgba(7, 161, 232, 0.15);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	margin-bottom: 0.7rem;
	color: var(--blue);
}

.card-title {
	font-size: 0.98rem;
	font-weight: 600;
	margin-bottom: 0.4rem;
}

.card-text {
	font-size: 0.86rem;
	color: var(--text-muted);
}

/* STEPS */
.steps {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	font-size: 0.85rem;
}

.step {
	position: relative;
	padding: 1rem 0.9rem;
	border-radius: 16px;
	border: 1px dashed rgba(148, 189, 174, 0.5);
	background: rgba(5, 54, 50, 0.6);
}

.step-num {
	width: 22px;
	height: 22px;
	border-radius: 999px;
	background: var(--gradient-main);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.75rem;
	font-weight: 700;
	margin-bottom: 0.4rem;
	color: #001916;
}

.step-title {
	font-weight: 600;
	margin-bottom: 0.25rem;
}

.step-text {
	color: var(--text-muted);
}

/* FOOTER */
.footer {
	border-top: 1px solid rgba(255,255,255,0.05);
	padding: 1.5rem 0 2rem;
	font-size: 0.8rem;
	color: var(--text-muted);
}

.footer-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	flex-wrap: wrap;
}

.footer-links {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
}

.footer-links a {
	color: var(--text-muted);
}

.footer-links a:hover {
	color: var(--text-main);
}

/* RESPONSIVE */
@media (max-width: 900px) {
	.hero-grid {
	grid-template-columns: minmax(0, 1fr);
	}
	.hero {
	padding-top: 2.5rem;
	}
	.feature-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.steps {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.nav-links {
	display: none;
	}
}

@media (max-width: 640px) {
	.feature-grid {
	grid-template-columns: minmax(0, 1fr);
	}
	.steps {
	grid-template-columns: minmax(0, 1fr);
	}
}