﻿/*a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	white-space: nowrap;
	line-height: 60px;
}

*/

:root {
	--bg0: #FFFFFF;
	--bg1: #FFFFFF;
	--card: #FFFFFF;
	--text: #0B0F1A;
	--muted: #6B7280;
	--line: rgba(15, 23, 42, .12);
	/* BetDefence-like blue/cyan */
	--blue: #07A7E5;
	--blue2: #0B74FF;
	--blueSoft: #EAF7FF;
	--shadow: 0 18px 50px rgba(2, 8, 23, .10);
	--radius: 18px;
	--max: 1140px;
}

* {
	box-sizing: border-box
}

html, body {
	height: 100%
}

body {
	margin: 0;
	color: var(--text);
	font: 16px/1.55 system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Noto Sans Georgian",sans-serif;
	background: linear-gradient(180deg, var(--bg0), var(--bg1));
	overflow-x: hidden;
	position: relative;
}

a {
	color: inherit;
	text-decoration: none
}

.container {
	width: min(var(--max), 92vw);
	margin: 0 auto
}

/* HEADER (white) */
header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(255,255,255,.95);
	backdrop-filter: blur(10px);
	/*border-bottom: 1px solid var(--line);*/
	box-shadow: 0 10px 30px rgba(2,8,23,.06);
}

	header .navbar-brand {
		display: flex;
		align-items: center;
		gap: 10px;
		font-weight: 700;
		letter-spacing: .2px;
	}

		header .navbar-brand .brand-text {
			color: #0B0F1A;
			font-size: 23px;
			letter-spacing: .2px;
		}

/*.nav {
	display: flex;
	justify-content: space-between;
	padding: 14px 0;
}*/

.logo-svg {
	width: 38px;
	height: 38px;
	display: block;
	flex: 0 0 auto;
}

.header-main-navbar-container {
/*	position: absolute;
	left: 50%;
	transform: translateX(-50%);*/
margin-left: 45px;
}

.header-main-navbar {
	display: flex;
	gap: 16px;
	align-items: center;
}

	.header-main-navbar a {
		color: var(--muted)!important;
		padding: 8px 10px!important;
		border-radius: 10px;
	}

		.header-main-navbar a:hover {
			color: var(--text);
			background: rgba(2,8,23,.04);
		}

.cta {
	display: flex;
	gap: 10px;
	align-items: center
}

