/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background-color: #EAEFED;
    color: #262B28;
    width: 1440px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    min-height: 16966px;
    overflow-x: hidden;
}

/* Сброс стилей для всех элементов */
h1, h2, h3, h4, h5, h6, p, span, li, ul, ol {
    margin: 0;
    padding: 0;
}

/* Шаг 1: Header с логотипом */
.header {
    position: absolute;
    top: 54px;
    left: 54px;
    width: 300px;
    height: 192px;
}

.logo {
    width: 300px;
    height: 192px;
    display: block;
}

/* Шаг 2: Hero секция */
.hero {
    position: absolute;
    top: 300px;
    left: 0;
    width: 1440px;
    height: 661px;
}

.hero-left {
    position: absolute;
    top: 0;
    left: 54px;
    width: 880px;
    display: flex;
    flex-direction: column;
    gap: 114px;
}

.hero-title {
    font-weight: 500;
    font-size: 84px;
    line-height: 1em;
    letter-spacing: -0.05em;
    color: #262B28;
}

.hero-title-green {
    color: #185234;
}

.hero-subsection {
    width: 767px;
    display: flex;
    flex-direction: column;
    gap: 54px;
}

.hero-subtitle {
    font-weight: 400;
    font-size: 45px;
    line-height: 1em;
    letter-spacing: -0.05em;
    color: #262B28;
}

.hero-description {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.1666666666666667em;
    letter-spacing: -0.02em;
    color: #262B28;
}

.hero-description-bold {
    font-weight: 700;
    color: #000000;
}

.hero-right {
    position: absolute;
    top: 0;
    left: 958px;
    width: 428px;
    height: 661px;
    background-color: #FFFFFF;
    overflow: visible;
}

.hero-right-content {
    position: absolute;
    top: 409px;
    left: 54px;
    width: 320px;
    display: flex;
    flex-direction: column;
    gap: 54px;
}

.hero-right-text {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.1666666666666667em;
    letter-spacing: -0.02em;
    color: #262B28;
}

.btn-primary {
    background-color: #185234;
    color: #FFFFFF;
    border: 2px solid #EAEFED;
    border-radius: 60px;
    padding: 10px 32px;
    height: 60px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1em;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    text-decoration: none;
}

.hero-img-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 426px;
    height: 35px;
}

.hero-img-2 {
    position: absolute;
    top: -65px;
    left: 54px;
    width: 320px;
    height: 392px;
    z-index: 1;
}

/* Шаг 3: Секция The Difference */
.difference-section {
    position: absolute;
    top: 1100px;
    left: 54px;
    width: 1332px;
    height: 2852px;
    background-color: #185234;
}

/* Элемент 1: Маленький текст вверху слева - точные координаты из Figma */
.diff-label {
    position: absolute;
    top: 140px;
    left: 54px;
    width: 208px;
    font-family: 'Inter Display', 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
    padding: 0;
}

