*,*::before,*::after{
  box-sizing: border-box;
}


html {
    font-size: 1vw;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
    font-family: "Oswald", sans-serif;
  color: #2d2d2d;
background: #041B2D;
  line-height: 1.5;
}

img {
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

h1,h2,h3,h4,h5,h6, p, figure{
  margin: 0;
}

img, picture, video, canvas, svg{
  display: block;
  width: 100%;
}

img{
  height: auto;
  object-fit: cover;
}

a{
 font-family: "Oswald", sans-serif;
  text-decoration: none;
  transition: all .3s ease;
}

button,
input,
select,
textarea{
 font-family: "Oswald", sans-serif;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
}

button{
  cursor: pointer; transition: all .5s ease;
}

ul,ol{
  margin: 0;
  padding: 0;
  list-style: none;
}

li{
  display: block;
}

.container {
  width: 100%;
  max-width: 73.125rem;
  margin: 0 auto;
}

.pt {
  padding-top: 10rem;
}


/* ===== HEADER ===== */
.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.header__brand {
 width: 13.125rem;
}

.header__right {
  display: flex;
  align-items: center;
  gap: 1.875rem;
}

.header__lang a{
  color: #FFF;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 145%;
  text-transform: uppercase;
}

.lang-switch__sep {
     color: #FFF;
     margin: 0 5px;
}

.btn-second {
  border-radius: 0.375rem;
  border: 0.125rem solid #FFF;
  padding: 1.125rem 1.5625rem;
  color: #FFF;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 138%;
  text-transform: uppercase;
}


.header__nav ul {
  display: flex;
  gap: 1.5rem;
}

.header__nav  a {
color: #FFF;
font-size: 1.25rem;
font-weight: 400;
line-height: 113%;
text-transform: uppercase;
position:relative;
}

.header__nav  a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0.1rem;
    bottom: 0;
    left:0;
    background: #D4AF37;
      transition: all .7s ease;
}

.header__nav .current-menu-item a {
  color: #D4AF37;
}

.header__nav   a:hover:after {
   width: 100%; 
}

/* ===== HERO ===== */
.hero {
  position: relative;
min-height: 100vh;
    background: url(../img/hero_bg.png) no-repeat center bottom / cover;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-size: 100% 100%;
}

.hero__container {
  position: relative;
  z-index: 1;
}

.hero__content {
    max-width: 35rem;
    margin-top: -7%;
    width: 100%;
}

.hero__title {
color: #FFF;
font-size: 3.75rem;
font-weight: 400;
line-height: 138%; 
text-transform: uppercase;
}

.hero__title strong, .hero__title span {
  color: #D4AF37;
}

.hero__buttons {
  display: flex;
  gap: 2.5rem;
 margin: 2.8125rem 0 3.625rem;
}

.hero__buttons a {
  width: 12.5rem;
}

.btn-main {
  border-radius: 0.375rem;
border: 0.125rem solid #D4AF37;
background: #D4AF37;
padding: 1rem 0.4375rem;
min-width: 12.5rem;
color: #FFF;
text-align: center;
font-size: 1rem;
font-weight: 400;
cursor: pointer;
line-height: 138%; 
text-transform: uppercase;
}

.btn-main:hover, .btn-second:hover {
        transform: scale(1.01) translateY(-0.5px)!important;
}

.hero__contact {
  font-family: "Inter", Arial, sans-serif;
  font-size: 1.125rem;
}

.hero__line {
background: #D4AF37;
width: 12.5rem;
height: 0.1875rem;
display: block;
margin-bottom: 1.25rem;
}

.hero__email {
color: #FFF;
font-size: 1.625rem;
font-weight: 400;
line-height: 138%;
text-transform: lowercase;
margin-bottom: 1.125rem;
display: block;
}

.hero__socials {
  display: flex;
  align-items: center;
  gap: 0.625rem;
color: #FFF;
font-size: 1.125rem;
font-weight: 400;
line-height: 138%; /* 1.5525rem */
}

.hero__social {
  width: 1.5625rem;
}


/* Корабель як окреме зображення */
.hero__ship {
    position: absolute;
    right: 0;
    z-index: 1;
    width: 48rem;
}


/* ====== PAGE HERO (универсальная секция) ====== */
.page-hero {
  position: relative;
  height: 100vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* .page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 15, 30, 0.5) 0%, rgba(0, 15, 30, 0.7) 100%);
} */

