/*
 Theme Name:   Vlogger Child
 Theme URI:    http://themes2go.xyz/
 Description:  Vlogger Child Theme
 Author:       Themes2go
 Author URI:   http://themes2go.xyz/helpdesk
 Template:     vlogger
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         two-columns, right-sidebar
 Text Domain:  vlogger-child
*/

/***************************************************************
****************************************************************
************* PUT YOUR CUSTOM STYLES BELOW ********************/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

html, body {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 18px;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%
}

* {
    box-sizing: border-box
}

img {
    max-width: 100%;
    height: auto;
    box-sizing: border-box
}

.wa-container {
    max-width: 1336px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.wa-container::before, .wa-container::after {
    content: "";
    display: table
}

.wa-content {
    max-width: 1084px;
    margin-left: auto;
    margin-right: auto;
}

.wa-flex-container {
    display: flex;
    flex-wrap: wrap
}

.wa-col-2 {
    width: 50%
}

.wa-col-3 {
    width: 33%
}

.wa-flex {
    display: flex
}

.wa-flex-middle {
    align-items: center
}

.wa-flex-center {
    justify-content: center
}

.wa-flex-between {
    justify-content: space-between
}

.wa-flex-end {
    justify-content: end
}

.topnav {
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 102px;
    background: rgba(0, 0, 0, 0.30);
    backdrop-filter: blur(10px);
}

.topnav a {
    color: #fff;
    padding: 2px 9px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

.nav .link_nav a:hover {
    background: #993af8
}

.nav .link_nav a:active{
    background-color: #8000FF;
    color: white
}

.nav .change-icon {
    right: 20px;
  	background-color: #1c1b1f;
  	border-radius: 100%;
  	width: 32px;
  	height: 34px;
  	padding: 0px 3px;
	position: absolute !important;
}

.nav .link_nav a.active {
    background-color: #8000FF;
    color: white
}
.nav .link_nav a.active_cat {
    background-color: #8000FF;
    color: white
}
.down-navbar .link_nav a.active_cat{color: #DDFF0D}

.topnav .icon {
    display: none;
    cursor: pointer;
    margin-right: 20px;
    position: relative;
    z-index: 10
}

.line-icon1, .line-icon2, .line-icon3 {
    width: 24px;
    height: 2px;
    background: #fff;
    margin: 8px 0;
    transition: 0.4s
}

.line-icon3 {
    width: 16px
}

.topnav .wa-container {
    height: inherit
}

.topnav .nav {
    width: 100%
}

.topnav .logo {
    margin-right: 50px
}

.topnav .login, .phonelogin .login {
    width: auto;
    height: 50px;
    padding: 0 20px;
    border-radius: 6px;
    background: #DDFF0D;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    color: #000
}

.topnav .login:hover, .topnav .login:focus, .topnav .login:active {
    background: #d4f01b
}

.header {
    position: relative;
    background: linear-gradient(180deg, #000 10%, rgba(76, 30, 135, 0.50) 60%, rgba(254, 254, 254, 0.00) 100%);
    height: 784px;
	overflow: hidden;
}

.header .bg_header {
    position: absolute;
    left: 45%;
    bottom: -20px;
}

.header .bg_header_mob {
    display: none
}

.header .position_b {
    position: absolute;
    bottom: 0;
    right: 0
}

.header .position_b_mob {
    display: none
}

.header .head_text {
    max-width: 620px;
    margin-top: 150px;
    position: relative;
    z-index: 100
}

.header .head_text h1 {
    margin-top: 0;;
    margin-bottom: 50px;
    color: #fff;
    text-transform: uppercase;
    font-size: 70px;
    font-weight: 900;
    line-height: 75px
}

.header .head_text blockquote {
    max-width: 420px;
    margin: 0;
    border-left: 8px solid #731AF3;
    padding-left: 10px;
    font-size: 20px
}

.down-navbar {
    height: 100vh;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background: #1C1B1F;
    overflow-y: hidden;
    transition: 0.8s
}

.active-down {
    width: 100%;
    right: 100%
}

.down-navbar .link_nav {
    padding: 53px 20px 20px
}

.down-navbar .link_nav a {
    display: block;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    line-height: 26px;
    letter-spacing: -0.264px;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
    display: flex
}

.down-navbar .link_nav a:nth-child(n+2) {
    margin-top: 30px
}

.link_nav.navbar {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-right: 20px;
}

.link_nav.navbar a {
	font-size: 18px;
}

.down-navbar .link_nav a::before {
    content: url('../img/keyboard_double_arrow_right.svg');
    margin-right: 10px
}

.down-navbar .link_nav a.active {
    display: flex;
    color: #DDFF0D;
    background: transparent;
    border-bottom: .3px solid #fff;
    padding-bottom: 5px
}

.down-navbar .link_nav a:hover, .down-navbar .link_nav a:focus, .down-navbar .link_nav a:active {
    color: #DDFF0D
}

.change-icon .line-icon1 {
    -webkit-transform: rotate(-45deg) translate(-5px, 7px);
    transform: rotate(-45deg) translate(-5px, 7px)
}

.change-icon .line-icon2 {
    opacity: 0
}

.change-icon .line-icon3 {
    -webkit-transform: rotate(45deg) translate(-7px, -9px);
    transform: rotate(45deg) translate(-7px, -9px);
    width: 24px;
    margin: 8px 0
}
.premium_fun h2, .premium_go h2{
    margin-top: 25px;
    margin-bottom: 20px;
}
.categories h2{
    margin-top:70px;
    margin-bottom: 20px;
}
.premium_fun h2, .categories h2, .premium_go h2 {
    position: relative;
    z-index: 10;
    font-size: 60px;
    text-align: center;
    font-weight: 900;
    line-height: 90px;
    text-transform: uppercase
}

.premium_fun .swiper {
    width: 100%;
    height: 100%;
	--swiper-navigation-sides-offset: 20px;
}

.premium_fun .swiper video {
    width: 100%
}

.premium_fun .swiper-slide {
    position: relative;
    background-position: center;
    background-size: cover;
    text-align: center;
    height:650px;
	border-radius: 12px;
}

.premium_fun .swiper-slide img,.premium_fun .swiper-slide video {
    display: block;
    width: 100%;
    object-position: center;
    object-fit: cover;
    height:624px;
	border-radius: 8px;
    
}
.premium_fun .s_label {
    position: absolute;
    height: 70px;
    left: 10%;
    bottom: 10%;
    color: #fff;
    font-size: 36px;
    font-weight: 900;
    line-height: 90px;
    background: #8000FF;
    padding:0 15px;
}

.premium_fun .swiper-scrollbar-horizontal {
    background: #DDFF0D;
    height: 3px
}

.premium_fun .swiper-scrollbar-drag {
    background: #8000FF
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 22px;
    font-weight: 900;
    color: #000
}

.swiper-button-next, .swiper-button-prev {
    width: 45px;
    height: 45px;
    border-radius: 999999px;
    background: #d4f01b;
}


.categories {
    background: linear-gradient(360deg, #000 0%, rgba(76, 30, 135, 0.52) 48.37%, rgba(254, 254, 254, 0.00) 100%)
}

.categories .wa-col-2 {
    max-width: 530px
}

.card-st-1 {
    position: relative;
    width: 100%;
    max-width: 530px;
    height: 450px;
    padding: 12px 18px 24px;
    border-radius: 8px;
    background: #fff;
    flex-direction: column;
    box-shadow: 0px 3px 8px 2px rgba(0, 0, 0, 0.10);
    margin-bottom: 36px;
    text-decoration: none;
    color:initial;
    overflow:hidden;
}
.card-st-1 .card-one-third picture{display:flex}
.card-st-1 .card-one-third picture::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    transition: background 0.3s ease-in-out;
    z-index: 3;
    pointer-events: none;
    border-radius: 8px;
}
.card-st-1:hover .card-one-third picture::before {
    background: rgba(0, 0, 0, 0.6);
}



.card-st-1 .btn-expand {
    text-decoration: none;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 159px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: #8000FF;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 90px;
    cursor: pointer;
    opacity: 0;
    transition: bottom 0.4s ease, opacity 0.4s ease;
}


.card-st-1:hover .btn-expand {
    bottom: 50%;
    opacity: 1;
    z-index: 3;
}
.card-st-1:nth-child(n+2) {
    margin-top: 30px
}

.card-st-1 .title_card {
    width: 100%;
    height: 36px
}

.card-st-1 .title_card .title img {
    margin-right: 6px
}

.card-st-1 .title_card .title_label img {
    margin-right: 4px
}

.card-st-1 .title_card {
    margin-bottom: 24px
}

.card-st-1 .title_card .title {
    color: #121212;
    font-size: 24px;
    font-weight: 900;
    line-height: 26px;
    letter-spacing: -0.264px
}

.card-st-1 .title_card .title_label {
    color: #121212;
    padding: 0 18px;
    border-radius: 100px;
    background: #DDFF0D;
    font-weight: 900;
    font-size: 12px;
    line-height: 26px;
    letter-spacing: -0.132px
}

.card-st-1 .card-one-third {position:relative;
    height: 270px;
}

.card-st-1 .two-thirds {
    margin-top: 17px;
    min-height: 72px;
}

.card-st-1 .card-one-third img {
    border-radius: 8px;
    height: 270px;
    object-position: center;
    object-fit: cover
}

.card-st-1 .desc {
    font-size: 16px;
    font-weight: 300;
    line-height: 150%
}

.premium_go {
    position: relative;
}

.premium_go .wa-container {
	overflow: hidden;
    padding-bottom: 100px;
    position: relative;
	background: url(../img/bg_go.png) no-repeat 50% -120%;
	background-size: cover;
}

.premium_go .bg_go {
    position: absolute;
    top: 32px;
	display: flex;
}

.premium_go .title {
    text-align: center
}

.premium_go .title p {
    margin: 0 auto;
    font-size: 20px;
    max-width: 554px
}

.premium_go .wrap_form {
    position: relative;
    z-index: 10;
    margin-top: 25px
}

.input_email {
    height: 67px;
    width: 100%;
    max-width: 440px;
    padding: 21px 25px;
    border-radius: 8px;
    border: 2px solid #8000FF;
    background: #FFFFFE;
    font-size: 20px
}

.send {
    height: 67px;
    margin-left: 20px;
    padding: 20px 23px 19px 23px;
    background: #DDFF0D;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    cursor: pointer;
    border:none;
    border-radius:8px;
}

.send:hover, .send:focus, .send:active {
    background: #d4f01b
}

.alert_success {
    display: none;
    margin: auto;
    width: 100%;
    border-radius: 8px;
    border: 2px solid #8000FF;
    background: #FFF;
    max-width: 609px;
    height: 66px;
    padding: 0 15px;
    color: #333;
    text-align: center;
    font-size: 20px;
	margin-top: 36px;
}

.alert_success img {
    margin-right: 4px
}

.alert_success .wa-flex{height:inherit}


.modal-alert .modal-content{position:fixed;bottom:0;z-index:100000;;display:flex;align-items:center;justify-content:center;background:rgba(50,50,58,0.8);color:#fff;margin:auto;padding:10px 15px;width:100%;font-size:13px;box-shadow:0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);-webkit-animation-name: animatetop;-webkit-animation-duration:2.4s;animation-name:animatetop;animation-duration:2.4s}
.modal-alert h3{font-size:18px;}
@-webkit-keyframes animatetop {
    from {bottom:-300px; opacity:0} 
    to {bottom:0; opacity:1}
}  
@keyframes animatetop {
    from {bottom:-300px; opacity:0}
    to {bottom:0; opacity:1}
}     
.modal-alert .modal-body {text-align:center;}
.modal-alert .modal-footer{padding-left:15px}
.modal-alert .modal-footer button{border-radius:20px;width:150px;height:30px;background:#a3cae9;border:none;cursor:pointer;font-weight:600}
@media(max-width:450px){
    .modal-alert .modal-content{flex-direction:column}
    .modal-alert .modal-body{text-align:justify}
    .modal-alert .modal-footer button{width:130px;margin-top:10px}
}


.tag-cloud-link {
    position: relative;
    display: inline-block;
    text-decoration: none;
    overflow: hidden;
    transition: color 0.3s ease-in-out;
}

.tag-cloud-link::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color:#EF4763; 
    transition: width 0.3s ease-in-out;
    z-index: -1;
}

.tag-cloud-link:hover {
    color:#fff!important;
}

.tag-cloud-link:hover::before {
    width: 100%; 
}
.qt-widget:hover .qt-caption-small::after {
    width: 3px!important; /*отменяем hover на заголовок Тега*/
}

.qt-item-metas .qt-posttype{display:none}
.footer {
    background: #000;
    height: 100px
}

.footer .wa-container {
    width: 100%
}

.terms {
    color: #DDFF0D
}

.terms a {
    color: #DDFF0D;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.257px;
    text-decoration: none
}

.terms a:nth-child(n+2) {
    border-left: 1px solid #DDFF0D;
    padding-left: 15px;
    margin-left: 15px
}

.terms a:hover, .terms a:focus, .terms a:active {
    color: yellow
}

.copy {
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.257px;
    text-align: center
}

.top_scroll {
    width: 56px;
    height: 56px;
    background: #DDFF0D;
    cursor: pointer
}

.top_scroll img {
    width: 40px
}

#scrollBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color:rgba(221, 255, 13, .5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    z-index:10000;
}

#scrollBtn img {
    width: 24px;
    height: 24px;
    filter: invert(1);
}

#scrollBtn.show {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

#scrollBtn.hide {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.8);
}

/* START single post */
.single-post video{width:100%}
/* END single post */

/* START switch laang */
.language-dropdown{position:relative;display:inline-block;width:40px;cursor:pointer}
.language-dropdown a{display:inline-block;padding:0;}
.language-toggle{background:none;border:none;cursor:pointer;padding:0}
.language-toggle img{width:24px;height:auto}
.language-menu{display:none;position:absolute;margin:0;z-index:999}
.language-menu li{margin:0;padding:0;list-style:none}
.language-menu img{width:24px;height:auto}
.language-dropdown:hover .language-menu{display:block; padding: 0;}
/* END switch laang */
.wpml-ls-item{display:none;}
.language-dropdown{margin-left: auto;}
@media (max-width: 1200px) {
    .header .position_b {
        max-width: 800px
    }

    .header .head_text h1 {
        margin-bottom: 40px
    }

    .wa-content {
        max-width: 890px
    }

    .categories .wa-col-2 {
        max-width: 425px
    }

    .card-st-1 {
        height: 400px
    }

    .card-st-1 .card-one-third {
        width: initial
    }

    .card-st-1 .card-one-third img {
        height: auto
    }
}

@media (max-width: 920px) {
    .categories .wa-col-2 {
        max-width: 336px
    }

    .card-st-1 {
        height: 378px
    }
}


@media (max-width: 767px) {
    .topnav .icon {
        display: block;
        margin-right:0
    }

    .topnav .nav .link_nav {
        display: none
    }

    .premium_fun .swiper-slide img, .premium_fun .swiper-slide video {
        height: 408px
    }

    .categories .wa-content {
        justify-content: center
    }

    .categories .wa-col-2 {
        width: 100%
    }

    .card-st-1 {
        height: 238px;
        padding: 7px 0 19px;
        margin-bottom: 20px
    }

    .card-st-1 .title_card {
        height: 24px;
        margin-bottom: 5px;
        padding: 0 18px
    }

    .card-st-1 .card-one-third img {
        border-radius: 0
    }

    .card-st-1 .title_card .title {
        font-size: 16px;
        line-height: 14px;
        letter-spacing: -0.176px
    }

    .card-st-1 .title_card .title img {
        width: 24px;
        height: 24px
    }

    .card-st-1 .title_card .title_label {
        font-size: 8px;
        line-height: 9px;
        letter-spacing: -0.088px
    }

    .card-st-1 .title_card .title_label img {
        width: 12px;
        height: 12px
    }

    .card-st-1 .two-thirds {
        margin-top: 10px
    }

    .card-st-1 .desc {
        padding: 0 18px;
        font-size: 12px;
        line-height: 16px
    }

    .footer {
        height: auto;
        padding: 25px 0;
        text-align: center
    }

    .footer .wa-col-3 {
        width: 100%
    }

    .copy {
        padding: 15px 0
    }
}

@media (max-width: 600px) {
    .single .qt-pageheader{width:95%;margin:auto;background-color:transparent;}
    .single .qt-header-bg{background-size:contain;background-position:top}
    .single .qt-header-bg::after{background:transparent}
    .single .qt-pageheader::before{background:transparent}
    .single h1{font-size:30px}
    .header {
        height: auto
    }

    .header .head_text h1 {
        font-size: 70px;
        line-height: 80px
    }

    .header .position_b {
        position: relative;
        max-width: 100%;
        margin-top: 40px
    }

    .premium_fun h2, .categories h2, .premium_go h2 {
        font-size: 50px;
        line-height: 60px
    }

    .premium_fun .s_label {
        left: 5%;
        bottom: 5%;
        color: #fff;
        font-size: 30px;
        line-height: inherit
    }

    .categories .wa-col-2 {
        width: 100%
    }

    .card-st-1 .card-one-third img {
        min-width: inherit
    }

    .alert_success {
        height: auto;
        font-size: 14px;
        padding: 5px 15px;
		margin-top: 14px;
    }

}

@media (max-width: 450px) {
    .topnav {
        position: relative;
        background: transparent;
        backdrop-filter: none;
        height: 66px;
    }
	
	.topnav .wa-container {
		border-bottom: 0.3px solid #fff;
  		padding: 0;
 		margin: 0 20px;
	}

    .topnav .logo {
        width: 170px;
  		max-height: 36px;
  		padding: 0;
  		margin: 0;
  		display: flex;
    }

    .topnav .login {
        width: auto;
        height: 30px;
        font-size: 9px;
        padding: 0 10px;
    }

    .header {
        margin-top: -74px;
        background: linear-gradient(180deg, #000 0%, rgba(76, 30, 135, 0.50) 54.17%, rgba(254, 254, 254, 0.00) 100%);
    }

    .header .head_text {
        margin-top: 105px;
        text-align: center
    }

    .header .head_text h1 {
        font-size: 46px;
        line-height: 1;
        margin-bottom: 16px;
    }

    .header .head_text blockquote {
        display: block;
        font-size: 14px;
        line-height: 20px;
        padding: 18px 20px;
        margin: 15px 10px;
        border-left: 4px solid #731AF3;
        background: rgba(0, 0, 0, 0.7);
        border-radius: 10px;
        backdrop-filter: blur(10px);
        color: #fff
    }

    .header .bg_header {
        display: none
    }

    .header .bg_header_mob {
        display: block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%) scale(1.25);
        top: 70px;
    }

    .header .position_b {
        display: none
    }

    .header .position_b_mob {
        display: block;
        margin: auto;
        position: relative;
		padding: 0 20px;
    }

    .premium_fun .swiper-slide{height:184px}
    .premium_fun h2, .categories h2 {
        margin-bottom: 8px;
        margin-top: 24px;
        font-size: 22px;
        line-height: inherit
    }

    .premium_fun .s_label {
        height: 20px;
        left: 30px;
        bottom: 25px;
        font-size: 10px;
        line-height: inherit
    }

    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 8px;
    }

    .swiper-button-next, .swiper-button-prev {
        width: 16px;
        height: 16px
    }

    .premium_fun .swiper-slide img, .premium_fun .swiper-slide video {
        height: 170px
    }

    .premium_fun .swiper-slide video {
        object-position: center;
        object-fit: cover
    }
    .premium_fun .swiper-scrollbar-horizontal {
        height: 1px;
    }
    .card-st-1 .two-thirds{min-height:initial}
    .card-st-1 .card-one-third img {
        min-width: inherit
    }

    .premium_go .wa-container {
        padding-bottom: 40px;
		background: url(../img/bg_go.png) no-repeat 50% 100%;
        background-size: contain;
    }

    .premium_go h2 {
        font-size: 22px;
        margin-top: 29px;
        margin-bottom: 14px;
        line-height: 15px
    }

    .premium_go .title p {
        font-size: 11px;
        line-height: normal;
        max-width: 240px
    }

    .premium_go .wrap_form {
        margin-top: 14px
    }

    .input_email {
        height: 30px;
  		width: 220px;
  		padding: 0 10px;
  		font-size: 12px;
  		line-height: normal;
  		border-radius: 3px;
  		border-width: 1px;
    }
	
	#subscribe-form {
		display: flex;
  		justify-content: center;
	}
	
	.control_form {
		display: flex;
        flex-direction: column;
  		justify-content: center;
  		align-items: center;
  		gap: 14px;
  		max-width: 220px;
	}

    .send {
		height: 30px;
  		width: 120px;
  		font-size: 12px;
        padding: 0;
        margin-left: 0px;
        border-radius: 3px;
		color: #000;
    }
    .alert_success {
		font-size: 12px;
  		padding: 5px 6px;
  		border-width: 1px;
  		margin-top: 14px;
	  	max-width: 270px;
  		border-radius: 4px;
    }
    .alert_success img {
		height: 16px;
    }
    .footer {
        height: 48px;
        padding: 0
    }

    .footer .col_ {
        width: 70%
    }

    .footer .col_end {
        width: 30%;
        margin-top: -20px
    }

    .footer .copy {
        padding: 0
    }
    .terms a:nth-child(n+2) {
        padding-left:7px;
        margin-left:7px;
    }
    .terms {
        padding: 0
    }

    .terms, .copy {
        text-align: left;
        line-height: 1
    }

    .terms a, .copy {
        font-size: 6px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
        letter-spacing: 0.257px
    }

    .footer .top_scroll {
        width: 26px;
        height: 26px
    }

    .top_scroll img {
        width: 15px
    }

}

