* {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0;
      margin: 0;
  }

body {
      margin: 0;
      font-family: 'Montserrat', sans-serif;
      font-size: 18px;
      text-align: center;
  }

.land {
    max-width: 100%;
    padding: 20px 80px;
   
    font-family: Montserrat, sans-serif;
}

.land p {
    margin-top: 30px;
    font-size: 16px;
    line-height: 29px;
    border-bottom: 1px solid rgba(154, 161, 184, 0.2)
}

.land:after {
    content: "";
    position: absolute;
    height: 516px;
    width: 660px;
    z-index: -1;
    -webkit-background-size: contain;
    background-size: contain;
    
    background-repeat: no-repeat;
    top: 115px;
    right: 15px;
}

/* Default styles for larger screens */

/* Your existing CSS code here... */

/* Media queries for tablet and mobile devices */
@media (max-width: 768px) {
    .fullscreen {
      height: auto; /* Adjust height for mobile devices */
      /* Modify padding-top for smaller screens */
    }
  
    .overlay {
      /* Adjust overlay styles for smaller screens */
      position: relative;
      height: 10%;
      width: 100%;
      padding-top: 0;
      text-align: center;
    }
  
    .header {
      /* Adjust header styles for mobile devices */
      position: relative;
      padding: 10px;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
  
    .header .logo {
      /* Adjust logo styles for smaller screens */
      width: 50%; /* Set a percentage width for responsiveness */
      margin-bottom: 20px; /* Add some bottom margin */
      text-align: center;
    }
      .menu {
        /* Adjust menu styles for mobile devices */
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
      }
  
    .menu__item {
      /* Adjust menu item styles for mobile devices */
      margin: 5px 0;
      font-size: 18px; /* Modify font size for smaller screens */
    }
  
    .overlay h1 {
      /* Adjust heading styles for smaller screens */
      font-size: 36px; /* Modify font size for smaller screens */
      margin-top: 10px; /* Add some top margin */
    }
  
    #textContainer {
      /* Adjust text container styles for smaller screens */
      padding-top: 20px; /* Modify top padding for smaller screens */
      font-size: 32px; /* Modify font size for smaller screens */
    }
  
    /*  .fullscreen-bg__video 
      display: none; /* Hide the video on smaller screens */
    

    .arrow {
      /* Adjust arrow styles for mobile devices */
      display: block;
      text-align: center;
      margin-top: 20px; /* Add some top margin */
    }
  }

/* Make images cover the container without distortion */
.menu__container .dish .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content {
      padding: 40px 0;
      background-size: cover;
      color: black;
      text-align: left;
      background-color: #f5f7fa;
  }

.content .wrap {
      display: flex;
      justify-content: space-between;
      flex-wrap: nowrap;
      padding: 0 80px;
      /* Добавлено перенос элементов на новую строку */
  }

@media (max-width: 1300px) {
      .content .wrap {
          padding: 0 20px;
      }
      .land {
          max-width: 100%;
          padding: 20px 20px;
      }
      .land:after {
          display: none;
      }
      .content {
        padding: 10px 0;
    }
  }

/* Стили для планшетов и мобильных устройств */
  


.info {
    margin-top: 50px;
    width: 100vw;
  
  
    align-items: center;
    position: relative; 
    justify-content: center;
    color: white;
    text-align: center;
    padding: 20px;
  /* Укажите путь к изображению */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Основные стили для заголовка и текста */
.info h1 {
     position: absolute;
     top: 20px;
     left: 20px;
     font-size: 3em;
     margin: 0;
}

.info p {
    font-size: 1.2em;
    margin-top: 10px;
}

.info {
    padding: 20px;
    text-align: center;
  
}

.info h2 {
    color: black;
    font-size: 2em;
    margin-bottom: 20px;
}

/* Стиль для обертки */
.wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
}

/* Медиа-запросы для адаптивности */

/* Средние экраны (планшеты) */
@media (max-width: 768px) {
    .info h2 {
        font-size: 1.75em;
    }
    .info{
        height: 520px;
    }
    .image {
        width: 90%; /* Немного уменьшаем ширину для планшетов */
    }
}

/* Маленькие экраны (мобильные устройства) */
@media (max-width: 480px) {
    .info h2 {
        font-size: 1.5em;
    }
    .image {
        width: 100%; /* Изображение занимает всю ширину экрана */
        padding-top: 10px; /* Уменьшаем отступ сверху */
    }
    .info{
        height: 620px;
    }
}

/* Медиа-запрос для планшетов и мобильных устройств */
@media (max-width: 768px) {
    .info h1 {
        font-size: 2.5em;
    }
    .info p {
        font-size: 1em;
    }
}

/* Медиа-запрос для мобильных устройств с небольшой шириной экрана */
@media (max-width: 480px) {
    .info {
       
        padding: 10px;
    }

    .info h1 {
        font-size: 2em;
    }

    .info p {
        font-size: 0.9em;
    }
}

.land h1 {
      font-size: 40px;
      text-align: center;
  }

.intro {
      padding: 20px 80px;
      line-height: 29px;
      max-width: 890px;
  }

.intro h2 {
      font-size: 30px;
      font-weight: bold;
      margin-bottom: 30px;
  }

.intro a {
      color: #FEC762;
      font-size: 25px;
  }

.intro a:hover {
      text-decoration: underline;
  }

.intro p {
      margin-bottom: 50px;
  }

@media (max-width: 1100px) {
      .intro p:last-child {
          display: none;
          /* Скрываем второй параграф */
      }
      .read-more {
          display: inline-block;
          color: #007BFF;
          cursor: pointer;
      }
      .show-more .intro p:last-child {
          display: block;
          /* Показываем второй параграф */
      }
  }
  @media (max-width: 768px) {
      .intro {
          padding: 20px 10px;
          /* Уменьшена горизонтальная отступ */
      }
      .intro h2 {
          font-size: 44px;
          /* Уменьшен размер заголовка */
      }
      .land p {
          font-size: 34px;
          /* Уменьшен размер шрифта параграфов */
      }
  }

@media (max-width: 768px) {
      .content .wrap {
          padding: 0 0;
          flex-direction: column;
          /* Дополнительно уменьшена горизонтальная отступ */
      }
      img .land
      .land {
          max-width: 100%;
          /* Ширина блока на всю ширину экрана */
          padding: 20px 20px;
          /* Уменьшена горизонтальная отступ */
          background-color: white;
      }
      .land:after {
          display: none;
          /* Убран фоновое изображение */
      }
  }
.tweet .wrap {
      display: flex;
      justify-content: center;
      align-items: flex-start;
  }

.tweet {
      padding: 100px 150px;
  }

.elon {
      max-width: 25%;
      margin-right: 15px;
  }

.tweet h2 {
      margin-bottom: 20px;
  }

@media (max-width: 1300px) and (min-width: 769px) {
      .tweet {
          padding: 8px;
          margin: 8px 0;
      }
      
      .tweet h2 {
          font-size: 20px;
      }
      .tweet .elon {
          padding: 15px;
          background-color: white;
          border-radius: 10px;
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      }
      .tweet blockquote {
          margin: 0;
          padding: 0;
          font-size: 16px;
      }
      .tweet a {
          color: #007BFF;
          text-decoration: none;
      }
  }

@media (max-width: 768px) {
      .tweet {
          padding: 10px;
          margin: 10px 0;
      }
      .elon{
        max-width: 100%;
      }
      .tweet h2 {
          font-size: 24px;
      }
      .tweet .wrap {
          display: block;
      }
      .tweet .elon {
          padding: 15px;
          background-color: white;
          border-radius: 10px;
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      }
      .tweet blockquote {
          margin: 0;
          padding: 0;
          font-size: 16px;
      }
      .tweet a {
          color: #007BFF;
          text-decoration: none;
      }
  }

.paper {
      display: flex;
      text-align: left;
      background-color: #f5f7fa;
      padding: 110px 140px;
      justify-content: space-between;
  }

.paper.intro {
      background-color: #fff;
  }

.paper.div {
      max-width: 50%;
  }

@media screen and (max-width: 1020px) {
    .paper {
        padding: 0px 20px 20px 10px;
        flex-direction: column;
    align-items: center;
    }
}

.roadmap-section {
    padding-top: 100px;
}

/* Remove padding on smaller screens */
@media (max-width: 768px) { /* Adjust 768px as needed for responsiveness */
    .roadmap-section {
        padding-top: 0;
    }
}

input[type="text"],
  input[type="email"],
  #ownershipDate,
  #paymentPlan {
      width: 100%;
      margin-bottom: 25px;
      padding-left: 35px;
      height: 50px;
  }

.reservation .subtitle {
      max-width: 572px;
      margin: 20px auto 20px;
      padding: 0;
  }

.nav_links {
      width: 150px;
      padding: 25px 0;
      margin: 35px auto 0;
      text-transform: uppercase;
      border-top: 1px solid black;
      border-bottom: 1px solid black;
  }

.nav_links a:last-child {
      margin-bottom: 0;
  }

.nav_links a {
    
      display: block;
      color: black;
      font-size: 1rem;
  }

.networks {
      margin-top: 40px;
  }

.networks a {
      margin-right: 30px;
  }

.networks i {
      font-size: 1.9rem;
      transition: .5s;
      color: black;
  }

.networks i:hover {
      transform: scale(1.7);
  }

.networks {
      margin-top: 40px;
      margin-bottom: 50px;
  }

#menu {
        padding: 100px 0;
      
  }

/* Base styles */
.menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
   
    padding: 10px;
}

/* Responsive styles */
@media (max-width: 768px) {
    .menu__items {
        display: none; /* Initially hide menu items on small screens */
        flex-direction: column;
        width: 100%;
        background-color: #333;
        text-align: center;
    }

    .menu__toggle {
        display: block; /* Show the toggle button on mobile */
    }

    .menu__item {
        padding: 10px;
        width: 100%;
        text-align: center;
    }

    .menu__item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

/* Responsive styling for screens smaller than 700px */
@media (max-width: 700px) {
    .maintext {
        padding: 20px 10px 240px;
    }
}

.wechat-icon {
    text-decoration: none;
    color: #7bb32e;
    font-size: 24px;
    margin: 0 10px;
    cursor: pointer;
}

/* Содержимое модального окна */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    margin: 15% auto;
    padding: 20px;
    width: 80%;
    max-width: 400px;
    background-color: white;
    text-align: center;
}

.modal-content img {
    max-width: 100%;
    height: auto;
}

.close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}

