:root{
	--cg-bg:#07111f;
	--cg-bg-2:#0b1728;
	--cg-text:#111827;
	--cg-muted:#64748b;
	--cg-line:#e5e7eb;
	--cg-primary:#2563eb;
	--cg-primary-2:#38bdf8;
	--cg-primary-dark:#1d4ed8;
	--cg-success:#16a34a;
	--cg-warning:#f59e0b;
	--cg-radius:24px;
	--cg-shadow:0 24px 70px rgba(15,23,42,.12);
	--cg-shadow-soft:0 14px 40px rgba(15,23,42,.08);
}

html{
	scroll-behavior:smooth;
}

body{
	background:#fff;
	color:var(--cg-text);
	font-family:Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
	overflow-x:hidden;
}

a{
	text-decoration:none;
}

a:hover{
	color:var(--cg-primary-dark);
}

::selection{
	background:rgba(37,99,235,.22);
}

/* Bootstrap color overrides */
.btn-primary{
	background:linear-gradient(135deg, var(--cg-primary), var(--cg-primary-2));
	border-color:transparent;
	color:#fff;
	box-shadow:0 18px 36px rgba(37,99,235,.25);
}

.btn-primary:hover,
.btn-primary:focus{
	background:linear-gradient(135deg, var(--cg-primary-dark), var(--cg-primary-2));
	border-color:transparent;
	color:#fff;
	transform:translateY(-1px);
}

.btn-outline-primary{
	color:var(--cg-primary);
	border-color:rgba(37,99,235,.35);
}

.btn-outline-primary:hover,
.btn-outline-primary:focus{
	background:var(--cg-primary);
	border-color:var(--cg-primary);
	color:#fff;
}

.text-primary{ color:var(--cg-primary)!important; }
.bg-primary{ background:linear-gradient(135deg, var(--cg-primary), var(--cg-primary-2))!important; }
.border-primary{ border-color:var(--cg-primary)!important; }

.btn,
.form-control,
.form-select{
	border-radius:14px;
}

.btn-lg{
	border-radius:999px;
	padding:.85rem 1.45rem;
	font-weight:800;
}

/* Header */
.cg-nav{
	position:sticky;
	top:0;
	z-index:1030;
	background:rgba(7,17,31,.92);
	border-bottom:1px solid rgba(255,255,255,.08);
	backdrop-filter:blur(14px);
}

.cg-navbar{
	padding:.75rem 0;
}

.cg-brand{
	display:inline-flex;
	align-items:center;
	padding:0;
}

.cg-brand-logo{
	width:158px;
	height:auto;
	max-height:62px;
	object-fit:contain;
	display:block;
	filter:drop-shadow(0 12px 26px rgba(0,0,0,.35));
}

.cg-menu{
	gap:.25rem;
}

.cg-menu .nav-link{
	color:rgba(255,255,255,.78)!important;
	font-weight:700;
	font-size:14px;
	padding:.65rem .9rem!important;
	border-radius:999px;
}

.cg-menu .nav-link:hover,
.cg-menu .nav-link.active{
	color:#fff!important;
	background:rgba(255,255,255,.09);
}

.cg-nav-cta{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-height:42px;
	padding:.65rem 1rem;
	border-radius:999px;
	color:#fff!important;
	font-size:14px;
	font-weight:800;
	background:linear-gradient(135deg, var(--cg-primary), var(--cg-primary-2));
	box-shadow:0 14px 32px rgba(37,99,235,.28);
}

.cg-nav-cta:hover{
	color:#fff!important;
	transform:translateY(-1px);
}

.cg-dropdown{
	border:0;
	border-radius:18px;
	padding:.55rem;
	box-shadow:0 24px 60px rgba(15,23,42,.18);
}

.cg-dropdown .dropdown-item{
	border-radius:12px;
	font-weight:700;
	padding:.65rem .85rem;
}

.cg-dropdown .dropdown-item.active,
.cg-dropdown .dropdown-item:active{
	background:var(--cg-primary);
	color:#fff;
}

/* Old header fallback if any old file still uses .header-nav */
.header-nav{
	position:sticky;
	top:0;
	z-index:1030;
	background:rgba(7,17,31,.92)!important;
	border-bottom:1px solid rgba(255,255,255,.08);
	backdrop-filter:blur(14px);
}