.play-now {
    background: #DDFF0D;
    color: #000;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 5px;
    position: relative;
    font-size: 14px;
    bottom: 105px;
}
.play-now span {
    font-size: 26px;
    line-height: 1;
    vertical-align: middle;
}

/* ========================================
   APP FLOW SECTION STYLES
   ======================================== */

/* Основная секция */
section#app-flow.app-flow {
    padding: 70px 0 80px;
    background: linear-gradient(180deg, #000 0%, rgba(76, 30, 135, 0.35) 50%, #000 100%);
    position: relative;
    overflow: hidden;
}

/* Декоративный фон */
section#app-flow.app-flow::before {
    content: '';
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    height: 150%;
    background: radial-gradient(circle, rgba(76, 30, 135, 0.15) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

/* Заголовок секции */
#app-flow .flow-header {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 10;
}

#app-flow .flow-header h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-shadow: 0 4px 20px rgba(76, 30, 135, 0.6);
}

#app-flow .flow-description {
    color: #DDFF0D;
    font-size: 22px;
    font-weight: 600;
    max-width: 1000px;
    margin: 0 auto;
    line-height: 1.7;
    padding: 25px 40px;
    background: linear-gradient(135deg, rgba(76, 30, 135, 0.5) 0%, rgba(76, 30, 135, 0.3) 100%);
    border-radius: 15px;
    border: 2px solid rgba(221, 255, 13, 0.4);
    box-shadow: 0 8px 30px rgba(76, 30, 135, 0.3);
}

