a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    text-decoration: none;
    color: #191919
}

.splide__sr {
    display: none
}

@font-face {
    font-family: Montserrat;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url(../../fonts/Montserrat/Montserrat-Regular.ttf) format("woff2"),url(../../fonts/Montserrat/Montserrat-Regular.woff) format("woff"),url(../../fonts/Montserrat/Montserrat-Regular.ttf) format("ttf"),url(../../fonts/Montserrat/Montserrat-Regular.eot) format("eot")
}

@font-face {
    font-family: Montserrat;
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url(../../fonts/Montserrat/Montserrat-Bold.ttf) format("woff2"),url(../../fonts/Montserrat/Montserrat-Bold.woff) format("woff"),url(../../fonts/Montserrat/Montserrat-Bold.ttf) format("ttf"),url(../../fonts/Montserrat/Montserrat-Bold.eot) format("eot")
}

header {
    top: 0;
    left: 0;
    right: 0;
    z-index: 500;
    position: absolute;
    backdrop-filter: blur(20px)
}

header .container {
    padding-top: 0;
    padding-bottom: 0
}

.header {
    display: flex;
    padding: 20px 0;
    align-items: center;
    height: 100px;
    position: relative;
	background: #0b0c10;
}

@media only screen and (min-width: 1024px) {
    .header {
        justify-content:space-between
    }
}

.header .custom-logo-link {
    flex-shrink: 1;
	margin-left: 1em;
}

.header a {
    color: #fff
}

.logo {
    width: 56px;
    height: 56px;
    z-index: 500
}

.logo img {
    width: 100%;
    object-fit: contain
}

.navigation {
    display: none;
    align-items: center;
    justify-content: space-between
}

.navigation .menu {
    display: flex
}

.navigation .menu a {
    width: 100%;
    padding: 10px;
    display: inline-block;
    transition: .25s linear;
	font-size: 1.2em;
}

@media only screen and (min-width: 1440px) {
    .navigation .menu a {
        padding:10px 20px
    }
}

.navigation .menu>.menu-item {
    position: relative;
    transition: .25s linear
}

.navigation .menu>.menu-item:hover {
    background-color: #fff
}

.navigation .menu>.menu-item:hover a {
    color: #000
}

.navigation .menu>.menu-item:hover>.sub-menu {
    display: block
}

.navigation .menu .menu-item-has-children {
    position: relative
}

.navigation .menu .menu-item-has-children:before {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 50%
}

.navigation .menu .menu-item-869,.navigation .menu .menu-item-873 {
    border: 1px solid #fff;
	border-radius: 2em;
}

.navigation .menu .current-menu-item {
    font-weight: 700
}

.navigation .menu .lang-item {
    border-left: 1px solid #fff
}

.navigation .menu .current-lang {
    display: none
}

.navigation .menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    width: max-content;
    min-width: 100%;
    left: 0;
    background-color: #fff
}

.navigation .menu .sub-menu .menu-item:not(:last-child),.navigation .menu .sub-menu .menu-item:not(:last-child) a {
    position: relative
}

.navigation .menu .sub-menu .menu-item:not(:last-child) a:after {
    position: absolute;
    content: "";
    width: 90%;
    height: 1px;
    background-color: rgba(0,0,0,.2);
    bottom: 0;
    left: 5%
}

.navigation .menu .sub-menu .menu-item :hover {
    background-color: #0a38fd;
    color: #fff
}

.navigation .menu .sub-menu>.menu-item:hover>.sub-menu {
    display: block;
	left: 14.4em;
    top: 0px;
	background-color: #ffffff;
    color: #000000;
}

.mobile-menu {
    position: absolute;
    width: 100%;
    left: 0;
    padding: 100px 20px 0;
    box-sizing: border-box;
    transform: translateX(-100%);
    z-index: -1;
    right: 0;
    top: 0;
    overflow-y: scroll;
    height: 100vh;
    background-color: #fff;
    transition: .25s linear
}

@media only screen and (min-width: 768px) {
    .mobile-menu {
        width:50%
    }
}

@media only screen and (min-width: 1024px) {
    .navigation {
        display:flex
    }

    .mobile-menu {
        display: none
    }
}

.mobile-menu.show {
    transform: translateX(0);
    z-index: 400
}