main {
	min-height: 700px;
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 10px 14px;
	border-radius: 12px;
	cursor: pointer;
	font-weight: 750;
	transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease, filter .18s ease;
	/*
	border: 1px solid rgba(7,167,229,.35);
	background: #fff;
	color: var(--blue2);*/
}

	.btn:hover {
		transform: translateY(-1px);
		filter: brightness(1.03);
		/*		background: rgba(7,167,229,.05);
		border-color: rgba(7,167,229,.55);
		box-shadow: 0 10px 26px rgba(7,167,229,.14);*/
	}

	.btn-primary {
		border: 0;
		background: linear-gradient(135deg, var(--blue2), var(--blue));
		color: #fff;
		box-shadow: 0 16px 40px rgba(7,167,229,.20);
	}

	.btn-outline-primary {
		border: 1px solid rgba(7, 167, 229, .35);
		background: #fff;
		color: var(--blue2);
	}

		.btn-outline-primary:hover {
			color: var(--blue2);
			transform: translateY(-1px);
			background: rgba(7, 167, 229, .05);
			border-color: rgba(7, 167, 229, .55);
			box-shadow: 0 10px 26px rgba(7, 167, 229, .14);
		}

	.btn-info {
		border: 0;
		background: linear-gradient(135deg, #117a8b, #03a6c0);
		color: #fff;
		box-shadow: 0 16px 40px rgba(7,167,229,.20);
	}

.btn-danger {
	border: 0;
	background: linear-gradient(135deg, #bd2130, #ff5968);
	color: #fff;
	box-shadow: 0 16px 40px rgba(7,167,229,.20);
}

.hamb {
	display: none
}

/* HERO */
.hero {
	position: relative;
	padding: 60px 0 28px;
	/*overflow: hidden;*/
}

.hero-grid {
	display: grid;
	grid-template-columns: 1.05fr .95fr;
	gap: 28px;
	align-items: center;
	position: relative;
	z-index: 1;
}

	.hero-grid h1 {
		margin: 0 0 12px;
		font-size: clamp(34px, 4.2vw, 54px);
		line-height: 1.05;
		letter-spacing: -.02em;
		font-weight: bold;
	}

.gap-10 {
	gap: 10px;
}

.form-control {
	border-radius: 8px;
}

/* Decorative “attack/deflect” graphic */
.attack-decor {
	position: absolute;
	right: -420px;
	top: 40px;
	width: 760px;
	height: 760px;
	pointer-events: none;
	z-index: -1;
	opacity: 1;
}

	.attack-decor svg {
		width: 100%;
		height: 100%;
		display: block;
	}

	/* gentle motion */
	.attack-decor .incoming {
		animation: float1 6.5s ease-in-out infinite;
	}

	.attack-decor .deflect {
		animation: float2 7.8s ease-in-out infinite;
	}

@keyframes float1 {
	0%,100% {
		transform: translate(0,0);
		opacity: .95;
	}

	50% {
		transform: translate(-8px, 10px);
		opacity: 1;
	}
}

@keyframes float2 {
	0%,100% {
		transform: translate(0,0);
		opacity: .95;
	}

	50% {
		transform: translate(10px, -8px);
		opacity: 1;
	}
}

.sub {
	color: var(--muted);
	font-size: 17px;
	max-width: 56ch;
	margin: 0 0 22px;
}

.badges {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin: 0 0 18px
}

.badge {
	padding: 7px 10px;
	border-radius: 999px;
	border: 1px solid var(--line);
	background: var(--blueSoft);
	color: #0F172A;
	font-weight: 700;
	font-size: 13px;
	line-height: 1.1rem;
}

	.badge strong {
		color: #0B0F1A
	}

.hero-actions {
	display: flex;
	gap: 10px;
	flex-wrap: wrap
}

.mini {
	margin-top: 14px;
	display: flex;
	gap: 18px;
	flex-wrap: wrap;
	color: var(--muted);
	font-size: 13px;
}

	.mini span {
		display: inline-flex;
		gap: 8px;
		align-items: center
	}

.dot {
	width: 8px;
	height: 8px;
	border-radius: 99px;
	background: var(--blue);
	box-shadow: 0 0 0 4px rgba(7,167,229,.16);
}

/* Right panel */
.panel {
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: #fff;
	box-shadow: var(--shadow);
	overflow: hidden;
	position: relative;
	min-height: 360px;
}

.dash {
	position: absolute;
	inset: 16px;
	border-radius: 14px;
	background: #fff;
	border: 1px solid var(--line);
	padding: 14px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	overflow-y: hidden;
}

.dash:hover {
	overflow-y: auto;
}


.dash-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px
}

.pill {
	font-size: 12px;
	color: var(--muted);
	border: 1px solid var(--line);
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(2,8,23,.02);
}

.metrics {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 10px
}

.metric {
	border: 1px solid var(--line);
	border-radius: 14px;
	padding: 12px;
	background: rgba(7,167,229,.06);
}

	.metric .k {
		color: var(--muted);
		font-size: 12px
	}

	.metric .v {
		font-size: 18px;
		font-weight: 900;
		margin-top: 4px
	}

.chart {
	flex: 1;
	border: 1px solid var(--line);
	border-radius: 14px;
	background: linear-gradient(180deg, rgba(7,167,229,.18), rgba(11,116,255,.08));
	position: relative;
	overflow: hidden;
}

	.chart svg {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%
	}

/* TRUST STRIP */
.main-trust {
	padding: 10px 0;
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
	background: #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width:100%;
}

	.main-trust .trust-row {
		display: flex;
		gap: 16px;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		padding: 12px 0;
	}

	.main-trust .trust-item {
		color: var(--muted);
		font-weight: 750;
		font-size: 13px;
		display: flex;
		gap: 10px;
		align-items: center
	}

.ic {
	width: 26px;
	height: 26px;
	border-radius: 10px;
	background: rgba(7,167,229,.10);
	border: 1px solid rgba(7,167,229,.20);
	display: grid;
	place-items: center;
	font-size: 13px;
	color: #0F172A;
}

section {
	padding: 54px 0
}

.sec-title {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	align-items: flex-end;
	margin-bottom: 18px
}

	.sec-title h2 {
		font-size: 26px;
		letter-spacing: -.01em;
		font-weight: bold;
	}

	.sec-title p {
		margin: 0;
		color: var(--muted);
		max-width: 60ch
	}

.grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, 1fr);
}

.card {
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: 16px;
	background: #fff;
	transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
	min-height: 140px;
	box-shadow: 0 10px 26px rgba(2,8,23,.06);
}

	.card:hover {
		transform: translateY(-2px);
		border-color: rgba(7,167,229,.35);
		box-shadow: 0 16px 40px rgba(2,8,23,.10);
	}

	.card .t {
		font-weight: 900;
		margin: 10px 0 6px
	}

	.card .d {
		color: var(--muted);
		margin: 0
	}

.split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
	align-items: center;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: #fff;
	padding: 18px;
	box-shadow: 0 14px 36px rgba(2,8,23,.08);
}

	.split h3 {
		margin: 0 0 8px;
		font-size: 20px
	}

	.split p {
		margin: 0;
		color: var(--muted)
	}

.callouts {
	display: grid;
	gap: 10px;
	margin-top: 14px
}

