/* ==========================================================================
   PRODUCT VIEW SECTION
   ========================================================================== */

.product-view-section {
    color: var(--fk-black);
    background-color: transparent;
}

.product-gallery-sticky {
    position: sticky;
    top: 100px;
}

.product-main-figure {
    width: 100%;
    min-height: 480px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.product-featured-img {
    max-height: 520px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.12));
}

.product-media-buttons {
    display: flex;
    align-items: center;
    gap: var(--fk-sp-24);
    margin-top: 32px;
}

.btn-media-glass {
    all: unset;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    gap: var(--fk-sp-16);
    padding: 10px var(--fk-sp-20);
    border-radius: var(--fk-radius-pill);
    border: 1px solid var(--fk-black);
    background-color: var(--fk-white);
    cursor: pointer;
    transition: var(--fk-transition-base);
}

.btn-media-glass:hover {
    border-color: var(--fk-orange);
    color: var(--fk-orange);
    transform: translateY(-2px);
}

.btn-media-glass .btn-text {
    font-size: var(--fk-fs-16);
    font-weight: 600;
    line-height: normal;
    color: inherit;
    white-space: nowrap;
}

.btn-media-glass .btn-icon-circle {
    width: 36px;
    height: 36px;
    border-radius: var(--fk-radius-circle);
    border: 1px solid currentColor;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* --- Деталі товару (Hero правий блок) --- */
.product-details-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 760px;
    gap: var(--fk-sp-32);
}

.product-page-title {
    font-size: clamp(26px, 2.5vw, 36px);
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    color: var(--fk-black);
    margin: 0;
}

.product-details-flow {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 560px;
    gap: var(--fk-sp-24);
}

.product-rating-badges-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--fk-sp-8);
    width: 100%;
    margin: 0;
}

.product-rating-pill {
    display: inline-flex;
    align-items: center;
    gap: var(--fk-sp-8);
}

.product-rating-pill .rating-val {
    font-size: var(--fk-fs-13);
    font-weight: 600;
    color: var(--fk-black);
}

.product-badges-group {
    display: flex;
    align-items: center;
    gap: var(--fk-sp-8);
}

/* Характеристики списком (Ключ — Значення) */
.product-specs-summary {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--fk-sp-12);
    width: 100%;
    margin: 0;
}

.product-specs-summary .spec-row {
    display: flex;
    align-items: baseline;
    gap: var(--fk-sp-8);
    margin: 0;
}

.product-specs-summary .spec-key {
    width: 140px;
    font-size: var(--fk-fs-16);
    font-weight: 400;
    line-height: 1.4;
    color: var(--fk-black);
    margin: 0;
}

.product-specs-summary .spec-val {
    font-size: var(--fk-fs-16);
    font-weight: 600;
    line-height: normal;
    color: var(--fk-black);
    margin: 0;
}

.location-extra-price {
    font-weight: 400;
    color: var(--fk-grey);
    margin-left: 4px;
}

/* Акордеони (Характеристики / Прибутковість) */
.product-accordion-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--fk-sp-16);
    width: 100%;
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
}

.product-accordion-card > summary {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    list-style: none;
    padding: 8px 0;
    border-bottom: 1px solid var(--fk-border-grey);
}

.product-accordion-card > summary::-webkit-details-marker {
    display: none;
}

.product-accordion-card > summary::marker {
    content: "";
}

.accordion-title {
    font-size: var(--fk-fs-18);
    font-weight: 600;
    line-height: 1.4;
    color: var(--fk-black);
}

.accordion-icon-arrow {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23141313' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.2s ease;
}

.product-accordion-card[open] .accordion-icon-arrow {
    transform: rotate(180deg);
}