.mobile-menu.show .mobile-menu__box {
    min-height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.mobile-menu .menu {
    display: flex;
    flex-direction: column;
    width: 100%
}

.mobile-menu .menu-item {
    line-height: 50px;
    width: 100%;
    margin-bottom: 0em;
}

.mobile-menu .menu-item a {
    display: block;
    width: 100%;
    height: 100%
}

.mobile-menu .menu .sub-menu {
    margin-left: 20px
}

.mobile-menu .menu .current_page_item {
/*     border-bottom: 1px solid #000; */
	font-weight: 600;
}

.mobile-menu .menu .current-lang {
    display: none
}

.header-controls {
    z-index: 500;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

@media only screen and (min-width: 1024px) {
    .header-controls {
        display:none
    }
}

.burger-btn {
    right: 0;
    top: 0;
    cursor: pointer;
    display: inline-flex;
    flex-direction: column;
    padding: 5px
}

.burger-btn.active {
    z-index: 9999
}

.burger-btn.active span:nth-child(2) {
    width: 60%;
    align-self: flex-end
}

.burger-btn.active span {
    background-color: #000
}

.burger-btn span {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #eee
}

.burger-btn span:not(:last-child) {
    margin-bottom: 6px
}

footer a {
    color: inherit
}

footer .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 50px
}

footer .copyright {
    border-top: 1px solid #fff;
    padding-top: 30px;
    text-align: center;
    margin-top: 30px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column-reverse
}

footer .copyright__menu .menu {
    display: flex;
    margin-bottom: 30px
}

footer .copyright__menu .menu a {
    margin: 0 10px
}

@media only screen and (min-width: 1024px) {
    footer .copyright {
        flex-direction:row
    }

    footer .copyright__menu .menu {
        flex-direction: row;
        margin-bottom: 0
    }

    footer .copyright__menu .menu a {
        margin-left: 20px
    }
}

footer .menu {
    color: #ecf1ff;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 13px;
	line-height: 2.5em;
}

footer .current-menu-item {
    font-weight: 700
}

footer .current-lang {
    display: none
}

footer .sub-menu {
    margin-left: 30px
}

.menus {
    display: flex;
    flex-direction: column;
    align-items: center
}

@media only screen and (min-width: 1024px) {
    footer .menu {
        font-size:16px
    }

    .menus {
        flex-direction: row;
        align-items: flex-start
    }
}

.menus .logo-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px
}

@media only screen and (min-width: 1024px) {
    .menus .logo-box {
        text-align:left;
        align-items: flex-start
    }
}

.menus .custom-logo-link {
    margin-bottom: 10px
}

.menus .footer-menu {
    text-align: center
}

.menus .footer-menu a {
    font-size: 14px
}

.menus .footer-menu__first {
    margin-bottom: 30px
}

.menus .footer-menu .menu-head {
    margin-bottom: 20px
}

.popup.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.7);
    transition: .25s linear;
    visibility: hidden;
    opacity: 0;
    z-index: 10
}

.popup.overlay.active {
    visibility: visible;
    opacity: 1;
    z-index: 999
}

.popup__container {
    margin: 70px auto;
    padding: 20px;
    border-radius: 5px;
    position: relative;
    transition: .25s linear;
    width: 90%;
    max-width: 500px
}

.popup__container input {
    max-width: 100%!important
}

.popup__container button {
    width: 100%!important
}

.popup__close {
    padding: 15px;
    text-align: right;
    color: #fff;
    margin-left: auto;
    position: relative;
    cursor: pointer
}

.popup__close span {
    display: inline-block;
    width: 15px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 50%
}

.popup__close span:first-child {
    transform: rotate(45deg)
}

.popup__close span:last-child {
    transform: rotate(-45deg)
}

html {
    margin-top: 0!important;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    box-sizing: border-box
}

* {
    box-sizing: border-box
}

body {
    position: relative;
    background-color: #fff;
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    line-height: 1.3
}

body.overflow {
    overflow: hidden
}

.top-heading {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 0 0 50px 50px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    padding: 0 20px;
    background-position: center 33%;
	background-size: cover;
	background: #0b0c10;
}

h1 {
    font-weight: 400
}

h3 {
    font-size: 24px;
    margin-bottom: 20px
}

main {
    flex-grow: 1;
    overflow: hidden
}

footer {
    border-radius: 50px 50px 0 0;
    background-color: #191919;
    color: #fff;
    flex-shrink: 0;
    display: none
}

.container {
    margin: 0 auto;
    max-width: 1400px;
}