/* Элемент 2: Заголовок "The Difference" */
.diff-title-1 {
    position: absolute;
    top: 114px;
    left: 314px;
    font-weight: 500;
    font-size: 84px;
    line-height: 1em;
    letter-spacing: -0.05em;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

/* Элемент 3: Заголовок "Between Knowing and Doing" - точные координаты из Figma */
.diff-title-2 {
    position: absolute;
    width: 977px;
    height: 84px;
    left: 54px;
    top: 198px;
    font-family: 'Inter Display', 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 84px;
    line-height: 84px;
    letter-spacing: -0.05em;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

/* Элемент 4: Текстовый блок справа - точные координаты из Figma */
.diff-text-block {
    position: absolute;
    top: 336px;
    left: 791px;
    width: 487px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin: 0;
    padding: 0;
}

.diff-text-block p {
    margin: 0;
    padding: 0;
    font-family: 'Inter Display', 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.1666666666666667em;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}

.diff-text-bold-white {
    font-weight: 700 !important;
    color: #FFFFFF !important;
}

.diff-list {
    list-style: disc;
    padding: 0;
    margin: 0;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.diff-list li {
    margin: 0;
    padding: 0;
    font-family: 'Inter Display', 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.1666666666666667em;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}

/* Элемент 5: Изображения слева - точные координаты из Figma */
.diff-images {
    position: absolute;
    top: 336px;
    left: 115px;
    width: 561px;
    height: 448px;
}

.diff-img-bg {
    position: absolute;
    top: 25px;
    left: 69px;
    width: 423px;
    height: 423px;
    border-radius: 50%;
    background-color: #984D16;
    z-index: 0;
}

.diff-img-1 {
    position: absolute;
    top: 25px;
    left: 69px;
    width: 423px;
    height: 423px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    z-index: 1;
}

.diff-img-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    height: 178px;
    object-fit: cover;
    display: block;
}

.btc-badge {
    position: absolute;
    top: 385px;
    left: 346px;
    background-color: #FFFFFF;
    border-radius: 45.344120025634766px;
    padding: 12px 24px;
    display: flex;
    gap: 8px;
    align-items: center;
    white-space: nowrap;
    z-index: 10;
}

.btc-amount {
    margin: 0;
    padding: 0;
    font-family: 'Inter Display', 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 38.08906173706055px;
    line-height: 1em;
    letter-spacing: -0.05em;
    text-transform: capitalize;
    color: #262B28;
    display: inline-block;
}

.btc-label {
    margin: 0;
    padding: 0;
    font-family: 'Inter Display', 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 38.08906173706055px;
    line-height: 1em;
    letter-spacing: -0.05em;
    text-transform: capitalize;
    color: #262B28;
    display: inline-block;
}

/* Frame 277: Контейнер преимуществ - точные координаты из Figma */
.diff-benefits-container {
    position: absolute;
    width: 1332px;
    height: 1059px;
    left: 0px;
    top: 838px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 54px;
}

/* Frame 278: Заголовок */
.diff-benefits-header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 54px;
    gap: 10px;
    width: 1332px;
    height: 45px;
    flex: none;
}

.diff-benefits-title {
    width: 1224px;
    height: auto;
    font-family: 'Inter Display', 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.2em;
    letter-spacing: -0.05em;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    flex: none;
    flex-grow: 1;
    text-align: center;
}

/* Frame 1000002007: Контейнер карточек */
.diff-benefits-cards-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    width: 1332px;
    height: 960px;
    flex: none;
}

/* Ряды карточек */
.diff-benefits-row {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 50px;
    width: 1332px;
    height: 480px;
    flex: none;
    position: relative;
}

.diff-benefits-row:first-child {
    border-top: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
}

.diff-benefits-row:last-child {
    border-top: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
}

/* Карточки преимуществ */
.diff-benefit-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 41px 0px 41px 0px;
    gap: 152px;
    width: 344.1px;
    height: 480px;
    flex: none;
    flex-grow: 0;
    position: relative;
    border-right: 2px solid #FFFFFF;
}

.diff-benefit-card:last-child {
    border-right: none;
}