/* Hero */
.home-one,
.bgc_home4_style,
.bg-home4{
	height:auto!important;
}

.home-one{
	position:relative;
	min-height:690px;
	display:flex;
	align-items:center;
	overflow:hidden;
	background-size:cover!important;
	background-position:center!important;
}

.hero-overlay{
	position:absolute;
	inset:0;
	background:
		radial-gradient(circle at 15% 15%, rgba(56,189,248,.26), transparent 28%),
		radial-gradient(circle at 85% 20%, rgba(37,99,235,.32), transparent 30%),
		linear-gradient(135deg, rgba(3,7,18,.90), rgba(7,17,31,.82));
	z-index:0;
}

.home-one:before{
	content:"";
	position:absolute;
	inset:0;
	background:
		linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
	background-size:48px 48px;
	mask-image:linear-gradient(to bottom, rgba(0,0,0,.85), transparent 90%);
	pointer-events:none;
	z-index:1;
}

.home-one .container{
	position:relative;
	z-index:2;
}

.text-shadow{
	text-shadow:0 12px 34px rgba(0,0,0,.42);
}

.home-one h1{
	font-size:clamp(42px, 5vw, 74px);
	line-height:1.02;
	letter-spacing:-.065em;
	font-weight:900;
}

.home-one .lead{
	font-size:clamp(18px, 2vw, 23px);
	line-height:1.55;
	color:rgba(226,232,240,.92)!important;
}

.home-one img.logo2{
	max-width:300px;
	filter:drop-shadow(0 24px 48px rgba(0,0,0,.35));
}

.badge-pill{
	border-radius:999px;
	font-size:.75rem;
	padding:.4rem .8rem;
	text-transform:uppercase;
	letter-spacing:.08em;
	font-weight:900;
}

/* Sections */
.pt90{ padding-top:96px!important; }
.pb60{ padding-bottom:70px!important; }
.pb90{ padding-bottom:96px!important; }
.pt60{ padding-top:70px!important; }

.bg-light{
	background:
		radial-gradient(circle at 15% 10%, rgba(37,99,235,.08), transparent 26%),
		#f8fafc!important;
}

.section-title,
.main-title h2,
section h2.fw-bold{
	letter-spacing:-.045em;
}

h2.section-title::after,
h2.fw-bold::after{
	content:"";
	display:block;
	width:70px;
	height:4px;
	margin:.75rem auto 0;
	border-radius:999px;
	background:linear-gradient(90deg, var(--cg-primary), var(--cg-primary-2));
}

/* Cards */
.product-card,
.why_chose_us,
.kpi-card,
.chart-card,
.card.shadow-sm,
.card.border-0{
	border:1px solid rgba(226,232,240,.95)!important;
	border-radius:var(--cg-radius)!important;
	box-shadow:var(--cg-shadow-soft)!important;
	transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.product-card:hover,
.why_chose_us:hover,
.card.shadow-sm:hover{
	transform:translateY(-5px);
	box-shadow:var(--cg-shadow)!important;
	border-color:rgba(37,99,235,.25)!important;
}

.why_chose_us .details{
	padding:30px!important;
}

.product-card ul,
.why_chose_us ul{
	padding-left:0;
	list-style:none;
}

.product-card li,
.why_chose_us li{
	margin-bottom:.45rem;
	color:#475569;
}

.feature-icon{
	width:52px;
	height:52px;
	border-radius:17px;
	display:flex;
	align-items:center;
	justify-content:center;
	background:linear-gradient(135deg, rgba(37,99,235,.12), rgba(56,189,248,.18));
	color:var(--cg-primary);
	flex:0 0 52px;
}

.business-illustration,
.rounded.shadow-sm,
.card-img-top{
	border-radius:22px!important;
}

.business-illustration{
	box-shadow:0 24px 70px rgba(15,23,42,.16)!important;
}

/* Code blocks */
.code-block{
	background:#07111f!important;
	color:#dbeafe!important;
	font-family:"SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace!important;
	font-size:13px!important;
	line-height:1.65!important;
	border-radius:22px!important;
	padding:24px!important;
	overflow:auto;
	box-shadow:0 24px 70px rgba(15,23,42,.18);
}

.code-block pre{
	margin:0 0 24px;
	color:inherit;
}

.code-block pre:last-child{
	margin-bottom:0;
}

.code-block code{
	color:inherit;
}

/* Valuation page */
.kpi-label{
	text-transform:uppercase;
	letter-spacing:.08em;
	font-size:.76rem;
	color:var(--cg-muted);
	font-weight:900;
}

.chart-card{
	padding:1.25rem 1.25rem 1.6rem;
	background:#fff;
	height:100%;
}

#valuation-form{
	background:#fff;
	border:1px solid var(--cg-line);
	border-radius:28px;
	padding:26px;
	box-shadow:var(--cg-shadow-soft);
}