/* Контейнер шагов */
#app-flow .flow-steps {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 10;
}

#app-flow .flow-step {
    margin-bottom: 70px;
    position: relative;
}

/* Стрелки между шагами */
#app-flow .flow-step:not(:last-child)::after {
    content: '';
    display: block;
    width: 2px;
    height: 60px;
    background: linear-gradient(to bottom, #DDFF0D, transparent);
    margin: 30px auto;
    position: relative;
}

#app-flow .flow-step:not(:last-child)::before {
    content: '▼';
    display: block;
    text-align: center;
    font-size: 24px;
    color: #DDFF0D;
    margin: 25px 0 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -55px;
    z-index: 5;
    text-shadow: 0 0 10px rgba(221, 255, 13, 0.5);
}

/* Номер шага */
#app-flow .step-number {
    position: absolute;
    top: 20px;
    left: -70px;
    background: linear-gradient(135deg, #4c1e87 0%, #6b2fb8 100%);
    color: #DDFF0D;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: 700;
    border: 3px solid #DDFF0D;
    box-shadow: 0 6px 20px rgba(221, 255, 13, 0.4);
    z-index: 10;
}

/* Контент шага */
#app-flow .step-content {
    display: flex;
    gap: 50px;
    align-items: center;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
    padding: 40px 50px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.4s ease;
    position: relative;
    min-height: 280px;
}