.page-hero__container {
  position: relative;
  z-index: 1;
  color: #ffffff;
}

.page-hero__title {
  margin-top: 0;
  margin-bottom: 0.75rem;
  font-family: "Oswald", Impact, sans-serif;
  font-size: 3.25rem;
  font-weight: 700;
  text-transform: uppercase;
}

.page-hero__breadcrumbs {
    color: #FFF;
    font-family: Inter;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 145%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
}

.page-hero__breadcrumbs a {
  color: #ffffff;
  font-family: Inter;
}

.painpoints {
  position: relative;
  padding: 6.25rem 0;
  overflow: hidden;
}

.painpoints__container {
  position: relative;
  z-index: 1;
}

.painpoints__head {
  margin-bottom: 2.25rem;
}

.elements_right {
  position: absolute;
  top: 10%;
  right: -6%;
  width: 9.375rem;
  z-index: -1;
}

.elements_left, .elements_bottom {
  position: absolute;
  bottom: -15%;
  left: 17%;
  width: 9.375rem;
  z-index: -1;
}

/* ====== Общий стиль для заголовков секций ====== */

.section-title h2 {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 125%;
    color: #FFF;
  text-transform: uppercase;
}

.section-title {
  position: relative;
  margin-bottom: 1.125rem;
}

.section-title span{
  color: #D4AF37;
}

.section-title::after {
  content: "";
  display: block;
  width: 11.6877rem;
  height: 0.25rem;
  background-color: #D4AF37;
  margin-top: 0.5rem;
}

.painpoints__grid {
  display: grid;
  grid-template-columns: 1fr 35.9375rem;
  gap: 1.875rem;
  align-items: start;
  margin-top: 3.75rem;
}

.painpoints__left {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.875rem;
}

.painpoints__card {
  position: relative;
  padding: 1.25rem;
  min-height: 14.25rem;
  border-radius: 0.375rem;
  border: 0.125rem solid #FFF;
  background: #1E3A5F;
  color: #ffffff;
}

.painpoints__card:nth-child(2),.painpoints__card:nth-child(3) {
  background: transparent;
}

.painpoints__icon {
  display: block;
  width: 2.8125rem;
  margin-bottom: 1.25rem;
}

.painpoints__text {
  color: #FFF;
  font-family: Inter;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 145%;
}

.painpoints__right {
  align-self: stretch;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}

.painpoints__photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.375rem;
}

/* Декор-квадрати (зображення) */
.painpoints__deco {
  position: absolute;
  opacity: 0.14;
  pointer-events: none;
}

.painpoints__deco--rt {
  top: 7.5rem;
  right: 5rem;
}

.painpoints__deco--rt-inner {
  top: 10rem;
  right: 1.875rem;
}

.painpoints__deco--lb {
  left: 22.5rem;
  bottom: 5rem;
}


.advantages {
  position: relative;
  padding: 6.25rem 0 8.125rem;
  overflow: hidden;
}

.advantages__container {
  position: relative;
  z-index: 1;
}

.advantages__grid {
  display: grid;
  grid-template-columns: 21.875rem 26.5625rem 20.75rem;
  gap: 2.5rem;
  align-items: center;
}

.advantages__col {
  display: grid;
  gap: 5.3125rem;
}

.advantages__item {
  display: grid;
  grid-template-columns: 2.8125rem 1fr;
  gap: 1.25rem;
  align-items: center;
}

.advantages__text {
  color: #FFF;
  font-family: Inter;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 145%;
}

.advantages__center {
  display: grid;
  justify-items: center;
  align-content: center;
  text-align: center;
}

.advantages__logo {
  width: 14.1875rem;
  margin-bottom: 1.5625rem;
}

.advantages__title {
  color: #FFF;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 125%;
  text-transform: uppercase;
  position: relative;
}

.advantages__title::after {
  width: 12.5rem;
height: 0.3125rem;
content: "";
display: block;
background: #D4AF37;
margin: 1.4375rem auto 0;
}

.advantages__btn {
 margin-top: 2.8125rem;
width: 20.3125rem;
}

.advantages__container .elements_right {
    right: -15%;
    bottom: 0;
    top: auto;
    opacity: 0.50;
}

.advantages__container .elements_left {
    opacity: 0.50;
    bottom: auto;
    top: -15%;
    left: -14%;
}

.advantages__container .elements_center {
      position: absolute;
    z-index: -1;
    top: -49%;
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
}

