/*

@Author: Akhouad-me
@URL: http://www.akhouad.me
 
This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.


// Table of contents //

		Body
	0.  General
	1.  Header & footer
	2.  Site heroes
	3.  Services
	4.  Portfolio
	5.  Inputs & textareas styles
	6.  Benefits styles
	7.  Pricing plans styles
	8.  Team styles
	9.  Testimonials styles
	10. clients styles
	11. Blog styles
	
*/
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700); /* Montserrat font */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800); /* Open sans font */

/* ##### GENERAL  ##### */
:root {
  --bg-main: #050505;
  --bg-card: rgba(255,255,255,0.03);
  --accent: #00ffc8;
  --accent-soft: rgba(0,255,200,0.15);
  --text-main: #ffffff;
  --text-muted: rgba(255,255,255,0.6);
}
*{
	outline:0;padding: 0;margin:0;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
}
body{
	background: #050507;
	color: rgba(255,255,255,0.85);
	font-family: "Open sans", sans-serif;
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

/* ##### 00 : GENERAL  ##### */
section{
	margin-top: 150px;
}
.green-section{
	background-color:#7beec7;
}
.white-section{
	background-color:#fff;
}
.light-gray-section{
	background-color: #efeff0;
}
img{width:100%;}

/*blockquote*/
blockquote.bq{
	padding: 30px;
	border-left: solid 10px #7beec7;
	font-style: italic;
	font-size: 14px;
	line-height: 30px;
	color:#999999;
	background-color: #efeff0;
}

/*links*/
a{
	color:#60606e;
	-webkit-transition:all .2s ease-in-out;
			transition:all .2s ease-in-out;
}
a.link{
	position: relative;
}
a.link:after{
	content: "";
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 0;
	height: 0;
	background-color: #45deg;
	-webkit-transition:all .2s ease-in-out;
			transition:all .2s ease-in-out;
}
a:hover, a:focus{
	color:#60606e;
	text-decoration: none;
}
a:hover:after{
	width: 50%;
}
/*texts*/
.montserrat-text{font-family: "Montserrat", sans-serif; font-weight: 700}
.open-sans-text{font-family: "Open sans", sans-serif}
.white-text{color:white;}
.green-text{color:#7beec7;}
.gray-text{color: rgba(255,255,255,0.85);}

.uppercase{text-transform: uppercase;}
.italic{font-style: italic;}
p{
	font-family: "Open sans", sans-serif;
	color: rgba(255,255,255,0.85);
	line-height: 30px;
	background: rgba(0,0,0,0.45);
    padding: 15px;
    border-radius: 15px;
    backdrop-filter: blur(1px);
}
ul.social-icons li a:hover{
	color:#7beec7;
}
/*section's title*/
.section-title{
	width: 50%;
	margin: 0 auto 100px;
	text-align: center;
}
.section-title span{
	position: relative;
	z-index: 1;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 30px;
	text-transform: uppercase;
	background: linear-gradient(90deg, #a855f7, #00c3ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
}

.section-title p{
	line-height: 24px;
	}
@media (max-width: 991px) {
	.section-title{
		margin : 0 auto 50px;
	}
	.section-title span:after{
		left:50%;
		-webkit-transform:translateX(-50%);
		    -ms-transform:translateX(-50%);
		        transform:translateX(-50%);
	}
}


/*lists*/
/*list 1*/
ul.list li{
	list-style: none;
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
}
ul.list li:last-child{margin-bottom: 0}
ul.list li:before{
	font-family: "Ionicons";
	content: '\f374';
	position: absolute;
	left: 0;
	color:#7beec7;
}
/*list 2*/
ul.list_2 li{
	list-style: none;
	float: left;
	width: 100%;
}
ul.list_2 li a{
	display: inline-block;
	padding: 20px;
	border-bottom: solid 1px #bfbfbf;
	width: 100%;
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
ul.list_2 li:first-child a{border-top:solid 1px #bfbfbf;}
ul.list_2 li a > span{
	float: right;
}
ul.list_2 li a:hover{border-bottom: solid 1px #7beec7;}
/*list 3 (tags)*/
ul.tags{
	float: left;
}
ul.tags li{
	list-style: none;
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
}
ul.tags li a{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	color:#999999;
	background-color: #e5e5e5;
	padding: 0 15px;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}
ul.tags li a:hover{
	background-color: #f2f2f2;
	color:#60606e;
}

/*social icons*/
ul.social-icons li{
	list-style: none;
	float: left;
	margin: 0 10px;
}
ul.social-icons li:first-child{margin:0 10px 0 0;}
ul.social-icons li:last-child{margin:0 0 0 10px;}
ul.social-icons li a{
	color:#999999;
	font-size: 18px;
}

/*buttons*/
.btn{
	height: 50px;
	line-height: 50px;
	min-width: 150px;
	text-align: center;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	border-radius:14px;
	padding: 0;
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
    text-decoration:none;
    display:inline-block;
        
}
.btn:hover{
    /* Прибираємо можливі тіні, що дають брудний колір */
    box-shadow: 0 0 15px rgba(0, 195, 255, 0.5); 
    border: none;
}
.btn.green {
    background: linear-gradient(45deg, #6a00ff, #00c3ff) !important;
    border: none !important;
    color: #fff !important;
}
.btn.white{
	background: linear-gradient( #093902, #168104, #28f207) !important;
	color:#fff;
}
@media (max-width: 991px) {
	.btn{
		margin: 20px 0;
	}
}


/*tab menu*/
.tab{
	overflow: hidden;
	float: left;
}
.tab nav{
	width: 100%;
	display: inline-block;
	float: left;
	border-bottom: solid 2px #e6e6e6;
	margin-bottom: 30px;
	position: relative;
}
.tab nav .bottom-line{
	height: 2px;
	background-color: #7beec7;
	position: absolute;
	bottom: -2px;
	left: 0;
	-webkit-transition:all .2s ease-in-out;
			transition:all .2s ease-in-out;
}
.tab nav a{
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 10px 20px;
	color:#999999;
	display: inline-block;
	-webkit-transition:all .2s ease-in-out;
			transition:all .2s ease-in-out;
	position: relative;
}
.tab nav a.current{color:#60606e;}
.tab .tab_single{display: none;}
.tab .tab_single.shown{display: block;}
/* Робимо меню ПРИКЛАДИ завжди видимим */
nav.desktop-nav ul.first-level > li > ul.second-level.promo-menu-open {
    display: block  /* Примусово показуємо */
    position: absolute;
    top: 70px;
    opacity: 1;
    visibility: visible;
    min-width: 250px;
    color:#000000; 
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.05);
    padding: 15px;
    pointer-events: all;
	background: rgba(15, 15, 20, 0.95);
	transition: 0.3s;
	
}

/* Стилі для плеєрів всередині меню */
.menu-audio-item {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.menu-audio-item span {
    background:linear-gradient(90deg, #a855f7, #00c3ff);;
    font-size: 10px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
    font-family: "Montserrat", sans-serif;
}

.menu-audio-item audio {
    width: 100%;
    height: 25px;
    filter: invert(1) hue-rotate(180deg); /* Темна тема для плеєра */
	
}
.why-visual {
    position: relative;
    height: 100%;
}

/* картинка */
.why-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    z-index: 1;
}

/* canvas поверх, но не блокирует */
#energyOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
}

/* Прибираємо стандартні ефекти наведення для цього блоку */
nav.desktop-nav ul.first-level > li:hover > ul.second-level.promo-menu-open {
    top: 70px; 
}

/* ##### 01 : HEADER & FOOTER  ##### */
/*header*/
header.main-header{
	height: 100px;
	width: 100%;
	position: absolute;
	top:0;
	left: 0;
	z-index: 9;
}
/*logo*/
header.main-header .logo{
	float: left;
	height: 100px;
	line-height: 100px;
}

.menu{float: right;}

/*desktop nav*/
nav.desktop-nav{float: left;}
nav.desktop-nav li{list-style: none;}
nav.desktop-nav ul.first-level > li{
	float: left;
	margin-right: 20px;
	position: relative;
}
nav.desktop-nav ul.first-level > li:last-child{margin-right: 0}
nav.desktop-nav ul.first-level > li > a{
	display: inline-block;
	line-height: 100px;
	position: relative;
	-webkit-transition:none;
	transition : none;
}
nav.desktop-nav ul.first-level > li > a:after{
	content: "";
	position: absolute;
	top: 50px;
	left: 0;
	width: 50%;
	height: 1px;
	background-color: #60606e;
	opacity: 0;
	-webkit-transition:all .2s ease-in-out;
			transition:all .2s ease-in-out;
}
nav.desktop-nav ul.first-level > li:hover > a:after{
	top:35px;
	opacity: 1;
}
nav.desktop-nav ul.first-level > li a{
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 700;
}


nav.desktop-nav ul.first-level > li > ul.second-level{
	display: none;
	z-index: 999;
	position: absolute;
	top: 70px;
	left: 0;
	min-width: 200px;
	background:linear-gradient(45deg,#6a00ff,#00c3ff);
	border-radius: 0 10px 10px 10px;
}
nav.desktop-nav ul.first-level > li:last-child > ul.second-level{
	left: auto;
	right: 0;
}
nav.desktop-nav ul.first-level > li > ul.second-level > li > a{
	display: inline-block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	color: rgba(255,255,255,0.85);
}
nav.desktop-nav ul.first-level > li > ul.second-level > li:nth-child(even) > a{
	background:linear-gradient(45deg,#6a00ff,#00c3ff);
	backdrop-filter: blur(6px);
	border-radius: 0 10px 10px 10px;
}
nav.desktop-nav ul.first-level > li > ul.second-level > li > a:hover{
	background: linear-gradient(90deg, #a855f7, #00c3ff);
	backdrop-filter: blur(20px);
	border-radius: 0 10px 10px 10px;
}
@media (max-width: 991px) {
	.menu nav.desktop-nav{display: none;}
}

/*mobile nav*/
nav.mobile-nav{
	display: inline-block;
	min-width: 300px;
	background-color: #60606e;
	position: absolute;
	right: 0;
	top:100px;
	display: none;
}
nav.mobile-nav > ul.first-level li{
	list-style: none;
}
nav.mobile-nav > ul.first-level > li a {
	display: inline-block;
	text-decoration: none;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color:white;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
}
nav.mobile-nav > ul.first-level > li a:hover{
	background:linear-gradient(45deg,#6a00ff,#00c3ff);
}
nav.mobile-nav > ul.first-level > li > ul.second-level{
	display: none;
	background-color: #50505f;
}

/*menu icon*/
/* ==========================================
   MOBILE NAVIGATION - MASTERY OF SENSES STYLE
   ========================================== */

/* Контейнер иконки (три полоски) */
header.main-header .menu-icon {
    float: left;
    cursor: pointer;
    margin-top: 32px; /* Подправлено для баланса с текстом */
    display: none;
    text-align: center;
    transition: all 0.3s ease;
}

/* Надпись МЕНЮ - Белое серебро с фиолетовым неоновым свечением */
header.main-header .menu-icon::before {
    content: 'МЕНЮ';
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: linear-gradient(45deg,#6a00ff,#00c3ff);
    letter-spacing: 2px;
    margin-bottom: 8px;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgba(112, 0, 255, 0.8); /* Фиолетовый отсвет */
    transition: 0.3s;
}

/* Полоски гамбургера - Чистый белый */
header.main-header .menu-icon .line {
    height: 1px;
    width: 30px;
    background:linear-gradient(45deg,#6a00ff,#00c3ff) !important; 
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
}

header.main-header .menu-icon .line:nth-child(2) {
    margin: 7px 0;
    width: 20px;
}

header.main-header .menu-icon .line:last-child {
    width: 25px;
}

/* Эффект при наведении на иконку */
header.main-header .menu-icon:hover .line {
    width: 30px;
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.8);
}

/* Выпадающее меню и навигация на мобильных */
@media (max-width: 991px) {
    header.main-header .menu-icon { 
        display: block; 
    }

    /* Фон выпадающей панели - Глубокий градиент сайта */
    header.main-header nav {
        background: linear-gradient(180deg, #050505 0%, #15002b 100%) !important;
        border-bottom: 1px solid #7000ff !important; /* Тонкая неоновая линия снизу */
        border-radius:10px;
		padding: 30px 0 !important;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.8);
    }

    /* Ссылки в меню */
    header.main-header nav ul.main-menu li a {
        color: #ffffff !important;
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 2px;
        padding: 18px 25px !important;
        border-bottom: 1px solid rgba(112, 0, 255, 0.15) !important; /* Разделитель с фиолетовым оттенком */
        transition: all 0.3s ease;
    }

    /* Состояние при нажатии или наведении */
    header.main-header nav ul.main-menu li a:active,
    header.main-header nav ul.main-menu li a:hover {
        background:linear-gradient(45deg,#6a00ff,#00c3ff) !important;
        color: #ffffff !important;
        padding-left: 35px !important; /* Плавный сдвиг вправо */
        text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    }

    /* Фикс для мобильного логотипа, чтобы не сливался */
    header.main-header .logo {
        transition: 0.3s;
    }
}


/*footer*/
footer.main-footer{
	padding: 50px 0;
}
footer.main-footer nav.footer-nav ul{
	padding: 0;
	margin: 0;
}
footer.main-footer nav.footer-nav ul li{
	list-style: none;
	float: left;
	margin: 0 20px;
	padding: 0;
}
footer.main-footer nav.footer-nav ul li:first-child{margin:0 20px 0 0;}
footer.main-footer nav.footer-nav ul li a{
	text-transform: uppercase;
	color:#9a9a9a;
}
@media (max-width: 991px) {
	footer.main-footer *{
		text-align: center;
	}
	footer.main-footer ul.social-icons{float: left;width: 100%;text-align: center;}
	footer.main-footer ul.social-icons li{margin:0;width: -webkit-calc(100% / 6);width: calc(100% / 6)}
	footer.main-footer nav.footer-nav ul li{
		text-align: center;
		width: 100%;
	}
	footer.main-footer nav.footer-nav ul li, footer.main-footer nav.footer-nav ul li:first-child{
		margin-left:0;
		margin-bottom: 20px;
	}
}

/* ##### 02 : SITE HEROS  ##### */
/*site hero 1 */
.site-hero{
	height: 850px;
	width: 100%;
	background: #fff url("../img/site-hero.jpg") no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.site-hero ul.slides{
	height: 450px; /* 850 - 400 */
	width: 100%;
	position: absolute;
	top:35px;
}
.site-hero ul.slides li{
	opacity: 0;
	text-align: center;
	position: absolute;
	top:50%;
	left: 50%;
	-webkit-transform:translate(-50%, -50%);
	    -ms-transform:translate(-50%, -50%);
	        transform:translate(-50%, -50%);
}
.site-hero .small-title{
	color:#000000;
	padding: 7px 12px;
	background:linear-gradient(45deg,#6a00ff,#00c3ff);
	display: inline-block;
}
.site-hero .big-title{
	font-size: 48px;
	color:#00C3FF;
	padding: 10px 40px;
	border-radius:30px;
    border:solid 10px #6A00FF;
	display: inline-block;
	margin-bottom: 30px;
}
.site-hero p{
	width: 50%;
	margin: 0 auto;
	color: rgba(255,255,255,0.85);;
}

/*site hero 2 */
.site-hero_2{
	background: url("../img/site-hero2.jpg") no-repeat;
	background-position: center;
	background-size: cover;
	height: 500px;
	width: 100%;
	position: relative;
}
.site-hero_2 .page-title{
	position: absolute;
	top:50%;
	left: 50%;
	-webkit-transform:translate(-50%, -50%);
	    -ms-transform:translate(-50%, -50%);
	        transform:translate(-50%, -50%);
	text-align: center;
}
.site-hero_2 .page-title .big-title{font-size: 36px;}
.site-hero_2 .page-title .small-title{font-size: 14px;}


.agency{
	width: 100%;
	height: auto;
	float: left;
	margin-top: -300px;
	position: relative; 
    z-index: 20;
}
.agency img{
	max-height: 440px;
}
.agency p{
	color: rgba(255,255,255,0.85);
}
.agency .section-title{
	text-align:left;
	width:100%;
	margin: 0 auto 30px;
}
.agency canvas {
    background: transparent !important;
}
.mastery-block-content {
    background: rgba(5, 5, 7, 0.6); /* Темна прозора підкладка */
    padding: 30px;
    border-radius: 20px;
    backdrop-filter: blur(1px);    /* Розмиття анімації під текстом */
    border: 1px solid rgba(0, 195, 255, 0.1);
}
@media (max-width: 991px) {
	.site-hero ul.slides{height: 750px;}
	.agency{margin-top: 30px;}
	.agency img{margin-bottom: 30px;}
	.agency .section-title{margin: 0 auto;text-align: center;}
	.agency p{text-align: center;}
}


/* ##### 03 : SERVICES  ##### */
.services .services-left i.icon{
	display: block;
	font-size: 36px;
}
.services .services-left .service-title{
	font-size: 18px;
	margin-bottom: 20px;
	display: inline-block;
}
.services .services-left ul li{
	list-style: none;
	text-transform: uppercase;
	line-height: 30px;
	color:#999999;
}
@media (max-width: 991px) {
	.services .services-left{text-align: center;margin-bottom: 50px;}
}
.wave-wrapper {
    width: 100%;
    height: 440px;
    border-radius: 20px;

    background: rgba(10, 10, 18, 0.6);
    backdrop-filter: blur(1px);

    border: 1px solid rgba(255,255,255,0.08);

    box-shadow: 
        0 0 60px rgba(106,0,255,0.15),
        inset 0 0 40px rgba(0,195,255,0.08);

    overflow: hidden;
    position: relative;
}
.wave-wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;

    box-shadow:
        0 0 40px rgba(168,85,247,0.2),
        0 0 60px rgba(0,195,255,0.15);

    pointer-events: none;
}
 #waveCanvas {
    width: 100%;
    height: 100%;
    display: block;

    background: transparent;
    opacity: 1;

    mix-blend-mode: screen;
}
.demo-btn {
    background: rgba(255,255,255,0.05);
    color: #fff;
    margin-right: 10px;
    border-radius: 10px;
}

.price-box {
    float:center;
	margin-top: 30px;
    padding: 20px;
    border-radius: 15px;
    background: rgba(10,10,18,0.6);
    backdrop-filter: blur(10px);
}

#price {
    color: #00c3ff;
    font-size: 36px;
}

.big-cta {
    width: 100%;
    margin-top: 15px;
    font-size: 18px;
}

.limit {
    margin-top: 10px;
    color: #ff6b6b;
    font-size: 13px;
}
.mastery-why .services-left .row > div {
    margin-bottom: 30px;
}

.mastery-why .row > div > .row {
    padding: 20px;
    border-radius: 16px;

    background: rgba(10,10,18,0.5);
    backdrop-filter: blur(12px);

    border: 1px solid rgba(255,255,255,0.05);

    transition: 0.3s;
}

/* hover эффект */
.mastery-why .row > div > .row:hover {
    transform: translateY(-5px);
    border: 1px solid rgba(0,195,255,0.3);
    box-shadow:
        0 0 30px rgba(0,195,255,0.15),
        inset 0 0 20px rgba(106,0,255,0.05);
}
.mastery-why i {
    font-size: 26px;
    margin-bottom: 10px;

    background: linear-gradient(90deg, #6A00FF, #00C3FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.mastery-why .service-title {
    font-size: 14px;
    letter-spacing: 2px;

    background: linear-gradient(90deg, #b388ff, #7dd3fc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.mastery-why ul li {
    color: rgba(255,255,255,0.65);
    font-size: 14px;
    line-height: 1.7;
}
.why-image {
  width: 100%;
  border-radius: 24px;
  display: block;
  opacity: 0.9;
}
.promo-playlist {
    margin-top: 25px;
    padding: 15px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 15px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255,255,255,0.05);
    transition: 0.3s;
}

.audio-track {
    margin-bottom: 15px;
    text-align: left;
}

.audio-track:last-child {
    margin-bottom: 0;
}

.audio-track label {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: #7dd3fc;
    margin-bottom: 5px;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1px;
}

/* Робимо стандартний плеєр темним */
.audio-track audio {
    width: 100%;
    height: 30px;
    filter: invert(90%) hue-rotate(180deg) brightness(1.2);
}

    #hero-canvas {
        pointer-events: none;
        z-index: 0 !important;
    }
    .hero-content {
        position: relative;
        z-index: 2;
    }
    /* Стилізація стандартного плеєра під твій дизайн */
    audio::-webkit-media-controls-enclosure {
        background-color: rgba(30, 30, 35, 0.9);
        border-radius: 5px;
    }
    audio::-webkit-media-controls-panel {
        filter: invert(100%) hue-rotate(180deg) brightness(1.5);
    }
	
/* ==========================================================================
   MASTERY WHY SECTION - ОПТИМІЗАЦІЯ
   ========================================================================== */

/* 1. Картки переваг (Чистий стиль без підкладок) */
.service-item-simple {
    padding: 30px 20px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 15px;
    margin-bottom: 20px;
}

.service-item-simple i {
    font-size: 32px;
    background: linear-gradient(135deg, #6A00FF, #00c3ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
    margin-bottom: 15px;
}

.service-item-simple .service-title {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #fff;
    margin-bottom: 15px;
    display: block;
}

.service-item-simple ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-item-simple ul li {
    font-size: 13px;
    color: #888;
    margin-bottom: 5px;
    position: relative;
    padding-left: 0;
}

/* Легкий ефект при наведенні тільки на саму картку */
.service-item-simple:hover {
    background: rgba(106, 0, 255, 0.08);
    transform: translateY(-5px);
}

/* 2. Візуальний блок (Ядро та Енергія) */
.why-visual-clean {
    position: relative;
	z-index:1
    width: 100%;
    min-height: 500px;
    background: #000;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(106, 0, 255, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-shadow: inset 0 0 50px rgba(106, 0, 255, 0.1);
}

.core-img {
    position: relative;
	z-index:-1
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    z-index: 1;
    filter: drop-shadow(0 0 30px rgba(106, 0, 255, 0.6));
    animation: pulseCore 4s infinite ease-in-out;
}

#energyOverlay {
    position: relative;
	z-index:2
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
    z-index: 2;
    mix-blend-mode: screen;
    pointer-events: none;
}

/* Плеєри всередині візуалу */
.promo-playlist-embedded {
    position: relative;
    z-index: 3;
    padding: 30px;
    background: linear-gradient(to top, #000 50%, transparent 100%);
}

.audio-track {
    margin-bottom: 15px;
}

.audio-track label {
    color: #00c3ff;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 8px;
    display: block;
    opacity: 0.8;
}

/* 3. Стилізований Калькулятор (Центральний блок) */
.calc-container-styled {
    background: radial-gradient(circle at top right, #111115, #050507);
    border: 1px solid rgba(0, 195, 255, 0.2);
    border-radius: 30px;
    padding: 50px 20px;
    text-align: center;
    margin-top: 30px;
    position: relative;
    box-shadow: 0 30px 60px rgba(0,0,0,0.8);
}

.price-display {
    font-size: 82px;
    font-weight: 800;
    color: #fff;
    margin: 15px 0;
    text-shadow: 0 0 20px rgba(0, 195, 255, 0.5);
    font-family: 'Montserrat', sans-serif;
}

.price-display .currency {
    color: #00c3ff;
    font-size: 40px;
    margin-left: 10px;
}

.calc-select {
    width: 100%;
    max-width: 450px;
    background: #0a0a0c;
    color: #fff;
    border: 1px solid #222;
    padding: 15px 20px;
    border-radius: 12px;
    font-size: 14px;
    margin-bottom: 30px;
    cursor: pointer;
    transition: all 0.3s;
    appearance: none; /* Прибираємо стандартну стрілку */
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 20px center;
}

.calc-select:focus {
    border-color: #00c3ff;
    box-shadow: 0 0 15px rgba(0, 195, 255, 0.2);
}

.calc-btn {
    display: inline-block;
    padding: 20px 60px;
    background: linear-gradient(90deg, #6A00FF 0%, #00c3ff 100%);
    color: #fff !important;
    border-radius: 100px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    box-shadow: 0 15px 30px rgba(106, 0, 255, 0.3);
}

.calc-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 20px 40px rgba(0, 195, 255, 0.4);
}

.calc-footer {
    margin-top: 25px;
    color: #ff6b6b;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Анімація для ядра */
@keyframes pulseCore {
    0% { transform: translate(-50%, -50%) scale(1); opacity: 0.9; }
    50% { transform: translate(-50%, -50%) scale(1.05); opacity: 1; }
    100% { transform: translate(-50%, -50%) scale(1); opacity: 0.9; }
}




/* ##### 04 : PORTFOLIO  ##### */
.portfolio .categories-grid span{
	font-size: 30px;
	margin-bottom: 50px;
	display: inline-block;
}
.portfolio .categories-grid .categories ul li{
	list-style: none;
	margin: 20px 0;
}
.portfolio .categories-grid .categories ul li a{
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color:#60606e;
	margin-left: 20px;
}
.portfolio .categories-grid .categories ul li a.active{
	margin-left: 0;
	background-color: #7beec7;
	padding: 0 10px;
	color:white;
}
@media (max-width: 991px) {
	.portfolio .categories-grid span{margin-bottom: 0;text-align:center;width:100%;}
	.portfolio .categories-grid .categories ul li{
		text-align: center;
	}
	.portfolio .categories-grid .categories ul li a{
		margin-left: 0;
	}
}
.portfolio_item{
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	display: inline-block;
}
.portfolio_item .portfolio_item_hover{
	position: absolute;
	top:0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(255,255,255,.8);
	-webkit-transform:translateX(-100%);
	    -ms-transform:translateX(-100%);
	        transform:translateX(-100%);
	opacity: 0;
	-webkit-transition:all .2s ease-in-out;
			transition:all .2s ease-in-out;
}
.portfolio_item .portfolio_item_hover .item_info{
	text-align: center;
	position: absolute;
	top:50%;
	left: 50%;
	-webkit-transform:translate(-50%,-50%);
	    -ms-transform:translate(-50%,-50%);
	        transform:translate(-50%,-50%);
}
.portfolio_item .portfolio_item_hover .item_info span{
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color:#60606e;
	font-size: 18px;
	-webkit-transform:translateY(20px);
	    -ms-transform:translateY(20px);
	        transform:translateY(20px);
	-webkit-transition:all .5s ease-in-out .3s;
			transition:all .5s ease-in-out .3s;
	opacity: 0;
}
.portfolio_item .portfolio_item_hover .item_info em{
	font-style: normal;
	font-weight: 700;
	display: inline-block; 
	background-color: #7beec7;
	padding: 5px;
	color:white;
	margin-top: 5px;
	-webkit-transform:translateY(20px);
	    -ms-transform:translateY(20px);
	        transform:translateY(20px);
	-webkit-transition:all .5s ease-in-out .5s;
			transition:all .5s ease-in-out .5s;
	opacity: 0;
}
.portfolio_item:hover .portfolio_item_hover{
	opacity: 1;
	-webkit-transform:translateY(0);
	    -ms-transform:translateY(0);
	        transform:translateY(0);
}
.portfolio_item:hover .item_info em,
.portfolio_item:hover .item_info span
{
	opacity: 1;
	-webkit-transform:translateY(0);
	    -ms-transform:translateY(0);
	        transform:translateY(0);
}

/*single project*/
.project_images{float:left;}
.related_projects{float: left;}
.pages_pagination{
	width: 100%;
	height: 50px;
	line-height: 50px;
	float: left;
	text-align: right;
	font-size: 24px;
	margin: 50px 0;
}
.pages_pagination .all{
	float: left;
}
.pages_pagination > a{
	display: inline-block;
	height: 100%;
	width: 50px;
	text-align: center;
}
.pages_pagination > a:hover{
	background-color: #7beec7;
	color:white;
}
@media (max-width: 991px) {
	.related_projects img{margin-bottom: 30px}
	
}
/* ===== PORTFOLIO PREMIUM STYLE ===== */

.portfolio {
    background: #050505;
    padding: 120px 0;
    position: relative;
}

/* subtle gradient aura */
.portfolio::before {
    content: "";
    position: absolute;
    top: -20%;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(0,255,200,0.08), transparent 70%);
    filter: blur(120px);
    z-index: 0;
}

/* grid spacing */
.portfolio_container {
    position: relative;
    z-index: 2;
}

/* ===== CARD ===== */
.portfolio_item {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    background: rgba(255,255,255,0.02);
    backdrop-filter: blur(10px);
    transition: all 0.5s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.6);
}

/* glowing border */
.portfolio_item::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 18px;
    padding: 1px;
    background: linear-gradient(120deg, transparent, rgba(0,255,200,0.4), transparent);
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    opacity: 0;
    transition: 0.5s;
}

/* hover glow activate */
.portfolio_item:hover::before {
    opacity: 1;
}

/* lift + scale */
.portfolio_item:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 25px 60px rgba(0,255,200,0.15);
}

/* ===== VIDEO ===== */
.portfolio_item iframe,
.portfolio_item video,
.portfolio_item blockquote {
    width: 100%;
    height: 260px;
    display: block;
    border: none;
    transition: transform 0.6s ease;
}

/* zoom video on hover */
.portfolio_item:hover iframe,
.portfolio_item:hover video {
    transform: scale(1.08);
}

/* ===== OVERLAY ===== */
.portfolio_item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.85), transparent 60%);
    opacity: 0.9;
    transition: 0.4s;
}

.portfolio_item:hover::after {
    opacity: 1;
}

/* ===== TEXT ===== */
.item_info {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 5;
    color: #fff;
    transition: transform 0.4s ease;
}

.portfolio_item:hover .item_info {
    transform: translateY(-6px);
}

.item_info span {
    display: block;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.item_info em {
    font-size: 12px;
    color: rgba(255,255,255,0.6);
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* ===== CATEGORY MENU ===== */
.categories-grid {
    padding: 30px;
    border-radius: 18px;
    background: rgba(255,255,255,0.02);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 40px rgba(0,0,0,0.5);
}

.portfolio_filter li a {
    display: block;
    padding: 10px 0;
    color: rgba(255,255,255,0.6);
    transition: 0.3s;
    font-size: 13px;
    letter-spacing: 1px;
}

.portfolio_filter li a:hover,
.portfolio_filter li a.active {
    color: #00ffc8;
    transform: translateX(6px);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .portfolio_item iframe,
    .portfolio_item video,
    .portfolio_item blockquote {
        height: 200px;
    }
}


/* ##### 05 : INPUTS & TEXTAREAS STYLES  ##### */
/*textarea 1*/
.textarea_1{
	height: 200px;
	width: 100%;
	border:solid 1px rgba(0,0,0,.1);
	position: relative;
}
.textarea_1 textarea{
	height: 100%;
	width: 100%;
	border:0;
	padding: 20px;
	background-color: transparent;
	float: left;
	z-index: 2;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	color:#9a9a9a;
}
.textarea_1 > span{
	position: absolute;
	top:20px;
	left: 20px;
	-webkit-transform:translateY(-50%);
	    -ms-transform:translateY(-50%);
	        transform:translateY(-50%);
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	color:#cdcdcd;
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	z-index: 1;
}
/*input 1*/
.input_1{
	height: 50px;
	width: 100%;
	border:solid 1px rgba(0,0,0,.1);
	position: relative;
}
.input_1 input[type="text"]{
	height: 100%;
	width: 100%;
	border:0;
	padding: 0 20px;
	float: left;
	position: relative;
	background-color: transparent;
	z-index: 2;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	color:#9a9a9a;
}
.input_1 > span{
	position: absolute;
	top:50%;
	left: 20px;
	-webkit-transform:translateY(-50%);
	    -ms-transform:translateY(-50%);
	        transform:translateY(-50%);
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	color:#cdcdcd;
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	z-index: 1;
}
.input_1 > span.active,.textarea_1 > span.active{
	color:#7beec7;
	font-size: 10px;
	top:0px;
	left: 5px;
	background-color: #fff;
	padding: 5px
}
/*input 2*/
.input_2{
	width: 100%;
	height: 40px;
	background-color: #ececec;
	position: relative;
}
.input_2 > input{
	height: 100%;
	width: -webkit-calc(100% - 40px);
	width: calc(100% - 40px);
	border:0;
	background-color: transparent;
	padding: 0 20px;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	float: left;
	-webkit-transition:all .2s ease-in-out;
			transition:all .2s ease-in-out;
}
.input_2 > button{
	height: 100%;
	width: 40px;
	border:0;
	background-color: transparent;
}
.input_2 > input:focus{
	background-color: #f2f2f2;
}

/* ##### 06 : BENEFITS STYLES  ##### */
/*benefits 1*/
.benefits_1_single{
	width: 100%;
	text-align: center;
}
.benefits_1_single > i{
	display: inline-block;
	font-size: 60px;
	position: relative;
}
.benefits_1_single > i:after{
	content: "";
	position: absolute;
	bottom: 20px;
	left: 0;
	height: 20px;
	width: 40px;
	background-color :#7beec7;
	z-index: -1
}
.benefits_1_single > .title{
	font-size: 18px;
}

/*benefits 2 */
.benefits_2_single{margin-bottom: 30px;}
.benefits_2_single:nth-last-child(-n+3){margin-bottom: 30px;}
.benefits_2_single > i{
	display: inline-block;
	background-color: #7beec7;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	color:white;
	font-size: 30px;
	margin-right: 20px;
}
.benefits_2_single > .title{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	color:#60606e;
}


/* ##### 07 : PRICING PLANS STYLES  ##### */
.pricing_plan{
	padding: 30px;
	border-top: solid 5px #7beec7;
	position: relative;
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
.pricing_plan:after{
	content: "";
	position: absolute;
	top:0;
	right: 0;

	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 0px solid transparent;
	
	border-top: 10px solid #7beec7;
}
.pricing_plan:hover{
	-webkit-transform:scale(1.01);
	    -ms-transform:scale(1.01);
	        transform:scale(1.01);
	-webkit-box-shadow: 0 0 50px rgba(0,0,0,.2);
	        box-shadow: 0 0 50px rgba(0,0,0,.2)
}
.pricing_plan .plan_title{
	font-size: 30px;
} 
.pricing_plan .plan_price{
	background-color: #7beec7;
	padding: 5px 20px;
	color:white;
	font-size: 14px;
	display: inline-block;
} 
.pricing_plan ul{
	margin: 50px 0;
}


/* ##### 08 : TEAM STYLES  ##### */
.team_member{
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}
.team_member .team_member_hover{
	position: absolute;
	top:0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(255,255,255,.8);
	padding: 20px;
	opacity: 0;
	-webkit-transition:all .2s ease-in-out;
			transition:all .2s ease-in-out;
}
.team_member .team_member_hover .team_member_info{
	position: absolute;
	top:50%;
	left: 50%;
	-webkit-transform:translate(-50%, -50%);
	    -ms-transform:translate(-50%, -50%);
	        transform:translate(-50%, -50%);
	text-align: center;
	width: 100%;
}
.team_member .team_member_hover .team_member_info .team_member_name{
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 12px;
	color:#60606e;	
	text-transform: uppercase;
	-webkit-transition:all .2s ease-in-out .2s;
	transition:all .2s ease-in-out .2s;
	-webkit-transform:translateY(20px);
	    -ms-transform:translateY(20px);
	        transform:translateY(20px);
	opacity: 0;
}
.team_member .team_member_hover .team_member_info .team_member_job{
	display: inline-block;
	margin-top: 10px;
	background-color: #7beec7;
	padding: 5px;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	color:white;
	-webkit-transition:all .2s ease-in-out .3s;
	transition:all .2s ease-in-out .3s;
	-webkit-transform:translateY(20px);
	    -ms-transform:translateY(20px);
	        transform:translateY(20px);
	opacity: 0;
}
.team_member:hover .team_member_hover{
	opacity: 1;
}
.team_member:hover .team_member_info .team_member_name,.team_member:hover .team_member_info .team_member_job{
	-webkit-transform:translateY(0);
	    -ms-transform:translateY(0);
	        transform:translateY(0);
	opacity: 1;
}


/* ##### 09 : TESTIMONIALS STYLES  ##### */
.testimonials{
	position: relative;
	float: left;
}
.testimonials_single{
	width: 100%;
	text-align: center;
}
.testimonials_single .author_pic{
	height: 80px;
	width: 80px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
}
.testimonials_single p{margin: 30px 0;}
.testimonials_single .author_name{
	padding: 7px;
	background-color: #7beec7;
	color:white;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	display: inline-block;
}


/* ##### 10 : CLIENTS STYLES  ##### */
.clients_single{
	border:solid 1px rgba(0,0,0,.1);
	padding: 20px;
	overflow: hidden;
	text-align: center;
}
.clients div[class^="col"]{
	margin-bottom: 30px;
}
.clients div[class^="col"]:nth-last-child(-n+3){margin-bottom: 0}
@media (max-width: 767px) {
	.clients div[class^="col"]:first-child{margin-top: 30px}
	.clients div[class^="col"]:nth-last-child(-n+3){margin-bottom: 30px}
}
@media (min-width: 768px) and (max-width: 991px) {
	.clients div[class^="col"]:first-child{margin-top: 30px}
	.clients div[class^="col"]:nth-last-child(-n+3){margin-bottom: 30px}
}
.clients_single img{
	max-width: 100%;
	max-height: 100px;
	opacity: .5;
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
.clients_single:hover img{opacity: 1}


/* ##### 11 : BLOG STYLES  ##### */
/*blog posts*/
.blog_post{
	margin-bottom: 100px;
}
.post_media{
	margin-bottom: 30px;
}
.post_media *{
	width: 100%;
	max-height: 500px;
}
.post_title{
	margin-bottom: 20px;
}
.post_title span.post_date{
	font-size: 11px;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	background-color:#7beec7;
	padding: 5px;
	color:white;
}
.post_info{margin-bottom: 20px}
.post_info .post_date{
	background-color: #7beec7;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	color:white;
	float: left;
	margin-right: 15px;
}
.post_info > *{line-height: 30px}
.post_info > i{
	color: #cccccc;
	font-size: 18px;
	margin-right: 5px;
}
.post_info > span{
	color:#cccccc;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	margin-right: 20px;
}
.blog_post > a{
	display: inline-block;
	margin-top: 10px;
}

/*masonry blog posts*/
.blog_post_masonry{
	width: 100%;
	margin-bottom: 50px;
}
.blog_post_masonry .post_media {margin-bottom: 0}
.blog_post_masonry .post_info {margin:10px 0;}
.blog_post_masonry .post_date{display: block;width: 100%;}



/*sidebar*/
@media (max-width: 991px) {
	.sidebar{margin-top: 100px;}
}
.sidebar{float: left;}
.sidebar .widget{
	margin-bottom: 50px;
	width: 100%;
	float: left;
}
.sidebar .widget:last-child{margin-bottom: 0;}
.sidebar .widget .widget_title{
	font-size: 14px;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.sidebar .widget .related_post{
	margin-bottom: 15px;
	width: 100%;
	float: left;
}
.related_post:hover .thumb{opacity: .5}
.thumb{
	max-height: 60px;
	max-width: 60px;
	display: inline-block;
	margin-right:15px;
	float: left;
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
.sidebar .widget .related_post .post_title{font-size: 14px;}
.sidebar .widget .related_post .post_date{font-size: 12px;}
.thumb:hover{opacity: .5}

/*pagination*/
.blog_pagination{
	width: 100%;
	text-align: center;
	float: left;
}
.blog_pagination .page {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	display: inline-block;
}
.blog_pagination .page span{
	display: inline-block;
	padding: 0 20px;
}
.blog_pagination .page i{
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
.blog_pagination .page:hover i.prev{
	color:#7beec7;
	display: inline-block;
	-webkit-transform:translateX(10px);
	    -ms-transform:translateX(10px);
	        transform:translateX(10px);
}
.blog_pagination .page:hover i.next{
	color:#7beec7;
	display: inline-block;
	-webkit-transform:translateX(-10px);
	    -ms-transform:translateX(-10px);
	        transform:translateX(-10px);
}
/* ==========================================================================
   MASTERY WHY SECTION - ОПТИМІЗАЦІЯ
   ========================================================================== */

/* 1. Картки переваг (Чистий стиль без підкладок) */
.service-item-simple {
    padding: 30px 20px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 15px;
    margin-bottom: 20px;
}

.service-item-simple i {
    font-size: 32px;
    background: linear-gradient(135deg, #6A00FF, #00c3ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
    margin-bottom: 15px;
}

.service-item-simple .service-title {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #fff;
    margin-bottom: 15px;
    display: block;
}

.service-item-simple ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-item-simple ul li {
    font-size: 13px;
    color: #888;
    margin-bottom: 5px;
    position: relative;
    padding-left: 0;
}

/* Легкий ефект при наведенні тільки на саму картку */
.service-item-simple:hover {
    background: rgba(106, 0, 255, 0.08);
    transform: translateY(-5px);
}

/* 2. Візуальний блок (Ядро та Енергія) */
.why-visual-clean {
    position: relative;
    width: 100%;
    min-height: 500px;
    background: #000;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(106, 0, 255, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-shadow: inset 0 0 50px rgba(106, 0, 255, 0.1);
}

.core-img {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    z-index: 1;
    filter: drop-shadow(0 0 30px rgba(106, 0, 255, 0.6));
    animation: pulseCore 4s infinite ease-in-out;
}

#energyOverlay {
    position: absolute;
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
    z-index: 2;
    mix-blend-mode: screen;
    pointer-events: none;
}

/* Плеєри всередині візуалу */
.promo-playlist-embedded {
    position: relative;
    z-index: 3;
    padding: 30px;
    background: linear-gradient(to top, #000 50%, transparent 100%);
}

.audio-track {
    margin-bottom: 15px;
}

.audio-track label {
    color: #00c3ff;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 8px;
    display: block;
    opacity: 0.8;
}

/* 3. Стилізований Калькулятор (Центральний блок) */
.calc-container-styled {
    background: radial-gradient(circle at top right, #111115, #050507);
    border: 1px solid rgba(0, 195, 255, 0.2);
    border-radius: 30px;
    padding: 50px 20px;
    text-align: center;
    margin-top: 30px;
    position: relative;
    box-shadow: 0 30px 60px rgba(0,0,0,0.8);
}

.price-display {
    font-size: 82px;
    font-weight: 800;
    color: #fff;
    margin: 15px 0;
    text-shadow: 0 0 20px rgba(0, 195, 255, 0.5);
    font-family: 'Montserrat', sans-serif;
}

.price-display .currency {
    color: #00c3ff;
    font-size: 40px;
    margin-left: 10px;
}

.calc-select {
    width: 100%;
    max-width: 450px;
    background: #0a0a0c;
    color: #fff;
    border: 1px solid #222;
    padding: 15px 20px;
    border-radius: 12px;
    font-size: 14px;
    margin-bottom: 30px;
    cursor: pointer;
    transition: all 0.3s;
    appearance: none; /* Прибираємо стандартну стрілку */
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 20px center;
}

.calc-select:focus {
    border-color: #00c3ff;
    box-shadow: 0 0 15px rgba(0, 195, 255, 0.2);
}

.calc-btn {
    display: inline-block;
    padding: 20px 60px;
    background: linear-gradient(90deg, #6A00FF 0%, #00c3ff 100%);
    color: #fff !important;
    border-radius: 100px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    box-shadow: 0 15px 30px rgba(106, 0, 255, 0.3);
}

.calc-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 20px 40px rgba(0, 195, 255, 0.4);
}

.calc-footer {
    margin-top: 25px;
    color: #ff6b6b;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Анімація для ядра */
@keyframes pulseCore {
    0% { transform: translate(-50%, -50%) scale(1); opacity: 0.9; }
    50% { transform: translate(-50%, -50%) scale(1.05); opacity: 1; }
    100% { transform: translate(-50%, -50%) scale(1); opacity: 0.9; }
}
/* Стилізація фінальної секції */
.green-section .input_1 input {
    background: transparent;
    border: none;
    border-bottom: 1px solid #333;
    width: 100%;
    padding: 10px 0;
    transition: all 0.3s ease;
}

.green-section .input_1 input:focus {
    border-bottom-color: #00ff88;
    outline: none;
}

.green-section .input_1 span {
    transition: all 0.3s ease;
}

.green-section .input_1 input:focus + span,
.green-section .input_1 input:valid + span {
    font-size: 10px;
    top: -15px;
    color: #00ff88;
}

/* Кнопка з ефектом світіння */
.btn.green {
    background: #00ff88;
    border: none;
    box-shadow: 0 0 15px rgba(0, 255, 136, 0.2);
    transition: 0.3s;
}

.btn.green:hover {
    box-shadow: 0 0 25px rgba(0, 255, 136, 0.5);
    transform: translateY(-2px);
}
/* Глобальний фікс вертикального центрування для всіх кнопок */
.btn, 
.calc-btn, 
.btn.green, 
.tiktok-btn {
    display: inline-flex !important;
    align-items: center !important;     /* Центрує по вертикалі */
    justify-content: center !important;  /* Центрує по горизонталі */
    vertical-align: middle !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 1 !important;          /* Скидаємо висоту рядка */
    min-height: 55px;                   /* Задаємо комфортну висоту */
}

/* Вирівнюємо текст та іконку всередині */
.btn span, 
.calc-btn span {
    display: inline-block !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
}

.btn i, 
.calc-btn i {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    display: flex !important;
    align-items: center !important;
    margin-left: 10px; /* Відступ іконки від тексту */
}
.logo {
    position: relative;
    z-index: 1000;
}

.logo-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
}

.logo img {
    position: relative;
    margin-top: 50px;
	width: 50px;
    height: auto;
    z-index: 2;
    transition:
        transform 0.25s ease,
        filter 0.25s ease;
    
    filter:
        drop-shadow(0 0 8px rgba(255,215,0,0.25))
        drop-shadow(0 0 18px rgba(255,180,0,0.15));
	
}

/* сияние */
.logo-glow {
    position: absolute;
    width: 120%;
    height: 120%;
    border-radius: 50%;
    background:
        radial-gradient(circle,
        rgba(255,215,0,0.25) 0%,
        rgba(255,140,0,0.12) 35%,
        transparent 75%);
    
    animation: pulseGlow 3s ease-in-out infinite;
    z-index: 1;
    filter: blur(12px);
    pointer-events: none;
}

/* hover */
.logo-link:hover img {
    transform: scale(1.08) rotate(-2deg);
    
    filter:
        drop-shadow(0 0 15px rgba(255,215,0,0.7))
        drop-shadow(0 0 35px rgba(255,180,0,0.5));
}

/* пульсация */
@keyframes pulseGlow {
    0% {
        transform: scale(0.9);
        opacity: 0.5;
    }

    50% {
        transform: scale(1.15);
        opacity: 1;
    }

    100% {
        transform: scale(0.9);
        opacity: 0.5;
    }
}