.last {
    
    font-family: 'Times New Roman', serif;
    margin: 0;
    padding: 0;
    background-color: #0d1916;
    color: #ffffff;
   
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.layout {
    display: flex;
    justify-content: space-between;
    padding: 40px;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.column {
    flex: 1;
    margin: 0 10px;
    text-align: left;
}

.column strong {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.column p, .column a {
    font-size: 14px;
    line-height: 1.8;
    text-decoration: none;
    color: #ffffff;
}

.column a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .layout {
        flex-direction: column;
        text-align: center;
    }
    .column {
        margin-bottom: 20px;
    }
    .connect {
        text-align: center;
    }
}

.faq {
    max-width: 1100px;
    font-family: 'Roboto', sans-serif; /* Changed to Roboto */
     background-color: #f9f9f9;
    margin: 15px auto 70px;
  
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.faq-item {
    border-bottom: 1px solid #ddd;
}

@media (max-width: 700px) {
    .faq-item {
        text-align: left;
    }
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-question {
    cursor: pointer;
    padding: 15px 20px;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-answer {
    display: none;
    text-align: left;
    padding: 15px 20px;
    font-size: 16px;
    color: #555;
    background: #fff;
    transition:  0.4s ease, padding 0.4s ease;
}

.faq-icon {
    font-size: 20px;
    transition: transform 0.2s;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

.faq-item.active .faq-answer {
    display: block;
}

.faq-item.active .faq-answer {
    max-height: 300px; /* Adjust based on content */
    padding: 15px 20px;
}

.column {
    text-align: center;
}

/* Modern Hero Section */
.hero-modern {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.hero-background video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.10);
    z-index: -1;
}

.hero-content {
    text-align: center;
    color: #ffffff;
    max-width: 1900px;
    padding: 0 2rem;
}

.hero-buttons {
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-modern {
    padding: 1rem 2.5rem;
    text-decoration: none;
    font-weight: 500;
    border-radius: 0;
    transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 0.9rem;
    border: 2px solid transparent;
}

.btn-primary-modern {
    background: #ffffff;
    color: #212121;
    border-color: #ffffff;
}

.btn-primary-modern:hover {
    background: transparent;
    color: #ffffff;
    border-color: #ffffff;
}

.btn-secondary-modern {
    background: transparent;
    color: #ffffff;
    border-color: #ffffff;
}

.btn-secondary-modern:hover {
    background: #ffffff;
    color: #212121;
}

.scroll-indicator {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    color: #ffffff;
    font-size: 1.5rem;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateX(-50%) translateY(0);
    }
    40% {
        transform: translateX(-50%) translateY(-10px);
    }
    60% {
        transform: translateX(-50%) translateY(-5px);
    }
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .nav-menu {
        display: none;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }
    .hero-subtitle  {
    letter-spacing: normal;
    }
}

/* =========================
   PREMIUM STATS SECTION
   (drop-in replacement)
   ========================= */

/* Настрой цвета под сайт в одном месте */
:root{
  --stats-accent: #0a7a4a;              /* твой "премиальный" зелёный */
  --stats-text: #111111;
  --stats-muted: rgba(17,17,17,.70);

  /* если фон секции светлый */
  --stats-card-bg: rgba(255,255,255,.78);
  --stats-border: rgba(0,0,0,.10);
  --stats-shadow: 0 18px 45px rgba(0,0,0,.10);

  /* градиент рамки (тонкая) */
  --stats-border-grad: linear-gradient(
    135deg,
    rgba(10,122,74,.55),
    rgba(10,122,74,.15),
    rgba(0,0,0,.06)
  );
}

/* Если секция на тёмном фоне — просто добавь на body класс .theme-dark
   или можно поменять эти переменные под свой фон */
.theme-dark{
  --stats-text: rgba(255,255,255,.92);
  --stats-muted: rgba(255,255,255,.70);
  --stats-card-bg: rgba(18,18,18,.55);
  --stats-border: rgba(255,255,255,.12);
  --stats-shadow: 0 18px 55px rgba(0,0,0,.35);

  --stats-border-grad: linear-gradient(
    135deg,
    rgba(10,122,74,.75),
    rgba(255,255,255,.16),
    rgba(10,122,74,.18)
  );
}

/* Контейнер секции */
.statistics-section{
  width: min(1120px, 92vw);
  margin: 38px auto;
  padding: 18px;
  display: grid;
  grid-template-columns: repeat(6, minmax(140px, 1fr));
  gap: 14px;

  /* аккуратно, “дорого” */
  border-radius: 22px;
  position: relative;
    background: radial-gradient(1200px 400px at 20% -10%,
              rgba(10,122,74,.10),
              transparent 55%),
              radial-gradient(900px 300px at 100% 0%,
              rgba(10,122,74,.06),
              transparent 55%);

  /* лёгкий фон-подложка + blur (если поддерживается) */

}

/* Тонкий градиентный бордер по всей секции */
.statistics-section::before{
  content:"";
  position:absolute;
  inset: 0;
  border-radius: 22px;
  padding: 1px; /* толщина бордера */
  background: var(--stats-border-grad);
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events:none;
  opacity: .85;
}

/* Адаптив */
@media (max-width: 1100px){
  .statistics-section{ grid-template-columns: repeat(3, minmax(170px, 1fr)); }
}

@media (max-width: 640px){
  .statistics-section{ grid-template-columns: repeat(2, minmax(150px, 1fr)); 
  gap: 44px;}
}

/* Карточка */
.statistic-item{
  position: relative;
  border-radius: 18px;
  padding: 16px 14px;
  background: var(--stats-card-bg);
  border: 1px solid var(--stats-border);
  box-shadow: var(--stats-shadow);
  overflow: hidden;

  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;

  min-height: 88px;

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  transform: translateZ(0);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

/* Лёгкое свечение внутри карточки */
.statistic-item::before{
  content:"";
  position:absolute;
  inset: -40px -40px auto auto;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle at 30% 30%,
              rgba(10,122,74,.22),
              transparent 60%);
  opacity: .9;
  pointer-events:none;
}

/* Разделитель снизу для “структуры” */
.statistic-item::after{
  content:"";
  position:absolute;
  left: 14px;
  right: 14px;
  bottom: 12px;
  height: 1px;
  background: linear-gradient(90deg,
              transparent,
              rgba(10,122,74,.25),
              transparent);
  opacity: .7;
  pointer-events:none;
}

.statistic-item:hover{
  transform: translateY(-2px);
  box-shadow: 0 24px 70px rgba(0,0,0,.12);
  border-color: rgba(10,122,74,.25);
}

/* Значение */
.statistic-value{
  font-size: clamp(18px, 2.2vw, 28px);
  font-weight: 750;
  letter-spacing: -0.02em;
  line-height: 1.05;
  color: var(--stats-text);

  /* маленький акцентный штрих */
  text-shadow: 0 10px 30px rgba(10,122,74,.08);
}

/* Можно сделать “ROI / money” зеленее: просто добавь class="statistic-value accent" */
.statistic-value.accent{
  color: var(--stats-accent);
}

/* Подпись */
.statistic-label{
  font-size: 12px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--stats-muted);
}

/* Чтобы цифры и подписи не прыгали */
.statistic-item,
.statistic-value,
.statistic-label{
  box-sizing: border-box;
}

.statistic-value{
  display: block;
  width: 100%;

  /* чтобы цифры не вылезали */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

  /* премиальная типографика */
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.03em;
  line-height: 1.05;

  /* чуть меньше, чтобы влезало */
  font-size: clamp(16px, 1.8vw, 26px);
  font-weight: 750;
}

.hero-buttons{
  margin-top: 26px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* общая база */
 .hero-title,
.hero-subtitle{
  text-shadow: 0 8px 40px rgba(0,0,0,.35);
}

/* ==========================================
   PREMIUM SECTIONS (YOUR HTML ONLY)
   Works with:
   <section class="content" ...>
     <div class="wrap">
       <div><div class="intro">...</div></div>
       <div class="land"><img ...></div>
     </div>
   and the second section with image first.
   ========================================== */

.content{
  padding: clamp(56px, 7vw, 110px) 0;
  background: #f6f6f5;                 /* мягкий luxury off-white */
}

/* если хочешь меньше пустоты между этими двумя секциями */
.content + .content{
  padding-top: clamp(28px, 4vw, 70px);
}

/* MAIN GRID — фикс “узко и сжато” */
.content .wrap{
  width: min(1240px, 92vw);            /* шире контейнер */
  margin: 0 auto;
  display: grid;

  /* две комфортные широкие колонки */
  grid-template-columns: minmax(540px, 1fr) minmax(540px, 1fr);

  gap: clamp(22px, 3.2vw, 58px);
  align-items: center;
}

@media (max-width: 1140px){
  .content .wrap{
    grid-template-columns: 1fr;
    gap: 22px;
  }
}

/* ===== TEXT BLOCK ===== */
.content .intro{
  max-width: none;                     /* НЕ сужаем колонку */
  padding-top: 4px;
}

.content .intro h2{
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.05;
  font-size: clamp(36px, 3.8vw, 54px);
  color: #0f1212;
  margin: 0 0 18px;
}

/* маленький “kicker” над заголовком, без изменения HTML */
.content .intro h2::before{
  content: "LANDINVEST — ARGENTINA";
  display: block;
  font-family: system-ui, -apple-system, "Segoe UI", Arial;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(15,18,18,.55);
  margin-bottom: 12px;
}

/* читаемый premium текст */
.content .intro p{
  font-family: "Cormorant Garamond", serif !important;
  font-weight: 400 !important;
  font-style: normal !important;

  font-size: clamp(18px, 1.2vw, 22px) !important;
  line-height: 1.58;
  color: rgba(15,18,18,.76);

  margin: 0;

  /* комфортная ширина строки */
  max-width: 62ch;
}

/* превращаем <br> в нормальные абзацы (иначе “столбик”) */
.content .intro p br{
  content:"";
  display:block;
  margin: 10px 0;
}

/* благородный bold (не маркер) */
.content .intro b{
  font-weight: 600;
  color: rgba(15,18,18,.92);
}

/* тонкая линия-акцент под текстом */
.content .intro p::after{
  content:"";
  display:block;
  margin-top: 22px;
  width: 140px;
  height: 1px;
  background: rgba(15,18,18,.14);
}

/* ===== IMAGE BLOCK ===== */
.content .land{
  position: relative;
}

.content .land img{
  display:block;
  width: 100% !important;

  /* нормальная “landscape” пропорция, не телефон */
  height: clamp(380px, 32vw, 560px);
  object-fit: cover;

  border-radius: 18px;

  /* премиально: тонкая рамка + мягкая тень (без грязи) */
  border: 1px solid rgba(15,18,18,.10);
  box-shadow:
    0 22px 70px rgba(0,0,0,.12),
    0 2px 10px rgba(0,0,0,.06);
  background: #fff;
}

/* лёгкий верхний “shine” */
.content .land::after{
  content:"";
  position:absolute;
  inset: 0;
  border-radius: 18px;
  pointer-events:none;
  background: linear-gradient(
    180deg,
    rgba(255,255,255,.20),
    transparent 42%
  );
  opacity: .6;
}

/* ===== SECOND SECTION TWEAK (image first) =====
   Твоя вторая секция: <div> <div class="land">...</div> </div> потом .intro
   Добавим чуть выравнивания, чтобы выглядело симметрично.
*/
.content:nth-of-type(2) .intro p{
  max-width: 64ch;
}

/* ===== Optional: more “premium whitespace” on desktop only ===== */
@media (min-width: 1200px){
  .content .intro p{
    font-size: 22px !important;
  }
}

.vip-btn{
  margin-top: 28px;
  display: inline-flex;
  align-items: center;
  gap: 10px;

  padding: 14px 30px;
  border-radius: 999px;

  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;

  color: #0f1212;
  background: transparent;
  border: 1px solid rgba(15,18,18,.35);

  transition: all .25s ease;
}

.vip-btn::after{
  content: "→";
  font-size: 14px;
  transition: transform .25s ease;
}

.vip-btn:hover{
  background: rgba(15,18,18,.05);
  border-color: rgba(15,18,18,.6);
}

.vip-btn:hover::after{
  transform: translateX(4px);
}

/* базовая */
.vip-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  padding: 14px 28px;
  border-radius: 999px;

  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 650;

  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
  user-select: none;
}

.vip-btn::after{
  content: "→";
  transition: transform .2s ease;
}

.vip-btn:hover{ transform: translateY(-2px); }

/* гарантируем, что кнопка в content выглядит как VIP */
.gallery{
  
  background: #f6f6f5;
}

/* ВАЖНО: board должен быть широким контейнером */
.gallery .board{
  width: min(1120px, 92vw);
  margin: 0 auto;

  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}

/* карточка */
.gallery .photo{
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(15,18,18,.10);
  background: #fff;
  box-shadow: 0 18px 60px rgba(0,0,0,.08);
}

/* РИТМ (крупные/средние) — чтобы не было “все одинаковые” */
.gallery .photo:nth-child(1){ grid-column: 1 / span 7; aspect-ratio: 16/10; }

.gallery .photo:nth-child(2){ grid-column: 8 / span 5; aspect-ratio: 1/1; }

.gallery .photo:nth-child(3){ grid-column: 1 / span 5; aspect-ratio: 1/1; }

.gallery .photo:nth-child(4){ grid-column: 6 / span 7; aspect-ratio: 16/10; }

.gallery .photo:nth-child(5){ grid-column: 1 / span 7; aspect-ratio: 16/10; }

.gallery .photo:nth-child(6){ grid-column: 8 / span 5; aspect-ratio: 1/1; }

/* картинки заполняют карточку */
.gallery .photo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
  transition: transform .6s ease;
}

/* премиальный hover */
.gallery .photo::after{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(180deg, rgba(255,255,255,.15), transparent 45%, rgba(0,0,0,.18));
  opacity: 0;
  transition: opacity .35s ease;
  pointer-events:none;
}

.gallery .photo:hover img{ transform: scale(1.08); }

.gallery .photo:hover::after{ opacity: 1; }

/* mobile: 2 колонки и нормальный размер */
@media (max-width: 900px){
  .gallery .board{
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  .gallery .photo{
    grid-column: auto !important;
    aspect-ratio: 4/3 !important;
  }
}

.gallery .photo{
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .65s ease, transform .65s ease;
  will-change: opacity, transform;
}

.gallery .photo.is-inview{
  opacity: 1;
  transform: translateY(0);
}

.gallery .photo{ opacity: 0 !important; transform: translateY(16px) !important; }

.gallery .photo.is-inview{ opacity: 1 !important; transform: translateY(0) !important; }

/* анимационные состояния */
.hero-kicker .fade-out{
  opacity: 0;
  transform: translateY(-6px);
}

/* Donut animation & interaction */
#why-land .donut__svg { overflow: visible; }

#why-land .donut__segments{
  transform: rotate(-90deg);
  transform-origin: 110px 110px;
  animation: donutSpin 18s linear infinite;
  animation-delay: 1.8s; /* starts after draw */
}

@keyframes donutSpin{
  0%{ transform: rotate(-90deg); }
  100%{ transform: rotate(270deg); }
}

/* Pause spin when user interacts */
#why-land .invest-insight__card:hover .donut__segments,
#why-land .invest-insight__card:focus-within .donut__segments{
  animation-play-state: paused;
}

#why-land .donut__seg{
  fill: none;
  stroke: var(--c);
  stroke-width: 22;
  stroke-linecap: round;
  filter: drop-shadow(0 6px 14px rgba(15,23,42,.12));
  stroke-dasharray: 0 439.823;
  transform-origin: 110px 110px;
  transition:
    stroke-dasharray 900ms cubic-bezier(.2,.9,.2,1),
    opacity 200ms ease,
    transform 200ms ease,
    filter 200ms ease;
  opacity: .95;
}

/* Highlight behavior */
#why-land .donut__seg.is-dim{ opacity: .22; filter: none; }

#why-land .donut__seg.is-active{
  opacity: 1;
  transform: scale(1.02);
  filter: drop-shadow(0 10px 22px rgba(15,23,42,.16));
}