#app-flow .step-content:hover {
    background: linear-gradient(135deg, rgba(76, 30, 135, 0.4) 0%, rgba(76, 30, 135, 0.2) 100%);
    border-color: rgba(221, 255, 13, 0.5);
    transform: translateY(-8px) scale(1.01);
    box-shadow: 0 15px 40px rgba(76, 30, 135, 0.5);
}

/* Чередование: нечетные - картинка слева */
#app-flow .flow-step:nth-child(odd) .step-content {
    flex-direction: row;
}

/* Четные - картинка справа */
#app-flow .flow-step:nth-child(even) .step-content {
    flex-direction: row-reverse;
}

/* Позиция номера для четных шагов */
#app-flow .flow-step:nth-child(even) .step-number {
    left: auto;
    right: -70px;
}

/* Изображение */
#app-flow .step-image {
    flex: 0 0 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

#app-flow .step-image img {
    max-width: 100%;
    max-height: 450px;
    width: auto;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
    object-fit: contain;
    transition: transform 0.3s ease;
}

#app-flow .step-content:hover .step-image img {
    transform: scale(1.05);
}

/* Текст */
#app-flow .step-text {
    flex: 1;
    min-width: 0;
}

#app-flow .step-text-only {
    flex: none;
    width: 100%;
    text-align: center;
    padding: 30px 60px;
}