/* Секция chart */
.chart {
  position: relative;
  z-index: 1;
padding: 9.375rem 0;
background: url(../img/contact_bg.png) no-repeat center top/cover;
}

.chart::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 18.75rem;
  background: linear-gradient(180deg, #041B2D 12%, rgba(11, 31, 51, 0.00) 84.87%);
  top: 0;
}

.chart::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 18.75rem;
 background: linear-gradient(0deg, #041B2D 30.81%, rgba(11, 31, 51, 0.00) 82.49%);
  bottom: 0;
}


.chart__grid {
  display: grid;
  grid-template-columns: 30.3125rem 32.1875rem;
  gap: 3rem;
      justify-content: space-between;
  align-items: start;
}

.chart__form {
  max-width: 46.25rem;
  color: #cfe0ea;
  font-family: "Inter", Arial, sans-serif;
}

.chart__lead p {
  margin-top: 0;
  margin-bottom: 1.375rem;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #cfe0ea;
}

.chart__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 1.125rem;
}

.chart__field {
  position: relative;
}

.chart__field--full {
  grid-column: 1 / -1;
}

.chart__field input,
.chart__field textarea,
.chart__field select {
  width: 100%;
 padding: 0.75rem 0.875rem;
color: rgba(255, 255, 255, 0.60);
  border-radius: 0.3125rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.20);
  background: rgba(255, 255, 255, 0.05);
  font-family: "Inter", Arial, sans-serif;
  font-size: 1rem;
  outline: none;
}

input::placeholder, textarea::placeholder {
  color: rgba(255, 255, 255, 0.60);
}

.chart__field select option {
    background: #041B2D;
}

.chart__field textarea {
height: 6.8125rem;
  resize: none;
}

.chart__field select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%2393a8b6' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.875rem center;
  background-size: 0.75rem;
}

.chart__actions {
  width: 16.125rem;
  display: block;
  margin: 1.25rem auto auto;
}

/* Правая карточка */
.chart__card {
  position: relative;
  border-radius: 1.125rem;
  overflow: hidden;
  box-shadow: 0 0.625rem 2.25rem rgba(0, 0, 0, 0.35);
}

.chart__card img {
  display: block;
  width: 100%;
height: 33.5rem;
  object-fit: cover;
}

.chart__card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 42%;
  background: linear-gradient(180deg, rgba(7, 21, 29, 0) 0%, rgba(7, 21, 29, 0.88) 100%);
}

.chart__caption {
    position: absolute;
    left: 1.875rem;
    right: 1.5rem;
    bottom: 1.875rem;
color: #FFF;
font-size: 1.25rem;
font-family: Inter;
font-weight: 700;
line-height: 145%;
opacity: 0.7;
    z-index: 1;
}

.chart__caption strong {
  color: #ffffff;
  font-weight: 600;
}



/* ===== SERVICES ===== */
.services {
  position: relative;
  z-index: 2;
padding: 18.75rem 0;
  background: url("../img/services_bg.png")no-repeat center top/cover;
}

.services::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 18.75rem;
  background: linear-gradient(180deg, #041B2D 12%, rgba(11, 31, 51, 0.00) 84.87%);
  top: 0;
}

.services::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 18.75rem;
 background: linear-gradient(0deg, #041B2D 30.81%, rgba(11, 31, 51, 0.00) 82.49%);
  bottom: 0;
}


.services__container {
  position: relative;
  z-index: 1;
}

.services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.25rem;
  margin-top: 3.75rem;
}

.services__card {
  border-radius: 0.375rem;
  border: 0.125rem solid #FFF;
  background: rgba(34, 59, 84, 0.40);
  padding: 1.875rem 1.875rem 3.125rem;
  color: #ffffff;
}

.services__card h3 {
  color: #D4AF37;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 145%;
  text-transform: uppercase;
  margin-bottom: 0.875rem;
}

.services__card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1.5625rem;
}

.services__card ul li {
  position: relative;
  color: #FFF;
  font-family: Inter;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 300;
  line-height: 145%;
  padding-left: 1.875rem;
}

.services__card ul li::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 0.9375rem;
  height: 0.9375rem;
  background-color: #D4AF37;
  transform: rotate(45deg);
  border-radius: 0.125rem;
}



.footer {
  padding: 5rem 0;
}

.footer__container {
    display: grid;
    grid-template-columns: 18.75rem 0.5fr 0.5fr 0.5fr;
    gap: 4.375rem;
    align-items: start;
}