.accordion-list-body {
    display: flex;
    flex-direction: column;
    gap: var(--fk-sp-8);
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.accordion-list-item {
    display: flex;
    align-items: center;
    gap: var(--fk-sp-8);
}

.accordion-list-item .feature-text {
    font-size: var(--fk-fs-15);
    line-height: 1.4;
    color: var(--fk-black);
}

.profit-city-item {
    display: flex;
    align-items: baseline;
    gap: 6px;
    font-size: var(--fk-fs-15);
}

.profit-city-item .city-name {
    width: 90px;
    font-weight: 600;
    color: var(--fk-black);
}

.profit-city-item .city-prefix {
    color: var(--fk-grey);
}

.profit-city-item .city-price {
    font-weight: 700;
    color: var(--fk-orange);
}

/* Блок покупки та ціни */
.product-checkout-box {
    display: flex;
    flex-direction: column;
    gap: var(--fk-sp-20);
    width: 100%;
    margin-top: var(--fk-sp-10);
}

.product-price-display {
    display: inline-flex;
    align-items: baseline;
    gap: var(--fk-sp-16);
}

.price-actual {
    font-size: clamp(32px, 3.5vw, 44px);
    font-weight: 800;
    color: var(--fk-orange);
    line-height: 1;
}

.price-strikethrough {
    font-size: var(--fk-fs-24);
    font-weight: 600;
    color: var(--fk-grey);
    text-decoration: line-through;
}

.product-action-buttons {
    display: flex;
    align-items: center;
    gap: var(--fk-sp-16);
    flex-wrap: wrap;
}

.product-action-buttons .btn-fk {
    min-width: 220px;
}

/* ==========================================================================
   TABS & CONTENT SECTION (ОПИС / ВІДГУКИ)
   ========================================================================== */

.product-content {
    color: var(--fk-black);
}

.custom-nav {
    display: flex;
    align-items: center;
    gap: var(--fk-sp-12);
    margin-bottom: var(--fk-sp-24);
    padding: 0;
    list-style: none;
}

.custom-nav .nav-link {
    all: unset;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px var(--fk-sp-24);
    border-radius: var(--fk-radius-pill);
    border: 1px solid var(--fk-black);
    color: var(--fk-black);
    font-size: var(--fk-fs-16);
    font-weight: 600;
    cursor: pointer;
    transition: var(--fk-transition-base);
}

.custom-nav .nav-link:hover {
    border-color: var(--fk-orange);
    color: var(--fk-orange);
}

.custom-nav .nav-link.active {
    background-color: var(--fk-orange);
    border-color: var(--fk-orange);
    color: var(--fk-white);
    box-shadow: var(--fk-shadow-orange);
}

.tab-content .tab-pane {
    display: none;
}

.tab-content .tab-pane.active {
    display: block;
}

#product_description {
    font-size: var(--fk-fs-16);
    line-height: 1.6;
    color: var(--fk-black);
}

#product_description h2 {
    font-size: var(--fk-fs-24);
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: var(--fk-sp-20);
}

#product_description h3 {
    font-size: var(--fk-fs-20);
    font-weight: 600;
    margin-top: var(--fk-sp-24);
    margin-bottom: var(--fk-sp-12);
}

#product_description ul {
    list-style: none;
    padding: 0;
    margin: 0 0 var(--fk-sp-20) 0;
    display: flex;
    flex-direction: column;
    gap: var(--fk-sp-8);
}

#product_description ul li {
    display: flex;
    align-items: baseline;
    gap: var(--fk-sp-8);
}

#product_description ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: var(--fk-radius-circle);
    background: var(--fk-gradient-accent);
    flex-shrink: 0;
    transform: translateY(-2px);
}

#product_description img {
    max-width: 100%;
    height: auto;
    border-radius: var(--fk-radius-md);
    margin: var(--fk-sp-20) 0;
}

#product_description a {
    color: var(--fk-orange);
}

/* ==========================================================================
   REVIEWS & REVIEW FORM
   ========================================================================== */

.product-rating-summary {
    display: inline-flex;
    align-items: center;
    gap: var(--fk-sp-12);
    margin-bottom: var(--fk-sp-24);
    background: var(--fk-white);
    border: 1px solid var(--fk-border-grey);
    border-radius: var(--fk-radius-pill);
    padding: 8px var(--fk-sp-20);
}

.product-rating-summary .rating-stars {
    display: inline-flex;
    align-items: center;
    gap: 3px;
}