#app-flow .step-text h3 {
    color: #DDFF0D;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
    text-shadow: 0 2px 10px rgba(221, 255, 13, 0.3);
}

#app-flow .step-text p {
    color: #e8e8e8;
    font-size: 18px;
    line-height: 1.8;
    margin: 0;
}

/* Summary блок */
#app-flow .flow-summary {
    margin-top: 80px;
    padding: 50px 60px;
    background: linear-gradient(135deg, rgba(76, 30, 135, 0.6) 0%, rgba(76, 30, 135, 0.4) 100%);
    border-radius: 20px;
    border: 2px solid #DDFF0D;
    text-align: center;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 10px 40px rgba(76, 30, 135, 0.5);
    position: relative;
    z-index: 10;
}

#app-flow .flow-summary h3 {
    color: #DDFF0D;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 2px 15px rgba(221, 255, 13, 0.4);
}

#app-flow .flow-summary p {
    color: #fff;
    font-size: 19px;
    line-height: 1.9;
    margin-bottom: 18px;
    font-weight: 400;
}

#app-flow .flow-summary p:last-child {
    margin-bottom: 0;
    font-weight: 600;
}

/* Mobile Styles */
@media(max-width: 768px) {
    section#app-flow.app-flow {
        padding: 40px 0 50px;
    }

    section#app-flow.app-flow::before {
        width: 200%;
        height: 200%;
    }

    #app-flow .flow-header {
        margin-bottom: 40px;
    }

    #app-flow .flow-header h2 {
        font-size: 30px;
        margin-bottom: 18px;
        letter-spacing: 1.5px;
    }

    #app-flow .flow-description {
        font-size: 16px;
        padding: 20px 25px;
        line-height: 1.6;
    }

    #app-flow .flow-steps {
        padding: 0 15px;
    }

    #app-flow .flow-step {
        margin-bottom: 50px;
    }

    #app-flow .flow-step:not(:last-child)::after {
        height: 40px;
        margin: 20px auto;
    }

    #app-flow .flow-step:not(:last-child)::before {
        bottom: -45px;
        font-size: 20px;
    }

    /* Номер шага над карточкой на мобильном */
    #app-flow .step-number {
        position: static;
        width: 50px;
        height: 50px;
        font-size: 24px;
        margin: 0 auto 20px;
    }

    /* Всегда вертикальная компоновка на мобильном */
    #app-flow .step-content,
    #app-flow .flow-step:nth-child(odd) .step-content,
    #app-flow .flow-step:nth-child(even) .step-content {
        flex-direction: column;
        gap: 25px;
        padding: 25px 20px;
        min-height: auto;
    }

    #app-flow .step-image {
        flex: none;
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    #app-flow .step-image img {
        max-height: 400px;
    }

    #app-flow .step-text {
        width: 100%;
    }

    #app-flow .step-text-only {
        padding: 20px 15px;
    }

    #app-flow .step-text h3 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    #app-flow .step-text p {
        font-size: 16px;
        line-height: 1.7;
    }

    #app-flow .flow-summary {
        margin-top: 50px;
        padding: 35px 25px;
    }

    #app-flow .flow-summary h3 {
        font-size: 26px;
        margin-bottom: 25px;
        letter-spacing: 1px;
    }

    #app-flow .flow-summary p {
        font-size: 16px;
        line-height: 1.7;
        margin-bottom: 14px;
    }
}

/* Tablet Styles */
@media(min-width: 769px) and (max-width: 1200px) {
    #app-flow .step-number {
        left: -60px;
        width: 50px;
        height: 50px;
        font-size: 24px;
    }

    #app-flow .flow-step:nth-child(even) .step-number {
        right: -60px;
    }

    #app-flow .step-content {
        padding: 35px 40px;
        gap: 35px;
    }

    #app-flow .step-image {
        flex: 0 0 280px;
    }

    #app-flow .step-image img {
        max-height: 380px;
    }

    #app-flow .step-text h3 {
        font-size: 24px;
    }

    #app-flow .step-text p {
        font-size: 17px;
    }
}

/* ========================================
   VIDEO CREATIVES SECTION STYLES
   Creative & Modern Design
   ======================================== */

/* Основная секция - уникальный градиент */
section#video-creatives.video-creatives {
    padding: 80px 0 90px;
    background: linear-gradient(135deg, #000 0%, rgba(76, 30, 135, 0.45) 35%, rgba(139, 79, 217, 0.25) 70%, #000 100%);
    position: relative;
    overflow: hidden;
}

/* Анимированный фоновый паттерн */
section#video-creatives.video-creatives::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(221, 255, 13, 0.08) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(76, 30, 135, 0.15) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

/* Заголовок секции */
#video-creatives .flow-header {
    text-align: center;
    margin-bottom: 70px;
    position: relative;
    z-index: 10;
}

#video-creatives .flow-header h2 {
    color: #fff;
    font-size: 52px;
    font-weight: 800;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-shadow: 0 0 30px rgba(221, 255, 13, 0.3);
    position: relative;
    display: inline-block;
}

/* Декоративное подчеркивание заголовка */
#video-creatives .flow-header h2::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 4px;
    background: linear-gradient(90deg, transparent, #DDFF0D, transparent);
    border-radius: 2px;
}