.footer__logo {
  display: block;
  width: 13.875rem;
  margin-bottom: 1.375rem;
}


.footer__brand-title {
  font-family: "Oswald", Impact, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.0313rem;
  line-height: 1.05;
  margin-bottom: 1rem;
}

.footer__brand-text p {
color: #FFF;
font-family: Inter;
font-size: 1.125rem;
font-weight: 300;
line-height: 145%;
margin-bottom: 0.625rem;
}

.footer__socials {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin-top: 1.5625rem;
}

.footer__socials span, .hero__socials span {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 400;
  font-family: Oswald;
  line-height: 138%;
}

.footer__socials a svg {
  display: block;
width: 1.5625rem;
height: 1.5625rem;
}

.footer__label {
  color: #FFF;
  font-size: 1.4375rem;
  font-weight: 400;
  line-height: 145%; 
  margin-bottom: 1.375rem;
  text-transform: uppercase;
}

.footer__col ul {
  display: grid;
  gap: 0.9375rem;
}

.footer__col ul li a {
  color: #FFF;
  font-family: Inter;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 145%;
}

.footer__col ul li a:hover {
  color: #D4AF37;
}

.footer__contacts li {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.footer__contacts li svg {
  width: 1.25rem;
height: 1.25rem;
}

.footer__col .footer__contacts {
  gap: 1.25rem;
}

.choose {
padding: 6.25rem 0; 
position: relative;
z-index: 1;
background: url(../img/choose_bg.png) no-repeat center top/cover;
}

.choose::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 18.75rem;
  background: linear-gradient(180deg, #041B2D 12%, rgba(11, 31, 51, 0.00) 84.87%);
  top: 0;
}

.choose::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 18.75rem;
 background: linear-gradient(0deg, #041B2D 30.81%, rgba(11, 31, 51, 0.00) 82.49%);
  bottom: 0;
}


.choose__grid {
  display: grid;
  grid-template-columns: 32.5rem 1fr;
  gap: 6.25rem;
  align-items: start;
  margin-top: 3.75rem;
}

.choose__media {
  position: relative;
}

/* Ліва картинка */
.choose__media img {
  display: block;
  width: 100%;
height: 33.0117rem;
  object-fit: cover;
border-radius: 0.375rem 13.9375rem 0.375rem 0.375rem;
}

.choose__media::after {
  content: "";
  position: absolute;
  z-index: 2;
  display: block;
  width: 13.75rem;
  height: 0.25rem;
  background-color: #D4AF37;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* Права колонка */
.choose__right {
  position: relative;
}

/* Контейнер списку з лічильником */
.choose__list {
  counter-reset: chooseCounter;
  position: relative;
    gap: 3.125rem;
    display: grid;
}

/* ЕЛЕМЕНТ РЕПІТЕРА: div (у ньому два div-и) */
.choose__list > div {
    display: grid;
    grid-template-columns: 6.5625rem 1fr;
    gap: 2.5rem;
    align-items: center;
    position: relative;
}

.choose__list > div:not(:first-child):after {
    content: "";
    position: absolute;
    border: 0.125rem dotted #D4AF37;
    top: -2.875rem;
    left: 2.625rem;
  height: 0;                 /* было 2.6875rem */
  opacity: 0;
  transition:
    height .5s var(--ease) var(--delay),
    opacity .5s var(--ease) var(--delay);
}

/* когда пункт вошёл в вьюпорт */
.choose__list > div.in-view:not(:first-child)::after{
  height: 2.6875rem;
  opacity: 1;
}
/* Перший внутрішній div — колонка з номером */
.choose__list > div > div:first-child {
  position: relative;
  color: #FFF;
  font-family: Inter;
  font-size: 4.375rem;
  font-weight: 600;
  line-height: 1; 
}

/* Парні номери — жовтим */
.choose__list > div:nth-child(even) > div:first-child {
  color: #D4AF37;
}

/* Другий внутрішній div — текст */
.choose__list > div > div:last-child {
  color: #FFF;
  font-family: Inter;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 145%;
}


.choose__actions {
width: max-content;
margin: 4.375rem auto auto;
display: block;
}

.join {
  background: url(../img/join_bg.png) no-repeat center center;
padding: 6.25rem 0;
position: relative;
z-index: 1;
}

.join::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 18.75rem;
  background: linear-gradient(180deg, #041B2D 12%, rgba(11, 31, 51, 0.00) 84.87%);
  top: 10%;
}

.join::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 18.75rem;
 background: linear-gradient(0deg, #041B2D 30.81%, rgba(11, 31, 51, 0.00) 82.49%);
  bottom: 10%;
}

.join__container {
  position: relative;
  z-index: 1;
}

.join__container .elements_right {
    top: auto;
    bottom: 27%;
    right: -7%;
    transform: rotate(32deg);
    opacity: 0.5;
}

.join__container  .elements_left {
  bottom: auto;
  left: -10%;
  top: 6%;
  opacity: 0.5;
  transform: rotate(21deg);
}

.join__container  .elements_bottom {
  opacity: 0.5;
  transform: rotate(21deg);
    left: -6%;
    bottom: -3.4375rem;
}

.join__container .elements_center {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 80%;
}

.join__container .elements_center.in-view, .advantages__container .elements_center.in-view {
      transform: scale(1) translate(-50%, -50%)!important;
}

.section-title_join {
  text-align: center;
}

.section-title_join::after {
  margin: 1.125rem auto auto;
}

.join__card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-top: 6.25rem;
}

.join__card--reverse {
  direction: rtl; /* міняє порядок колонок */
}

.join__card--reverse .join__content {
  direction: ltr; /* повертає текст */
}

.join__image {
  position: relative;
    height: 23.75rem;
}

.join__image::after {
  content: "";
  width: 18.75rem;
height: 0.625rem;
background: #D4AF37;
position: absolute;
bottom: 0;
left: 3.125rem;
}

.join__card--reverse .join__image::after {
  height: 18.75rem;
  width: 0.625rem;
  left: auto;
  right: 0;
    bottom: 50%;
    transform: translateY(50%);
}

.join__image img {
  display: block;
  width: 100%;
height: 100%;
  object-fit: cover;
border-radius: 0.625rem;
}

.join__card--reverse .join__content {
  padding: 2.8125rem 3.75rem 2.8125rem 0;
}

.join__content {
  padding: 2.8125rem 3.75rem 2.8125rem 4.375rem;
}

.join__content h3 {
  color: #FFF;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 145%;
  margin-bottom: 1.5625rem;
  text-transform: uppercase;
}

.join__content p {
  color: #FFF;
  font-family: Inter;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 145%;
}

.join__content p:not(:last-child) {
  margin-bottom: 1.125rem;
}


.about {
  position: relative;
  background: url(../img/about_bg.png) no-repeat center top/cover;
  padding: 12.5rem 0;
  z-index: 1;
}

.about::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 18.75rem;
  background: linear-gradient(180deg, #041B2D 12%, rgba(11, 31, 51, 0.00) 84.87%);
  top: 0;
}

.about::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 20.625rem;
background: linear-gradient(180deg, rgba(4, 27, 45, 0.00) -6.18%, #041B2D 59.39%);
  bottom: 0;
}


/* Ліва картинка завжди тягнеться на всю висоту */
.about__image {
 position: absolute;
 left: 0;
 width: 46rem;
}


.about__info {
  width: 37.5rem;
  margin-left: auto;
}

/* Права частина з контейнером */

.about__content {
  color: #FFF;
  font-family: Inter;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 145%;
  position: relative;
  z-index: 2;
}


.about__content a {
  color: #D4AF37;
  text-decoration: underline;
}

.about__content p {

  margin-bottom: 1.25rem;
}

.about__socials {
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.about__socials span {
  font-weight: 500;
}

.about__socials a img {
  width: 1.625rem;
  height: 1.625rem;
  display: block;
}



.presence {
  padding: 3.125rem 0;
}

.presence__container {
  text-align: center;
}

.presence__map {
  margin-top: 3.75rem;
 position: relative;
}

.presence__map::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    transform: translate(-50%);
    background: url(../img/big_logo.png) no-repeat center top / cover;
    width: 70%;
    height: 79%;
    top: 1.4375rem;
    opacity: 0.1;
}



.team {
padding: 3.125rem 0 5rem;
}

.team__container {
  position: relative;
  z-index: 1;
}

.team__container .elements_right {
    transform: rotate(160deg);
    opacity: 0.5;
    top: 8%;
    right: 0;
}

.team__container .elements_left  {
left: -9%;
    bottom: 10%;
    transform: rotate(149deg);
    opacity: .5;
}

.team__container .elements_center {
position: absolute;
    z-index: -1;
    top: 50%;
    opacity: .1;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
}

.team__grid {
display: flex;
    flex-wrap: wrap;
  justify-content: center;
  margin-top: 2.5rem;
  gap: 1.5625rem;
}

.team__card {
  border-radius: 0.375rem;
  border: 0.1875rem solid #FFF;
  background: #1E3A5F;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
}

.team__top {
padding: 1.5625rem 0.5rem 2.1875rem;
  text-align: center;
}

.team__top img {
 width: 6.5625rem;
 border-radius: 50%;
 height: 6.5625rem;
  margin: auto auto 0.875rem;
}

.team__top h3 {
  color: #D4AF37;
  text-align: center;
  font-size: 1.8125rem;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: 0.0544rem;
}

.team__top p {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 1rem;;
  font-weight: 400;
  line-height: 145%;
}

.team__contacts {
  background-color: #f6f8fb;
  padding: 1.25rem 0.8125rem;
}

.team__contacts ul {
  display: grid;
  gap: 1rem;
}

.team__contacts ul li {
  display: flex;
  align-items: center;
  gap: 0.4375rem;
}

.team__contacts ul li svg{
  width: 1.125rem;
height: 1.125rem;
}

.team__contacts ul li a {
  color: #041B2D;
  font-family: Inter;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 145%;
}


/* ===== CONTACTS ===== */
.contacts {
  padding: 6.25rem 0 0;
  position: relative;
  z-index: 1;
  background: url(../img/contacts_bg.png) no-repeat center top/cover;
}

.contacts::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 18.75rem;
  background: linear-gradient(180deg, #041B2D 12%, rgba(11, 31, 51, 0.00) 84.87%);
  top: 0;
}

.contacts::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 20.625rem;
background: linear-gradient(180deg, rgba(4, 27, 45, 0.00) -6.18%, #041B2D 59.39%);
  bottom: 0;
}


.map__container {
  padding: 6.25rem 0;
}


.contacts__logo {
  width: 13.125rem;
  margin: auto;
}

.section-title_contact  {
  margin: 2.5rem 0 3.75rem;
}

.section-title_contact h2 {
  font-size: 3.75rem;
}

.section-title_contact::after {
  display: none;
}


/* сетка контактов */
.contacts__grid {
display: flex;
    align-items: flex-start;
    gap: 0.625rem;
    margin-top: 2.5rem;
    justify-content: space-between;
}

.contacts__item {
    display: flex;
    align-items: flex-start;
    gap: 0.9375rem;
    width: max-content;
}

.contacts__item svg {
  width: 1.25rem;
height: 1.25rem;
    margin-top: 0.25rem;
}

.contacts__item h4 {
    color: #D4AF37;
    font-family: Inter;
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 0.375rem;
    text-transform: uppercase;
}

.contacts__item li {
    margin-bottom: 0.8rem;
}

.contacts__item span {
        display: block;
        font-size: 1.1rem;
}

.contacts__item a, .contacts__item span {
  color: #FFF;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 500;
  line-height: 145%;
}


/* ===== MAP ===== */
.map {
padding: 1.25rem 0 12.5rem;
}

.map__frame {
border-radius: 1.25rem;
overflow: hidden;
margin-top: 2.5rem;
box-shadow: 0 0.25rem 3.125rem 0 rgba(0, 0, 0, 0.25);
}

.map__frame img,
.map__frame iframe {
  display: block;
  width: 100%;
  height: 26.25rem;
  border: 0;
}

.footer__brand_mob {
  display: none;
}




.burger {
  width: 2.5rem;
  height: 2.5rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid #fff;
  cursor: pointer;
  display: none;
}

.burger__bar {
  display: block;
  width: 1.375rem;
  height: 0.125rem;
  background: #ffffff; /* gold */
  position: relative;
  transition: .25s transform, .25s opacity;
}

.burger__bar:nth-child(2) {
  margin: 0.3125rem 0;
}

.burger.is-active .burger__bar:nth-child(1) {
  transform: translateY(0.4375rem) rotate(45deg);
}

.burger.is-active .burger__bar:nth-child(2) {
  opacity: 0;
}

.burger.is-active .burger__bar:nth-child(3) {
  transform: translateY(-0.4375rem) rotate(-45deg);
}

/* Mobile Menu (full-screen slide-down) */
.m-menu {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 40;
  transform: translateY(-100%);
  transition: transform .35s ease;
  background: linear-gradient(180deg, #0b2230 0%, #0a1a27 60%, #09202c 100%);
  color: #fff;
  height: 95%;
  border-radius: 0 0 0.625rem 0.625rem ;
  top: -100%;
}

.m-menu.is-open {
    top: 0;
  transform: translateY(0);
}

.m-menu__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 1.25rem 1.125rem 1.75rem;
}

.m-menu__close {
  align-self: flex-end;
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 1.375rem;
  cursor: pointer;
}

.m-menu__nav {
  display: grid;
  gap: 2rem;
  margin-top: 3rem;
}

.m-menu__nav a {
  color: #FFF;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 113%;
  text-transform: uppercase;
}

.m-menu__nav a:hover {
  color: #caa244;
}

.m-menu__cta {
  margin-top: auto;
  width: 100%;
}




/* Modal */
.modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: none;
}

