:root{
	--site-primary: #245cff;
	--site-primary-dark: #173ca8;
	--site-dark: #07111f;
	--site-dark-soft: #0d1827;
	--site-border: #d9e3f2;
	--site-muted: #66768f;
	--site-surface: #f4f8fd;
	--site-shadow: 0 20px 60px rgba(7, 17, 31, 0.12);
}

html{
	scroll-behavior: smooth;
}

body{
	background: #ffffff;
	color: #0b1526;
	font-family: 'Manrope', sans-serif;
}

a{
	text-decoration: none;
}

img{
	max-width: 100%;
}

.section-label{
	color: var(--site-primary);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	margin-bottom: 0.85rem;
	text-transform: uppercase;
}

.section-title{
	color: #0b1526;
	font-size: clamp(1.9rem, 3vw, 2.8rem);
	font-weight: 800;
	line-height: 1.1;
	margin-bottom: 1rem;
}

.section-copy{
	color: var(--site-muted);
	font-size: 1rem;
	line-height: 1.75;
}

.section-intro{
	max-width: 760px;
}

.section-intro-wide{
	max-width: 860px;
}

.section-shell{
	padding: 2.5rem 0;
}

.surface-panel{
	background: #ffffff;
	border: 1px solid rgba(36, 92, 255, 0.08);
	border-radius: 1.25rem;
	box-shadow: var(--site-shadow);
}

.site-header{
	z-index: 1030;
}

.site-navbar{
	background: linear-gradient(180deg, rgba(3, 10, 20, 0.96), rgba(6, 17, 31, 0.94));
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(14px);
	min-height: 76px;
}

.site-brand{
	align-items: center;
	display: inline-flex;
	gap: 0.85rem;
	margin-right: 2rem;
	padding: 1rem 0;
}

.site-nav-link{
	color: rgba(255, 255, 255, 0.88);
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	padding: 1.7rem 0.85rem 1.45rem !important;
	position: relative;
	text-transform: uppercase;
}

.site-nav-link:after{
	background: var(--site-primary);
	border-radius: 999px;
	bottom: 0.95rem;
	content: '';
	height: 2px;
	left: 0.85rem;
	opacity: 0;
	position: absolute;
	right: 0.85rem;
	transform: scaleX(0.35);
	transform-origin: center;
	transition: all 0.25s ease;
}

.site-nav-link:hover,
.site-nav-link:focus,
.site-nav-link.is-active{
	color: #ffffff;
}

.site-nav-link:hover:after,
.site-nav-link:focus:after,
.site-nav-link.is-active:after{
	opacity: 1;
	transform: scaleX(1);
}

.navbar-toggler-icon{
	height: 1.2em;
	width: 1.2em;
}

.hero-section{
	background:
		linear-gradient(90deg, rgba(2, 8, 18, 0.88) 0%, rgba(4, 12, 24, 0.8) 38%, rgba(6, 17, 31, 0.32) 100%),
		url('../img/mbr-1920x1281.jpg') center/cover no-repeat;
	color: #ffffff;
	padding: 6.5rem 0 5.5rem;
	position: relative;
}

.hero-section:before{
	background:
		radial-gradient(circle at top right, rgba(36, 92, 255, 0.35), transparent 28%),
		radial-gradient(circle at bottom left, rgba(36, 92, 255, 0.2), transparent 30%);
	content: '';
	inset: 0;
	position: absolute;
}

.hero-section .container{
	position: relative;
	z-index: 1;
}

.hero-title{
	font-size: clamp(2.8rem, 4.6vw, 4.9rem);
	font-weight: 800;
	line-height: 0.98;
	margin-bottom: 1rem;
	max-width: 13ch;
}

.hero-subtitle{
	font-size: clamp(1.15rem, 2vw, 1.55rem);
	font-weight: 600;
	margin-bottom: 1.5rem;
}

.hero-copy{
	color: rgba(255, 255, 255, 0.78);
	font-size: 1.04rem;
	line-height: 1.8;
	margin-bottom: 1.75rem;
	max-width: 38rem;
}

.hero-tags{
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1.25rem;
	list-style: none;
	margin: 0 0 2rem;
	padding: 0;
}