#video-creatives .flow-description {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.7;
    padding: 28px 45px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 16px;
    border: 1px solid rgba(221, 255, 13, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
}

/* Сетка видео - уникальная компоновка */
#video-creatives .video-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    gap: 45px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 10;
}

/* Карточка видео */
#video-creatives .video-card {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.05) 100%);
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

#video-creatives .video-card:hover {
    transform: translateY(-12px) scale(1.02);
    border-color: rgba(221, 255, 13, 0.6);
    box-shadow: 
        0 20px 60px rgba(76, 30, 135, 0.5),
        0 0 40px rgba(221, 255, 13, 0.2);
    background: linear-gradient(145deg, rgba(76, 30, 135, 0.35) 0%, rgba(76, 30, 135, 0.15) 100%);
}

/* Номер видео - креативный дизайн */
#video-creatives .video-number {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg, #DDFF0D 0%, #b8d60a 100%);
    color: #000;
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 900;
    z-index: 20;
    box-shadow: 0 6px 20px rgba(221, 255, 13, 0.4);
    transition: all 0.3s ease;
}

#video-creatives .video-card:hover .video-number {
    transform: rotate(10deg) scale(1.15);
    box-shadow: 0 8px 30px rgba(221, 255, 13, 0.6);
}

/* Обертка видео */
#video-creatives .video-wrapper {
    position: relative;
    width: 100%;
    background: #000;
    border-radius: 0;
    overflow: hidden;
    aspect-ratio: 9 / 16;
    max-height: 650px;
}

#video-creatives .video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    background: #000;
    transition: opacity 0.3s ease;
}

/* Play overlay эффект */
#video-creatives .video-wrapper::before {
    content: '▶';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    color: #DDFF0D;
    opacity: 0;
    transition: all 0.3s ease;
    pointer-events: none;
    z-index: 5;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.8);
}

#video-creatives .video-wrapper:hover::before {
    opacity: 0.9;
    transform: translate(-50%, -50%) scale(1.2);
}

/* Описание видео */
#video-creatives .video-description {
    padding: 30px 28px 35px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.5) 100%);
}

#video-creatives .video-description h3 {
    color: #DDFF0D;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 1.3;
    text-shadow: 0 2px 10px rgba(221, 255, 13, 0.3);
    transition: all 0.3s ease;
}

#video-creatives .video-card:hover .video-description h3 {
    color: #fff;
    text-shadow: 0 0 20px rgba(221, 255, 13, 0.8);
}

#video-creatives .video-description p {
    color: #e0e0e0;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
    font-weight: 400;
}

/* Теги/бейджи */
#video-creatives .video-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

#video-creatives .video-tags .tag {
    display: inline-block;
    padding: 8px 16px;
    background: linear-gradient(135deg, rgba(76, 30, 135, 0.6) 0%, rgba(76, 30, 135, 0.8) 100%);
    color: #DDFF0D;
    font-size: 13px;
    font-weight: 600;
    border-radius: 20px;
    border: 1px solid rgba(221, 255, 13, 0.3);
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

#video-creatives .video-tags .tag:hover {
    background: linear-gradient(135deg, #DDFF0D 0%, #b8d60a 100%);
    color: #000;
    border-color: #DDFF0D;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(221, 255, 13, 0.4);
}

/* Summary блок - уникальный дизайн */
#video-creatives .video-summary {
    margin-top: 80px;
    padding: 55px 70px;
    background: 
        linear-gradient(135deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.8) 100%),
        url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><rect width="100" height="100" fill="none"/><circle cx="50" cy="50" r="2" fill="rgba(221,255,13,0.1)"/></svg>');
    border-radius: 24px;
    border: 2px solid rgba(221, 255, 13, 0.4);
    text-align: center;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 
        0 15px 50px rgba(0, 0, 0, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 10;
    backdrop-filter: blur(20px);
}

/* Декоративные углы */
#video-creatives .video-summary::before,
#video-creatives .video-summary::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    border: 3px solid #DDFF0D;
}

#video-creatives .video-summary::before {
    top: -2px;
    left: -2px;
    border-right: none;
    border-bottom: none;
    border-radius: 24px 0 0 0;
}

#video-creatives .video-summary::after {
    bottom: -2px;
    right: -2px;
    border-left: none;
    border-top: none;
    border-radius: 0 0 24px 0;
}

#video-creatives .video-summary h3 {
    color: #DDFF0D;
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 35px;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-shadow: 0 0 25px rgba(221, 255, 13, 0.5);
    position: relative;
    display: inline-block;
}

#video-creatives .video-summary h3::before {
    content: '★';
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    color: #DDFF0D;
}

#video-creatives .video-summary h3::after {
    content: '★';
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    color: #DDFF0D;
}

#video-creatives .video-summary p {
    color: #fff;
    font-size: 18px;
    line-height: 1.9;
    margin-bottom: 18px;
    font-weight: 400;
    opacity: 0.95;
}

#video-creatives .video-summary p:last-child {
    margin-bottom: 0;
    font-weight: 600;
    color: #DDFF0D;
    font-size: 19px;
}

/* Адаптивность для планшетов */
@media(max-width: 1024px) {
    #video-creatives .video-grid {
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
        gap: 35px;
    }

    #video-creatives .video-wrapper {
        max-height: 550px;
    }
}

/* Адаптивность для мобильных */
@media(max-width: 768px) {
    section#video-creatives.video-creatives {
        padding: 50px 0 60px;
    }

    #video-creatives .flow-header {
        margin-bottom: 50px;
    }

    #video-creatives .flow-header h2 {
        font-size: 32px;
        letter-spacing: 2px;
        margin-bottom: 25px;
    }

    #video-creatives .flow-header h2::after {
        width: 80px;
        height: 3px;
        bottom: -12px;
    }

    #video-creatives .flow-description {
        font-size: 17px;
        padding: 22px 25px;
        line-height: 1.6;
    }

    #video-creatives .video-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 0 15px;
    }

    #video-creatives .video-card {
        border-radius: 20px;
    }

    #video-creatives .video-number {
        width: 45px;
        height: 45px;
        font-size: 24px;
        top: 15px;
        right: 15px;
    }

    #video-creatives .video-wrapper {
        max-height: 600px;
    }

    #video-creatives .video-wrapper::before {
        font-size: 50px;
    }

    #video-creatives .video-description {
        padding: 25px 20px 28px;
    }

    #video-creatives .video-description h3 {
        font-size: 22px;
        margin-bottom: 14px;
    }

    #video-creatives .video-description p {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 16px;
    }

    #video-creatives .video-tags {
        gap: 8px;
        margin-top: 15px;
    }

    #video-creatives .video-tags .tag {
        padding: 6px 12px;
        font-size: 12px;
    }

    #video-creatives .video-summary {
        margin-top: 50px;
        padding: 40px 25px;
        border-radius: 20px;
    }

    #video-creatives .video-summary::before,
    #video-creatives .video-summary::after {
        width: 30px;
        height: 30px;
        border-width: 2px;
    }

    #video-creatives .video-summary h3 {
        font-size: 26px;
        margin-bottom: 28px;
        letter-spacing: 1.5px;
    }

    #video-creatives .video-summary h3::before,
    #video-creatives .video-summary h3::after {
        display: none;
    }

    #video-creatives .video-summary p {
        font-size: 16px;
        line-height: 1.7;
        margin-bottom: 15px;
    }

    #video-creatives .video-summary p:last-child {
        font-size: 17px;
    }
}