/* Legend hover styles */
#why-land .legend__row{
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

#why-land .legend__row:hover{
  transform: translateY(-1px);
  box-shadow: 0 10px 26px rgba(15,23,42,.10);
}

#why-land .legend__row.is-active{
  outline: 2px solid rgba(15,23,42,.10);
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce){
  #why-land .donut__segments{ animation: none; }
  #why-land .donut__seg{ transition: none; }
}

/* === FIX: sections overlapping on mobile === */
#why-land{
  position: relative;
  z-index: 2;
  background: #fff;          /* чтобы следующий блок не просвечивал */
  isolation: isolate;        /* отдельный stacking context */
  padding-bottom: 24px;      /* запас снизу */
  height: auto !important;
  min-height: 0 !important;
  overflow: visible;         /* сама секция может быть visible */
}

#why-land .invest-insight__card{
  height: auto !important;
  min-height: 0 !important;
  overflow: hidden;          /* а вот карточка — режет “вылеты” */
}

#content{
  position: relative;
  z-index: 1;
  margin-top: 0 !important;
  top: 0 !important;
}

/* если где-то есть глобальный .wrap с позиционированием — гасим на мобилке */
@media (max-width: 780px){
  #content .wrap{
    position: static !important;
    top: auto !important;
    transform: none !important;
  }
}

.roadmap-section{
  padding: clamp(46px, 6vw, 86px) 0;
  background: #fff;
}

