.services-page {
    padding-bottom: 2.75rem;
    color: #293825;
}

[x-cloak] {
    display: none !important;
}

.services-intro,
.services-bundles,
.services-section-block,
.services-catalog,
.services-cta {
    border: 1px solid #dde7d0;
    background: #fff;
    box-shadow: 0 16px 36px rgba(35, 54, 28, 0.06);
}

.services-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 1.25rem;
    margin-bottom: 1.35rem;
    padding: 1.1rem 1.2rem;
    border-radius: 0.75rem;
    background: linear-gradient(135deg, #fbfdf7 0%, #ffffff 58%, #f4f8ed 100%);
}

.services-intro-copy {
    max-width: 42rem;
}

.services-kicker {
    display: inline-flex;
    align-items: center;
    margin-bottom: 0.45rem;
    color: #677042;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.services-section-heading h3,
.bundle-card h4,
.service-card h4 {
    margin: 0;
    color: #20321d;
}

.services-intro p,
.services-section-heading p,
.service-audience,
.bundle-copy {
    margin: 0;
    color: #5a6855;
    line-height: 1.65;
}

.services-intro p {
    max-width: 36rem;
    font-size: 0.95rem;
}

.services-intro-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.65rem;
}

.services-primary-link,
.services-secondary-link,
.services-anchor-nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.services-primary-link,
.services-secondary-link {
    min-height: 2.75rem;
    min-width: 9.75rem;
    padding: 0.72rem 1.05rem;
    border-radius: 0.55rem;
    font-size: 0.93rem;
    font-weight: 700;
}

.services-primary-link {
    background: #5d623f;
    color: #fff;
    box-shadow: 0 10px 18px rgba(93, 98, 63, 0.18);
}

.services-primary-link:hover {
    background: #485033;
    color: #fff;
    transform: translateY(-1px);
}

.services-secondary-link {
    border: 1px solid #cbd8bd;
    background: #fff;
    color: #354830;
}

.services-secondary-link:hover {
    border-color: #aebf9e;
    background: #f7faf2;
    color: #263720;
}

.services-bundles,
.services-section-block,
.services-catalog,
.services-cta {
    padding: 1.25rem;
    border-radius: 0.75rem;
}

.services-bundles {
    margin-bottom: 1.15rem;
}

.services-catalog {
    margin-bottom: 1.15rem;
}

.services-catalog-head {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.services-catalog-head h3,
.services-cta h3 {
    margin: 0;
    color: #20321d;
    font-size: clamp(1.2rem, 1.8vw, 1.55rem);
    font-weight: 700;
    line-height: 1.25;
}

.services-catalog-head p,
.services-cta p {
    max-width: 48rem;
    margin: 0.35rem 0 0;
    color: #5a6855;
    font-size: 0.94rem;
    line-height: 1.6;
}

.services-section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0.55rem;
    margin-bottom: 1rem;
}

.services-section-title {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.services-section-icon,
.bundle-icon,
.service-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    color: #5d623f;
    background: #edf4e2;
}

.services-section-icon {
    width: 2.65rem;
    height: 2.65rem;
    border-radius: 0.65rem;
    font-size: 1rem;
}

.services-section-heading h3 {
    font-size: clamp(1.25rem, 2vw, 1.65rem);
    font-weight: 700;
    line-height: 1.25;
}

.services-section-heading p {
    max-width: 48rem;
    font-size: 0.95rem;
}

.bundle-card,
.service-card {
    position: relative;
    height: 100%;
    overflow: hidden;
    border: 1px solid #e3ead9;
    border-radius: 0.75rem;
    background: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.bundle-card:hover,
.service-card:hover {
    border-color: #cbd9bd;
    box-shadow: 0 18px 34px rgba(35, 54, 28, 0.09);
    transform: translateY(-2px);
}

.bundle-card {
    padding: 1.15rem;
}

.bundle-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: #769244;
}

.bundle-card-exporter::before {
    background: #2d7264;
}

.bundle-card-investor::before {
    background: #8a6c2f;
}

.bundle-icon {
    width: 2.75rem;
    height: 2.75rem;
    margin-bottom: 0.95rem;
    border-radius: 0.7rem;
    font-size: 1rem;
}

.bundle-card-exporter .bundle-icon {
    color: #2d7264;
    background: #e8f4f1;
}

.bundle-card-investor .bundle-icon {
    color: #8a6c2f;
    background: #f7f0df;
}

.bundle-price,
.service-price {
    color: #2d4327;
    font-weight: 800;
}

.bundle-price {
    font-size: 0.98rem;
    line-height: 1.35;
    text-align: right;
}

.bundle-card h4 {
    margin-bottom: 0.45rem;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.35;
}

.bundle-copy {
    margin-bottom: 0.95rem;
    font-size: 0.92rem;
}

.bundle-card .services-row-action {
    margin-top: 1rem;
}

.services-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-bottom: 1rem;
    padding: 0.65rem;
    border: 1px solid rgba(221, 231, 208, 0.9);
    border-radius: 0.75rem;
    background: #f7faf2;
}

.services-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 2.35rem;
    padding: 0.62rem 0.88rem;
    border-radius: 0.55rem;
    border: 1px solid #dfe8d2;
    background: #fff;
    color: #3c4d37;
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1.2;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.services-tab:hover,
.services-tab.is-active {
    border-color: #bfcfac;
    background: #eef4e5;
    color: #253420;
}