/* Дополнительная адаптивность для маленьких экранов */
@media(max-width: 480px) {
    #video-creatives .flow-header h2 {
        font-size: 24px;
        letter-spacing: 1px;
    }

    #video-creatives .flow-description {
        font-size: 15px;
        padding: 18px 20px;
    }

    #video-creatives .video-wrapper {
        max-height: 500px;
    }

    #video-creatives .video-description h3 {
        font-size: 20px;
    }

    #video-creatives .video-description p {
        font-size: 14px;
    }

    #video-creatives .video-summary {
        padding: 30px 20px;
    }

    #video-creatives .video-summary h3 {
        font-size: 22px;
        margin-bottom: 22px;
    }

    #video-creatives .video-summary p {
        font-size: 15px;
    }
}

/* ========================================
   GOOGLE ADS CREATIVES SECTION STYLES
   ======================================== */

/* Основная секция */
section#google-creatives.google-creatives {
    padding: 80px 0 90px;
    background: linear-gradient(135deg, #000 0%, rgba(76, 30, 135, 0.45) 35%, rgba(139, 79, 217, 0.25) 70%, #000 100%);
    position: relative;
    overflow: hidden;
}

/* Анимированный фоновый паттерн */
section#google-creatives.google-creatives::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(221, 255, 13, 0.08) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(76, 30, 135, 0.15) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

/* Заголовок секции */
#google-creatives .flow-header {
    text-align: center;
    margin-bottom: 70px;
    position: relative;
    z-index: 10;
}

#google-creatives .flow-header h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-shadow: 0 0 30px rgba(221, 255, 13, 0.3);
    position: relative;
    display: inline-block;
}

/* Декоративное подчеркивание заголовка */
#google-creatives .flow-header h2::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 4px;
    background: linear-gradient(90deg, transparent, #DDFF0D, transparent);
    border-radius: 2px;
}

#google-creatives .flow-description {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.7;
    padding: 28px 45px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 16px;
    border: 1px solid rgba(221, 255, 13, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
}

/* Сетка креативов */
.google-grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
    position: relative;
    z-index: 10;
}

/* Карточка креатива */
.google-card {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.05) 100%);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    display: flex;
    gap: 30px;
    padding: 25px;
    position: relative;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.google-card:hover {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.08) 100%);
    border-color: rgba(221, 255, 13, 0.5);
    transform: translateY(-5px) scale(1.01);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4), 0 0 40px rgba(221, 255, 13, 0.15);
}

.google-card .card-number {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #DDFF0D 0%, #b8d60a 100%);
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    z-index: 10;
}

.google-card .card-image-wrapper {
    flex-shrink: 0;
    width: 380px;
    height: 280px;
    border-radius: 12px;
    overflow: hidden;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.google-card .card-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.google-card:hover .card-image-wrapper img {
    transform: scale(1.05);
    cursor: pointer;
}

.google-card .card-description {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 10px;
}

.google-card .card-category {
    color: #DDFF0D;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.google-card .card-description h3 {
    color: #DDFF0D;
    font-size: 26px;
    font-weight: 700;
    margin: 0;
    line-height: 1.3;
    text-shadow: 0 2px 10px rgba(221, 255, 13, 0.3);
    transition: all 0.3s ease;
}

.google-card:hover .card-description h3 {
    color: #fff;
    text-shadow: 0 0 20px rgba(221, 255, 13, 0.8);
}

.google-card .card-description p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
}

.google-card .card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: auto;
}

.google-card .card-tags .tag {
    background: linear-gradient(135deg, rgba(76, 30, 135, 0.6) 0%, rgba(76, 30, 135, 0.8) 100%);
    border: 1px solid rgba(221, 255, 13, 0.3);
    color: #DDFF0D;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.google-card .card-tags .tag:hover {
    background: linear-gradient(135deg, #DDFF0D 0%, #b8d60a 100%);
    color: #000;
    border-color: #DDFF0D;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(221, 255, 13, 0.4);
}

/* Summary блок */
#google-creatives .flow-summary {
    margin-top: 60px;
    padding: 50px 60px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.8) 100%);
    border-radius: 24px;
    border: 2px solid rgba(221, 255, 13, 0.4);
    text-align: center;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 10;
    backdrop-filter: blur(20px);
}

/* Декоративные углы */
#google-creatives .flow-summary::before,
#google-creatives .flow-summary::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    border: 3px solid #DDFF0D;
}

#google-creatives .flow-summary::before {
    top: -2px;
    left: -2px;
    border-right: none;
    border-bottom: none;
    border-radius: 24px 0 0 0;
}

#google-creatives .flow-summary::after {
    bottom: -2px;
    right: -2px;
    border-left: none;
    border-top: none;
    border-radius: 0 0 24px 0;
}

#google-creatives .flow-summary h3 {
    color: #DDFF0D;
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-shadow: 0 0 25px rgba(221, 255, 13, 0.5);
}

#google-creatives .flow-summary p {
    color: #fff;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 12px;
    font-weight: 400;
}

#google-creatives .flow-summary p:last-child {
    margin-bottom: 0;
}

/* ========================================
   BOOTH HIGHLIGHT STYLES
   ======================================== */