.product-rating-summary .rating-value {
    font-size: var(--fk-fs-14);
    font-weight: 600;
    color: var(--fk-black);
}

.review {
    border-radius: var(--fk-radius-md);
    padding: var(--fk-sp-20);
    margin-bottom: var(--fk-sp-16);
    transition: var(--fk-transition-base);
}

.review:hover {
    transform: translateY(-2px);
    box-shadow: var(--fk-shadow-md);
}

.review-head strong {
    font-size: var(--fk-fs-16);
    color: var(--fk-black);
}

.review-stars-box svg {
    width: 16px;
    height: 16px;
}

.review p {
    font-size: var(--fk-fs-15);
    line-height: 1.5;
    color: var(--fk-black);
}

/* Форма додавання відгуку */
.review-form.mini {
    max-width: 680px;
    margin: var(--fk-sp-32) 0 0 0;
    background-color: var(--fk-white);
    border: 1px solid var(--fk-border-grey);
    border-radius: var(--fk-radius-lg);
    padding: var(--fk-sp-32);
    box-sizing: border-box;
}

.review-form.mini fieldset {
    border: 1px solid var(--fk-border-grey);
    border-radius: var(--fk-radius-pill);
    padding: 0 var(--fk-sp-16) 4px;
    position: relative;
    background-color: var(--fk-white);
    margin-bottom: var(--fk-sp-20);
}

.review-form.mini fieldset legend {
    font-size: 13px;
    font-weight: 500;
    color: var(--fk-grey);
    padding: 0 var(--fk-sp-8);
    width: auto;
    float: none;
    margin-bottom: 0;
}

.review-form.mini fieldset input[type="text"] {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    font-size: var(--fk-fs-15);
    color: var(--fk-black);
    padding: 4px 0;
}

.stars-input {
    display: inline-flex;
    flex-direction: row-reverse;
    gap: var(--fk-sp-8);
    align-items: center;
}

.stars-input input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.stars-input label {
    font-size: 28px;
    cursor: pointer;
    user-select: none;
    color: var(--fk-border-grey);
    margin: 0;
    transition: transform 0.1s ease, color 0.15s ease;
}

.stars-input label:hover,
.stars-input label:hover ~ label,
.stars-input input:checked ~ label {
    color: var(--fk-orange);
}

.stars-hint {
    margin-left: var(--fk-sp-12);
    font-size: var(--fk-fs-15);
    font-weight: 600;
    color: var(--fk-black);
}

.form-notes {
    width: 100%;
    background-color: var(--fk-white);
    border: 1px solid var(--fk-border-grey);
    border-radius: var(--fk-radius-md);
    padding: var(--fk-sp-16);
    font-size: var(--fk-fs-15);
    color: var(--fk-black);
    outline: none;
    resize: vertical;
}

.form-notes:focus {
    border-color: var(--fk-orange);
}

/* ==========================================================================
   RESPONSIVE / MEDIA QUERIES
   ========================================================================== */

@media (max-width: 991.98px) {
    .product-gallery-sticky {
        position: static;
    }

    .product-main-figure {
        min-height: auto;
    }

    .product-featured-img {
        max-height: 380px;
    }

    .product-details-content,
    .product-details-flow {
        max-width: 100%;
        gap: var(--fk-sp-20);
    }

    .product-action-buttons {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    .product-action-buttons .btn-fk {
        width: 100%;
    }

    .product-media-buttons {
        flex-direction: column;
        align-items: stretch;
        gap: var(--fk-sp-12);
    }
}

@media (max-width: 575.98px) {
    .custom-nav .nav-link {
        width: 100%;
        text-align: center;
    }

    .review-form.mini {
        padding: var(--fk-sp-20) var(--fk-sp-16);
    }
}

/* ==========================================================================
   TEXTURED GROUP
   ========================================================================== */

.sections-textured-group {
    background-color: #ebebeb;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
    overflow-x: clip;
    border-radius: var(--fk-radius-xl);
}

.sections-textured-group .calculator-section {
    padding-bottom: 160px;
    background: transparent;
}

@media (max-width: 991.98px) {

    .sections-textured-group .calculator-section {
        padding-bottom: 20px;
    }

    .sections-textured-group .process-section {
        padding-top: 40px;
    }
}

/* ==========================================================================
   REVIEWS SECTION (ВІДГУКИ ПАРТНЕРІВ)
   ========================================================================== */

.reviews-section {
    color: var(--fk-black);
    padding: 160px 0;
}

.reviews-decor-exclamation {
    position: absolute;
    top: 0;
    left: -16px;
    transform: translate(-100%, 0);
    opacity: 0.9;
    pointer-events: none;
    height: 100px;
}

.reviews-main-title {
    font-size: clamp(28px, 3.2vw, 44px);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.5px;
    color: var(--fk-black);
    position: relative;
}

.reviews-header-desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.55;
    color: var(--fk-black);
}