@media only screen and (min-width: 1024px) {
    .menus .footer-menu {
        text-align:left
    }

    .menus .footer-menu__first {
        margin-left: auto;
        margin-right: 40px
    }

    body.overflow {
        overflow: unset
    }

    .top-heading {
        font-size: 68px;
        height: 100px
    }
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 44px;
    font-weight: 700
}

@media only screen and (min-width: 1024px) {
    .section-title {
        margin-bottom:20px;
        font-size: 96px
    }
}

.section-subtitle {
    font-size: 21px;
    text-align: center;
    margin: 20px 0;
    font-weight: 300;
    padding: 0
}

@media only screen and (min-width: 1024px) {
    .section-subtitle {
        padding:0 150px
    }
}

.popup-open {
    cursor: pointer
}

.popup_background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    transition: .3s;
    z-index: 3;
    background-color: inherit
}

.popup_background.active {
    pointer-events: all;
    opacity: .5;
    background-color: #fff
}

.contact-form__response,.popup_contact {
    width: 90%;
    max-width: 631px;
    border-radius: 20px;
    background-color: #fff;
    z-index: 10;
    top: 50%;
    left: 50%;
    position: fixed;
    transform: translate(-50%,-50%);
    opacity: 1;
    transition: .4s;
    padding: 39px 40px 40px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.contact-form__response,.contact-form__response.hide,.popup_contact.hide {
    display: none
}

.contact-form__response.active {
    display: block
}

.contact-form__response .response {
    display: none;
    font-size: 20px;
    text-align: center
}

.contact-form__response .response.active {
    display: block
}

.popup_contact_title {
    font-size: 22px;
    font-weight: 600;
    color: #111726;
    text-align: center
}

.popup_contact_description {
    font-size: 13px;
    font-weight: 400;
    color: #111726;
    text-align: center;
    margin-top: 26px
}

.popup_contact_fields {
    margin-top: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 6px
}

.popup_contact_field {
    position: relative;
    width: 100%;
    height: 50px
}

.popup_contact_field input {
    padding: 0 40px;
    box-sizing: border-box;
    border-radius: 25px;
    border: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    height: 100%;
    outline: 0;
    font-size: 14px;
    font-weight: 400;
    color: #111726;
    width: 100%
}

.popup_contact_field input::placeholder {
    color: #a4a6b3
}

.popup_contact_field svg {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translate(0,-50%)
}

.popup_contact_field_spec {
    position: relative;
    width: 100%;
    height: 135px
}

.popup_contact_field_spec textarea {
    resize: none;
    padding: 15px 15px 15px 40px;
    box-sizing: border-box;
    border-radius: 25px;
    border: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    height: 100%;
    outline: 0;
    font-size: 14px;
    font-weight: 400;
    color: #111726;
    width: 100%
}

.popup_contact_field_spec textarea::placeholder {
    color: #a4a6b3
}

.popup_contact_field_spec svg {
    position: absolute;
    top: 15px;
    left: 15px
}

.popup_contact button {
    margin-top: 20px;
    width: 100%;
    height: 50px;
    border-radius: 52px;
    background-color: #0a38fd;
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer
}

.popup_contact_chk {
    margin-top: 30px;
    display: flex;
    align-items: flex-start;
    gap: 12px
}

.popup_contact_chk input {
    width: 23px;
    min-width: 23px;
    height: 23px;
    border: 0;
    outline: 0;
    background-color: #d3d3d3;
    margin: 0
}

.popup_contact_chk label {
    font-size: 12px;
    font-weight: 400;
    color: #a4a6b3
}

.not-found__section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    position: relative;
    box-sizing: border-box;
    margin-top: -100px;
    padding-top: 100px;
    overflow: hidden
}

.not-found {
    text-align: center
}

.not-found h1 {
    font-size: 350px;
    margin-bottom: 10px
}

.not-found h2 {
    font-size: 35px;
    margin-bottom: 10px
}

.not-found p {
    color: #e4e4e7;
    margin-bottom: 10px
}

.content {
	text-align: justify;
	margin-left: 1em;
    margin-right: 1em;
}

.content h2 {
	margin-top: 0.5em;
    font-size: 1.5em;
	margin-bottom: 1em;
	text-align: left;
}

@media only screen and (min-width: 1024px) {
	.content h2 {
		font-size: 2em;
		text-align: center;
	}
}

.content p {
    font-size: 1.1em;
	margin-bottom: 1em;
	line-height: 1.5em;
}