.diff-benefit-name {
    width: 344.1px;
    height: 45px;
    font-family: 'Inter Display', 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    line-height: 45px;
    color: #E9B894;
    margin: 0;
    padding-left: 0px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

/* Сдвигаем только Clarity и Accountability влево */
.diff-benefits-row .diff-benefit-card:first-child .diff-benefit-name {
    margin-left: -50px;
}

.diff-benefit-desc {
    width: 344.1px;
    min-height: 56px;
    font-family: 'Inter Display', 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Немного сдвигаем описание для Clarity влево и делаем в 2 строки */
.diff-benefits-row:first-child .diff-benefit-card:first-child .diff-benefit-desc {
    margin-left: -40px;
    text-align: left;
    justify-content: flex-start;
    width: auto;
    max-width: 344.1px;
}

/* Немного сдвигаем описание для Accountability влево */
.diff-benefits-row:last-child .diff-benefit-card:first-child .diff-benefit-desc {
    margin-left: -30px;
    text-align: left;
    justify-content: flex-start;
}

/* Немного сдвигаем описание для Confidence влево */
.diff-benefits-row:first-child .diff-benefit-card:nth-child(2) .diff-benefit-desc {
    margin-left: -30px;
    text-align: left;
    justify-content: flex-start;
}

/* Немного сдвигаем описание для Speed влево */
.diff-benefits-row:last-child .diff-benefit-card:nth-child(2) .diff-benefit-desc {
    margin-left: -30px;
    text-align: left;
    justify-content: flex-start;
}

/* Секция "For Our Community" - точные координаты из Figma */
.diff-community-section {
    position: absolute;
    top: 2011px;
    left: 54px;
    width: 1224px;
    display: flex;
    flex-direction: column;
    gap: 54px;
}

.diff-community-title {
    margin: 0;
    padding: 0;
    font-family: 'Inter Display', 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    line-height: 1em;
    letter-spacing: -0.05em;
    display: block;
}

.diff-community-title-part1 {
    color: #E9B894;
}

.diff-community-title-part2 {
    color: #FFFFFF;
}

.diff-challenges-grid {
    display: flex;
    gap: 24px;
    width: 100%;
    height: 304px;
}

.diff-challenge-card {
    width: 288px;
    background-color: #FFFFFF;
    padding: 24px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex-shrink: 0;
}

.diff-challenge-number {
    margin: 0;
    padding: 0;
    font-family: 'Inter Display', 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 84px;
    line-height: 1em;
    letter-spacing: -0.05em;
    text-transform: capitalize;
    color: #262B28;
    display: block;
}

.diff-challenge-text {
    margin: 0;
    padding: 0;
    font-family: 'Inter Display', 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.1666666666666667em;
    letter-spacing: -0.02em;
    color: #262B28;
    display: block;
}

.diff-community-conclusion {
    margin: 0;
    padding: 0;
    font-family: 'Inter Display', 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    line-height: 1em;
    letter-spacing: -0.05em;
    color: #E9B894;
    display: block;
}

.diff-community-conclusion-white {
    color: #FFFFFF;
}

/* Секция Services: Comprehensive Bitcoin Guidance - точные координаты из Figma */
.services-section {
    position: absolute;
    top: 4100px;
    left: 54px;
    width: 1332px;
    background-color: #EAEFED;
}

.services-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 54px;
}

.services-left {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.services-label {
    font-family: 'Inter Display', 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 84px;
    line-height: 1em;
    letter-spacing: -0.05em;
    color: #185234;
    margin: 0;
    padding: 0;
    display: block;
}

.services-title-line {
    font-family: 'Inter Display', 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 84px;
    line-height: 1em;
    letter-spacing: -0.05em;
    color: #262B28;
    margin: 0;
    padding: 0;
    display: block;
}

.services-right {
    width: 487px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.services-subtitle {
    font-family: 'Inter Display', 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    line-height: 1em;
    letter-spacing: -0.05em;
    color: #262B28;
    margin: 0;
    padding: 0;
}

.services-intro {
    font-family: 'Inter Display', 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.1666666666666667em;
    letter-spacing: -0.02em;
    color: #262B28;
    margin: 0;
    margin-top: 48px;
    padding: 0;
}

.services-bottom {
    margin-bottom: 54px;
}

.services-core-title {
    font-family: 'Inter Display', 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    line-height: 1em;
    letter-spacing: -0.05em;
    color: #262B28;
    margin: 0;
    padding: 0;
}

.services-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.service-item {
    display: flex;
    gap: 50px;
    padding: 54px 0;
    border-top: 2px solid #262B28;
    align-items: flex-start;
    justify-content: space-between;
}

.service-item:last-child {
    border-bottom: 2px solid #262B28;
}

.service-left-col {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 400px;
    flex-shrink: 0;
    align-items: flex-start;
}

.service-number {
    font-family: 'Inter Display', 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 84px;
    line-height: 1em;
    letter-spacing: -0.05em;
    color: #262B28;
    margin: 0;
    padding: 0;
}

.service-name {
    font-family: 'Inter Display', 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    line-height: 1em;
    letter-spacing: -0.05em;
    color: #262B28;
    margin: 0;
    margin-top: 80px;
    padding: 0;
    align-self: flex-start;
    white-space: nowrap;
}

/* Спускаем заголовок для второй ячейки ниже */
.service-item:nth-child(2) .service-name {
    margin-top: 240px;
}

/* Спускаем заголовок для третьей ячейки ниже */
.service-item:nth-child(3) .service-name {
    margin-top: 240px;
}

/* Спускаем заголовки для остальных ячеек ниже */
.service-item:nth-child(4) .service-name,
.service-item:nth-child(5) .service-name,
.service-item:nth-child(6) .service-name,
.service-item:nth-child(7) .service-name {
    margin-top: 240px;
}

.service-list-items {
    width: 400px;
    flex-shrink: 0;
    list-style: disc;
    padding-left: 20px;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.service-list-items li {
    font-family: 'Inter Display', 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.1666666666666667em;
    letter-spacing: -0.02em;
    color: #262B28;
}

/* Следующая секция - зеленый фон */
.next-section {
    position: absolute;
    top: 7900px;
    left: 54px;
    width: 1332px;
    height: 1704px;
    background-color: #185234;
}

/* Заголовки секции - точные позиции из Figma */
.next-label {
    position: absolute;
    top: 155px;
    left: 20px;
    font-family: 'Inter Display', 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    line-height: 1;
}

.next-label-line1 {
    font-size: 16px;
    line-height: 16px;
    display: block;
    margin: 0;
    padding: 0;
}

.next-label-line2 {
    font-size: 16px;
    line-height: 16px;
    display: block;
    margin: 0;
    margin-top: 0;
    padding: 0;
}

.next-title-1 {
    position: absolute;
    top: 114px;
    left: 314px;
    font-family: 'Inter Display', 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 84px;
    line-height: 1em;
    letter-spacing: -0.05em;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.next-title-2 {
    position: absolute;
    top: 198px;
    left: 20px;
    font-family: 'Inter Display', 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 84px;
    line-height: 1em;
    letter-spacing: -0.05em;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

/* Текстовый блок слева */
.next-text-block {
    position: absolute;
    top: 400px;
    left: 54px;
    display: flex;
    flex-direction: column;
    gap: 54px;
}

.next-main-text {
    font-family: 'Inter Display', 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    line-height: 1em;
    letter-spacing: -0.05em;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    text-align: left;
}

.next-comm-title {
    font-family: 'Inter Display', 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    line-height: 1em;
    letter-spacing: -0.05em;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    text-align: left;
}

/* Карточки коммуникации */
.next-comm-cards {
    position: absolute;
    top: 700px;
    left: 54px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    width: 600px;
    height: 716px;
}

.next-comm-card {
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.next-comm-icon {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.next-comm-card-title {
    font-family: 'Inter Display', 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 1em;
    letter-spacing: -0.02em;
    color: #262B28;
    margin: 0;
    padding: 0;
    text-align: left;
    white-space: nowrap;
}

.next-comm-card-desc {
    font-family: 'Inter Display', 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4em;
    letter-spacing: -0.01em;
    color: #262B28;
    margin: 0;
    padding: 0;
    text-align: left;
}

/* Текст "Mix and match" */
.next-mix-text {
    position: absolute;
    top: 1480px;
    left: 54px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 601px;
    height: 112px;
}

.next-mix-title {
    font-family: 'Inter Display', 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 1em;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    text-align: left;
}

.next-mix-desc {
    font-family: 'Inter Display', 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4em;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    text-align: left;
}

/* Блок "The Consulting Process" справа */
.next-process-block {
    position: absolute;
    top: 400px;
    left: 845px;
    width: 487px;
    height: 1163px;
    display: flex;
    flex-direction: column;
    gap: 0;
    box-sizing: border-box;
    justify-content: flex-start;
}

.next-process-title {
    font-family: 'Inter Display', 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    line-height: 1em;
    letter-spacing: -0.05em;
    color: #E9B894;
    margin: 0;
    padding: 0;
    text-align: left;
    margin-bottom: 80px;
    margin-left: -20px;
    flex-shrink: 0;
}

.next-process-step {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 32px 0;
    position: relative;
    flex: 1;
}

.next-process-step:nth-child(3) {
    margin-top: 40px;
}

.next-process-step::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 350px;
    height: 1px;
    background-color: #FFFFFF;
}


.next-process-step-header {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.next-process-step-number {
    font-family: 'Inter Display', 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1em;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #E9B894;
    margin: 0;
    padding: 0;
}

.next-process-step-name {
    font-family: 'Inter Display', 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1em;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
    padding: 0;
}

.next-process-step-list {
    list-style: disc;
    padding-left: 20px;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.next-process-step-list li {
    font-family: 'Inter Display', 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4em;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    text-align: left;
}

/* Секция Pricing */
.pricing-section {
    position: absolute;
    top: 9600px;
    left: 54px;
    width: 1332px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 80px 0;
}

.pricing-title {
    font-family: 'Inter Display', 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 84px;
    line-height: 84px;
    letter-spacing: -0.05em;
    color: #262B28;
    margin: 0;
    padding: 0;
    text-align: left;
}

.pricing-subtitle {
    font-family: 'Inter Display', 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 1em;
    letter-spacing: -0.02em;
    color: #4A4A4A;
    margin: 0;
    padding: 0;
    text-align: left;
}

.pricing-text {
    font-family: 'Inter Display', 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4em;
    letter-spacing: -0.01em;
    color: #4A4A4A;
    margin: 0;
    padding: 0;
    text-align: left;
    max-width: 800px;
}

.pricing-packages-title {
    font-family: 'Inter Display', 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1em;
    letter-spacing: -0.02em;
    color: #4A4A4A;
    margin: 0;
    padding: 0;
    text-align: left;
}

/* Блок Getting started package */
.package-section {
    position: absolute;
    top: 10200px;
    left: 54px;
    width: 1332px;
    height: 1086px;
}

.package-section-2 {
    top: 11302px;
}

.package-section-2 .package-price {
    font-size: 38px;
    max-width: 450px;
}

.package-section-3 {
    top: 12404px;
}

.package-section-3 .package-price {
    font-size: 38px;
    max-width: 450px;
}

.package-section-4 {
    top: 13510px;
}

.package-section-4 .package-price {
    font-size: 38px;
    max-width: 450px;
}

/* Блок À La Carte Hourly Consulting */
.hourly-section {
    position: absolute;
    top: 14612px;
    left: 54px;
    width: 1332px;
}

.hourly-card {
    width: 1332px;
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 60px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.hourly-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.hourly-title {
    font-family: 'Inter Display', 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 45px;
    line-height: 45px;
    letter-spacing: -0.05em;
    color: #262B28;
    margin: 0;
    padding: 0;
    width: 423px;
    height: 45px;
    white-space: nowrap;
}

.hourly-price {
    font-family: 'Inter Display', 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 45px;
    line-height: 45px;
    letter-spacing: -0.05em;
    color: #E9B894;
    margin: 0;
    padding: 0;
    width: auto;
    max-width: 400px;
    height: 45px;
    text-align: right;
    white-space: nowrap;
    margin-left: auto;
}

.hourly-divider {
    width: 100%;
    height: 1px;
    background-color: #E0E0E0;
    margin: 20px 0;
    display: block;
    flex-shrink: 0;
    border: none;
}

.hourly-question {
    font-family: 'Inter Display', 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.4em;
    letter-spacing: -0.01em;
    color: #262B28;
    margin: 0;
    padding: 0;
    margin-top: 10px;
    text-align: left;
}

.hourly-book-section {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 20px;
}

.hourly-label {
    font-family: 'Inter Display', 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 1em;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #4A4A4A;
    margin: 0;
    padding: 0;
}

.hourly-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.hourly-list li {
    font-family: 'Inter Display', 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4em;
    letter-spacing: -0.01em;
    color: #262B28;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.hourly-number {
    font-family: 'Inter Display', 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 1em;
    letter-spacing: -0.02em;
    color: #4A4A4A;
    flex-shrink: 0;
}

.hourly-button {
    width: 339px;
    height: 60px;
    background-color: #185234;
    border: none;
    border-radius: 30px;
    font-family: 'Inter Display', 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1em;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    margin-top: 20px;
    text-decoration: none;
}

.hourly-who-section {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 20px;
}

.hourly-who-title {
    font-family: 'Inter Display', 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.4em;
    letter-spacing: -0.02em;
    color: #262B28;
    margin: 0;
    padding: 0;
}

.hourly-profiles {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 20px;
}

.hourly-profile {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.hourly-profile-title {
    font-family: 'Inter Display', 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4em;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #4A4A4A;
    margin: 0;
    padding: 0;
}

.hourly-profile-list {
    list-style: disc;
    padding-left: 20px;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.hourly-profile-list li {
    font-family: 'Inter Display', 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4em;
    letter-spacing: -0.01em;
    color: #262B28;
    margin: 0;
    padding: 0;
}

.hourly-conclusion {
    font-family: 'Inter Display', 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4em;
    letter-spacing: -0.01em;
    color: #262B28;
    margin: 40px 0 0 0;
    padding: 0;
    text-align: left;
}

/* Финальная секция Final Word */
.final-word-section {
    position: absolute;
    top: 16000px;
    left: 54px;
    width: 1332px;
    height: 1432px;
    background-color: #185234;
    border-radius: 8px;
    padding: 80px 60px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.final-word-title {
    font-family: 'Inter Display', 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 64px;
    line-height: 1em;
    letter-spacing: -0.05em;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    text-align: center;
}

.final-word-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    text-align: center;
}

.final-word-main {
    font-family: 'Inter Display', 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 1.4em;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
}

.final-word-text {
    font-family: 'Inter Display', 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4em;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
}

.final-word-hands {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px -60px;
    width: calc(100% + 120px);
    height: 749px;
    overflow: hidden;
}

.final-word-hands-img {
    width: 1332px;
    height: 749px;
    object-fit: cover;
    object-position: center;
}

.final-word-bottom-text {
    width: 653px;
    height: 56px;
    font-family: 'Inter Display';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    margin: -250px auto 0 auto;
    padding: 0;
}

.final-word-line1 {
    white-space: nowrap;
    display: inline-block;
}

.final-word-graphics {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}

.final-word-coin {
    position: absolute;
    width: 1046px;
    height: 532px;
    left: -44px;
    bottom: 0px;
    object-fit: cover;
    object-position: center;
    z-index: 2;
}

.final-word-chart {
    position: absolute;
    width: 636px;
    height: 500px;
    right: 0px;
    bottom: -20px;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}

.package-card {
    width: 1332px;
    height: 1086px;
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 60px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 0;
    justify-content: flex-start;
    position: relative;
}

.package-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.package-title {
    font-family: 'Inter Display', 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 45px;
    line-height: 45px;
    letter-spacing: -0.05em;
    color: #262B28;
    margin: 0;
    padding: 0;
    width: 423px;
    height: 45px;
    white-space: nowrap;
}

.package-price {
    font-family: 'Inter Display', 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 45px;
    line-height: 45px;
    letter-spacing: -0.05em;
    color: #E9B894;
    margin: 0;
    padding: 0;
    width: auto;
    max-width: 400px;
    height: 45px;
    text-align: right;
    white-space: nowrap;
    margin-left: auto;
}

.package-divider {
    width: 100%;
    height: 1px;
    background-color: #E0E0E0;
    margin: 20px 0;
    display: block;
    flex-shrink: 0;
    border: none;
}

.package-description {
    font-family: 'Inter Display', 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.4em;
    letter-spacing: -0.01em;
    color: #262B28;
    margin: 0;
    padding: 0;
    margin-top: 10px;
    text-align: left;
}

.package-includes {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 1224px;
    height: 700px;
    justify-content: flex-start;
}

.package-label {
    font-family: 'Inter Display', 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 1em;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #262B28;
    margin: 0;
    padding: 0;
}

.package-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.package-list li {
    font-family: 'Inter Display', 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4em;
    letter-spacing: -0.01em;
    color: #262B28;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.package-number {
    font-family: 'Inter Display', 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 1em;
    letter-spacing: -0.02em;
    color: #262B28;
    flex-shrink: 0;
}

.package-best-for {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 24px;
    margin-bottom: 120px;
    position: relative;
    z-index: 1;
}

.package-section-3 .package-best-for {
    margin-top: 0px;
    margin-bottom: 160px;
}

.package-best-text {
    font-family: 'Inter Display', 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4em;
    letter-spacing: -0.01em;
    color: #262B28;
    margin: 0;
    padding: 0;
}

.package-button {
    width: 339px;
    height: 60px;
    background-color: #185234;
    border: none;
    border-radius: 30px;
    font-family: 'Inter Display', 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1em;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    position: absolute;
    bottom: 60px;
    left: 60px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    z-index: 2;
    text-decoration: none;
}

/* Контактная секция */
.contact-section {
    position: absolute;
    top: 17500px;
    left: 54px;
    width: 1332px;
    height: 419px;
    background-color: #FFFFFF;
    padding: 80px 60px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

.contact-left {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: absolute;
    bottom: 60px;
    left: 60px;
}

.contact-title {
    font-family: 'Inter Display', 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 1em;
    letter-spacing: -0.02em;
    color: #262B28;
    margin: 0;
    padding: 0;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.contact-item-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.contact-icon {
    width: 32px;
    height: 32px;
    display: block;
    object-fit: contain;
    flex-shrink: 0;
}

.contact-icon-address {
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    color: #999999;
    filter: grayscale(100%);
    opacity: 0.7;
}

.contact-label {
    font-family: 'Inter Display', 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1em;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #999999;
    margin: 0;
    padding: 0;
}

.contact-value {
    font-family: 'Inter Display', 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1em;
    letter-spacing: -0.01em;
    color: #262B28;
    margin: 0;
    padding: 0;
}

.contact-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 24px;
}

.contact-logo {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
}

.contact-logo-img {
    width: 200px;
    height: 128px;
    object-fit: contain;
    position: absolute;
    top: 54px;
    right: 54px;
}

.contact-copyright {
    font-family: 'Inter Display', 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1em;
    letter-spacing: -0.01em;
    color: #262B28;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 60px;
    right: 60px;
}