.reviews-slick-slider .slick-list {
    padding: var(--fk-sp-10) 0 var(--fk-sp-20) 0;
}

.reviews-slick-slider .slick-track {
    display: flex;
}

.review-slide-item {
    height: auto;
}

.review-card {
    background: #f7f7f8;
    border: 1px solid var(--fk-border-grey);
    border-radius: var(--fk-radius-lg);
    overflow: hidden;
    height: 100%;
    min-height: 400px;
    transition: var(--fk-transition-base);
}

.review-card:hover {
    transform: translateY(-4px);
    border-color: #d1d2d6;
    box-shadow: var(--fk-shadow-md);
}

.review-photo-box {
    position: relative;
    width: 45%;
    min-width: 280px;
    background-color: #1a1a1a;
    flex-shrink: 0;
}

.review-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.review-card-body {
    padding: var(--fk-sp-24);
    flex-grow: 1;
}

.review-author-name {
    font-size: var(--fk-fs-18);
    font-weight: 700;
    color: var(--fk-black);
}

.review-feedback-text {
    font-size: var(--fk-fs-13);
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--fk-black);
}

@media (max-width: 991.98px) {
    .review-card {
        min-height: auto;
    }

    .review-photo-box {
        width: 100%;
        height: 280px;
    }
}

@media (max-width: 575.98px) {
    .reviews-bottom-controls {
        flex-direction: column;
        align-items: stretch;
    }

    .reviews-bottom-controls .btn-fk-outline {
        width: 100%;
    }

    .reviews-arrows-group {
        margin: 0 auto;
    }

    .reviews-section {
        padding: 70px 0;
    }

    .reviews-decor-exclamation {
        top: -65px;
        left: 0;
        height: 60px;
        transform: none;
    }
}

/* ==========================================================================
   CALCULATOR SECTION
   ========================================================================== */

.calculator-section {
    color: var(--fk-black);
}

.calculator-card-wrapper {
    background-color: var(--fk-white);
    border-radius: 36px;
    padding: 60px;
}

.calculator-header .calculator-brand-mark {
    width: 50px;
    height: 50px;
    color: var(--fk-orange);
}

.calculator-main-heading {
    font-size: clamp(24px, 2.5vw, 36px);
    font-weight: 800;
    letter-spacing: -0.5px;
    color: var(--fk-black);
}

.header-spacer {
    width: 50px;
}

.calculator-subtitle {
    font-size: var(--fk-fs-18);
    font-weight: 800;
    letter-spacing: 0.5px;
    color: var(--fk-black);
}

.slider-label {
    font-size: 14px;
    font-weight: 500;
    color: var(--fk-text-muted);
}

.slider-output {
    font-size: var(--fk-fs-20);
    font-weight: 700;
    color: var(--fk-black);
}

.slider-track-wrap {
    width: 100%;
    height: 36px;
    display: flex;
    align-items: center;
    background: transparent;
}

.custom-range-slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 6px;
    background: transparent;
    outline: none;
    margin: 0;
    cursor: pointer;
    border: 1.5px solid #201e1f;
    border-radius: var(--fk-radius-pill);
    padding: 8px;
}