.roadmap-wrap{
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.roadmap-head{
  text-align: center;
  margin-bottom: 26px;
}

.roadmap-head h2{
  margin: 0;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.08;
  font-weight: 900;
  color: #0f172a;
}

.roadmap-head p{
  margin: 12px auto 0;
  max-width: 780px;
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.55;
  color: rgba(15,23,42,.70);
}

/* timeline grid */
.roadmap-timeline{
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  position: relative;
}

/* connector */
.roadmap-timeline::before{
  content:"";
  position: absolute;
  top: -2px;
  left: 22px;
  right: 22px;
  height: 2px;
  background: rgba(15,23,42,.10);
  border-radius: 999px;
}

.rm{
  position: relative;
  min-width: 0;
}

.rm-dot{
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(15,23,42,.35);
  position: absolute;
  top: -6px;
  left: 16px;
}

.rm-card{
  border-radius: 18px;
  background: rgba(255,255,255,.80);
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 10px 34px rgba(15,23,42,.08);
  padding: 16px 16px 18px;
  height: 100%;

  transform: translateY(10px);
  opacity: 0;
  transition: transform 700ms cubic-bezier(.2,.9,.2,1), opacity 700ms ease;
}

.rm-top{
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 8px;
}

.rm-num{
  font-weight: 900;
  font-size: 12px;
  letter-spacing: .14em;
  color: rgba(15,23,42,.55);
}

.rm-title{
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 900;
  color: #0f172a;
}

.rm-text{
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(15,23,42,.72);
}

.rm.is-visible .rm-card{
  transform: translateY(0);
  opacity: 1;
}

/* mobile: vertical timeline */
@media (max-width: 900px){
  .roadmap-timeline{
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .roadmap-timeline::before{
    top: 0;
    left: 20px;
    right: auto;
    width: 2px;
    height: 100%;
  }
  .rm-dot{
    top: 22px;
    left: 16px;
  }
  .rm-card{
    padding-left: 34px;
  }
}

/* Premium White Paper section */
.premium-paper{
  padding: clamp(44px, 6vw, 92px) 0;
  background:
    radial-gradient(1100px 520px at 18% 0%, rgba(0, 230, 118, .10), transparent 60%),
    radial-gradient(900px 520px at 92% 10%, rgba(41, 121, 255, .08), transparent 55%),
    #fff;
}

.premium-paper .paper__wrap{
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;

  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: clamp(18px, 3vw, 34px);
  align-items: center;

  border-radius: 26px;
  padding: clamp(18px, 3vw, 34px);
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(15,23,42,.10);
  box-shadow: 0 18px 70px rgba(15,23,42,.10);
  backdrop-filter: blur(10px);
  overflow: hidden;
  position: relative;
}

/* subtle shine */
.premium-paper .paper__wrap::after{
  content:"";
  position:absolute;
  inset: -40% -30%;
  background: linear-gradient(115deg, transparent 35%, rgba(255,255,255,.55) 48%, transparent 62%);
  transform: rotate(12deg);
  opacity: .25;
  pointer-events: none;
}

.premium-paper .paper__copy{
  position: relative;
  z-index: 2;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Arial, sans-serif;
}

.premium-paper .paper__kicker{
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.premium-paper .paper__pill{
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(15,23,42,.80);
  background: rgba(255,255,255,.85);
  border: 1px solid rgba(15,23,42,.10);
}

.premium-paper .paper__meta{
  font-size: 13px;
  color: rgba(15,23,42,.55);
  font-weight: 600;
}

.premium-paper .paper__title{
  margin: 0;
  font-size: clamp(26px, 3vw, 44px);
  line-height: 1.06;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #0f172a;
}

.premium-paper .paper__text{
  margin: 14px 0 0;
  max-width: 62ch;
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.58;
  color: rgba(15,23,42,.70);
}

.premium-paper .paper__actions{
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.premium-paper .paper__btn{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 999px;

  text-decoration: none;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: .01em;

  color: #fff;
  background: rgba(15,23,42,.92);
  border: 1px solid rgba(15,23,42,.92);
  box-shadow: 0 16px 36px rgba(15,23,42,.18);

  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.premium-paper .paper__btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 20px 46px rgba(15,23,42,.22);
}

.premium-paper .paper__btnIcon{
  font-weight: 900;
  opacity: .9;
}

.premium-paper .paper__fine{
  font-size: 13px;
  font-weight: 600;
  color: rgba(15,23,42,.55);
}

/* Visual */
.premium-paper .paper__visual{
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
}

.premium-paper .paper__imgCard{
  width: min(360px, 100%);
  border-radius: 22px;
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(15,23,42,.10);
  box-shadow: 0 18px 60px rgba(15,23,42,.12);
  overflow: hidden;
  transform: translateY(2px);
}

.premium-paper img{
  width: 100%;
  height: auto;
  display: block;
}

/* Mobile */
@media (max-width: 900px){
  .premium-paper .paper__wrap{
    grid-template-columns: 1fr;
  }
  .premium-paper .paper__imgCard{
    width: min(420px, 100%);
  }
}

.premium-paper .paper__wrap{
  width: min(1320px, calc(100% - 80px)); /* шире */
  padding: clamp(28px, 3.5vw, 54px);     /* больше воздуха */
}

.nav__logo-img{
  max-height: 95px;      /* можно 28–40 */
  width: auto;
  display: block;
  object-fit: contain;
}

/* =========================
   NAVBAR (ONE VERSION ONLY)
   ========================= */

.nav{
  position: fixed;
  top: 16px;
  left: 0;
  right: 0;
  z-index: 9999;
  pointer-events: auto;
}

.nav__container{
  
  margin: 0 auto;
  padding: 1px 4px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  

  /* DEFAULT: transparent on HERO (so start with transparent) */
  background: transparent;
  border: 1px solid transparent;
  box-shadow: none;

  transition: background 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

/* AFTER SCROLL: dark glass */
.nav.is-scrolled .nav__container{
  background: rgba(0, 0, 0, .2);
  border-color: rgba(255,255,255,.18);
  box-shadow: 0 18px 55px rgba(0,0,0,.20);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

/* Logo + links */
.nav__logo{
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 34px; /* 75 было очень огромно */
  letter-spacing: .02em;
  color: rgba(255,255,255,.92);
  text-decoration: none;
  padding: 6px 10px;
}

.nav__menu{
  list-style: none;
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0;
  padding: 0;
}

.nav__link{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Arial, sans-serif;
  
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .02em;
  text-decoration: none;
  color: rgba(255,255,255,.85);

  padding: 10px 12px;
  border-radius: 999px;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.nav__link:hover{
  background: rgba(255,255,255,.14);
  color: #fff;
  transform: translateY(-1px);
}

.nav__link.is-active{
  background: rgba(255,255,255,.18);
  color: #fff;
}

/* CTA */
.nav__cta{
  background: linear-gradient(135deg, #ff9100, #ff6a00);
  color: #fff;
  box-shadow: 0 14px 28px rgba(255,145,0,.25);
  border: 1px solid rgba(255,255,255,.14);
}

.nav__cta:hover{
  background: linear-gradient(135deg, #ffa233, #ff6a00);
}

/* Burger */
.nav__burger{
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.10);
  cursor: pointer;
  padding: 0;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.nav__burger span{
  display: block;
  width: 18px;
  height: 2px;
  background: rgba(255,255,255,.90);
  border-radius: 10px;
  transition: transform 200ms ease, opacity 200ms ease;
}

/* Mobile */
@media (max-width: 860px){
  .nav{ top: 10px; }
  .nav__burger{ display: inline-flex; }



  /* ВАЖНО: используем is-open (а не open) */
 
  .nav__link{
    width: 100%;
    text-align: center;
    padding: 12px 14px;
    border-radius: 14px;
  }

  .nav.is-open .nav__burger span:nth-child(1){ transform: translateY(7px) rotate(45deg); }
  .nav.is-open .nav__burger span:nth-child(2){ opacity: 0; }
  .nav.is-open .nav__burger span:nth-child(3){ transform: translateY(-7px) rotate(-45deg); }
}

*

@media (max-width: 860px){

  /* чуть меньше капсула */
  .nav__container{
    padding: 1px 2px;
  }

  /* burger выглядит дороже */
  .nav__burger{
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.18);
    background: rgba(255,255,255,.10);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  /* BACKDROP (затемнение/blur по всему экрану) */
  .nav::before{
    content:"";
    position: fixed;
    inset: 0;
    background: rgba(2,6,23,.55);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 220ms ease;
  }
  .nav.is-open::before{
    opacity: 1;
    pointer-events: auto;
  }

  /* SHEET PANEL */
  .nav__menu{
    position: fixed;
    left: 50%;
    transform: translateX(-50%) translateY(18px);
    top: 76px;

    width: min(520px, calc(100% - 24px));
    padding: 14px;

    display: grid;
    gap: 8px;
    align-items: stretch;

    border-radius: 22px;
    background: rgba(15,23,42,.86);
    border: 1px solid rgba(255,255,255,.14);
    box-shadow: 0 30px 90px rgba(0,0,0,.40);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);

    opacity: 0;
    pointer-events: none;
    transition: opacity 220ms ease, transform 220ms ease;
  }

  .nav.is-open .nav__menu{
    opacity: 1;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
  }

  /* ITEMS */
  .nav__link{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

    padding: 14px 14px;
    border-radius: 16px;

    font-size: 14px;
    letter-spacing: .04em;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.08);
  }

  .nav__link:hover{
    transform: none;
    background: rgba(255,255,255,.10);
  }

  /* CTA как кнопка */
  .nav__cta{
    margin-top: 6px;
    padding: 14px 14px;
    border-radius: 16px;

    background-color: #007B33;
    border: 1px solid rgba(255,255,255,.18);
    box-shadow: 0 18px 40px rgba(255,145,0,.22);
  }
}

/* =========================
   MOBILE SIDE DRAWER (BLACK)
   ========================= */
@media (max-width: 860px){

  /* burger = 3 палочки */
/* burger = 3 палочки (ровно друг под другом) */
.nav__burger{
  display: inline-flex;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  align-items: center;
  justify-content: center;
  flex-direction: column;   /* ✅ вот это главное */
  gap: 6px;
  padding: 0;
  cursor: pointer;
}

.nav__burger span{
  display: block;           /* ✅ чтобы линии были стабильные */
  width: 26px;
  height: 2px;
  background: rgba(255,255,255,.92);
  border-radius: 2px;
}
/* BURGER → X ANIMATION */
.nav.is-open .nav__burger span:nth-child(1){
  transform: translateY(8px) rotate(45deg);
}

.nav.is-open .nav__burger span:nth-child(2){
  opacity: 0;
}

.nav.is-open .nav__burger span:nth-child(3){
  transform: translateY(-8px) rotate(-45deg);
}


  /* затемнение фона */
  .nav::before{
    content:"";
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.55);
    opacity: 0;
    pointer-events: none;
    transition: opacity 220ms ease;
  }
  .nav.is-open::before{
    opacity: 1;
    pointer-events: auto;
  }

  /* САМ drawer */
  .nav__menu{
    position: fixed;
    top: 0;
    right: 0;              /* ✅ выезжает справа (как на скрине) */
    height: 100vh;
    width: min(340px, 84vw);

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;

    padding: 92px 26px 28px;

    background: #0b0b0b;   /* ✅ чистый black */
    border-left: 1px solid rgba(255,255,255,.10);

    transform: translateX(110%);
    transition: transform 260ms cubic-bezier(.2,.9,.2,1);
    pointer-events: auto;
    z-index: 10000;
  }

  .nav.is-open .nav__menu{
    transform: translateX(0);
  }

  /* ссылки как на референсе */
  .nav__link{
    width: 100%;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;

    font-family: Inter, system-ui, -apple-system, Segoe UI, Arial, sans-serif;
  font-size: 12px;
    
    letter-spacing: .14em;
    text-transform: uppercase;

    color: rgba(255,255,255,.88);
    opacity: 1;
  }

  .nav__link:hover{
    background: transparent;
    transform: none;
    color: #fff;
  }

  /* активный пункт — чуть выделить */
  .nav__link.is-active{
    color: #007B33;
  }

  /* CTA внутри drawer как отдельная кнопка */
  .nav__cta{
    margin-top: 10px;
    padding: 14px 16px;
    border-radius: 999px;
    width: 100%;
    text-align: center;

    background: transparent;
    border: 1px solid rgba(255,255,255,.22);
    box-shadow: none;
  }

  /* Крестик закрытия (если добавишь кнопку .nav__close) */
  .nav__close{
    position: fixed;
    top: 18px;
    right: 18px;
    width: 44px;
    height: 44px;
    border: none;
    background: transparent;
    color: rgba(255,255,255,.9);
    font-size: 30px;
    line-height: 44px;
    cursor: pointer;
    z-index: 10001;
    display: none;
  }
  .nav.is-open .nav__close{ display: block; }
}

/* =========================
   SOBHA-STYLE BOTTOM BUTTONS
   ========================= */

.bottom-actions{
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 9999;

  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;

  pointer-events: none;
}

.bottom-actions__btn{
  pointer-events: auto;
  height: 46px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

 
  background: rgba(60,60,60,.86);
  border: 1px solid rgba(255,255,255,.22);

  color: rgba(255,255,255,.95);
  text-decoration: none;
  border-radius: 999px;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  box-shadow: 0 14px 38px rgba(0,0,0,.28);
  transition: transform 160ms ease, background 160ms ease;
}

.bottom-actions__btn:hover{
  background: rgba(70,70,70,.92);
}

.bottom-actions__btn:active{
  transform: translateY(1px);
}

.bottom-actions__icon{
  width: 18px;
  height: 18px;
  display: inline-flex;
}

.bottom-actions__icon svg{
  width: 18px;
  height: 18px;
  display: block;
}

/* Desktop версия аккуратнее */
@media (min-width: 900px){
  .bottom-actions{
    border-radius: none;
    width: 360px;
    left: auto;
    right: 18px;
    bottom: 18px;
  }
  .bottom-actions__btn{
     border-radius: 0;
     }
}

/* MOBILE: square Sobha-style buttons */
@media (max-width: 600px){

  .bottom-actions__btn{
    border-radius: 0;   /* ❌ убираем pill */
    height: 52px;                 /* чуть выше как у Sobha */
  }

  .bottom-actions{
    left: 0;
    right: 0;
    bottom: 0;
    gap: 0;                       /* кнопки вплотную */
  }

  .bottom-actions__btn{
    border-left: none;
    border-right: none;
  }

  /* разделительная линия между ними */
  .bottom-actions__btn:first-child{
    border-right: 1px solid rgba(255,255,255,.18);
  }
}

/* Smooth scroll */
html{
  scroll-behavior: smooth;
}

/* =========================
   VIP OFFERS (PROMOS & ROI)
   ========================= */

.offers{
  padding: 90px 0;
  background: radial-gradient(1200px 600px at 20% 0%, rgba(255,145,0,.10), transparent 60%),
              radial-gradient(900px 500px at 80% 20%, rgba(255,255,255,.55), transparent 60%),
              #fff;
}

.offers__head{
  width: min(1100px, calc(100% - 40px));
  margin: 0 auto 38px;
  text-align: center;
}

.offers__eyebrow{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(15,23,42,.62);
  margin: 0 0 10px;
}

.offers__title{
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(34px, 4.2vw, 56px);
  margin: 0 0 12px;
  letter-spacing: .02em;
  color: #0f172a;
}

.offers__subtitle{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Arial, sans-serif;
  margin: 0 auto;
  width: min(820px, 100%);
  font-size: 16px;
  line-height: 1.55;
  color: rgba(15,23,42,.66);
}

.offers__bottom{
  width: min(1100px, calc(100% - 40px));
  margin: 34px auto 0;
  text-align: center;
  display: grid;
  gap: 10px;
}



.offers__grid{
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.offer{
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(15,23,42,.10);
  box-shadow: 0 30px 80px rgba(0,0,0,.10);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.offer:hover{
  transform: translateY(-8px);
  box-shadow: 0 40px 90px rgba(0,0,0,.16);
}

.offer__badge{
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 3;

  height: 34px;
  padding: 0 14px;
  border-radius: 999px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  font-family: Inter, system-ui, -apple-system, Segoe UI, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;

  background: rgba(15,23,42,.92);
  color: #fff;
  border: 1px solid rgba(255,255,255,.16);
}

.offer__badge--new{ background: rgba(34,197,94,.92); }

.offer__badge--hit{ background: rgba(255,145,0,.92); }

.offer__media{
  height: 210px;
  overflow: hidden;
  position: relative;
}

.offer__media::after{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(to bottom, rgba(0,0,0,.00), rgba(0,0,0,.24));
}

.offer__media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
}

.offer__body{
  padding: 22px 22px 20px;
}

.offer__name{
  font-family: "Cormorant Garamond", serif;
  font-size: 30px;
  margin: 0 0 10px;
  color: #0f172a;
}

.offer__price{
  display: grid;
  gap: 2px;
}

/* Responsive */
@media (max-width: 980px){
  .offers__grid{ grid-template-columns: 1fr; }
  .offer__media{ height: 220px; }
}

/* =========================
   OFFERS ANIMATIONS
   ========================= */

/* начальное состояние (пока не видно) */
.offer{
  opacity: 0;
  transform: translateY(18px);
}

/* когда появляется */
.offer.is-inview{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(.2,.9,.2,1), box-shadow 220ms ease;
}

/* задержки по карточкам */
.offers__grid .offer:nth-child(1).is-inview{ transition-delay: 0ms; }

.offers__grid .offer:nth-child(2).is-inview{ transition-delay: 120ms; }

.offers__grid .offer:nth-child(3).is-inview{ transition-delay: 240ms; }

/* shine-эффект */
.offer::before{
  content:"";
  position:absolute;
  inset:-2px;
  border-radius: inherit;
  background: radial-gradient(650px 220px at 10% 0%, rgba(255,145,0,.18), transparent 55%),
              radial-gradient(650px 240px at 90% 10%, rgba(255,255,255,.22), transparent 55%);
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events:none;
}

.offer:hover::before{
  opacity: 1;
}

/* параллакс картинки */
.offer__media img{
  transition: transform 700ms cubic-bezier(.2,.9,.2,1);
}

.offer:hover .offer__media img{
  transform: scale(1.10);
}

/* кнопка чуть “дышит” */
.offer__cta{
  position: relative;
}

.offer:hover .offer__cta::after{
  opacity: 1;
  transform: translateX(120%);
  transition: transform 900ms ease, opacity 200ms ease;
}

/* уважение к настройкам */
@media (prefers-reduced-motion: reduce){
  .offer, .offer.is-inview, .offer__media img, .offer__cta::after{
    transition: none !important;
    animation: none !important;
    transform: none !important;
  }
  .offer{ opacity: 1 !important; }
}

.offer{ opacity: 1; transform: none; }

.offer.is-inview{ opacity: 1; transform: none; }

/* =========================
   OFFERS TYPOGRAPHY UPGRADE
   ========================= */

/* Card title */
.offer__name{
  font-family: "Cormorant Garamond", serif !important;
  font-size: 34px !important;
  font-weight: 600 !important;
  letter-spacing: .01em;
  color: #0f172a;
  margin-bottom: 12px;
}

/* Main text inside cards */
.offer__text,
.offer__desc{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Arial, sans-serif !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  font-weight: 400 !important;
  color: rgba(15,23,42,.70) !important;
}

/* Meta lines like plot size */
.offer__meta{
  font-family: Inter, sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: .02em;
  color: rgba(15,23,42,.55) !important;
  margin-top: 10px;
}

/* Target highlight */
.offer__text strong{
  font-family: Inter, sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: .18em !important;
  text-transform: uppercase !important;
  color: rgba(255,145,0,.95) !important;
}

/* Price style */
.offer__price{
  font-family: Inter, sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #0f172a !important;
  margin-top: 14px;
}

/* Make cards feel more luxury */
.offer__body{
  padding: 26px 26px 22px !important;
  text-align: center;
}

.offer__text{
  max-width: 260px;
  margin: 0 auto;
}

.offer__price{
  letter-spacing: .06em;
}

/* ==============================
   TWEETS → MOBILE SLIDER STYLE
   ============================== */

/* Desktop остаётся как есть */


.elon{
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(0,0,0,.08);
  padding: 8px;
}

/* ============================= */
/*        PREMIUM FAQ            */
/* ============================= */

/* =========================
   PREMIUM FAQ (compact)
   ========================= */

#FAQ{
  padding: 90px 0;
  background: #fff;
}

#FAQ h1{
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(34px, 4vw, 54px);
  letter-spacing: .01em;
  margin: 0 0 22px;
  text-align: center;
  color: #0f172a;
}

#FAQ .faq{
  width: min(980px, calc(100% - 40px));
  margin: 0 auto;
  border: 1px solid rgba(15,23,42,.12);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 26px 70px rgba(0,0,0,.06);
}

#FAQ .faq-item{
  border-top: 1px solid rgba(15,23,42,.10);
}

#FAQ .faq-item:first-child{ border-top: none; }

#FAQ .faq-question{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 600;
  color: rgba(15,23,42,.92);

  padding: 16px 18px;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;

  background: #fff;
  transition: background 180ms ease;
}

#FAQ .faq-question:hover{
  background: rgba(15,23,42,.03);
}

#FAQ .faq-icon{
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 1;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 999px;
  border: 1px solid rgba(15,23,42,.16);
  color: rgba(15,23,42,.70);

  transition: transform 180ms ease, background 180ms ease;
}