.modal.is-open {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.modal__backdrop {
  position: absolute;
  inset: 0;
  background:rgb(4 15 22 / 96%);
}

.modal__dialog {
  position: relative;
  margin: 6vh auto 0;
  width: 92%;
  max-width: 26.25rem;
  background: #041B2D;
  color: #fff;
  border-radius: 0.875rem;
  padding: 1.375rem 1.125rem 1.25rem;
}

.modal__close {
  position: absolute;
  right: 0.625rem;
  top: 0.625rem;
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 1.375rem;
  cursor: pointer;
}

.modal__title {
  margin: 0.25rem 0 0.875rem;
  font-size: 1.25rem;
text-align: center;
  letter-spacing: .02em;
}

.f-field {
  display: grid;
  gap: 0.375rem;
  margin-bottom: 0.75rem;
}


.modal__form .chart__row {
    grid-template-columns: 1fr;
    gap: 1rem;

}

.modal__subtitle {
      text-align: center;
    font-size: 1rem;
    font-weight: 400;
    font-family: 'Inter';
    max-width: 16rem;
    margin: auto auto 2rem;
}

.wpcf7-not-valid {
        border: 0.0625rem solid red!important;
}

.wpcf7-not-valid-tip {
    display: none!important;
}

.wpcf7 form .wpcf7-response-output {
 background: #fff;
    color: #000;
    font-size: 0.7rem;
    text-align: center;
}


/* Animate */


@media (prefers-reduced-motion: reduce) {
  [data-anim] { animation: none !important; transition: none !important; opacity: 1 !important; transform: none !important; }
}

/* ===== Keyframes (раз уже використовуємо спільні) */
@keyframes fadeUp       { from{opacity:0; transform:translateY(18px)} to{opacity:1; transform:none} }
@keyframes fadeDown     { from{opacity:0; transform:translateY(-18px)} to{opacity:1; transform:none} }
@keyframes slideInLeft  { from{opacity:0; transform:translateX(-38px)} to{opacity:1; transform:none} }
@keyframes slideInRight { from{opacity:0; transform:translateX(38px)}  to{opacity:1; transform:none} }

/* ===== Базові змінні (можна перебивати інлайном) */
[data-anim]{
  --dur: .7s;
  --ease: ease-out;
  --delay: 0s;      /* може бути проставлено JS-стагером або через data-delay */
  opacity: 0;
}

/* Початкові стани для кожного типу */
[data-anim="fade-up"]      { transform: translateY(18px); }
[data-anim="fade-down"]    { transform: translateY(-18px); }
[data-anim="slide-left"]   { transform: translateX(-38px); }
[data-anim="slide-right"]  { transform: translateX(38px);  }

/* Запуск анімації коли елемент у в’юпорті */
[data-anim].in-view[data-anim="fade-up"]     { animation: fadeUp var(--dur) var(--ease) var(--delay) both; }
[data-anim].in-view[data-anim="fade-down"]   { animation: fadeDown var(--dur) var(--ease) var(--delay) both; }
[data-anim].in-view[data-anim="slide-left"]  { animation: slideInLeft var(--dur) var(--ease) var(--delay) both; }
[data-anim].in-view[data-anim="slide-right"] { animation: slideInRight var(--dur) var(--ease) var(--delay) both; }

/* Приємна «плавучість» для зображень кораблів (опційно) */
@keyframes floatY { 0%{transform:translateY(0)} 50%{transform:translateY(-6px)} 100%{transform:translateY(0)} }
.ship-float.in-view img { animation: floatY 7s ease-in-out 1.2s infinite; }

@keyframes fadeIn { from{opacity:0} to{opacity:1} }
[data-anim="fade-in"] { transform:none; }
[data-anim].in-view[data-anim="fade-in"] {
  animation: fadeIn var(--dur) var(--ease) var(--delay) both;
}


@keyframes zoomInSoft {
  from { opacity: 0; transform: scale(.985) translateY(10px); }
  to   { opacity: 1; transform: none; }
}
[data-anim="zoom-in"] { transform: scale(.985) translateY(10px); }
[data-anim].in-view[data-anim="zoom-in"] {
  animation: zoomInSoft var(--dur, .8s) var(--ease, ease-out) var(--delay, 0s) both;
}

/* анімація лінії під заголовком (як і в інших секціях) */
.section-title::after {
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .6s ease .25s;
}
.section-title.in-view::after { transform: scaleX(1); }

.text-section, .text-section a {
    color: #Fff;
}

.text-section p {
    margin: 1rem 0;
}

.text-section ul, .text-section ol {
    padding: 1rem 0 1rem 1.5rem;
    list-style: disc;
}

.text-section li {
    margin-bottom: 0.8rem;
        display: list-item;
}

input[type="file"]::file-selector-button{ display:none; }           /* стандарт */
input[type="file"]::-webkit-file-upload-button{ visibility:hidden; }/* старый webkit */


/* ===== REVIEWS (секція відгуків) ===== */
.reviews{ 
    position: relative;
    z-index: 1;
    padding: 6.25rem 0;
    overflow: hidden; 
}

/* декоративне кільце справа, як у рефі */
.reviews::before{
    content: "";
    position: absolute;
    z-index: 0;
    pointer-events: none;
    right: -17%;
    top: -19%;
    width: 52rem;
    height: 52rem;
    background: radial-gradient(closest-side, rgba(255, 255, 255, .14) 0 15%, transparent 65%);
    opacity: .55;
    filter: blur(.5px);
}

.reviews__head{ position:relative; z-index:1; }


/* показати «краєчок» 3-ї */
.reviews .swiper,
.reviews__slider{    margin: 2.5rem 0;
    overflow: visible;}

/* === ОДНАКОВА ВИСОТА ЧИСТО CSS === */
.reviews .swiper-wrapper{ display:flex; align-items:stretch; }

.t-card{ height:100%; display:grid; grid-template-rows: auto 1fr; }

/* картка */
.t-card{
  border-radius:.75rem;
  background:#FFF;
  color:#041B2D;
  box-shadow:0 .625rem 2rem rgba(0,0,0,.08);
  padding:1.5rem 1.5rem 1.75rem;
  min-height:16rem; /* базовий поріг */
}
.t-card__top{
  display:grid; grid-template-columns:4rem 1fr;
  align-items:center; gap:.875rem; margin-bottom:1rem;
}
.t-card__avatar-wrap{ width:4rem; height:4rem; border-radius:50%; overflow:hidden; }
.t-card__avatar{ width:100%; height:100%; object-fit:cover; display:block; }
.t-card__name{
  font-family:"Oswald", sans-serif;
  font-size:1.25rem; font-weight:400; line-height:1.2; color:#2d2d2d;
}
.t-card__text{
  font-family:Inter, Arial, sans-serif;
  font-size:1.0625rem; font-weight:300; line-height:145%; color:#2d2d2d;
}

/* навігація/пагінація */
.t-nav{
      position: absolute;
    left: 50%;
    bottom: -4.75rem;
    display: flex;
    gap: 2rem;
    z-index: 2;
    transform: translateX(-50%);
}
.t-nav__btn{
  width:2.25rem; height:2.25rem; border-radius:50%;
  border:.125rem solid #FFF; color:#FFF; background:transparent;
  display:grid; place-items:center;
  transition: transform .3s ease, background .3s ease, color .3s ease, border-color .3s ease;
}
.t-nav__btn:hover{ transform:translateY(-1px) scale(1.02); background:#D4AF37; border-color:#D4AF37; color:#041B2D; }

.t-pagination{ position:absolute; right:.25rem; bottom:-2.25rem; }
.t-pagination .swiper-pagination-bullet{ background:rgba(255,255,255,.45); opacity:1; }
.t-pagination .swiper-pagination-bullet-active{ background:#D4AF37; }

.reviews .swiper-slide{
  transition: opacity .24s linear;
  will-change: opacity;
}

.swiper-button-disabled {
    opacity: 0.5;
}

.reviews .elements_bottom {
        bottom: 10%;
    left: 20%;
}

.reviews  .elements_right {
    top: 20%;
    right: 29%;
    width: 6.375rem;
}