.custom-range-slider::-webkit-slider-runnable-track {
    width: 100%;
    height: 6px;
    border-radius: 10px;
    background: linear-gradient(
            to right,
            #f8ba16 0%,
            #e93728 var(--progress, 20%),
            #f0f1f3 var(--progress, 20%),
            #f0f1f3 100%
    );
}

.custom-range-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 28px;
    height: 28px;
    border-radius: var(--fk-radius-circle);
    background: linear-gradient(216deg, #f8ba16 0%, #e93728 100%);
    box-shadow: 0 2px 6px rgba(235, 104, 44, 0.4);
    margin-top: -11px;
    border: none;
    transition: transform var(--fk-transition-fast);
}

.custom-range-slider::-webkit-slider-thumb:hover {
    transform: scale(1.1);
}

.custom-range-slider::-moz-range-track {
    width: 100%;
    height: 6px;
    border-radius: 10px;
    background: #f0f1f3;
}

.custom-range-slider::-moz-range-progress {
    height: 6px;
    border-radius: 10px;
    background: linear-gradient(216deg, #f8ba16 0%, #e93728 100%);
}

.custom-range-slider::-moz-range-thumb {
    width: 28px;
    height: 28px;
    border-radius: var(--fk-radius-circle);
    background: linear-gradient(216deg, #f8ba16 0%, #e93728 100%);
    box-shadow: 0 2px 6px rgba(235, 104, 44, 0.4);
    border: none;
}

.calculator-result-box {
    background-color: var(--fk-grey-bg);
    border-radius: var(--fk-radius-lg);
    padding: var(--fk-sp-24) var(--fk-sp-32);
}

.curly-arrow-decor {
    position: absolute;
    top: 24px;
    right: 0;
    transform: translate(50%, 0);
    pointer-events: none;
    width: 100px;
}

@media screen and (max-width: 576px) {
    .curly-arrow-decor {
        width: 30px;
        top: 50%;
        transform: rotate(15deg);
    }
}

.calculator-costs-list {
    padding-right: var(--fk-sp-16);
}

.cost-title {
    font-size: 14px;
    font-weight: 500;
    color: var(--fk-black);
}

.cost-value span:first-child {
    font-size: var(--fk-fs-16);
}

.calculator-big-result {
    border: 1px solid #e8e8ea;
    padding: var(--fk-sp-10) var(--fk-sp-20);
}

.text-orange {
    color: var(--fk-orange);
    font-size: var(--fk-fs-13);
}

@media (max-width: 991.98px) {
    .calculator-card-wrapper {
        padding: 30px 20px;
    }

    .calculator-header {
        flex-direction: column;
        gap: var(--fk-sp-16);
    }

    .header-spacer {
        display: none;
    }
}

/* ==========================================================================
   PROCESS SECTION (ПРОЦЕС ВІДКРИТТЯ КАВ'ЯРНІ)
   ========================================================================== */

.process-section {
    position: relative;
    color: var(--fk-black);
    overflow-x: clip;
    background-color: transparent;
    padding-top: 160px;
}

.process-main-title {
    font-size: 48px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0;
    color: var(--fk-black);
    text-transform: uppercase;
}

.process-header-desc {
    max-width: 720px;
    font-size: var(--fk-fs-16);
    font-weight: 400;
    line-height: 1.4;
    color: var(--fk-black);
}

.timeline-three-rows {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 40px;
    position: relative;
    overflow: visible;
}

.timeline-tier-top,
.timeline-tier-bottom {
    display: flex;
    width: 100%;
    overflow: visible;
}

.tier-col {
    flex: 1;
    width: calc(100% / 6);
    position: relative;
    overflow: visible;
}

.timeline-tier-top .tier-col.col-active {
    border-left: 2px dashed #eb682c;
    padding-bottom: 18px;
}

.timeline-tier-bottom .tier-col.col-active {
    border-left: 2px dashed #eb682c;
    padding-top: 18px;
}

.step-card-box {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding-left: 18px;
    width: 270px;
    white-space: normal;
}

.timeline-tier-bottom .tier-col:last-child .step-card-box {
    width: 270px;
    padding-right: 0;
}

.timeline-tier-middle {
    position: relative;
    width: 100%;
    height: 36px;
    display: flex;
    align-items: center;
    overflow: visible;
}

.timeline-solid-rail {
    position: absolute;
    left: 0;
    width: calc(100% + 40px);
    height: 8px;
    border-radius: 20px;
    background: var(--fk-gradient-accent);
    z-index: 1;
}

.tier-dots-row {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}

.dot-slot {
    flex: 1;
    width: calc(100% / 6);
    position: relative;
}

.dot-slot .step-dot {
    position: absolute;
    top: 50%;
    left: -1px;
    transform: translate(-50%, -50%);
}

.step-dot {
    width: 36px;
    height: 36px;
    border-radius: var(--fk-radius-circle);
    background: var(--fk-gradient-accent);
    box-shadow: 0 4px 12px rgba(235, 104, 44, 0.4);
}

.step-num {
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    color: var(--fk-orange);
    flex-shrink: 0;
    margin-top: 1px;
}

.step-text-wrap {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.step-title {
    font-size: var(--fk-fs-18);
    font-weight: 600;
    line-height: 1.25;
    color: var(--fk-black);
    text-transform: uppercase;
    margin-bottom: 0;
}

.step-desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: var(--fk-black);
}

.mobile-step-left {
    position: relative;
    width: 32px;
    flex-shrink: 0;
}

.mobile-dot {
    position: static;
    transform: none;
    width: 28px;
    height: 28px;
    flex-shrink: 0;
}

.mobile-step-line {
    width: 2px;
    background: linear-gradient(180deg, var(--fk-orange) 0%, #f8ba16 100%);
    margin-top: 8px;
    margin-bottom: -8px;
}

.mobile-step-body .step-title {
    font-size: 17px;
}

.mobile-step-body .step-desc {
    font-size: 14px;
}

@media (min-width: 1200px) {
    .timeline-mobile-wrapper {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .timeline-mobile-wrapper {
        display: none !important;
    }
}

@media (max-width: 1399.98px) and (min-width: 1200px) {
    .step-card-box,
    .timeline-tier-bottom .tier-col:last-child .step-card-box {
        width: 225px;
        padding-left: 14px;
    }

    .step-num {
        font-size: 24px;
    }

    .step-title {
        font-size: 14px;
    }

    .step-desc {
        font-size: 12px;
    }
}

@media (max-width: 1199.98px) {
    .timeline-three-rows {
        display: none !important;
    }

    .timeline-mobile-wrapper {
        display: block !important;
    }

    .process-main-title {
        font-size: 28px;
    }

    .process-header-desc {
        font-size: 14px;
    }
}

@media (max-width: 575.98px) {
    .mobile-step-body .step-title {
        font-size: 15px;
    }

    .mobile-step-body .step-desc {
        font-size: 13px;
    }
}

/* ==========================================================================
   LOCATION SECTION (ОБЕРИ ЛОКАЦІЮ)
   ========================================================================== */

.location-section {
    padding: 150px 0;
    color: var(--fk-black);
}

.location-main-title {
    font-size: clamp(28px, 3.2vw, 48px);
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0;
    color: var(--fk-black);
    text-transform: uppercase;
}

.location-text {
    font-size: var(--fk-fs-16);
    font-weight: 400;
    line-height: 1.4;
    color: var(--fk-black);
}

.location-stat {
    font-size: var(--fk-fs-16);
    line-height: 1.4;
}

.stat-text {
    font-weight: 700;
    color: var(--fk-black);
}

.stat-number {
    font-size: var(--fk-fs-32);
    font-weight: 800;
    margin: 0 4px;
}

.location-types-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--fk-sp-16);
}

.location-type-card {
    padding: var(--fk-sp-14) 18px;
    border-radius: var(--fk-radius-md);
}

.location-type-icon {
    width: 44px;
    height: 44px;
    border-radius: var(--fk-radius-circle);
    background-color: var(--fk-orange);
    color: var(--fk-white);
    flex-shrink: 0;
}

.location-type-icon svg {
    display: block;
}

.location-type-label {
    font-size: var(--fk-fs-13);
    font-weight: 700;
    line-height: 1.25;
    color: var(--fk-black);
}

.interactive-map-wrapper {
    max-width: 980px;
}

.map-container {
    width: 100%;
}

.map-image {
    display: block;
    height: auto;
}

/* Точки на мапі */
.map-point {
    position: absolute;
    z-index: 5;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-decoration: none;
}

.map-point:hover {
    z-index: 20;
}

.point-dot {
    width: 16px;
    height: 16px;
    background-color: var(--fk-white);
    border: 4px solid var(--fk-orange);
    border-radius: var(--fk-radius-circle);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 2;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), background-color 0.2s ease, border-color 0.2s ease;
}

.point-pulse {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
    background-color: rgba(235, 104, 44, 0.6);
    border-radius: var(--fk-radius-circle);
    z-index: 1;
    animation: mapPulse 2s infinite;
}

@keyframes mapPulse {
    0% {
        width: 16px;
        height: 16px;
        opacity: 0.8;
        border: 0 solid var(--fk-orange);
    }
    50% {
        opacity: 0.4;
    }
    100% {
        width: 50px;
        height: 50px;
        opacity: 0;
        border: 2px solid rgba(235, 104, 44, 0);
    }
}

.map-point:hover .point-dot {
    transform: scale(1.3);
    background-color: var(--fk-orange);
    border-width: 2px;
    border-color: var(--fk-white);
    box-shadow: 0 0 15px 5px rgba(235, 104, 44, 0.5);
}

.btn-location-action {
    width: 240px;
}

@media (max-width: 991.98px) {
    .location-types-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767.98px) {
    .point-dot {
        width: 12px;
        height: 12px;
        box-shadow: 0 0 10px 3px rgba(235, 104, 44, 0.7);
    }
}

@media (max-width: 575.98px) {
    .location-types-grid {
        gap: var(--fk-sp-12);
    }

    .btn-location-action {
        width: 100%;
    }
}

/* ==========================================================================
   CTA PROFIT FORM (ДІЗНАТИСЬ ПРИБУТОК)
   ========================================================================== */

.cta-form-section {
    position: relative;
    padding-top: 80px;
    padding-bottom: 100px;
    color: var(--fk-black);
}

.cta-form-card {
    background: var(--fk-white);
    border: 1px solid var(--fk-border-grey);
    border-radius: var(--fk-radius-xl);
    overflow: hidden;
    padding: 60px var(--fk-sp-40);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
}

.cta-decor-curve {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 580px;
    pointer-events: none;
    z-index: 1;
    height: auto;
}

.cta-machine-wrap {
    position: relative;
    z-index: 2;
    max-width: 480px;
}

.cta-machine-img {
    max-height: 580px;
    object-fit: contain;
    filter: drop-shadow(0 18px 32px rgba(0, 0, 0, 0.1));
}

.cta-content-wrap {
    position: relative;
    z-index: 2;
}

.cta-main-title {
    font-size: clamp(28px, 3.2vw, 48px);
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0;
    color: var(--fk-black);
    text-transform: uppercase;
}

.cta-header-desc {
    max-width: 380px;
    font-size: var(--fk-fs-16);
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    color: var(--fk-black);
}

.cta-form {
    max-width: 440px;
    margin: 0 auto;
}

.cta-inputs-stack {
    display: flex;
    flex-direction: column;
    gap: var(--fk-sp-16);
}

.cta-field {
    position: relative;
    width: 100%;
}

.cta-submit-btn {
    height: 60px;
    font-size: var(--fk-fs-20);
    font-weight: 600;
}

@media (max-width: 991.98px) {
    .cta-form-card {
        padding: var(--fk-sp-40) var(--fk-sp-20);
        border-radius: var(--fk-radius-lg);
    }

    .cta-machine-img {
        max-height: 420px;
        margin-bottom: 30px;
    }

    .cta-header-desc {
        font-size: 14px;
    }

    .cta-submit-btn {
        height: 54px;
        font-size: var(--fk-fs-18);
    }
}