/* твой JS уже добавляет .active на faq-item */
#FAQ .faq-item.active .faq-icon{
  transform: rotate(45deg);
  background: rgba(255,145,0,.12);
  border-color: rgba(255,145,0,.35);
  color: rgba(255,145,0,.95);
}

#FAQ .faq-answer{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Arial, sans-serif;
  font-size: 13px;        /* ✅ меньше */
  line-height: 1.55;
  color: rgba(15,23,42,.68);

  padding: 0 18px 16px;
}

/* ✅ компактнее: скрыто по умолчанию (если у тебя так уже — ок) */
#FAQ .faq-answer{
  display: none;
}

#FAQ .faq-item.active .faq-answer{
  display: block;
}

/* mobile */
@media (max-width: 980px){
  #FAQ{ padding: 0 0 50px; }
  
}
@media (max-width: 600px){
  #FAQ .faq-question{
    font-size: 16px;
    padding: 14px 14px;
  }
  #FAQ .faq-answer{
    font-size: 12.5px;
    padding: 0 14px 14px;
  }
}

/* =========================
   FAQ Read More Premium
   ========================= */

.faq-answer{
  position: relative;
  max-height: 68px; /* показываем только 3 строки */
  overflow: hidden;
  transition: max-height 0.35s ease;
}

/* когда раскрыто */
.faq-item.expanded .faq-answer{
  max-height: 500px; /* достаточно для любого текста */
}

/* кнопка Read more */
.faq-more{
  display: inline-block;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 600;
  font-family: Inter, sans-serif;
  color: rgba(255,145,0,0.95);
  cursor: pointer;
  user-select: none;
  transition: opacity 0.2s ease;
}

/* ===========================
   PREMIUM FAQ ANIMATION
   =========================== */

.faq-item{
  transition: background 0.35s ease, transform 0.35s ease;
}

.faq-item.active{
  background: rgba(255,145,0,0.04);
  transform: scale(1.01);
}

/* Question плавно меняется */
.faq-question{
  transition: background 0.25s ease, padding 0.25s ease;
}

.faq-item.active .faq-question{
  background: rgba(15,23,42,0.02);
}

/* Плюс превращается в X */
.faq-icon{
  transition: transform 0.35s ease, background 0.35s ease;
}

.faq-item.active .faq-icon{
  transform: rotate(45deg);
  background: rgba(255,145,0,0.15);
}

/* Answer — плавное раскрытие */
.faq-answer{
  max-height: 0;
  opacity: 0;
  overflow: hidden;

  transform: translateY(-6px);
  transition: max-height 0.45s ease,
              opacity 0.35s ease,
              transform 0.35s ease;
}

.faq-item.active .faq-answer{
  max-height: 300px;
  opacity: 1;
  transform: translateY(0);
}

/* Read more — luxury кнопка */
.faq-more{
  display: inline-block;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 600;
  font-family: Inter, sans-serif;
  color: rgba(255,145,0,0.95);
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

/* Divider line */
.cta-premium__line{
  width: 70px;
  height: 1px;
  margin: 16px 0 18px;
  background: rgba(255,255,255,.35);
}

/* Trust icons */
.cta-premium__trust span{
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.cta-premium__trust i{
  font-size: 13px;
  color: rgba(255,145,0,.95);
}

/* =========================
   SOBHA REVEAL ANIMATION
   ========================= */
/* =========================
   PREMIUM CTA SECTION
   ========================= */

.cta-premium{
  position: relative;
  padding: 90px 0;
  background: #0b1220;
  overflow: hidden;
}

.cta-premium__bg{
  position: absolute;
  inset: -80px;
  background:
    radial-gradient(900px 520px at 20% 20%, rgba(255,145,0,.22), transparent 60%),
    radial-gradient(900px 520px at 80% 30%, rgba(255,255,255,.10), transparent 60%),
    linear-gradient(180deg, rgba(15,23,42,.35), rgba(15,23,42,.92));
  filter: blur(0px);
  transform: scale(1.02);
}

.cta-premium__container{
  position: relative;
  width: min(1100px, calc(100% - 40px));
  margin: 0 auto;
}

.cta-premium__card{
  border-radius: 26px;
  padding: 34px 32px;

  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 34px 90px rgba(0,0,0,.28);

  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);

  transform: translateY(0);
  transition: transform 450ms cubic-bezier(.2,.9,.2,1);
}

.cta-premium__card:hover{
  transform: translateY(-6px);
}

.cta-premium__eyebrow{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: rgba(255,255,255,.72);
  margin: 0 0 14px;
}

.cta-premium__title{
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(34px, 4.4vw, 58px);
  line-height: 1.05;
  letter-spacing: .01em;
  color: #fff;
  margin: 0 0 14px;
}

.cta-premium__text{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255,255,255,.78);
  margin: 0 0 22px;
  max-width: 760px;
}

.cta-premium__actions{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.cta-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  height: 50px;
  padding: 0 18px;
  border-radius: 999px;
  text-decoration: none;

  font-family: Inter, system-ui, -apple-system, Segoe UI, Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;

  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, opacity 180ms ease;
}

.cta-btn--primary{
  background: linear-gradient(135deg, #ff9100, #ff6a00);
  color: #fff;
  box-shadow: 0 20px 50px rgba(255,145,0,.25);
  border: 1px solid rgba(255,255,255,.16);
}

.cta-btn--primary:hover{
  transform: translateY(-1px);
  box-shadow: 0 24px 60px rgba(255,145,0,.32);
}

.cta-btn--secondary{
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.92);
  border: 1px solid rgba(255,255,255,.22);
}

.cta-btn--secondary:hover{
  transform: translateY(-1px);
  background: rgba(255,255,255,.12);
}

.cta-premium__trust{
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  color: rgba(255,255,255,.72);
  font-family: Inter, system-ui, -apple-system, Segoe UI, Arial, sans-serif;
  font-size: 12px;
}

/* mobile */
@media (max-width: 600px){
  .cta-premium{ padding: 70px 0; }
  .cta-premium__card{ padding: 26px 18px; border-radius: 18px; }
  .cta-btn{ width: 100%; height: 52px; }
}

.cta-premium__actions{
  display: flex;
  justify-content: center;  /* ✅ центр */
  align-items: center;
  gap: 14px;
  margin-top: 22px;
}

.cta-premium__card{
  text-align: center;
}

.cta-premium__trust{
  justify-content: center;
}

/* =========================
   SOBHA / DUBAI LUX FORM
   ========================= */

.luxury-reserve{
  position: relative;
  padding: 90px 0;
  background:
    radial-gradient(900px 520px at 18% 20%, rgba(255,145,0,.10), transparent 60%),
    radial-gradient(900px 520px at 80% 20%, rgba(15,23,42,.10), transparent 60%),
    #ffffff;
}

.lux-wrap{
  width: min(980px, calc(100% - 40px));
  margin: 0 auto;
}

.lux-card{
  border-radius: 26px;
  padding: 34px 30px;

  background: rgba(255,255,255,.92);
  border: 1px solid rgba(15,23,42,.10);
  box-shadow: 0 30px 90px rgba(0,0,0,.08);
}

.lux-eyebrow{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Arial, sans-serif;
  font-size: 11px;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: rgba(15,23,42,.55);
  margin: 0 0 10px;
  text-align: center;
}

.lux-title{
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.05;
  color: #0f172a;
  text-align: center;
  margin: 0 0 10px;
}

.lux-subtitle{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(15,23,42,.62);
  text-align: center;
  margin: 0 auto 6px;
  max-width: 620px;
}

.lux-form{ margin-top: 6px; }

.lux-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 16px;
}

.lux-field{
  display: grid;
  gap: 8px;
}

.lux-field--full{
  grid-column: 1 / -1;
}

.lux-field span{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(15,23,42,.70);
}

.lux-field input,
.lux-field select{
  height: 52px;
  border-radius: 14px;
  padding: 0 14px;

  border: 1px solid rgba(15,23,42,.14);
  background: #fff;

  font-family: Inter, system-ui, -apple-system, Segoe UI, Arial, sans-serif;
  font-size: 14px;
  color: rgba(15,23,42,.88);

  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.lux-field input::placeholder{
  color: rgba(15,23,42,.42);
}

.lux-field input:focus,
.lux-field select:focus{
  border-color: rgba(255,145,0,.55);
  box-shadow: 0 0 0 4px rgba(255,145,0,.12);
  transform: translateY(-1px);
}

.lux-actions{
  margin-top: 18px;
  display: grid;
  justify-items: center;
  gap: 10px;
}

.lux-btn{
  height: 54px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.16);

  background: linear-gradient(135deg, #ff9100, #ff6a00);
  color: #fff;

  font-family: Inter, system-ui, -apple-system, Segoe UI, Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;

  box-shadow: 0 18px 55px rgba(255,145,0,.22);
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.lux-btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 22px 70px rgba(255,145,0,.30);
  filter: saturate(1.05);
}

.lux-note{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Arial, sans-serif;
  font-size: 12px;
  color: rgba(15,23,42,.55);
  margin: 0;
  text-align: center;
}

.lux-trust{
  margin-top: 18px;
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;

  font-family: Inter, system-ui, -apple-system, Segoe UI, Arial, sans-serif;
  font-size: 12px;
  color: rgba(15,23,42,.60);
}

/* Mobile */
@media (max-width: 720px){
  .lux-card{ padding: 24px 16px; border-radius: 18px; }
  .lux-grid{ grid-template-columns: 1fr; }
  .lux-btn{ width: 100%; }
}

/* ======================================
   RESERVE FORM — PREMIUM MINIMAL (SOBHA)
   ====================================== */

.luxury-reserve{
  padding: 90px 0;
  background: #fff;
}

/* чистая карточка без “стекла” и без ярких эффектов */
.lux-card{
  border-radius: 14px;
  padding: 34px 30px;

  background: #fff;
  border: 1px solid rgba(15,23,42,.10);
  box-shadow: 0 18px 60px rgba(15,23,42,.06);
}

/* типографика как luxury: спокойная */
.lux-eyebrow{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Arial, sans-serif;
  font-size: 11px;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: rgba(15,23,42,.55);
  margin: 0 0 10px;
  text-align: center;
}

.lux-title{
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.05;
  color: rgba(15,23,42,.92);
  text-align: center;
  margin: 0 0 12px;
}

.lux-subtitle{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(15,23,42,.62);
  text-align: center;
  margin: 0 auto 6px;
  max-width: 660px;
}

/* сетка — чистая */
.lux-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 14px;
}

/* подписи мелкие, спокойные */
.lux-field span{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Arial, sans-serif;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(15,23,42,.62);
}