.hero-tags li{
	align-items: center;
	color: rgba(255, 255, 255, 0.86);
	display: inline-flex;
	font-size: 0.84rem;
	font-weight: 700;
	gap: 0.6rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.hero-tags li:before{
	background: var(--site-primary);
	border-radius: 999px;
	content: '';
	display: inline-block;
	height: 6px;
	width: 6px;
}

.cyber-hero{
	background:
		linear-gradient(90deg, rgba(2, 8, 18, 0.98) 0%, rgba(3, 12, 24, 0.93) 43%, rgba(3, 14, 26, 0.32) 100%),
		url('../img/cybersecurity_hero.png') center right/cover no-repeat;
	color: #ffffff;
	padding: 5rem 0 4rem;
	position: relative;
}

.cyber-hero:before{
	background:
		radial-gradient(circle at 12% 30%, rgba(36, 92, 255, 0.2), transparent 31%),
		linear-gradient(180deg, transparent 60%, rgba(3, 10, 20, 0.38));
	content: '';
	inset: 0;
	position: absolute;
}

.cyber-hero .container{
	position: relative;
	z-index: 1;
}

.cyber-hero-title{
	font-size: clamp(2.2rem, 4vw, 3.6rem);
	font-weight: 800;
	line-height: 1.05;
	margin-bottom: 1rem;
	max-width: 18ch;
}

.cyber-hero-copy{
	color: rgba(255, 255, 255, 0.82);
	font-size: 1.05rem;
	line-height: 1.8;
	margin-bottom: 0;
	max-width: 42rem;
}

.cyber-path{
	align-items: center;
	border-top: 1px solid rgba(36, 92, 255, 0.1);
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
	justify-content: flex-start;
	margin-top: 1.25rem;
	padding-top: 1.15rem;
}

.cyber-path span{
	color: #172640;
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.cyber-path i{
	color: var(--site-primary);
	font-size: 0.9rem;
}

.cyber-area-card{
	align-items: flex-start;
	height: 100%;
}

.cyber-area-title{
	color: #0b1526;
	font-size: 1.35rem;
	font-weight: 800;
	line-height: 1.25;
	margin: 0 0 0.3rem;
}

.cyber-area-copy{
	margin-bottom: 0.8rem;
}

.cyber-area-list{
	color: #24314d;
	font-size: 0.82rem;
	line-height: 1.65;
	list-style: none;
	margin: 0;
	padding: 0;
}

.cyber-area-list li{
	border-top: 1px solid rgba(36, 92, 255, 0.08);
	padding: 0.55rem 0 0.55rem 1.25rem;
	position: relative;
}

.cyber-area-list li:before{
	color: var(--site-primary);
	content: '\2713';
	font-weight: 800;
	left: 0;
	position: absolute;
}

.cyber-nis2-note{
	color: #64748c;
	font-size: 0.8rem;
	line-height: 1.65;
	margin: 0;
}

.cyber-nis2-aside{
	background: linear-gradient(180deg, #f7faff 0%, #eef5fd 100%);
	border-left: 1px solid rgba(36, 92, 255, 0.08);
	height: 100%;
	padding: 1.6rem;
}

.cyber-nis2-aside-title{
	color: #0b1526;
	font-size: 1.15rem;
	font-weight: 800;
	margin-bottom: 0.7rem;
}

.cyber-nis2-list{
	list-style: none;
	margin: 0;
	padding: 0;
}

.cyber-nis2-list li{
	align-items: flex-start;
	border-bottom: 1px solid rgba(36, 92, 255, 0.08);
	color: #24314d;
	display: flex;
	font-size: 0.84rem;
	font-weight: 700;
	gap: 0.8rem;
	line-height: 1.55;
	padding: 0.9rem 0;
}

.cyber-nis2-list li:first-child{
	padding-top: 0;
}

.cyber-nis2-list li:last-child{
	border-bottom: 0;
	padding-bottom: 0;
}

.cyber-nis2-list i{
	color: var(--site-primary);
	font-size: 1.15rem;
	line-height: 1.2;
}

.cyber-step-card{
	align-items: flex-start;
	height: 100%;
}

.cyber-step-number{
	font-size: 0.72rem;
	font-weight: 800;
}

.cyber-step-title{
	color: #0b1526;
	font-size: 1.05rem;
	font-weight: 800;
	margin-bottom: 0.65rem;
}

.cyber-cta-band{
	background:
		linear-gradient(135deg, rgba(3, 10, 20, 0.98), rgba(11, 35, 60, 0.94)),
		url('../img/cybersecurity_hero.png') center right/cover no-repeat;
}

.btn-brand{
	background: var(--site-primary);
	border-color: var(--site-primary);
	border-radius: 0.9rem;
	box-shadow: 0 18px 35px rgba(36, 92, 255, 0.22);
	color: #ffffff;
	font-weight: 700;
	padding: 0.95rem 1.5rem;
}

.btn-brand:hover,
.btn-brand:focus{
	background: var(--site-primary-dark);
	border-color: var(--site-primary-dark);
	color: #ffffff;
}

.btn-outline-light-soft{
	border-color: rgba(255, 255, 255, 0.34);
	border-radius: 0.9rem;
	color: #ffffff;
	font-weight: 700;
	padding: 0.95rem 1.5rem;
}

.btn-outline-light-soft:hover,
.btn-outline-light-soft:focus{
	background: #ffffff;
	border-color: #ffffff;
	color: var(--site-dark);
}

.trust-strip{
	background: #ffffff;
	border-bottom: 1px solid rgba(7, 17, 31, 0.06);
}

.icon-grid{
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(5, 1fr);
}

.icon-grid-item{
	align-items: center;
	background: #ffffff;
	display: flex;
	flex-direction: column;
	gap: 0.8rem;
	padding: 2rem 1rem;
	text-align: center;
}

.icon-grid-item i{
	color: var(--site-primary);
	font-size: 2rem;
}

.icon-grid-item span{
	font-size: 0.88rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.service-card{
	background: #ffffff;
	border: 1px solid rgba(8, 21, 38, 0.08);
	border-radius: 1.2rem;
	box-shadow: 0 14px 30px rgba(7, 17, 31, 0.08);
	height: 100%;
	overflow: hidden;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-card:hover{
	box-shadow: 0 20px 40px rgba(7, 17, 31, 0.14);
	transform: translateY(-4px);
}

.service-card-image{
	aspect-ratio: 1.25;
	object-fit: cover;
	width: 100%;
}

.service-card-body{
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 1.35rem;
}

.service-card-title{
	flex: 1 1 auto;
	font-size: 1.05rem;
	font-weight: 800;
	margin-bottom: 0.7rem;
}

.service-card-copy{
	color: var(--site-muted);
	flex: 1 1 auto;
	font-size: 0.95rem;
	line-height: 1.7;
	margin-bottom: 1rem;
}

.service-card-link{
	color: var(--site-primary);
	font-size: 0.88rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.expertise-grid{
	display: grid;
	grid-template-columns: repeat(10, minmax(0, 1fr));
}

.expertise-shell{
	align-items: center;
	display: grid;
	gap: 1rem;
	grid-template-columns: auto 1fr auto;
}

.expertise-nav{
	align-items: center;
	background: #07111f;
	border: 0;
	border-radius: 999px;
	color: #ffffff;
	display: inline-flex;
	height: 2rem;
	justify-content: center;
	padding: 0;
	width: 2rem;
}

.expertise-item{
	align-items: center;
	background: transparent;
	border-right: 1px solid rgba(36, 92, 255, 0.12);
	display: flex;
	flex-direction: column;
	gap: 0.8rem;
	min-height: 120px;
	padding: 0.75rem 0.55rem;
	text-align: center;
}

.expertise-item:last-child{
	border-right: 0;
}

.expertise-item i{
	color: var(--site-primary);
	font-size: 1.7rem;
}

.expertise-item span{
	font-size: 0.88rem;
	font-weight: 700;
	line-height: 1.45;
}

.timeline-shell{
	padding-top: 0.25rem;
}

.timeline-track{
	display: grid;
	gap: 1.6rem;
	grid-template-columns: repeat(4, 1fr);
	position: relative;
}

.timeline-track:before{
	background: linear-gradient(90deg, rgba(36, 92, 255, 0.18), rgba(36, 92, 255, 0.5), rgba(36, 92, 255, 0.18));
	content: '';
	height: 2px;
	left: 12%;
	position: absolute;
	right: 12%;
	top: 1rem;
}

.timeline-step{
	position: relative;
	text-align: center;
}

.timeline-number{
	align-items: center;
	background: #ffffff;
	border: 2px solid rgba(36, 92, 255, 0.22);
	border-radius: 999px;
	color: var(--site-primary);
	display: inline-flex;
	font-size: 1rem;
	font-weight: 800;
	height: 2.15rem;
	justify-content: center;
	margin-bottom: 1rem;
	position: relative;
	width: 2.15rem;
	z-index: 1;
}

.timeline-title{
	font-size: 0.98rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	margin-bottom: 0.7rem;
	text-transform: uppercase;
}

.timeline-copy{
	color: var(--site-muted);
	font-size: 0.92rem;
	line-height: 1.7;
	margin: 0;
}

.team-card{
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
	border: 1px solid rgba(36, 92, 255, 0.08);
	border-radius: 1.25rem;
	box-shadow: 0 18px 34px rgba(7, 17, 31, 0.08);
	height: 100%;
	padding: 1.75rem;
}

.team-image-wrap{
	aspect-ratio: 0.86;
	border-radius: 1rem;
	overflow: hidden;
}

.team-image{
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.team-name{
	font-size: 1.45rem;
	font-weight: 800;
	margin-bottom: 0.35rem;
}

.team-role{
	color: var(--site-primary);
	font-size: 0.92rem;
	font-weight: 700;
	margin-bottom: 1rem;
}

.team-list{
	color: var(--site-muted);
	font-size: 0.95rem;
	line-height: 1.8;
	margin: 0 0 1.2rem;
	padding-left: 1.1rem;
}

.team-link{
	color: var(--site-primary);
	font-size: 0.9rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.cta-band{
	background:
		linear-gradient(135deg, rgba(4, 12, 24, 0.98), rgba(11, 28, 53, 0.98)),
		url('../img/background5.jpg') center/cover no-repeat;
	color: #ffffff;
	padding: 2rem 0;
	position: relative;
}

.cta-band:before{
	background: linear-gradient(90deg, rgba(36, 92, 255, 0.22), rgba(36, 92, 255, 0));
	content: '';
	inset: 0;
	position: absolute;
}

.cta-band .container{
	position: relative;
	z-index: 1;
}

.page-hero{
	background:
		linear-gradient(135deg, rgba(4, 12, 24, 0.96), rgba(12, 31, 58, 0.9)),
		url('../img/password-2781614-1920-1920x1344.jpg') center/cover no-repeat;
	color: #ffffff;
	padding: 5rem 0 4rem;
}

.page-hero-title{
	font-size: clamp(2.2rem, 4vw, 3.6rem);
	font-weight: 800;
	line-height: 1.05;
	margin-bottom: 1rem;
}

.page-hero .section-label{
	color: rgba(255, 255, 255, 0.72);
}

.page-hero-copy{
	color: rgba(255, 255, 255, 0.76);
	font-size: 1.02rem;
	line-height: 1.8;
	margin-bottom: 0;
	max-width: 46rem;
}

.page-copy-card{
	background: #ffffff;
	border: 1px solid rgba(36, 92, 255, 0.08);
	border-radius: 1.25rem;
	box-shadow: var(--site-shadow);
	padding: 2rem;
}

.cases-filter{
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	justify-content: center;
}

.cases-filter-btn{
	background: #ffffff;
	border: 1px solid rgba(36, 92, 255, 0.14);
	border-radius: 999px;
	color: #24314d;
	font-size: 0.84rem;
	font-weight: 700;
	padding: 0.65rem 0.95rem;
	transition: all 0.2s ease;
}

.cases-filter-btn.is-active,
.cases-filter-btn:hover{
	background: var(--site-primary);
	border-color: var(--site-primary);
	color: #ffffff;
}

.cases-grid{
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.cases-card{
	background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
	border: 1px solid rgba(36, 92, 255, 0.1);
	border-radius: 0.45rem;
	box-shadow: 0 12px 28px rgba(7, 17, 31, 0.06);
	display: flex;
	flex-direction: column;
	min-height: 9rem;
	padding: 1rem;
}

.cases-card.is-hidden{
	display: none;
}

.cases-card-icon{
	color: var(--site-primary);
	font-size: 1.5rem;
	line-height: 1;
	margin-bottom: 1rem;
}

.cases-card-title{
	color: #0b1526;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.35;
	margin-bottom: 0;
}

.services-hero{
	background:
		linear-gradient(90deg, rgba(4, 11, 21, 0.92) 0%, rgba(6, 17, 31, 0.76) 38%, rgba(6, 17, 31, 0.2) 100%),
		url('../img/password-2781614-1920-1920x1344.jpg') center/cover no-repeat;
}

.services-hero .studio-hero-title{
	max-width: 11ch;
}

.services-hero .studio-hero-copy{
	max-width: 32rem;
}

.services-tools-grid{
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	margin-bottom: 1rem;
}

.services-tool-card{
	background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
	border: 1px solid rgba(36, 92, 255, 0.1);
	border-radius: 0.45rem;
	box-shadow: 0 12px 28px rgba(7, 17, 31, 0.06);
	color: #0b1526;
	padding: 1rem 0.9rem;
	text-align: left;
	transition: all 0.2s ease;
}

.services-tool-card.is-active,
.services-tool-card:hover{
	border-color: rgba(36, 92, 255, 0.28);
	box-shadow: 0 14px 30px rgba(7, 17, 31, 0.1);
}

.services-tool-index{
	color: #7c8aa3;
	font-size: 0.72rem;
	font-weight: 800;
	margin-bottom: 0.7rem;
}

.services-tool-icon{
	color: var(--site-primary);
	font-size: 1.4rem;
	line-height: 1;
	margin-bottom: 0.7rem;
}

.services-tool-label{
	font-size: 0.95rem;
	font-weight: 800;
	line-height: 1.4;
}

.services-detail-card{
	background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
	border: 1px solid rgba(36, 92, 255, 0.1);
	border-radius: 0.45rem;
	box-shadow: 0 12px 28px rgba(7, 17, 31, 0.06);
	display: none;
	padding: 1.2rem;
}

.services-detail-card.is-active{
	display: block;
}

.services-detail-top{
	align-items: center;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	margin-bottom: 0.6rem;
}

.services-detail-title{
	color: var(--site-primary);
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: 0.03em;
	margin: 0;
	text-transform: uppercase;
}

.services-detail-close{
	background: transparent;
	border: 0;
	color: #6d7c96;
	font-size: 0.9rem;
	padding: 0;
}

.services-detail-copy{
	color: #44556f;
	font-size: 0.92rem;
	line-height: 1.8;
	margin-bottom: 0.85rem;
}

.services-detail-list{
	color: #44556f;
	font-size: 0.92rem;
	line-height: 1.8;
	margin: 0;
	padding-left: 1.15rem;
}

.services-mini-grid{
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.services-mini-grid-3{
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.services-mini-card{
	align-items: center;
	background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
	border: 1px solid rgba(36, 92, 255, 0.1);
	border-radius: 0.45rem;
	box-shadow: 0 12px 28px rgba(7, 17, 31, 0.06);
	display: grid;
	gap: 0.75rem;
	grid-template-columns: auto 1fr auto;
	padding: 0.95rem 1rem;
}

.services-mini-card.is-active{
	background: linear-gradient(180deg, var(--site-primary) 0%, var(--site-primary-dark) 100%);
	border-color: var(--site-primary-dark);
	box-shadow: 0 18px 32px rgba(36, 92, 255, 0.28);
}

.services-mini-card.is-active .services-mini-icon,
.services-mini-card.is-active .services-mini-label,
.services-mini-card.is-active .services-mini-arrow{
	color: #ffffff;
}

.services-mini-icon{
	color: var(--site-primary);
	font-size: 1.2rem;
	line-height: 1;
}

.services-mini-label{
	color: #0b1526;
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.45;
}

.services-mini-arrow{
	color: var(--site-primary);
	font-size: 0.95rem;
}

.contact-hero{
	background:
		linear-gradient(90deg, rgba(4, 11, 21, 0.92) 0%, rgba(6, 17, 31, 0.76) 34%, rgba(6, 17, 31, 0.18) 100%),
		url('../img/mbr-1920x1281.jpg') center/cover no-repeat;
	padding: 2.8rem 0 2.2rem;
}

.contact-hero-content{
	max-width: 24rem;
}

.contact-hero-title{
	color: #ffffff;
	font-size: clamp(2.8rem, 4vw, 4.3rem);
	font-weight: 800;
	line-height: 0.95;
	margin-bottom: 0.6rem;
}

.contact-hero-line{
	background: var(--site-primary);
	display: block;
	height: 3px;
	margin-bottom: 0.8rem;
	width: 3.9rem;
}

.contact-hero-copy{
	color: rgba(255, 255, 255, 0.92);
	font-size: 1.02rem;
	line-height: 1.75;
	margin: 0;
}

.contact-section{
	padding: 1.15rem 0 2rem;
}

.contact-info-grid{
	background: #ffffff;
	border: 1px solid rgba(36, 92, 255, 0.1);
	border-radius: 0.4rem;
	box-shadow: 0 14px 34px rgba(7, 17, 31, 0.08);
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	overflow: hidden;
}

.contact-info-card{
	align-items: flex-start;
	border-right: 1px solid rgba(36, 92, 255, 0.08);
	display: grid;
	gap: 0.9rem;
	grid-template-columns: auto 1fr;
	padding: 1.45rem 1.35rem;
}

.contact-info-card:last-child{
	border-right: 0;
}

.contact-info-icon{
	color: var(--site-primary);
	font-size: 1.4rem;
	line-height: 1;
}

.contact-info-title{
	color: #0b1526;
	font-size: 0.92rem;
	font-weight: 800;
	letter-spacing: 0.02em;
	margin-bottom: 0.7rem;
	text-transform: uppercase;
}

.contact-info-text,
.contact-info-text a{
	color: #33425b;
	font-size: 0.95rem;
	line-height: 1.85;
	margin: 0;
	text-decoration: none;
}

.contact-panel{
	background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
	border: 1px solid rgba(36, 92, 255, 0.1);
	border-radius: 0.45rem;
	box-shadow: 0 14px 34px rgba(7, 17, 31, 0.08);
	padding: 1.4rem;
}

.contact-panel-title{
	color: #0b1526;
	font-size: clamp(1.8rem, 3vw, 2.5rem);
	font-weight: 800;
	line-height: 1.08;
	margin-bottom: 0.5rem;
}

.contact-panel-line{
	background: var(--site-primary);
	display: block;
	height: 3px;
	margin-bottom: 1rem;
	width: 3.6rem;
}

.contact-panel-copy{
	color: #55657e;
	font-size: 0.96rem;
	line-height: 1.8;
	margin-bottom: 1rem;
	max-width: 28rem;
}

.contact-input{
	border: 1px solid rgba(36, 92, 255, 0.14);
	border-radius: 0.2rem;
	box-shadow: none;
	color: #24314d;
	font-size: 0.95rem;
	min-height: 3rem;
}

.contact-input:focus{
	border-color: rgba(36, 92, 255, 0.4);
	box-shadow: 0 0 0 0.18rem rgba(36, 92, 255, 0.1);
}

.contact-textarea{
	min-height: 8rem;
	resize: vertical;
}

.contact-check{
	color: #55657e;
	font-size: 0.85rem;
	line-height: 1.7;
}

.contact-submit{
	min-width: 17rem;
	text-transform: uppercase;
}

.contact-map-panel{
	padding: 0;
	overflow: hidden;
}

.contact-map-wrap{
	height: 100%;
	min-height: 31rem;
	position: relative;
}

.contact-map-frame{
	border: 0;
	height: 100%;
	width: 100%;
}

.contact-map-card{
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(36, 92, 255, 0.1);
	border-radius: 0.3rem;
	bottom: 1.4rem;
	box-shadow: 0 18px 36px rgba(7, 17, 31, 0.12);
	left: 1.4rem;
	max-width: 16rem;
	padding: 1rem;
	position: absolute;
}

.contact-map-title{
	color: #0b1526;
	font-size: 1.25rem;
	font-weight: 800;
	margin-bottom: 0.55rem;
}

.contact-map-copy{
	color: #55657e;
	font-size: 0.95rem;
	line-height: 1.75;
	margin-bottom: 1rem;
}

.contact-map-btn{
	border-radius: 0.2rem;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	padding: 0.8rem 1rem;
	text-transform: uppercase;
}

.privacy-panel{
	background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
	border: 1px solid rgba(36, 92, 255, 0.1);
	border-radius: 0.55rem;
	box-shadow: 0 14px 34px rgba(7, 17, 31, 0.08);
	padding: 2rem;
}

.privacy-intro{
	border-bottom: 1px solid rgba(36, 92, 255, 0.1);
	margin-bottom: 2rem;
	padding-bottom: 1.4rem;
}

.privacy-title{
	color: #0b1526;
	font-size: clamp(1.9rem, 3vw, 2.7rem);
	font-weight: 800;
	line-height: 1.1;
	margin-bottom: 0.9rem;
}

.privacy-block{
	margin-bottom: 2rem;
}

.privacy-block h3{
	color: #0b1526;
	font-size: 1.35rem;
	font-weight: 800;
	margin-bottom: 0.9rem;
}

.privacy-block h4{
	color: var(--site-primary);
	font-size: 1rem;
	font-weight: 800;
	margin: 1rem 0 0.55rem;
}

.privacy-panel p,
.privacy-list{
	color: #44556f;
	font-size: 0.98rem;
	line-height: 1.85;
}

.privacy-panel p{
	margin-bottom: 0.85rem;
}

.privacy-panel a{
	color: var(--site-primary);
}

.privacy-list{
	margin-bottom: 1rem;
	padding-left: 1.2rem;
}

.studio-hero{
	background:
		linear-gradient(90deg, rgba(3, 10, 20, 0.88) 0%, rgba(6, 16, 30, 0.54) 50%, rgba(6, 16, 30, 0.18) 100%),
		url('../img/mbr-1920x1281.jpg') center/cover no-repeat;
	padding: 3rem 0 2.5rem;
}

.studio-hero-content{
	max-width: 24rem;
	min-height: 16rem;
	padding: 1rem 0;
}

.studio-hero-title{
	color: #ffffff;
	font-size: clamp(2.6rem, 4vw, 4rem);
	font-weight: 800;
	line-height: 1;
	margin-bottom: 1rem;
}

.studio-hero-copy{
	color: rgba(255, 255, 255, 0.9);
	font-size: 1rem;
	line-height: 1.65;
	margin: 0;
}

.studio-section{
	padding: 2.5rem 0;
}

.studio-section-alt{
	background: linear-gradient(180deg, #f7faff 0%, #f1f6fd 100%);
	border-top: 1px solid rgba(36, 92, 255, 0.08);
	border-bottom: 1px solid rgba(36, 92, 255, 0.08);
}

.studio-section-head{
	margin: 0 auto 2rem;
	max-width: 52rem;
	text-align: center;
}

.studio-panel{
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
	border: 1px solid rgba(36, 92, 255, 0.08);
	border-radius: 0.5rem;
	box-shadow: 0 12px 36px rgba(7, 17, 31, 0.08);
	overflow: hidden;
}

.studio-info{
	padding: 1.6rem 1.6rem 1.2rem;
}

.studio-heading,
.studio-section-title{
	color: #0b1526;
	font-size: clamp(2rem, 3vw, 2.5rem);
	font-weight: 800;
	line-height: 1.15;
	margin-bottom: 0.75rem;
}

.studio-section-title{
	font-size: clamp(1.8rem, 3vw, 2.35rem);
}

.studio-section-title-underlined:after{
	background: var(--site-primary);
	border-radius: 999px;
	content: '';
	display: block;
	height: 3px;
	margin: 0.75rem auto 0;
	width: 4.5rem;
}

.studio-copy{
	color: #33425b;
	font-size: 0.96rem;
	line-height: 1.8;
}

.studio-copy-tight{
	max-width: 52rem;
	margin-bottom: 0;
}

.studio-icon-grid{
	display: grid;
	gap: 0.65rem;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	margin-top: 1.35rem;
}

.studio-icon-card{
	align-items: center;
	background: #ffffff;
	border: 1px solid rgba(36, 92, 255, 0.14);
	border-radius: 0.2rem;
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
	justify-content: center;
	min-height: 4.7rem;
	padding: 0.6rem 0.4rem;
	text-align: center;
}

.studio-icon-card i{
	color: var(--site-primary);
	font-size: 1.15rem;
}

.studio-icon-card span{
	color: #24314d;
	font-size: 0.68rem;
	font-weight: 700;
	line-height: 1.25;
}

.studio-side-image-wrap{
	height: 100%;
	min-height: 20rem;
}

.studio-side-image{
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.studio-role-card{
	background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
	border: 1px solid rgba(36, 92, 255, 0.12);
	border-radius: 0.5rem;
	box-shadow: 0 12px 28px rgba(7, 17, 31, 0.08);
	display: grid;
	gap: 1rem;
	grid-template-columns: auto 1fr;
	height: 100%;
	padding: 1.5rem;
}

.studio-role-icon{
	align-items: center;
	background: #1f4dff;
	border-radius: 999px;
	color: #ffffff;
	display: inline-flex;
	font-size: 1.35rem;
	height: 3rem;
	justify-content: center;
	width: 3rem;
}

.studio-role-title{
	color: #0b1526;
	font-size: 1.9rem;
	font-weight: 800;
	line-height: 1;
	margin-bottom: 0.2rem;
}

.studio-role-subtitle{
	color: var(--site-primary);
	font-size: 0.88rem;
	font-weight: 700;
	margin-bottom: 0.8rem;
}

.studio-role-copy{
	color: #33425b;
	font-size: 0.9rem;
	line-height: 1.72;
	margin: 0;
}

.studio-cases-grid{
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	margin: 1.3rem 0 1.6rem;
}

.studio-case-item{
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
	padding: 0.4rem;
	text-align: center;
}

.studio-case-item i{
	color: var(--site-primary);
	font-size: 1.5rem;
}

.studio-case-item span{
	color: #24314d;
	font-size: 0.76rem;
	font-weight: 700;
	line-height: 1.35;
}

.studio-text-block{
	margin: 0 auto;
	max-width: 58rem;
	text-align: center;
}

.studio-member-card{
	background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
	border: 1px solid rgba(36, 92, 255, 0.12);
	border-radius: 0.25rem;
	box-shadow: 0 12px 28px rgba(7, 17, 31, 0.08);
	height: 100%;
	overflow: hidden;
}

.studio-member-card .row{
	height: 100%;
}

.studio-member-image-wrap{
	height: 100%;
	min-height: 16rem;
}

.studio-member-image{
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.studio-member-body{
	height: 100%;
	padding: 1.05rem 1.15rem;
}

.studio-member-name{
	color: #0b1526;
	font-size: 1.55rem;
	font-weight: 800;
	margin-bottom: 0.65rem;
}

.studio-member-list{
	color: #24314d;
	font-size: 0.8rem;
	line-height: 1.65;
	margin: 0 0 0.75rem;
	padding-left: 1rem;
}

.studio-member-link{
	color: var(--site-primary);
	font-size: 0.88rem;
	font-weight: 800;
}

.cta-title{
	font-size: 1.8rem;
	font-weight: 800;
	margin-bottom: 0.45rem;
}

.cta-copy{
	color: rgba(255, 255, 255, 0.76);
	margin-bottom: 0;
}

.cta-actions{
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: flex-end;
}

.contact-pill{
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 0.95rem;
	color: #ffffff;
	display: inline-flex;
	font-weight: 700;
	gap: 0.8rem;
	padding: 0.95rem 1.4rem;
}

.contact-pill:hover{
	border-color: #ffffff;
	color: #ffffff;
}

.footer-mockup{
	background: radial-gradient(circle at top left, #1d2735 0%, #111a25 46%, #0b1420 100%);
	color: #c7d2de;
	overflow: hidden;
	padding: 56px 0 24px;
	position: relative;
}

.footer-mockup:before{
	background: linear-gradient(90deg, rgba(67, 155, 255, 0.14), rgba(67, 155, 255, 0));
	content: '';
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
	top: 24px;
}

.footer-brand{
	display: inline-block;
	margin-bottom: 10px;
}

.footer-brand img{
	display: block;
	height: auto;
	max-width: 100%;
}

.footer-description{
	color: #b9c5d1;
	font-size: 1rem;
	line-height: 1.8;
	margin: 0;
	max-width: 300px;
}

.footer-block{
	margin-bottom: 28px;
}

.footer-title{
	color: #ffffff;
	font-size: 1.4rem;
	font-weight: 700;
	margin-bottom: 20px;
}

.footer-title:after{
	background: #2f9cff;
	content: '';
	display: block;
	height: 3px;
	margin-top: 14px;
	width: 34px;
}

.footer-list,
.footer-links{
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-list li,
.footer-links li{
	align-items: flex-start;
	display: flex;
	gap: 12px;
	margin-bottom: 12px;
}

.footer-list li:last-child,
.footer-links li:last-child{
	margin-bottom: 0;
}

.footer-icon{
	color: #2f9cff;
	flex: 0 0 22px;
	font-size: 1rem;
	margin-top: 1px;
	text-align: center;
}

.footer-text,
.footer-text a{
	color: #c7d2de;
	font-size: 1rem;
	text-decoration: none;
}

.footer-text{
	min-width: 0;
}

.footer-text-ellipsis{
	display: block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.footer-text a:hover,
.footer-link:hover{
	color: #ffffff;
}

.footer-links li{
	align-items: center;
	justify-content: space-between;
}

.footer-link{
	color: #c7d2de;
	font-size: 1rem;
	text-decoration: none;
	transition: color 0.2s ease;
}

.footer-arrow{
	color: #2f9cff;
	font-size: 1.6rem;
	line-height: 1;
}

.footer-help{
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 12px;
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
	padding: 18px 14px;
}

.footer-help-head{
	align-items: flex-start;
	display: flex;
	gap: 14px;
}

.footer-help-icon{
	align-items: center;
	color: #2f9cff;
	display: inline-flex;
	font-size: 1.4rem;
	height: 44px;
	justify-content: center;
	width: 44px;
}

.footer-help-title{
	color: #ffffff;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.35;
	margin: 0 0 8px;
}

.footer-help-text{
	color: #b9c5d1;
	font-size: 0.9rem;
	margin: 0;
}

.footer-help-link{
	color: #2f9cff;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 700;
	gap: 10px;
	margin-top: 8px;
	text-decoration: none;
}

.footer-help-link:hover{
	color: #ffffff;
	text-decoration: none;
}

.footer-bottom{
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	margin-top: 32px;
	padding-top: 22px;
}

.footer-bottom-left{
	align-items: flex-start;
	display: flex;
	gap: 18px;
}

.footer-bottom-icon{
	color: #2f9cff;
	font-size: 2.2rem;
	line-height: 1;
	margin-top: 2px;
}

.footer-bottom-text,
.footer-bottom-text a,
.footer-bottom-right{
	color: #c7d2de;
	font-size: 0.98rem;
	line-height: 1.8;
	text-decoration: none;
}

.footer-bottom-text a{
	color: #2f9cff;
}

.footer-bottom-text a:hover{
	color: #ffffff;
}

.footer-bottom-right{
	text-align: right;
}

@media (min-width: 768px){
	.service-card-head{
		min-height: 45px;
	}
}

@media (max-width: 991.98px){
	.site-navbar{
		min-height: 72px;
	}

	.navbar-collapse{
		background: rgba(6, 17, 31, 0.98);
		border-top: 1px solid rgba(255, 255, 255, 0.08);
		margin-top: 0.35rem;
		padding: 0.5rem 0 1rem;
	}

	.site-nav-link{
		padding: 0.85rem 0 !important;
	}

	.site-nav-link:after{
		bottom: 0.45rem;
		left: 0;
		right: auto;
		width: 2.5rem;
	}

	.hero-section{
		padding: 5.5rem 0 4.5rem;
	}

	.cyber-hero{
		background-position: 64% center;
		padding: 4.3rem 0 3.7rem;
	}

	.icon-grid{
		grid-template-columns: repeat(3, 1fr);
	}

	.expertise-grid{
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}

	.studio-icon-grid{
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.studio-cases-grid{
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.contact-info-grid{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.contact-map-wrap{
		min-height: 28rem;
	}

	.cases-grid{
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.services-tools-grid,
	.services-mini-grid{
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.privacy-panel{
		padding: 1.6rem;
	}

	.timeline-track{
		grid-template-columns: repeat(2, 1fr);
	}

	.timeline-track:before{
		display: none;
	}

	.cta-actions{
		justify-content: flex-start;
	}

	.footer-mockup{
		padding: 36px 0 24px;
	}

	.footer-bottom-right{
		margin-top: 16px;
		text-align: left;
	}
}

@media (max-width: 767.98px){
	.section-shell{
		padding: 2.5rem 0;
	}

	.site-brand{
		gap: 0.7rem;
	}

	.hero-title{
		max-width: 100%;
	}

	.cyber-hero{
		background:
			linear-gradient(90deg, rgba(2, 8, 18, 0.98), rgba(3, 12, 24, 0.82)),
			url('../img/cybersecurity_hero.png') 64% center/cover no-repeat;
		padding: 3.2rem 0 2.8rem;
	}

	.cyber-hero-title{
		font-size: clamp(2.25rem, 10vw, 3.2rem);
		max-width: 100%;
	}

	.cyber-path{
		align-items: flex-start;
		flex-direction: column;
	}

	.cyber-path i{
		transform: rotate(90deg);
	}

	.cyber-nis2-aside{
		border-left: 0;
		border-top: 1px solid rgba(36, 92, 255, 0.08);
	}

	.cyber-path{
		width: 100%;
	}

	.icon-grid{
		grid-template-columns: repeat(2, 1fr);
	}

	.icon-grid-item{
		padding: 1.5rem 0.8rem;
	}

	.expertise-grid{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.contact-hero{
		padding: 2.2rem 0 1.9rem;
	}

	.contact-info-grid{
		grid-template-columns: 1fr;
	}

	.contact-info-card{
		border-bottom: 1px solid rgba(36, 92, 255, 0.08);
		border-right: 0;
	}

	.contact-info-card:last-child{
		border-bottom: 0;
	}

	.contact-submit{
		min-width: 100%;
	}

	.contact-map-wrap{
		min-height: 24rem;
	}

	.contact-map-card{
		bottom: 1rem;
		left: 1rem;
		right: 1rem;
		max-width: none;
	}

	.cases-grid{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.services-hero{
		padding: 2.1rem 0 1.9rem;
	}

	.services-tools-grid,
	.services-mini-grid,
	.services-mini-grid-3{
		grid-template-columns: 1fr;
	}

	.privacy-panel{
		padding: 1.2rem;
	}

	.studio-hero{
		padding: 2rem 0;
	}

	.studio-hero-content{
		max-width: 18rem;
		min-height: auto;
	}

	.studio-info{
		padding: 1.2rem 1rem 1rem;
	}

	.studio-icon-grid{
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.studio-cases-grid{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.studio-role-card{
		grid-template-columns: 1fr;
	}

	.studio-member-image-wrap{
		min-height: 14rem;
	}

	.expertise-shell{
		grid-template-columns: 1fr;
	}

	.expertise-nav{
		display: none;
	}

	.expertise-item{
		border-bottom: 1px solid rgba(36, 92, 255, 0.12);
		border-right: 0;
		min-height: 132px;
	}

	.expertise-item:last-child{
		border-bottom: 0;
	}

	.timeline-track{
		grid-template-columns: 1fr;
	}

	.cta-title{
		font-size: 1.45rem;
	}

	.footer-title{
		font-size: 1.2rem;
	}

	.footer-description,
	.footer-text,
	.footer-text a,
	.footer-link,
	.footer-bottom-text,
	.footer-bottom-right{
		font-size: 0.9rem;
	}
}

@media (max-width: 575.98px){
	.hero-actions{
		display: grid;
	}

	.hero-actions .btn{
		width: 100%;
	}
}