.call {
	display: flex;
	gap: 10px;
	align-items: flex-start
}

	.call .b {
		width: 10px;
		height: 10px;
		margin-top: 6px;
		border-radius: 99px;
		background: var(--blue);
		box-shadow: 0 0 0 4px rgba(7,167,229,.16)
	}

.flow {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
}

.step {
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: #fff;
	padding: 14px;
	position: relative;
	box-shadow: 0 12px 30px rgba(2,8,23,.08);
}

	.step:after {
		content: "";
		position: absolute;
		top: 50%;
		right: -12px;
		width: 24px;
		height: 2px;
		background: linear-gradient(90deg, rgba(11,116,255,.7), rgba(7,167,229,.7));
		transform: translateY(-50%);
		z-index: -1;
	}

	.step:last-child:after {
		display: none
	}

	.step .n {
		color: var(--muted);
		font-weight: 850;
		font-size: 12px
	}

	.step .s {
		font-weight: 950;
		margin-top: 6px
	}

.pricing {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 14px;
}

.plan {
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: #fff;
	padding: 16px;
	box-shadow: 0 12px 30px rgba(2,8,23,.08);
	transition: border-color 0.4s ease, background 0.5s ease, box-shadow 0.4s ease;
}

	.plan:hover {
		border-color: rgba(7,167,229,.35);
		background: radial-gradient(500px 250px at 30% 10%, rgba(7,167,229,.14), transparent 60%), #fff;
		box-shadow: 0 18px 44px rgba(7,167,229,.12);
	}

	.plan h3 {
		margin: 0 0 6px;
		font-size: 18.7px;
		font-weight: bold;
	}

.price {
	font-size: 26px;
	font-weight: 950;
	margin: 10px 0
}

.pricing ul {
	margin: 10px 0 0;
	padding: 0 0 0 18px;
	color: var(--muted)
}

li {
	margin: 6px 0
}

.final-cta {
	border: 1px solid var(--line);
	border-radius: 26px;
	padding: 22px;
	background: linear-gradient(135deg, rgba(7,167,229,.12), rgba(11,116,255,.08));
	box-shadow: 0 18px 46px rgba(2,8,23,.10);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

	.final-cta h2 {
		font-weight: bold;
		font-size: 24px
	}

	.final-cta p {
		margin: 6px 0 0;
		color: var(--muted)
	}

footer {
	padding: 26px 0 40px;
	border-top: 1px solid var(--line);
	color: var(--muted);
	background: #fff;
	margin-top: 40px;
}

.foot {
	display: grid;
	grid-template-columns: 1.2fr .8fr .8fr;
	gap: 14px;
	padding: 0 15px;
}

	.foot a {
		color: var(--muted)
	}

		.foot a:hover {
			color: var(--text)
		}

.small {
	font-size: 12px;
	margin-top: 10px
}

.main-features {
	padding: 125px 0 55px;
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgb(10 127 249 / 3%);
}

.table-align-middle td, .table-align-middle th {
	vertical-align: middle !important;
}

.page-header {
	font-size: 26px;
	letter-spacing: -.01em;
	font-weight: bold;
	margin-top: 3rem;
	margin-bottom: 1.5rem;
}

/* Responsive */
@media (max-width: 940px) {
	.hero-grid {
		grid-template-columns: 1fr;
	}

	.panel {
		min-height: 340px
	}

	.grid {
		grid-template-columns: repeat(2,1fr)
	}

	.flow {
		grid-template-columns: 1fr 1fr
	}

	.step:after {
		display: none
	}

	.pricing {
		grid-template-columns: 1fr
	}

	.foot {
		grid-template-columns: 1fr 1fr
	}

/*	.header-main-navbar {
		display: none
	}*/

	.hamb {
		display: inline-flex
	}

	.attack-decor {
		right: -320px;
		top: 90px;
		width: 620px;
		height: 620px;
		opacity: .92;
		display: none;
	}

	.hero {
		padding-top: 25px;
	}

	.header-main-navbar-container {
/*		position: static;
		left: auto;
		transform: none;*/
margin-left: auto;
	}
}

@media (max-width: 540px) {
	.grid {
		grid-template-columns: 1fr
	}

	.metrics {
		grid-template-columns: 1fr
	}

	.foot {
		grid-template-columns: 1fr
	}

	.final-cta {
		flex-direction: column;
		align-items: flex-start
	}

	.logo-svg {
		width: 32px;
		height: 32px;
	}

	.brand-text {
		font-size: 16px;
	}

	.attack-decor {
		right: -360px;
		top: 130px;
		width: 520px;
		height: 520px;
		opacity: .85;
	}
}

/* Mobile menu */
.mobile {
	display: none;
	border-top: 1px solid var(--line);
	background: #fff;
}

	.mobile a {
		display: block;
		padding: 12px 0;
		color: var(--muted);
		border-bottom: 1px solid rgba(2,8,23,.06);
	}

		.mobile a:hover {
			color: var(--text)
		}