/* Баннер с номером стенда в header */
.booth-banner {
    display: inline-block;
    margin-top: 30px;
    padding: 15px 35px;
    background: linear-gradient(135deg, #DDFF0D 0%, #b8d60a 100%);
    border-radius: 50px;
    font-size: 22px;
    font-weight: 700;
    color: #000;
    box-shadow: 0 8px 30px rgba(221, 255, 13, 0.5);
    animation: pulse 2s infinite;
}

.booth-banner .booth-number {
    font-size: 28px;
    letter-spacing: 2px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

@keyframes pulse {
    0%, 100% {
        box-shadow: 0 8px 30px rgba(221, 255, 13, 0.5);
    }
    50% {
        box-shadow: 0 8px 40px rgba(221, 255, 13, 0.8);
    }
}

/* Booth info в секции premium */
.booth-info {
    margin-top: 15px;
    font-size: 18px;
    color: #DDFF0D;
    font-weight: 600;
    text-shadow: 0 2px 10px rgba(221, 255, 13, 0.3);
}

/* Booth highlight в форме */
.booth-highlight {
    color: #DDFF0D;
    font-weight: 700;
    font-size: 20px;
    text-shadow: 0 2px 10px rgba(221, 255, 13, 0.4);
}

/* Мобильная версия */
@media(max-width:768px) {
    .booth-banner {
        font-size: 16px;
        padding: 12px 25px;
        margin-top: 20px;
    }
    
    .booth-banner .booth-number {
        font-size: 20px;
        letter-spacing: 1px;
    }
    
    .booth-info {
        font-size: 16px;
    }
    
    .booth-highlight {
        font-size: 18px;
    }
}

/* ========================================
   CONTACT FORM SECTION STYLES
   ======================================== */

/* Основная секция формы */
.contact-form-section {
    padding: 80px 0 90px;
    background: linear-gradient(135deg, #000 0%, rgba(76, 30, 135, 0.5) 50%, #000 100%);
    position: relative;
}

.contact-form-section .form-header {
    text-align: center;
    margin-bottom: 50px;
}

.contact-form-section .form-header h2 {
    color: #DDFF0D;
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 0 30px rgba(221, 255, 13, 0.4);
}

.contact-form-section .form-description {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Форма */
.contact-form {
    max-width: 800px;
    margin: 0 auto;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    padding: 50px 60px;
    border-radius: 24px;
    border: 1px solid rgba(221, 255, 13, 0.3);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin-bottom: 25px;
}

.form-group {
    margin-bottom: 25px;
}

.form-group label {
    display: block;
    color: #DDFF0D;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 15px 20px;
    background: rgba(0, 0, 0, 0.4);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    color: #fff;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    transition: all 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #DDFF0D;
    background: rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 20px rgba(221, 255, 13, 0.2);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.form-group textarea {
    resize: vertical;
    min-height: 150px;
}

/* Кнопка отправки */
.form-submit-btn {
    width: 100%;
    padding: 18px 40px;
    background: linear-gradient(135deg, #DDFF0D 0%, #b8d60a 100%);
    border: none;
    border-radius: 12px;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(221, 255, 13, 0.4);
}

.form-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(221, 255, 13, 0.6);
}

.form-submit-btn:active {
    transform: translateY(0);
}

.form-submit-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Статус формы */
.form-status {
    margin-top: 20px;
    padding: 15px 20px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    display: none;
}

.form-status.success {
    background: rgba(46, 213, 115, 0.2);
    border: 1px solid rgba(46, 213, 115, 0.5);
    color: #2ed573;
    display: block;
}

.form-status.error {
    background: rgba(255, 71, 87, 0.2);
    border: 1px solid rgba(255, 71, 87, 0.5);
    color: #ff4757;
    display: block;
}

/* Мобильная версия формы */
@media(max-width:768px) {
    .contact-form-section {
        padding: 50px 0 60px;
    }

    .contact-form-section .form-header h2 {
        font-size: 28px;
        letter-spacing: 1px;
    }

    .contact-form-section .form-description {
        font-size: 16px;
        padding: 0 20px;
    }

    .contact-form {
        padding: 30px 25px;
        margin: 0 15px;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .form-group {
        margin-bottom: 20px;
    }

    .form-group input,
    .form-group textarea {
        font-size: 15px;
        padding: 12px 15px;
    }

    .form-submit-btn {
        padding: 15px 30px;
        font-size: 16px;
    }
}

/* Мобильная версия */
@media(max-width:768px) {
    section#google-creatives.google-creatives {
        padding: 50px 0 60px;
    }

    #google-creatives .flow-header {
        margin-bottom: 40px;
    }

    #google-creatives .flow-header h2 {
        font-size: 24px;
        letter-spacing: 1px;
        line-height: 1.3;
    }

    #google-creatives .flow-description {
        font-size: 16px;
        padding: 20px 25px;
    }

    .google-grid {
        gap: 25px;
        margin: 25px auto;
        padding: 0 10px;
    }

    .google-card {
        display: block;
        padding: 25px 20px;
        background: linear-gradient(145deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.75) 100%);
        border: 1px solid rgba(221, 255, 13, 0.3);
    }

    .google-card .card-number {
        width: 40px;
        height: 40px;
        font-size: 20px;
        top: 15px;
        left: 15px;
    }

    .google-card .card-image-wrapper {
        width: 100%;
        height: auto;
        min-height: 280px;
        margin-bottom: 20px;
    }

    .google-card .card-description {
        display: block;
        padding-top: 0;
    }

    .google-card .card-category {
        font-size: 14px;
        letter-spacing: 1px;
        margin-bottom: 10px;
        display: block;
    }

    .google-card .card-description h3 {
        color: #DDFF0D;
        font-size: 24px;
        margin-bottom: 15px;
        line-height: 1.3;
    }

    .google-card .card-description p {
        color: #ffffff;
        font-size: 17px;
        line-height: 1.7;
        margin-bottom: 15px;
        display: block;
    }

    .google-card .card-tags {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 15px;
    }

    .google-card .card-tags .tag {
        font-size: 13px;
        padding: 9px 18px;
    }

    #google-creatives .flow-summary {
        margin-top: 40px;
        padding: 35px 25px;
    }

    #google-creatives .flow-summary h3 {
        font-size: 24px;
        margin-bottom: 20px;
        letter-spacing: 1px;
    }

    #google-creatives .flow-summary p {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 10px;
    }
}