#valuation-form .form-label{
	font-weight:800;
	font-size:.88rem;
	color:#334155;
}

#valuation-form .form-control,
#valuation-form .form-select,
#valuation-form .select2-container .select2-selection--single{
	min-height:42px!important;
	border-radius:12px!important;
	border:1px solid #cbd5e1!important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height:40px!important;
	padding-left:12px!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
	height:40px!important;
}

/* Footer */
.cg-footer{
	background:#07111f;
	border-top:1px solid rgba(255,255,255,.08);
	padding:26px 0;
}

.cg-footer p,
.cg-footer a{
	color:rgba(226,232,240,.68);
	font-size:14px;
	font-weight:700;
}

.cg-footer a:hover{
	color:#fff;
}

.cg-footer-links{
	display:flex;
	justify-content:flex-end;
	gap:18px;
	flex-wrap:wrap;
}

/* Modals */
.cg-modal .modal-content{
	border:0;
	border-radius:28px;
	overflow:hidden;
	box-shadow:0 30px 90px rgba(15,23,42,.28);
}

.cg-modal .modal-header{
	padding:26px 30px 18px;
	background:#f8fafc;
	border-bottom:1px solid #e5e7eb;
}

.cg-modal .modal-title{
	font-size:24px;
	font-weight:900;
	letter-spacing:-.045em;
	color:#0f172a;
}

.cg-modal-kicker{
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:.1em;
	color:var(--cg-primary);
	font-weight:900;
	margin-bottom:4px;
}

.cg-modal .modal-body{
	padding:28px 30px 30px;
}

.cg-contact-card{
	border-radius:22px;
	background:#f8fafc;
	border:1px solid #eef2f7;
	padding:22px;
	margin-bottom:18px;
}

.cg-contact-row{
	display:flex;
	align-items:center;
	gap:12px;
	margin-bottom:12px;
}

.cg-contact-row:last-child{
	margin-bottom:0;
}

.cg-contact-row i{
	width:38px;
	height:38px;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:13px;
	color:#fff;
	background:linear-gradient(135deg, var(--cg-primary), var(--cg-primary-2));
	flex:0 0 38px;
	font-size:14px;
}

.cg-legal-modal .modal-body{
	max-height:72vh;
	overflow-y:auto;
}

.cg-legal-content p{
	color:#475569;
	font-size:15px;
	line-height:1.75;
	margin-bottom:18px;
}

.cg-legal-content h6{
	color:#0f172a;
	font-size:18px;
	line-height:1.25;
	letter-spacing:-.03em;
	font-weight:900;
	margin:24px 0 10px;
}

.cg-legal-content h6:first-child{
	margin-top:0;
}

/* Responsive */
@media (max-width: 991.98px){
	.cg-brand-logo{
		width:132px;
	}

	.cg-menu{
		padding-top:.85rem;
	}

	.cg-nav-cta{
		width:100%;
		margin-top:.5rem;
	}

	.home-one{
		min-height:auto;
		padding-top:95px!important;
		padding-bottom:78px!important;
	}
}

@media (max-width: 767.98px){
	.home-one h1{
		font-size:42px;
	}

	.home-one .row.m-4,
	.home-one .row.posr.m-4{
		margin:0!important;
	}

	.pt90{ padding-top:72px!important; }
	.pb60{ padding-bottom:54px!important; }
	.pb90{ padding-bottom:72px!important; }

	.cg-footer{
		text-align:center;
	}

	.cg-footer-links{
		justify-content:center;
	}

	#valuation-form{
		padding:20px;
	}
}