/* инпуты: тонкая рамка, без “пухлости” */
.lux-field input,
.lux-field select{
  height: 50px;
  border-radius: 10px;
  padding: 0 14px;

  background: #fff;
  border: 1px solid rgba(15,23,42,.12);

  font-family: Inter, system-ui, -apple-system, Segoe UI, Arial, sans-serif;
  font-size: 14px;
  color: rgba(15,23,42,.88);

  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

/* focus: очень деликатный */
.lux-field input:focus,
.lux-field select:focus{
  border-color: rgba(15,23,42,.35);
  box-shadow: 0 0 0 3px rgba(15,23,42,.08);
}

/* actions: минимал кнопка */
.lux-actions{
  margin-top: 18px;
  display: grid;
  justify-items: center;
  gap: 10px;
}

.lux-btn{
  height: 52px;
  padding: 0 22px;
  border-radius: 10px;     /* не “пилюля”, а премиум прямоугольник */
  border: 1px solid rgba(15,23,42,.14);

  background: rgb(248, 197, 55);
  color: #fff;

  font-family: Inter, system-ui, -apple-system, Segoe UI, Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;

  box-shadow: 0 12px 30px rgba(15,23,42,.18);
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, opacity 160ms ease;
}

.lux-btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 16px 36px rgba(15,23,42,.22);
  opacity: .96;
}

/* trust: тонко и спокойно */
.lux-trust{
  margin-top: 18px;
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;

  font-family: Inter, system-ui, -apple-system, Segoe UI, Arial, sans-serif;
  font-size: 12px;
  color: rgba(15,23,42,.55);
}

/* Mobile */
@media (max-width: 720px){
  .lux-card{ padding: 24px 16px; border-radius: 12px; }
  .lux-grid{ grid-template-columns: 1fr; }
  .lux-btn{ width: 100%; }
}

/* =========================
   FOOTER — PREMIUM MINIMAL
   (HTML unchanged)
   ========================= */

footer{
  position: relative;
  padding: 64px 0 0;
  background: #f6f7f8;
  color: rgba(15,23,42,.88);
  overflow: hidden;
  border-top: 1px solid rgba(15,23,42,.08);
}

/* subtle top glow */
footer::before{
  content:"";
  position:absolute;
  inset: -120px -120px auto -120px;
  height: 220px;
  background:
    radial-gradient(650px 220px at 20% 30%, rgba(255,145,0,.10), transparent 60%),
    radial-gradient(650px 220px at 80% 10%, rgba(15,23,42,.08), transparent 60%);
  pointer-events:none;
}

/* Title */
footer h3{
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(34px, 3.4vw, 54px);
  font-weight: 600;
  letter-spacing: .02em;
  margin: 0 0 18px;
  text-align: center;
  color: rgba(15,23,42,.92);
}

/* Links row */
footer .nav_links{
  display:flex;
  justify-content:center;
  flex-wrap: wrap;
  margin: 0 auto 28px;
  padding: 0 16px;
}

footer .nav_links a{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Arial, sans-serif;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .18em;
  text-transform: uppercase;
  text-decoration: none;

  color: rgba(15,23,42,.60);
  padding: 10px 12px;
  border-radius: 999px;
  transition: color 160ms ease, background 160ms ease, transform 160ms ease;
}

footer .nav_links a:hover{
  color: rgba(15,23,42,.92);
  background: rgba(15,23,42,.06);
  transform: translateY(-1px);
}

/* Social icons */
footer .networks{
  display:flex;
  justify-content:center;
  gap: 16px;
  margin: 0 auto 26px;
  padding: 0 16px;
}

footer .networks a{
  width: 46px;
  height: 46px;
  display:inline-flex;
  align-items:center;
  justify-content:center;

  border-radius: 14px;
  background: rgba(255,255,255,.75);
  border: 1px solid rgba(15,23,42,.10);
  box-shadow: 0 10px 30px rgba(15,23,42,.06);

  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

footer .networks a i{
  font-size: 18px;
  color: rgba(15,23,42,.75);
  transition: color 160ms ease, transform 160ms ease;
}

footer .networks a:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 40px rgba(15,23,42,.10);
  border-color: rgba(15,23,42,.16);
}

footer .networks a:hover i{
  color: rgba(15,23,42,.92);
  transform: scale(1.03);
}

/* WeChat modal — premium */
#wechat-modal.modal{
  position: fixed;
  inset: 0;
  background: rgba(15,23,42,.60);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 999999;
}

#wechat-modal .modal-content{
  width: min(460px, calc(100% - 32px));
  margin: 9vh auto 0;
  padding: 18px 18px 16px;
  border-radius: 16px;
  background: rgba(255,255,255,.95);
  border: 1px solid rgba(15,23,42,.12);
  box-shadow: 0 26px 80px rgba(0,0,0,.25);
}

#wechat-modal .modal-content p{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Arial, sans-serif;
  color: rgba(15,23,42,.80);
  margin: 6px 0 12px;
}

#wechat-modal .modal-content img{
  width: 100%;
  height: auto;
  border-radius: 12px;
  border: 1px solid rgba(15,23,42,.10);
}

#wechat-modal .close{
  float: right;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  color: rgba(15,23,42,.65);
}

/* Yellow info bar — make it premium (keep your inline bg but improve text) */
footer > div[style*="background-color: #FEC762"]{
  border-top: 1px solid rgba(15,23,42,.10);
  border-bottom: 1px solid rgba(15,23,42,.10);
}

footer > div[style*="background-color: #FEC762"] p{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: .14em !important;
  text-transform: uppercase;
  color: rgba(15,23,42,.78) !important;
  margin: 6px 0;
  text-align: center;
}

/* Dark bottom section */
footer .last{
  background: #08130f;
  padding: 44px 0 70px;
  margin-top: 0;
}

footer .layout{
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 26px;
}

footer .column strong{
  display:block;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Arial, sans-serif;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255,255,255,.86);
  margin-bottom: 12px;
}

footer .column p,
footer .column a{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.7;
  color: rgba(255,255,255,.62);
  margin: 6px 0;
  text-decoration: none;
}

footer .column a:hover{
  color: rgba(255,255,255,.92);
  text-decoration: underline;
}

/* Premium reveal animation (no JS): looks expensive */
footer{
  animation: footerFadeUp .9s ease both;
  animation-timeline: view();
  animation-range: entry 10% cover 25%;
}

@keyframes footerFadeUp{
  from{ opacity:0; transform: translateY(26px); }
  to{ opacity:1; transform: translateY(0); }
}

/* Responsive */
@media (max-width: 980px){
  footer .layout{ grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 560px){
  footer .layout{ grid-template-columns: 1fr; }
  footer .networks a{ border-radius: 12px; }
}

/* =========================
   FOOTER — SOBHA MOBILE FIX + LOGO END
   (NO HTML CHANGES)
   ========================= */

/* 1) Мобайл: убираем огромные отступы/пустоту */
@media (max-width: 560px){

  footer{
    padding: 36px 0 0 !important;
  }

  footer h3{
    margin: 0 0 10px !important;
    font-size: 40px !important;
  }


  /* желтая полоса — компактнее и “дороже” */
  footer > div[style*="background-color: #FEC762"]{
    padding: 10px 12px !important;
  }
  footer > div[style*="background-color: #FEC762"] p{
    font-size: 11px !important;
    letter-spacing: .12em !important;
    margin: 4px 0 !important;
  }

  /* нижний блок */
  footer .last{
    padding: 26px 0 84px !important; /* чтобы не давило на fixed кнопки */
  }

  footer .layout{
    gap: 16px !important;
  }
}

/* 2) Sobha-style: тонкие разделители внизу и меньше “тяжести” */
footer .last{
  border-top: 1px solid rgba(255,255,255,.08);
}

footer .column{
  padding-top: 6px;
}

footer .column + .column{
  position: relative;
}

@media (min-width: 981px){
  footer .column + .column::before{
    content:"";
    position:absolute;
    left: -13px;
    top: 6px;
    bottom: 6px;
    width: 1px;
    background: rgba(255,255,255,.06);
  }
}

/* 3) ЛОГО В КОНЦЕ (без HTML): добавляем внизу темного блока */
footer .last{
  position: relative;

}

/* 4) Чуть дороже типографика в футере (не ломая HTML) */
footer .column strong{
  letter-spacing: .20em !important;
}
footer .column p, footer .column a{
  letter-spacing: .02em;
}




/* =========================================
   LOGO under footer title (NO HTML change)
   ========================================= */

footer h3{
  position: relative;
}

/* Logo появляется сразу под словом Landivest */
/* =========================================
   FOOTER LOGO PREMIUM
   ========================================= */

.footer-logo{
  display: flex;
  justify-content: center;
  margin: 6px 0 5px;
}

.footer-logo img{
  width: 69px;
  max-width: 30%;
  

  
}

/* Luxury hover */
.footer-logo img:hover{
  opacity: 1;
  transform: scale(1.05);
}

@media(max-width: 600px){
  .footer-logo img{
    width: 200px;
  }
}





.hero-kicker span,
.hero-title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: white;
}

/* NO CRYPTO */
.hero-kicker span {
  font-size: 48px;
  display: block;
  margin-bottom: 10px;
  opacity: 0.85;
}

/* Invest in Land Today */
.hero-title {
  font-size: 32px;
  margin: 0;
  line-height: 1.1;
}

.hero-subtitle {
  font-family: "Cormorant Garamond", serif;
  font-size: 44px;
  margin-top: 18px;
  opacity: 0.9;
  letter-spacing: 1px;
}

.nav .reserve-btn {
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.4);
}



новиночка 

/* ============================= */
/*        HERO SECTION           */
/* ============================= */

.hero-modern {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;

  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;

  /* один общий шрифт */
  font-family: "Cormorant Garamond", serif;
  color: white;
}

/* VIDEO BACKGROUND */
.hero-background video {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

/* DARK OVERLAY */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: -1;
}

/* CONTENT */
.hero-content {
  max-width: 1900px;
  padding: 20px;
  z-index: 2;
}

/* ============================= */
/*          KICKER TEXT          */
/* ============================= */

.hero-kicker span {
  font-size: 46px;
  font-weight: 300;
  letter-spacing: 6px;
  text-transform: uppercase;

  opacity: 0.45;
  display: block;
  margin-bottom: 12px;

  text-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
}

/* ============================= */
/*          MAIN TITLE           */
/* ============================= */

.hero-title {
  font-size: 64px;
  font-weight: 400;
  margin: 0;
  line-height: 1.1;

  letter-spacing: 1px;
  text-shadow: 0 8px 25px rgba(0, 0, 0, 0.45);
}

/* ============================= */
/*          ROI SUBTITLE         */
/* ============================= */

.hero-subtitle {
  margin-top: 18px;
  font-size: 26px;
  font-weight: 300;

  letter-spacing: 2px;
  opacity: 0.85;

  text-transform: none;
}

/* ============================= */
/*          TRUST NOTE           */
/* ============================= */

.hero-note {
  margin-top: 14px;
  font-size: 20px;
  font-weight: 300;

  opacity: 0.75;
  letter-spacing: 1px;
}

/* ============================= */
/*            BUTTONS            */
/* ============================= */

.hero-buttons {
  margin-top: 35px;
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.btn-modern {
  padding: 14px 34px;
  font-size: 18px;
  font-weight: 400;

  border-radius: 50px;
  text-decoration: none;

  transition: all 0.35s ease;
  font-family: "Cormorant Garamond", serif;
}

/* Primary button */
.btn-primary-modern {
  background: white;
  color: black;
}

.btn-primary-modern:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.35);
}

/* Secondary button */
.btn-secondary-modern {
  border: 1px solid rgba(255, 255, 255, 0.65);
  color: white;
  background: transparent;
}

.btn-secondary-modern:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-3px);
}

/* ============================= */
/*        SCROLL INDICATOR       */
/* ============================= */

.scroll-indicator {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 22px;
  opacity: 0.7;
}