.services-tab.is-active {
    box-shadow: inset 0 0 0 1px #97ad6d;
}

.services-section-block {
    padding: 1rem 0 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    scroll-margin-top: 5.5rem;
}

.services-section-block:nth-child(odd) {
    background: transparent;
}

.services-service-list {
    display: grid;
    gap: 0.75rem;
}

.service-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(11rem, auto);
    gap: 1rem;
    align-items: start;
    padding: 0.95rem;
    border: 1px solid #e3ead9;
    border-radius: 0.7rem;
    background: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.service-row:hover {
    border-color: #cbd9bd;
    box-shadow: 0 14px 28px rgba(35, 54, 28, 0.07);
}

.service-row-main {
    display: flex;
    gap: 0.8rem;
    min-width: 0;
}

.service-row-copy {
    min-width: 0;
}

.service-row-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    align-items: center;
    margin-bottom: 0.4rem;
}

.service-row h4 {
    margin: 0 0 0.25rem;
    color: #20321d;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35;
}

.service-row-side {
    display: grid;
    justify-items: end;
    gap: 0.65rem;
}

.service-price-mobile {
    display: none;
}

.services-row-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 2.35rem;
    padding: 0.58rem 0.86rem;
    border-radius: 0.5rem;
    border: 1px solid #cbd8bd;
    background: #fff;
    color: #354830;
    font-size: 0.86rem;
    font-weight: 800;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.services-row-action:hover {
    border-color: #9eb287;
    background: #eef4e5;
    color: #20321d;
}

.service-details {
    grid-column: 1 / -1;
    border-top: 1px solid #edf1e6;
    padding-top: 0.75rem;
}

.service-details summary {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: #54613b;
    cursor: pointer;
    font-size: 0.82rem;
    font-weight: 800;
    list-style: none;
}

.service-details summary::-webkit-details-marker {
    display: none;
}

.service-details summary i {
    font-size: 0.72rem;
    transition: transform 0.2s ease;
}

.service-details[open] summary i {
    transform: rotate(180deg);
}

.service-details-body {
    margin-top: 0.75rem;
    padding: 0.85rem;
    border-radius: 0.6rem;
    background: #f8fbf4;
}

.service-details-body h5 {
    margin: 0 0 0.65rem;
    color: #42523d;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.services-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    background: #f9fbf5;
}

.service-card {
    display: flex;
    flex-direction: column;
    padding: 1.1rem;
}

.service-card-icon {
    width: 2.45rem;
    height: 2.45rem;
    margin-bottom: 0.85rem;
    border-radius: 0.65rem;
    font-size: 0.92rem;
}

.bundle-card-top,
.service-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.8rem;
    margin-bottom: 0.85rem;
}

.service-badge {
    display: inline-flex;
    align-items: center;
    min-height: 1.85rem;
    padding: 0.36rem 0.62rem;
    border-radius: 0.45rem;
    background: #edf3e3;
    color: #54613b;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    line-height: 1.2;
    text-transform: uppercase;
}

.service-price {
    max-width: 50%;
    text-align: right;
    font-size: 0.98rem;
    line-height: 1.35;
}

.service-card h4 {
    margin-bottom: 0.55rem;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.35;
}

.service-card-copy {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #edf1e6;
}

.service-audience {
    font-size: 0.92rem;
}

.service-card-details {
    margin-top: auto;
}

.service-card-details h5 {
    margin: 0 0 0.65rem;
    color: #42523d;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.services-checklist {
    margin: 0;
    padding: 0;
    list-style: none;
}

.services-checklist li {
    position: relative;
    padding-left: 1.25rem;
    color: #40503b;
    font-size: 0.92rem;
    line-height: 1.55;
}

.services-checklist li + li {
    margin-top: 0.45rem;
}

.services-checklist li::before {
    content: "\f00c";
    position: absolute;
    top: 0.12rem;
    left: 0;
    color: #738845;
    font-family: "Font Awesome 6 Free";
    font-size: 0.74rem;
    font-weight: 900;
}

@media (max-width: 991px) {
    .services-intro {
        grid-template-columns: 1fr;
    }

    .services-intro-actions {
        justify-content: flex-start;
    }

    .service-row {
        grid-template-columns: 1fr;
    }

    .service-row-side {
        display: flex;
        justify-content: space-between;
        justify-items: stretch;
        align-items: center;
    }

    .service-row-side .service-price {
        display: none;
    }

    .service-price-mobile {
        display: inline-flex;
        max-width: none;
        text-align: left;
        font-size: 0.82rem;
    }
}

@media (max-width: 767px) {
    .services-page {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    .services-intro,
    .services-bundles,
    .services-section-block {
        padding: 1rem;
        border-radius: 0.65rem;
    }

    .services-tabs {
        gap: 0.5rem;
        padding: 0;
        border: 0;
        background: transparent;
    }

    .services-tab,
    .services-primary-link,
    .services-secondary-link {
        width: 100%;
    }

    .services-catalog-head,
    .services-cta {
        flex-direction: column;
        align-items: stretch;
    }

    .service-row-main {
        flex-direction: column;
    }

    .bundle-card-top,
    .service-card-top {
        flex-direction: column;
    }

    .bundle-price,
    .service-price {
        max-width: 100%;
        text-align: left;
    }
}