.content a {
    color: #007bff;
    text-decoration: none
}

.content a:hover {
    text-decoration: underline
}

.content img {
    width: 100%;
}

  .wrap{max-width:1300px;margin:0 auto;padding:0 24px;}

 /* ---------- TEAM HERO ---------- */
  .team-hero-section{background:#f6f5f3;padding:70px 24px 100px;}
  .team-hero-section .script{display:block;font-family:'Dancing Script',cursive;font-weight:600;font-size:26px;color:#e0a091;margin-bottom:10px;}
  .team-hero-section h1{font-size:34px;font-weight:300;letter-spacing:2px;text-transform:uppercase;color:var(--ink);margin-bottom:50px;}

  .team-layout{max-width:1300px;margin:0 auto;display:grid;grid-template-columns:460px 1fr;gap:64px;align-items:start;}
  .team-photo{width:100%;aspect-ratio:3/4;border-radius:4px;overflow:hidden;background:linear-gradient(150deg,#2b2420 0%, #4a3f36 100%);display:flex;align-items:center;justify-content:center;position:relative;}
  .team-photo .initial{font-family:'Lora',serif;font-style:italic;font-weight:600;font-size:96px;color:rgba(244,239,228,0.92);}
  .team-photo .cap{position:absolute;bottom:18px;left:0;right:0;text-align:center;color:rgba(244,239,228,0.55);font-size:11px;letter-spacing:0.5px;text-transform:uppercase;}
  .team-social{display:flex;gap:12px;margin-top:24px;}
  .team-social a{width:42px;height:42px;border-radius:50%;background:#fff;box-shadow:0 2px 10px rgba(0,0,0,0.08);display:flex;align-items:center;justify-content:center;text-decoration:none;}
  .team-social a svg{width:17px;height:17px;}

  .expertise-col h2{font-size:25px;font-weight:300;letter-spacing:1px;text-transform:uppercase;color:var(--ink);margin-bottom:30px;}
  .expertise-item{padding:13px 0;border-bottom:2px solid #3fd6c8;margin-bottom:18px;display:flex;align-items:center;gap:10px;font-size:13px;font-weight:700;letter-spacing:0.6px;text-transform:uppercase;color:var(--ink);}
  .expertise-item .emoji{font-size:16px;line-height:1;}

  .bio-card{background:#fff;border-radius:4px;padding:44px 48px;margin-top:44px;box-shadow:0 4px 26px rgba(0,0,0,0.05);}
  .bio-card p{font-size:14px;line-height:1.85;color:#4a4d55;margin-bottom:18px;}
  .bio-card p:last-child{margin-bottom:0;}

  /* ---------- CONTACT SECTION ---------- */
  .contact-section{max-width:1300px;margin:0 auto;padding:90px 24px 110px;display:grid;grid-template-columns:1fr 1.7fr;gap:64px;}
  .contact-info .row{display:flex;align-items:center;gap:12px;margin-bottom:18px;font-size:14.5px;color:#4a4d55;}
  .contact-info .row svg{width:18px;height:18px;stroke:#e0a091;flex-shrink:0;}
  .contact-form h2{font-size:26px;font-weight:300;letter-spacing:1px;text-transform:uppercase;color:var(--ink);margin-bottom:34px;}
  .form-field{border-bottom:1px solid #e2e0da;padding:12px 2px;margin-bottom:24px;display:flex;align-items:center;gap:12px;}
  .form-field svg{width:16px;height:16px;stroke:#9a9da4;flex-shrink:0;}
  .form-field input,.form-field textarea{border:none;outline:none;flex:1;font-family:inherit;font-size:14px;font-style:italic;color:#333;background:transparent;resize:none;}
  .submit-btn{background:#e0a091;color:#fff;border:none;padding:15px 32px;font-size:12.5px;font-weight:700;letter-spacing:0.8px;text-transform:uppercase;border-radius:2px;display:inline-flex;align-items:center;gap:10px;cursor:pointer;font-family:inherit;}
  .submit-btn svg{width:14px;height:14px;}

  @media (max-width:960px){
    .nav-links{display:none;}
    .menu-toggle{display:flex;}
    .team-layout{grid-template-columns:1fr;}
    .contact-section{grid-template-columns:1fr;padding:60px 20px 60px;gap:40px;}
    .team-hero-section{padding:50px 20px 60px;}
    .bio-card{padding:30px 26px;}
  }