/* FORCE HERO STYLES (override) */
.hero-modern,
.hero-modern *{
  font-family: "Cormorant Garamond", serif !important;
}

.hero-modern .hero-kicker span{
  font-size: 46px !important;
  opacity: 0.45 !important;
  letter-spacing: 6px !important;
}

.hero-modern .hero-title{
  font-size: 64px !important;
  font-weight: 400 !important;
}

.hero-modern .hero-subtitle{
  margin-top: 18px !important;
  font-size: 26px !important;
  opacity: 0.85 !important;
  letter-spacing: 2px !important;
}

.hero-modern .hero-note{
  font-size: 20px !important;
  opacity: 0.75 !important;
}




/* ============================= */
/* RUNNING TICKER (works 100%) */
.ticker{
  width: 100%;
  overflow: hidden;
  margin-bottom: 14px;

  /* важно: чтобы не центрировалось и не переносилось */
  text-align: left;
}

.ticker-track{
  display: flex;
  width: max-content;
  align-items: center;

  /* важно: ничего не переносим */
  white-space: nowrap;

  animation: tickerMove 14s linear infinite;
  will-change: transform;
}

.ticker-item{
  display: inline-block;
  white-space: nowrap;

  font-family: "Cormorant Garamond", serif;
  font-size: 44px;
  font-weight: 400;
  letter-spacing: 5px;
  text-transform: uppercase;
  opacity: 0.45;

  padding-right: 40px;
}

