body { font-family: 'Georgia', serif; margin: 0; background: #fff; font-size: 16px; }
.top-btn-wrapper { width: 100%; display: flex; justify-content: center; margin-top: 24px; margin-bottom: 24px; }
.top-btn { background: #3a2716; color: #fff; border: none; padding: 16px 36px; font-size: 22px; border-radius: 6px; cursor: pointer; font-weight: bold; box-shadow: 0 4px 16px rgba(0,0,0,0.12); transition: background 0.2s; }
.top-btn:hover { background: #5a3a1a; }
.container { display: flex; justify-content: center; align-items: center; min-height: 70vh; max-width: 1400px; margin: 0 auto; }
.left { flex: 1; padding: 40px 60px 40px 120px; }
.right { flex: 1; display: flex; justify-content: center; align-items: center; }
.title { font-size: 44px; margin-bottom: 32px; font-family: 'Georgia', serif; }
.desc { font-size: 24px; margin-bottom: 40px; line-height: 1.4; }
.contacts-block { margin-top: 32px; }
.contacts { display: flex; align-items: center; gap: 36px; font-size: 38px; margin-bottom: 32px; }
.contacts i { color: #3a2716; font-size: 44px; }
.phone, .email { font-size: 34px; font-weight: bold; font-family: 'Georgia', serif; margin-left: 12px; }
.main-img { max-width: 480px; border-radius: 18px; box-shadow: 0 8px 32px rgba(0,0,0,0.18); }
@media (max-width: 1100px) {
  .container { flex-direction: column; }
  .left { padding: 40px 20px 0 20px; }
  .right { margin-top: 40px; }
  .main-img { max-width: 90vw; }
}

/* --- Глобальные размеры шрифта --- */
.about-block h2, .block h2 { font-size: 28px; }
.about-title, .li-title { font-size: 18px; font-weight: bold; display: inline; margin-left: 2px; }
.block-subtitle { font-size: 16px; margin-bottom: 12px; color: #222; }
.block-note { font-size: 16px; margin: 10px 0; color: #222; }
.block-action { font-size: 16px; margin: 18px 0 0 0; color: #222; font-weight: bold; }
.about-col, .block, .about-block { font-size: 16px; }

/* --- Сброс FontAwesome --- */
.block ul li i, .contact-form i, .contact-icons i { display: none !important; }

/* --- Стили для списков с эмодзи --- */
.block ul li { font-size: 16px; line-height: 1.6; margin-bottom: 18px; }
.block ul { margin-bottom: 10px; }

/* --- Стили для about-block --- */
.about-block {
  background: #fff;
  margin: 72px auto 0 auto;
  max-width: 1120px;
  border-radius: 18px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.10);
  padding: 64px 56px 56px 56px;
  position: relative;
  animation: fadeInUp 0.8s ease-out forwards;
  opacity: 0;
}
.about-main-title {
  font-size: 40px;
  font-weight: bold;
  margin: 0 0 48px 8px;
  color: #222;
  font-family: 'Georgia', serif;
  letter-spacing: -1px;
}
.about-columns {
  display: flex;
  gap: 40px;
  animation: fadeInUp 0.8s ease-out forwards;
  opacity: 0;
}
.about-col {
  background: #f7f5f2;
  border-radius: 12px;
  padding: 36px 32px 36px 32px;
  font-size: 17px;
  line-height: 1.7;
  flex: 1;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.about-col-title {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 18px;
  color: #222;
  letter-spacing: -0.5px;
}
.about-col-text {
  font-size: 17px;
  color: #333;
  line-height: 1.7;
}
@media (max-width: 900px) {
  .about-block { padding: 32px 8vw; }
  .about-columns { flex-direction: column; gap: 18px; }
}

/* --- Общие стили для блоков --- */
.block { max-width: 900px; margin: 36px auto 0 auto; background: #fff; border-radius: 10px; box-shadow: 0 4px 32px rgba(0,0,0,0.06); padding: 32px 18px 24px 18px; font-size: 16px; line-height: 1.6; animation: fadeInUp 0.8s ease-out forwards; opacity: 0; }
.block h2 { font-size: 24px; margin-bottom: 16px; font-family: 'Georgia', serif; }

/* --- Сетки для колонок --- */
.about-columns, .why-cols, .strategy-cols, .ved-cols {
  display: flex;
  gap: 32px;
}
.strategy-col, .ved-col, .why-col {
  background: #f5f3f1;
  border-radius: 8px;
  padding: 28px 22px 28px 22px;
  font-size: 20px;
  flex: 1;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}

/* --- Why us --- */
.why-cols {
  margin-top: 32px;
}
.why-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.why-col i {
  color: #bfa07a;
  font-size: 32px;
}

/* --- Approach (круговая схема) --- */
.approach-circle {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.approach-item {
  width: 220px;
  height: 160px;
  background: #f5f3f1;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin: 12px;
  text-align: center;
}
.approach-item i {
  color: #bfa07a;
  font-size: 32px;
  margin-bottom: 8px;
}
.approach-item span {
  font-size: 16px;
  color: #888;
}

/* --- Новый футер (contact-block) --- */
.contact-block {
  background: #f8f9fa;
  padding: 80px 20px;
  text-align: center;
  margin-top: 60px;
  animation: fadeInUp 0.8s ease-out forwards;
  opacity: 0;
}

.contact-block h2 {
  color: #333;
  font-size: 36px;
  margin-bottom: 30px;
  font-weight: 600;
}

.contact-button {
  display: inline-block;
  padding: 16px 40px;
  background: #ff6b6b;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 107, 107, 0.2);
  animation: fadeInUp 0.8s ease-out forwards;
  opacity: 0;
  animation-delay: 1.1s;
}

.contact-button:hover {
  background: #ff8e8e;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 107, 107, 0.3);
}

@media (max-width: 768px) {
  .contact-block {
    padding: 60px 20px;
  }

  .contact-block h2 {
    font-size: 28px;
  }

  .contact-button {
    padding: 14px 35px;
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .contact-block {
    padding: 40px 15px;
  }

  .contact-block h2 {
    font-size: 24px;
  }

  .contact-button {
    padding: 12px 30px;
    font-size: 15px;
  }
}

/* --- Стратегия развития бизнеса (как в оригинале) --- */
.strategy-block {
  background: #fff;
  margin: 72px auto 0 auto;
  max-width: 1120px;
  border-radius: 18px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.10);
  padding: 64px 56px 56px 56px;
  position: relative;
}
.strategy-main-title {
  font-size: 40px;
  font-weight: bold;
  margin: 0 0 32px 8px;
  color: #222;
  font-family: 'Georgia', serif;
  letter-spacing: -1px;
}
.strategy-subtitle {
  font-size: 18px;
  color: #444;
  margin-bottom: 40px;
  margin-left: 8px;
}
.strategy-cards {
  display: flex;
  gap: 36px;
  margin-bottom: 36px;
}
.strategy-card {
  background: #f7f5f2;
  border-radius: 12px;
  padding: 32px 24px 32px 24px;
  font-size: 16px;
  line-height: 1.7;
  flex: 1;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}
.strategy-card-emoji {
  font-size: 32px;
  margin-bottom: 18px;
}
.strategy-card-title {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 14px;
  color: #222;
  letter-spacing: -0.5px;
}
.strategy-card-text {
  font-size: 16px;
  color: #333;
  line-height: 1.7;
}
.strategy-action {
  font-size: 16px;
  color: #222;
  font-weight: bold;
  margin-left: 8px;
}
@media (max-width: 900px) {
  .strategy-block { padding: 32px 8vw; }
  .strategy-cards { flex-direction: column; gap: 18px; }
}

/* --- Общий стиль для секций-блоков --- */
.analytics-block, .valuation-block, .cfo-block, .ved-block, .why-block, .approach-block {
  background: #fff;
  margin: 72px auto 0 auto;
  max-width: 1120px;
  border-radius: 18px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.10);
  padding: 56px 48px 48px 48px;
  position: relative;
}
.block-main-title {
  font-size: 36px;
  font-weight: bold;
  margin: 0 0 32px 8px;
  color: #222;
  font-family: 'Georgia', serif;
  letter-spacing: -1px;
}
.block-subtitle {
  font-size: 18px;
  color: #444;
  margin-bottom: 36px;
  margin-left: 8px;
}
.block-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
}
.block-list li {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 18px;
  padding-left: 0;
}
.li-title {
  font-size: 17px;
  font-weight: bold;
  margin-left: 2px;
}
.block-note {
  font-size: 16px;
  color: #222;
  margin: 10px 0 0 8px;
}
.block-action {
  font-size: 16px;
  color: #222;
  font-weight: bold;
  margin: 24px 0 0 8px;
}
/* --- ВЭД карточки --- */
.ved-cards {
  display: flex;
  gap: 36px;
  margin-bottom: 36px;
  animation: fadeInUp 0.8s ease-out forwards;
  opacity: 0;
}
.ved-card {
  background: #f7f5f2;
  border-radius: 12px;
  padding: 32px 24px 32px 24px;
  font-size: 16px;
  line-height: 1.7;
  flex: 1;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
  display: flex;
  flex-direction: column;
  min-width: 0;
  animation: fadeInUp 0.8s ease-out forwards;
  opacity: 0;
}
.ved-card-title {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 14px;
  color: #222;
  letter-spacing: -0.5px;
}
.ved-card-problem, .ved-card-solution {
  font-size: 16px;
  color: #333;
  margin-bottom: 8px;
}
.ved-card-solution { margin-bottom: 0; }
/* --- Почему выбирают нас --- */
.why-cards {
  display: flex;
  gap: 36px;
  margin-bottom: 0;
  animation: fadeInUp 0.8s ease-out forwards;
  opacity: 0;
}
.why-card {
  background: #f7f5f2;
  border-radius: 12px;
  padding: 32px 24px 32px 24px;
  font-size: 16px;
  line-height: 1.7;
  flex: 1;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
  display: flex;
  flex-direction: column;
  min-width: 0;
  animation: fadeInUp 0.8s ease-out forwards;
  opacity: 0;
}
.why-title {
  font-size: 17px;
  font-weight: bold;
  margin-left: 2px;
}
/* --- Наш подход к работе --- */
.approach-cards {
  display: flex;
  gap: 36px;
  margin-bottom: 0;
  animation: fadeInUp 0.8s ease-out forwards;
  opacity: 0;
}
.approach-card {
  background: #f7f5f2;
  border-radius: 12px;
  padding: 32px 24px 32px 24px;
  font-size: 16px;
  line-height: 1.7;
  flex: 1;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  text-align: center;
  animation: fadeInUp 0.8s ease-out forwards;
  opacity: 0;
}
.approach-title {
  font-size: 17px;
  font-weight: bold;
  margin: 8px 0 4px 0;
}
.approach-desc {
  font-size: 15px;
  color: #555;
}
@media (max-width: 900px) {
  .analytics-block, .valuation-block, .cfo-block, .ved-block, .why-block, .approach-block { padding: 24px 4vw; }
  .ved-cards, .why-cards, .approach-cards { flex-direction: column; gap: 18px; }
}

.footer {
    background: linear-gradient(to right, #1a1a1a, #2d2d2d);
    color: #fff;
    padding: 80px 0 30px;
    margin-top: 100px;
    position: relative;
    animation: fadeInUp 0.8s ease-out forwards;
    opacity: 0;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(to right, #ff6b6b, #ff8e8e);
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    animation: fadeInUp 0.8s ease-out forwards;
    opacity: 0;
    animation-delay: 1.2s;
}

.footer-column h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 25px;
    font-weight: 600;
    position: relative;
    padding-bottom: 15px;
}

.footer-column h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background: #ff6b6b;
    transition: width 0.3s ease;
}

.footer-column:hover h3::after {
    width: 80px;
}

.footer-column p {
    color: #b3b3b3;
    line-height: 1.8;
    margin-bottom: 25px;
    font-size: 15px;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    margin-bottom: 15px;
}

.footer-column ul li a {
    color: #b3b3b3;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
    padding-left: 0;
    font-size: 15px;
}

.footer-column ul li a:hover {
    color: #ff6b6b;
    padding-left: 8px;
}

.contact-info li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #b3b3b3;
    font-size: 15px;
}

.contact-info li i {
    color: #ff6b6b;
    font-size: 16px;
}

.social-links {
    display: flex;
    gap: 15px;
    margin-top: 25px;
    animation: fadeInUp 0.8s ease-out forwards;
    opacity: 0;
    animation-delay: 1.3s;
}

.social-links a {
    color: #b3b3b3;
    font-size: 20px;
    transition: all 0.3s ease;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
}

.social-links a:hover {
    color: #fff;
    background: #ff6b6b;
    transform: translateY(-3px);
}

.subscribe-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.subscribe-form input {
    padding: 12px 15px;
    border: none;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 14px;
}

.subscribe-form input::placeholder {
    color: #b3b3b3;
}

.subscribe-form button {
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    background: #ff6b6b;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.subscribe-form button:hover {
    background: #ff8e8e;
    transform: translateY(-2px);
}

.footer-bottom {
    text-align: center;
    padding-top: 40px;
    margin-top: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    animation: fadeInUp 0.8s ease-out forwards;
    opacity: 0;
    animation-delay: 1.4s;
}

.footer-bottom p {
    color: #b3b3b3;
    font-size: 14px;
}

@media (max-width: 1024px) {
    .footer-content {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

@media (max-width: 480px) {
    .footer-content {
        grid-template-columns: 1fr;
    }
    
    .footer {
        padding: 40px 0 20px;
    }
}

/* Анимации появления */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Задержка анимации для последовательного появления */
.about-block { animation-delay: 0.2s; }
.block:nth-child(2) { animation-delay: 0.4s; }
.block:nth-child(3) { animation-delay: 0.6s; }
.contact-block { animation-delay: 0.8s; }
.footer { animation-delay: 1s; }

/* Добавляем анимацию для элементов внутри блоков */
.about-columns, .ved-cards, .why-cards, .approach-cards {
    animation: fadeInUp 0.8s ease-out forwards;
    opacity: 0;
}

.about-columns { animation-delay: 0.3s; }
.ved-cards { animation-delay: 0.5s; }
.why-cards { animation-delay: 0.7s; }
.approach-cards { animation-delay: 0.9s; }

/* Добавляем анимацию для заголовков */
h2 {
    animation: fadeInUp 0.8s ease-out forwards;
    opacity: 0;
}

/* Добавляем анимацию для кнопок */
.contact-button {
    animation: fadeInUp 0.8s ease-out forwards;
    opacity: 0;
    animation-delay: 1.1s;
}

/* Добавляем анимацию для карточек при наведении */
.ved-card:hover, .why-card:hover, .approach-card:hover {
    transform: translateY(-5px);
    transition: transform 0.3s ease;
}

/* Добавляем анимацию для ссылок в футере */
.footer-column ul li a {
    transition: all 0.3s ease;
}

.footer-column ul li a:hover {
    transform: translateX(5px);
    color: #ff6b6b;
}

/* Добавляем анимацию для социальных иконок в футере */
.social-links a {
    transition: all 0.3s ease;
}

.social-links a:hover {
    transform: translateY(-3px);
    color: #ff6b6b;
}

/* Стили для ссылок */
a {
    color: #ff6b6b;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    font-weight: 500;
}

a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -2px;
    left: 0;
    background-color: #ff6b6b;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
}

a:hover {
    color: #ff8e8e;
}

a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

/* Специальные стили для ссылок в футере */
.footer-column ul li a {
    color: #b3b3b3;
    font-size: 15px;
    padding: 5px 0;
    display: inline-block;
}

.footer-column ul li a::after {
    background-color: #ff6b6b;
    height: 1px;
    bottom: 0;
}

.footer-column ul li a:hover {
    color: #ff6b6b;
    transform: translateX(5px);
}

/* Стили для кнопок-ссылок */
.contact-button {
    color: #fff;
    background: #ff6b6b;
    padding: 16px 40px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 18px;
    box-shadow: 0 4px 15px rgba(255, 107, 107, 0.2);
    transition: all 0.3s ease;
}

.contact-button::after {
    display: none;
}

.contact-button:hover {
    background: #ff8e8e;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 107, 107, 0.3);
    color: #fff;
}

/* Стили для социальных ссылок */
.social-links a {
    color: #b3b3b3;
    font-size: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.social-links a::after {
    display: none;
}

.social-links a:hover {
    color: #fff;
    background: #ff6b6b;
    transform: translateY(-3px);
}

/* Стили для навигационных ссылок */
.nav-links a {
    color: #333;
    font-weight: 500;
    padding: 5px 0;
}

.nav-links a::after {
    background-color: #ff6b6b;
    height: 2px;
    bottom: -2px;
}

.nav-links a:hover {
    color: #ff6b6b;
}

/* Анимация для всех ссылок */
a {
    animation: fadeIn 0.5s ease-out forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Медиа-запросы для адаптивности */
@media (max-width: 768px) {
    .contact-button {
        padding: 14px 35px;
        font-size: 16px;
    }
    
    .social-links a {
        width: 35px;
        height: 35px;
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .contact-button {
        padding: 12px 30px;
        font-size: 15px;
    }
    
    .social-links a {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }
}

.block-ending {
    margin-top: 30px;
    text-align: center;
    font-size: 18px;
    color: #666;
}

.block-ending a {
    color: #ff6b6b;
    text-decoration: none;
    position: relative;
    font-weight: 500;
    transition: all 0.3s ease;
}

.block-ending a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -2px;
    left: 0;
    background-color: #ff6b6b;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
}

.block-ending a:hover {
    color: #ff8e8e;
}

.block-ending a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

@media (max-width: 768px) {
    .block-ending {
        font-size: 16px;
        margin-top: 25px;
    }
}

@media (max-width: 480px) {
    .block-ending {
        font-size: 15px;
        margin-top: 20px;
    }
}

.block-action a {
    color: #ff6b6b;
    text-decoration: none;
    position: relative;
    font-weight: 600;
    transition: all 0.3s ease;
    padding: 5px 0;
}

.block-action a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #ff6b6b;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
}

.block-action a:hover {
    color: #ff8e8e;
}

.block-action a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.block-action {
    margin-top: 30px;
    text-align: center;
    font-size: 18px;
    color: #666;
}

@media (max-width: 768px) {
    .block-action {
        font-size: 16px;
        margin-top: 25px;
    }
}

@media (max-width: 480px) {
    .block-action {
        font-size: 15px;
        margin-top: 20px;
    }
} 