@keyframes tickerMove{
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.ticker::before,
.ticker::after {
  content: "";
  position: absolute;
  top: 0;
  width: 80px;
  height: 100%;
  z-index: 2;
}

.ticker::before {
  left: 0;
  background: linear-gradient(to right, rgba(0,0,0,0.6), transparent);
}

.ticker::after {
  right: 0;
  background: linear-gradient(to left, rgba(0,0,0,0.6), transparent);
}

.ticker{
  width: 100vw;
  margin-left: calc(50% - 50vw);
}


.hero-content{ width: 100%; display:flex; justify-content:center; }


.ticker {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

.ticker-track {
  display: flex;
  width: max-content;
  animation: tickerMove 12s linear infinite;
}

.ticker-track span {
  padding-right: 50px;
  opacity: 0.35;
  font-size: 22px;
  letter-spacing: 6px;
  text-transform: uppercase;
}

@keyframes tickerMove {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}



/* ===== Premium Navbar (LandInvest) ===== */

.premium-paper .paper__btn{
  background: linear-gradient(135deg, #E5A434, #E5A434);
  border: none;
  box-shadow: 0 18px 44px rgba(255, 145, 0, .35);
}

.premium-paper .paper__btn:hover{
  box-shadow: 0 22px 55px rgba(255, 145, 0, .50);
}


/* =========================================================
   HERO — FIGMA LOOK (video background + glass ticker bar)
   Put this block at the VERY END of CSS so it wins.
   ========================================================= */

.hero-modern.hero-figma{
  position: relative;
  height: 100vh;
  min-height: 760px;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
}

.hero-modern.hero-figma .hero-background video{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.hero-modern.hero-figma .hero-overlay{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.52);
  z-index: -1;
}

.hero-modern.hero-figma .hero-inner{
  width: min(1200px, 92vw);
  padding-top: 110px; /* space for navbar */
  padding-bottom: 110px;
  z-index: 1;
}

.hero-modern.hero-figma .hero-ticker{
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 14px 0;
  margin-bottom: 52px;
  background: rgba(0,0,0,.20);
  border-top: 1px solid rgba(255,255,255,.10);
  border-bottom: 1px solid rgba(255,255,255,.10);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  overflow: hidden;
}

.hero-modern.hero-figma .hero-ticker__track{
  display: inline-flex;
  align-items: center;
  gap: 34px;
  white-space: nowrap;
  padding-left: 28px;
  padding-right: 28px;
  animation: heroTickerMove 16s linear infinite;
  will-change: transform;
}

.hero-modern.hero-figma .hero-ticker__track span{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .34em;
  text-transform: uppercase;
  opacity: .72;
}

.hero-modern.hero-figma .hero-dot{
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255,106,0,.95);
  box-shadow: 0 0 18px rgba(255,106,0,.40);
  display: inline-block;
  flex: 0 0 auto;
}

@keyframes heroTickerMove{
  0%{ transform: translateX(0); }
  100%{ transform: translateX(-35%); }
}

.hero-modern.hero-figma .hero-headline{
  margin: 0;
  font-size: clamp(56px, 7vw, 128px);
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-shadow: 0 18px 55px rgba(0,0,0,.55);
}

.hero-modern.hero-figma .hero-accent{
  margin: 26px 0 10px;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: rgba(255,106,0,.98);
  text-shadow: 0 10px 30px rgba(0,0,0,.35);
}

.hero-modern.hero-figma .hero-lead{
  margin: 0 auto;
  max-width: 760px;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255,255,255,.72);
}

.hero-modern.hero-figma .hero-cta{
  margin-top: 36px;
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.hero-modern.hero-figma .hero-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  padding: 0 30px;
  border-radius: 10px;
  text-decoration: none;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .22em;
  text-transform: uppercase;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease, opacity 160ms ease;
}

.hero-modern.hero-figma .hero-btn--primary{
  background: rgba(255,255,255,.92);
  color: rgba(15,23,42,.92);
  box-shadow: 0 18px 55px rgba(0,0,0,.22);
  border: 1px solid rgba(255,255,255,.18);
}

.hero-modern.hero-figma .hero-btn--primary:hover{
  transform: translateY(-2px);
  box-shadow: 0 22px 70px rgba(0,0,0,.28);
}

.hero-modern.hero-figma .hero-btn--secondary{
  background: rgba(10,15,20,.35);
  color: rgba(255,255,255,.88);
  border: 1px solid rgba(255,255,255,.20);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.hero-modern.hero-figma .hero-btn--secondary:hover{
  transform: translateY(-2px);
  background: rgba(10,15,20,.45);
  border-color: rgba(255,255,255,.28);
}

.hero-modern.hero-figma .hero-discover{
  margin-top: 34px;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Arial, sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .30em;
  text-transform: uppercase;
  color: rgba(255,255,255,.58);
  opacity: .9;
}

.hero-modern.hero-figma .hero-discover span{
  font-size: 18px;
  line-height: 1;
  transform: translateY(1px);
}

.hero-modern.hero-figma .hero-bottom{
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: center;
  width: min(740px, 92vw);
  z-index: 2;
}

.hero-modern.hero-figma .hero-pill{
  flex: 1 1 260px;
  min-width: 220px;
  height: 60px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-decoration: none;
  background: rgba(10,15,20,.45);
  border: 1px solid rgba(255,255,255,.14);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 18px 55px rgba(0,0,0,.25);
  color: rgba(255,255,255,.86);
  font-family: Inter, system-ui, -apple-system, Segoe UI, Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .22em;
  text-transform: uppercase;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.hero-modern.hero-figma .hero-pill__icon{
  font-size: 14px;
  opacity: .95;
}

.hero-modern.hero-figma .hero-pill:hover{
  transform: translateY(-2px);
  background: rgba(10,15,20,.55);
  border-color: rgba(255,255,255,.22);
}

/* Navbar polish to match screenshot (works with your existing .nav markup) */
.nav{
  background: transparent !important;
  box-shadow: none !important;
}

.nav .reserve-btn,
.nav a.reserve-btn,
.nav__cta,
.reserve-btn{
  background: linear-gradient(135deg, #ff6a00, #ff3d00) !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  color: #fff !important;
  border-radius: 999px !important;
  padding: 12px 22px !important;
  box-shadow: 0 18px 55px rgba(255,106,0,.25) !important;
}

/* Mobile */
@media (max-width: 720px){
  .hero-modern.hero-figma{ min-height: 720px; }
  .hero-modern.hero-figma .hero-inner{ padding-top: 96px; padding-bottom: 140px; }
  .hero-modern.hero-figma .hero-ticker{ margin-bottom: 32px; }
  .hero-modern.hero-figma .hero-headline{ letter-spacing: .06em; }
  .hero-modern.hero-figma .hero-bottom{ bottom: 18px; gap: 12px; }
  .hero-modern.hero-figma .hero-pill{ height: 56px; border-radius: 14px; }
}

/* ========================================= */
/*   HERO TICKER — FIGMA PREMIUM ANIMATION   */
/* ========================================= */

.hero-ticker{
  position: relative;
  width: 100%;
  overflow: hidden;

  margin-top: 18px;
  margin-bottom: 55px;

  /* glass bar */
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);

  border-top: 1px solid rgba(255,255,255,0.10);
  border-bottom: 1px solid rgba(255,255,255,0.10);

  height: 52px;
  display: flex;
  align-items: center;
}

/* fade edges like luxury */
.hero-ticker::before,
.hero-ticker::after{
  content:"";
  position: absolute;
  top: 0;
  width: 140px;
  height: 100%;
  z-index: 3;
}

.hero-ticker::before{
  left: 0;
  background: linear-gradient(
    to right,
    rgba(0,0,0,0.75),
    transparent
  );
}



/* track moving */
.hero-ticker__track{
  display: flex;
  align-items: center;

  width: max-content;
  white-space: nowrap;

  animation: heroTickerMove 10s linear infinite;
  will-change: transform;
}

/* text */
.hero-ticker__track span{
  font-family: Inter, system-ui, sans-serif;
  font-size: 13px;
  font-weight: 500;

  letter-spacing: 0.45em;
  text-transform: uppercase;

  color: rgba(255,255,255,0.65);

  padding: 0 28px;
}

/* orange dot between */
.hero-dot{
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ff6a2a;
  flex-shrink: 0;
  opacity: 0.95;
}

/* infinite smooth scroll */
@keyframes heroTickerMove{
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}


/* ============================= */
/* ROI HERO — EXACT FIGMA STYLE  */
/* ============================= */

.roi-hero{
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  font-family: "Cormorant Garamond", serif;
  color: white;
}

/* video */
.roi-hero__bg video{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
 
  z-index: -2;
}

/* dark overlay */
.roi-hero__overlay{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.4);

  z-index: -1;
}

/* NAV */
.roi-nav{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 28px 0;
}

.roi-nav__inner{
  width: min(1250px, 92%);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.roi-logo{
  display: flex;
  gap: 14px;
  align-items: center;
}

.roi-logo__icon{
   width: 48px;
  height: 48px;
  object-fit: contain;

  /* убираем фон */
  background: none;
  border-radius: 0;

  /* чуть мягче */
  opacity: 0.95;
  display: grid;
  
}

.roi-logo__text{
  font-size: 22px;
  letter-spacing: .12em;
}

.roi-logo__text span{
  color: #ff5a2a;
}

.roi-logo__sub{
  font-family: Inter, sans-serif;
  font-size: 10px;
  letter-spacing: .35em;
  opacity: .6;
}

.roi-menu{
  display: flex;
  gap: 42px;
}

.roi-menu a{
  font-family: Inter, sans-serif;
  font-size: 11px;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: rgba(255,255,255,.65);
  text-decoration: none;
}

.roi-login{
  margin-left: 30px;
  color: rgba(255,255,255,.85) !important;
}

/* ticker strip */
.roi-strip{
  font-size: large;
  z-index: 4;
  position: absolute;
  top: 115px;
  width: 100%;
  height: 52px;
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
}

.roi-strip__track{
  display: flex;
  width: max-content;
  white-space: nowrap;
  animation: roiMove 12s linear infinite;
  align-items: center;
}

.roi-strip__track span{
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .35em;
  text-transform: uppercase;
  opacity: .45;
  padding: 0 40px;
}

.roi-strip__track i{
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ff5a2a;
}

@keyframes roiMove{
  from{ transform: translateX(0); }
  to{ transform: translateX(-50%); }
}

/* CONTENT */
.roi-content{
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 210px;
}

.roi-kicker{
  font-family: Inter, sans-serif;
  font-size: 20px;
  letter-spacing: .45em;
  text-transform: uppercase;
  color: white;
}

.roi-number{
  font-size: 160px;
  margin: 20px 0 0;
  font-weight: 400;
}

.roi-orange{ color: #ff5a2a; }

.roi-small{
  font-family: Inter, sans-serif;
  letter-spacing: .32em;
  opacity: .35;
  margin-top: -25px;
}

.roi-headline{
  font-size: 52px;
  margin-top: 25px;
  line-height: 1.25;
}

.roi-headline em{
  font-style: italic;
}

.roi-desc{
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 1.8;
  opacity: .55;
  margin-top: 20px;
}

/* buttons */
.roi-buttons{
  margin-top: 45px;
  display: flex;
  justify-content: center;
  gap: 18px;
}

.roi-btn{
  padding: 18px 34px;
  font-family: Inter, sans-serif;
  font-size: 11px;
  letter-spacing: .3em;
  text-transform: uppercase;
  border-radius: 999px;
  text-decoration: none;
}

.roi-btn--primary{
  background: #ff5a2a;
  color: white;
}

.roi-btn--ghost{
  border: 1px solid rgba(255,255,255,.18);
  color: rgba(255,255,255,.75);
}

/* support cards */
.roi-support{
  margin-top: 34px;
  display: flex;
  justify-content: center;
  gap: 22px;
}

.roi-card{
  width: 260px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.10);
  backdrop-filter: blur(12px);
  text-decoration: none;
  color: white;
}

.roi-card span{
  font-family: Inter, sans-serif;
  font-size: 10px;
  letter-spacing: .28em;
  opacity: .5;
}

.roi-card strong{
  display: block;
  margin-top: 6px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  letter-spacing: .22em;
}


/* =========================================
   FIGMA-LIKE LUX ANIMATION (exact feel)
   ========================================= */

/* 1) Global: smoother motion */
:root{
  --ease-lux: cubic-bezier(.16, 1, .3, 1);
}

/* 2) Reveal system (stagger) */
.reveal{
  opacity: 0;
  transform: translateY(18px);
  filter: blur(8px);
  animation: luxReveal 900ms var(--ease-lux) forwards;
  will-change: transform, opacity, filter;
}

/* delays */
.reveal--d0{ animation-delay: 120ms; }
.reveal--d1{ animation-delay: 220ms; }
.reveal--d2{ animation-delay: 340ms; }
.reveal--d3{ animation-delay: 460ms; }
.reveal--d4{ animation-delay: 580ms; }
.reveal--d5{ animation-delay: 700ms; }
.reveal--d6{ animation-delay: 820ms; }
.reveal--d7{ animation-delay: 940ms; }

@keyframes luxReveal{
  0%{
    opacity: 0;
    transform: translateY(18px);
    filter: blur(10px);
  }
  100%{
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

/* 3) Number “138%” special: gentle scale + shine */
.roi-number{
  transform-origin: 50% 60%;
}
.roi-number.reveal{
  animation-name: luxReveal, luxNumberPop;
  animation-duration: 900ms, 1200ms;
  animation-timing-function: var(--ease-lux), var(--ease-lux);
  animation-fill-mode: forwards, forwards;
}
@keyframes luxNumberPop{
  0%{ transform: translateY(18px) scale(.985); }
  60%{ transform: translateY(0) scale(1.01); }
  100%{ transform: translateY(0) scale(1); }
}

/* subtle shine passing across number (premium) */
.roi-number{
  position: relative;
}
.roi-number::after{
  content:"";
  position:absolute;
  inset: -20px -60px;
  background: linear-gradient(115deg,
    transparent 0%,
    rgba(255,255,255,.16) 45%,
    transparent 60%
  );
  transform: translateX(-35%) skewX(-12deg);
  opacity: 0;
  pointer-events:none;
}
.roi-number.reveal::after{
  animation: luxShine 1200ms var(--ease-lux) 520ms forwards;
}
@keyframes luxShine{
  0%{ opacity: 0; transform: translateX(-35%) skewX(-12deg); }
  20%{ opacity: .75; }
  100%{ opacity: 0; transform: translateX(35%) skewX(-12deg); }
}

/* 4) Headline underline (like luxury editorial) */
.roi-headline em{
  position: relative;
}
.roi-headline em::after{
  content:"";
  position:absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 1px;
  background: rgba(255,90,42,.55);
  transform: scaleX(0);
  transform-origin: left;
  opacity: .9;
}
.roi-headline.reveal em::after{
  animation: luxLine 900ms var(--ease-lux) 820ms forwards;
}
@keyframes luxLine{
  to{ transform: scaleX(1); }
}

/* 5) Buttons: slightly different entrance (less blur) */
.roi-buttons.reveal{
  filter: blur(6px);
  transform: translateY(16px);
}

/* 6) Support cards: each card lifts with micro delay */
.roi-support .roi-card{
  opacity: 0;
  transform: translateY(14px);
  filter: blur(6px);
  animation: luxCard 900ms var(--ease-lux) forwards;
  will-change: transform, opacity, filter;
}
.roi-support.reveal .roi-card:nth-child(1){ animation-delay: 980ms; }
.roi-support.reveal .roi-card:nth-child(2){ animation-delay: 1080ms; }

@keyframes luxCard{
  to{
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

/* 7) Ticker: like Figma — smooth, fast, no “jerk” */
.roi-strip__track{
  animation-duration: 9s !important;      /* быстрее/медленнее здесь */
  animation-timing-function: linear !important;
}

/* optional: pause on hover (feels premium) */
.roi-strip:hover .roi-strip__track{
  animation-play-state: paused;
}

/* 8) Optional: tiny floating for % sign (very subtle) */
.roi-orange{
  display: inline-block;
  animation: luxFloat 4.2s var(--ease-lux) 1.2s infinite;
}
@keyframes luxFloat{
  0%,100%{ transform: translateY(0); }
  50%{ transform: translateY(-3px); }
}

/* 9) Respect reduced motion */
@media (prefers-reduced-motion: reduce){
  .reveal, .roi-support .roi-card, .roi-number::after, .roi-orange{
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
}
  /* =========================================
   ROI HERO — MOBILE (like your screenshot)
   ========================================= */
@media (max-width: 520px){

  /* HERO spacing */
  .roi-content{
  padding-top: 0 !important;

  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;   /* ВОТ ЭТО центрирует */
  align-items: center;
}


  /* NAV: compact */
  .roi-nav{
    padding: 16px 0 !important;
  }
  .roi-nav__inner{
    width: calc(100% - 28px) !important;
    gap: 10px !important;
  }

  .roi-logo__icon{
    width: 38px !important;
    height: 38px !important;
    border-radius: 9px !important;
  }
  
  
  /* hide desktop menu (like on screenshot) */
  .roi-menu{
    display: none !important;
  }

  /* TOP STRIP (ticker) */
  .roi-strip{
    top: 134px !important;
    height: 46px !important;
  }
  .roi-strip__track span{
    font-size: 10px !important;
    letter-spacing: .32em !important;
    padding: 0 26px !important;
    opacity: .40 !important;
  }

  /* Kicker */
  .roi-kicker{
    font-size: 18px !important;
    letter-spacing: .42em !important;
    margin-top: 10px !important;
  }

  /* 138% sizing like mobile mock */
  .roi-number{
    font-size: 86px !important;
    line-height: 1 !important;
    margin: 14px 0 0 !important;
  }

  .roi-small{
    font-size: 10px !important;
    letter-spacing: .30em !important;
    margin-top: -12px !important;
  }

  /* headline */
  .roi-headline{
    font-size: 28px !important;
    line-height: 1.25 !important;
    margin-top: 16px !important;
  }

  .roi-desc{
    font-size: 13px !important;
    line-height: 1.7 !important;
    margin-top: 14px !important;
    opacity: .58 !important;
  }

  /* buttons stacked */
  .roi-buttons{
    margin-top: 26px !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 12px !important;
  }
  .roi-btn{
    width: min(320px, 100%) !important;
    text-align: center !important;
    padding: 16px 20px !important;
    font-size: 10px !important;
    letter-spacing: .28em !important;
  }

  /* support cards: 2 in a row like screenshot */
  .roi-support{
    margin-top: 18px !important;
    gap: 12px !important;
  }
  .roi-card{
    width: calc(50% - 6px) !important;
    padding: 14px 12px !important;
    border-radius: 16px !important;
  }
  .roi-card span{
    font-size: 9px !important;
    letter-spacing: .24em !important;
  }
  .roi-card strong{
    font-size: 10px !important;
    letter-spacing: .18em !important;
  }

  /* make hero more “black premium” on mobile */
/* hero как контейнер слоёв */
.roi-hero{
  position: relative;
}

/* видео/фон — самый нижний */
.roi-hero__bg{
  position: absolute;
  inset: 0;
  z-index: 0;
}

/* overlay — посередине, но НЕ блокирует клики */
.roi-hero__overlay{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.4); /* лёгкое затемнение */
  z-index: 1;
  pointer-events: none; /* ✅ важно */
 
}

/* весь контент (включая твои кнопки) — сверху */
.roi-content,
.hero-buttons{
  position: relative;
  z-index: 3;
}

 .roi-buttons{ 
  z-index: 9999; 
}

/* =========================
   BURGER + MOBILE MENU
   ========================= */

.roi-burger{
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.roi-burger span{
  display:block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: rgba(255,255,255,.75);
  border-radius: 2px;
}

/* mobile menu panel */
.roi-mobile{
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(0,0,0,.72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  display: grid;
  align-content: center;
  justify-items: center;
  gap: 18px;

  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity 220ms ease, transform 220ms ease;
}

.roi-mobile.is-open{
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.roi-mobile__close{
  position: absolute;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.85);
  font-size: 18px;
  cursor: pointer;
}

.roi-mobile__link{
  font-family: Inter, system-ui, sans-serif;
  font-size: 12px;
  letter-spacing: .30em;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  color: rgba(255,255,255,.78);
}

.roi-mobile__link:hover{
  color: rgba(255,255,255,.95);
}

.roi-mobile__cta{
  margin-top: 12px;
  padding: 14px 22px;
  border-radius: 999px;
  background: #ff5a2a;
  color: #fff;
  text-decoration: none;

  font-family: Inter, system-ui, sans-serif;
  font-size: 11px;
  letter-spacing: .28em;
  text-transform: uppercase;
  font-weight: 700;
}

/* show burger on mobile, hide desktop menu */
@media (max-width: 980px){
  .roi-menu{ display:none !important; }
  .roi-burger{ display:block; }
}

/* lock scroll when menu open */
body.menu-lock{
  overflow: hidden;
}

/* ============================= */
/* OFFERS CTA — PREMIUM BUTTON   */
/* ============================= */

.offers__cta{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 18px 34px;
  border-radius: 999px;

  background: #ff5a2a;
  color: #fff;
  text-decoration: none;

  font-family: Inter, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 700;

  letter-spacing: 0.26em;
  text-transform: uppercase;

  box-shadow: 0 18px 55px rgba(255,90,42,.28);
  transition: transform 220ms ease,
              box-shadow 220ms ease,
              filter 220ms ease,
              opacity 220ms ease;
}

/* Hover эффект как в luxury */
 a.offers__cta{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  padding: 18px 34px !important;
  border-radius: 999px !important;

  background: #ff5a2a !important;
  color: #fff !important;

  text-decoration: none !important;

  font-family: Inter, system-ui, sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;

  letter-spacing: 0.26em !important;
  text-transform: uppercase !important;

  box-shadow: 0 18px 55px rgba(255,90,42,.28) !important;
  transition: all 220ms ease !important;
}

a.offers__cta:hover{
  transform: translateY(-2px) !important;
  box-shadow: 0 24px 70px rgba(255,90,42,.40) !important;
}

.roi-highlight {
  font-weight: 700;
  font-size: 1.3em;
  color: gold; /* или #fff */
}


/* Optional: tiny screens */
@media (max-width: 380px){
  .roi-number{ font-size: 78px !important; }
  .roi-headline{ font-size: 26px !important; }
}



}

.roi-highlight {
  font-weight: 700;
  font-size: 1.4em;
  background: linear-gradient(90deg, #ff5a2a, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


 



