/**
 * KPress + Aigocy theme bridge
 */

:root {
    --color-primary: var(--brand);
    --color-accent: #ff6f00;
    --color-muted: var(--secondary);
    --color-text: var(--primary);
    --space-2: 16px;
    --space-3: 24px;
    --font_instrument: 'Cabin', sans-serif;
}

body {
    font-family: 'Cabin', sans-serif !important;
}

/* Theme sets Urbanist on a, headings – override everywhere text appears */
a,
button,
input,
select,
textarea,
label,
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.font-main,
.tf-btn,
.tf-btn-2,
.item-link,
.link1,
.nav-menu-main,
.nav-menu-main .item-link,
.tf-header a,
.section-hero a,
.section-hero .sub,
.section-hero .text,
.section-hero .scroll-more,
.section-hero .scroll-more span,
.section-hero .bot-btns a,
.featured a,
.featured__all-link,
.featured-filters__input,
.featured-filters__submit,
.featured-filters__clear,
.featured-table__order,
.kpress-card,
.kpress-card a,
.kpress-package-card,
.kpress-package-card a,
.kpress-package-card__buy,
.kpress-filter-bar,
.kpress-filter-bar a,
.kpress-pagination a,
.box-contact-item,
.heading-sub,
.heading-title,
.text-display-2,
.text-gradient-1,
.text-gradient-2,
.text-gradient-3,
.fw-semibold,
.fw-bold {
    font-family: 'Cabin', sans-serif !important;
}

footer .tf-social-1 a .social-item img,
footer .tf-social-1 a .social-item svg {
    display: block;
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.kpress-benefits-single {
    max-width: 920px;
    margin: 0 auto;
}

.kpress-benefits-single .benefits-box {
    margin-bottom: 0;
}

.kpress-features-shell {
    position: relative;
}

.kpress-features-shell .container.z-5 {
    position: relative;
    z-index: 5;
}

.kpress-features-shell .features-wrap {
    justify-content: space-between;
}

.kpress-features-shell .features-center {
    flex-shrink: 0;
}

.kpress-features-shell .features-center img {
    display: block;
    width: 86px;
    height: auto;
}

.kpress-side-line-main {
    display: none;
}

.kpress-side-line-center {
    max-width: 440px;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .kpress-side-line-main {
        display: block;
    }
}

@media (max-width: 991px) {
    .kpress-features-shell .features-col.col-left {
        margin-bottom: 24px;
    }
}

.kpress-benefits-row {
    display: grid;
    gap: 24px;
    margin-bottom: 24px;
}

.kpress-benefits-row:last-child {
    margin-bottom: 0;
}

.kpress-benefits-row:first-of-type {
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
}

.kpress-benefits-row:last-of-type {
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
}

.kpress-benefits-col {
    min-width: 0;
}

.fw-semibold {
    font-weight: 600;
}

.fw-bold {
    font-weight: 700;
}

.icon,
[class^="icon-"]::before,
[class*=" icon-"]::before {
    font-family: 'icomoon' !important;
}

.kpress-heading .heading-title {
    font-family: 'Cabin', sans-serif !important;
}

.kpress-heading-desc {
    margin: 16px auto 0;
    max-width: 640px;
    font-size: calc(1em + 3px);
    line-height: 1.65;
}

.kpress-heading.center .kpress-heading-desc {
    text-align: center;
}

.featured .kpress-heading {
    margin-bottom: 40px;
}

.featured__top--compact {
    align-items: center;
}

.featured__top--compact .featured__count {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(253, 58, 37, 0.1);
    color: var(--brand);
    font-size: 0.8125rem;
    font-weight: 700;
}

.kpress-header-inner {
    justify-content: space-between;
    gap: 16px;
    padding: 8px 8px 8px 28px;
}

.kpress-header-inner .box-navigation {
    flex: 1;
    display: flex;
    justify-content: center;
}

.kpress-header-inner .nav-menu-main {
    justify-content: center;
    flex-wrap: wrap;
}

.section-hero .content-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.page--home .section-hero {
    min-height: auto;
    padding-bottom: 20px;
}

.page--home .section-hero .content-wrap {
    padding: 132px 0 36px;
}

.page--home .section-hero .hero-image {
    inset: 16px;
    bottom: 16px;
}

.page--home .section-hero .scroll-more.kpress-scroll-more {
    position: static;
    left: auto;
    transform: none;
    margin-top: 28px;
    width: auto;
    min-width: 220px;
    height: auto;
    padding: 12px 28px;
    border-radius: 999px;
    background-color: #edecec;
    box-shadow: 0 2px 8px rgba(9, 9, 11, 0.06);
}

.kpress-process-band {
    padding-top: 0;
    padding-bottom: 56px;
}

.kpress-process-layout {
    display: grid;
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
    gap: 24px;
    align-items: stretch;
}

.kpress-process-layout__head,
.kpress-process-layout__slide {
    min-width: 0;
}

.kpress-process-slider {
    overflow: hidden;
}

.kpress-process-slider__track {
    display: flex;
    gap: 24px;
    will-change: transform;
}

.kpress-process-slider__slide {
    flex: 0 0 auto;
    min-width: 0;
}

.kpress-process-band .process-card .content .title {
    font-size: 1rem;
    letter-spacing: 0.02em;
}

.kpress-process-band .process-card .content .text {
    font-size: 0.9375rem;
    line-height: 1.65;
}

.kpress-process-band .group-btn-slider button {
    border: 0;
    cursor: pointer;
    padding: 0;
}

.kpress-process-band .group-btn-slider button:disabled {
    cursor: default;
}

.section-hero .content-wrap .title {
    width: 100%;
}

.section-hero .content-wrap .title .title2 {
    display: block;
    margin-top: 13px;
}

.section-hero .content-wrap .text.kpress-hero-desc {
    font-size: calc(1em + 3px);
    line-height: 1.65;
    max-width: 640px;
}

body.page--home {
    background-color: var(--body);
}

.section-hero .hero-image {
    background-image: url('../theme/images/section/hero-1.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
}

.effectFade,
.fadeUp,
.fadeRotateX,
.fadeZoom,
.textFadeUp,
.textFadeUp2,
.animate-box {
    opacity: 1 !important;
    transform: none !important;
}

@media (max-width: 768px) {
    .section-hero {
        min-height: auto;
    }

    .page--home .section-hero .content-wrap {
        padding: 108px 0 28px;
    }

    .page--home .section-hero .scroll-more.kpress-scroll-more {
        margin-top: 20px;
        min-width: 200px;
        padding: 10px 22px;
    }

    .section-hero .hero-image {
        inset: 8px;
        bottom: 8px;
        border-radius: 24px;
    }
}

.kpress-nav-toggle {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.kpress-nav-toggle:checked ~ .header-inner .box-navigation {
    display: block;
}

.kpress-hide-mobile {
    display: none;
}

.kpress-hide-desktop {
    display: inline-flex;
}

@media (min-width: 992px) {
    .kpress-hide-mobile {
        display: inline-flex;
    }

    .kpress-hide-desktop {
        display: none;
    }

    .box-navigation {
        display: block !important;
    }
}

@media (max-width: 991px) {
    .tf-header .header-inner {
        flex-wrap: wrap;
        gap: 12px;
    }

    .tf-header .box-navigation {
        display: none;
        width: 100%;
        order: 3;
        padding: 12px 0 4px;
    }

    .kpress-header-inner .box-navigation {
        justify-content: center;
    }

    .nav-menu-main {
        flex-direction: column;
        align-items: center;
        gap: 4px;
        width: 100%;
    }

    .nav-menu-main .item-link {
        display: block;
        padding: 10px 12px;
        border-radius: 8px;
        text-align: center;
    }

    .nav-menu-main .item-link.active,
    .nav-menu-main .item-link:hover {
        background: var(--neutral-100);
    }
}

.nav-menu-main .item-link.active {
    color: var(--brand);
}

.section-featured-wrap {
    padding-top: 0;
}

.section-featured-wrap .featured {
    padding: 0;
}

.section-featured-wrap .featured .kpress-heading {
    margin-bottom: 48px;
}

.section-featured-wrap .featured__panel {
    border: none;
}

.section-hero .content-wrap .title,
.section-hero .content-wrap .title .title1,
.section-hero .content-wrap .title .title2,
.text-display-2 {
    font-family: 'Cabin', sans-serif !important;
}

.kpress-pricing-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.kpress-pricing-grid .pricing-item {
    height: 100%;
}

.kpress-pricing-top-title {
    display: flex;
    align-items: center;
    gap: 8px;
}

.kpress-pricing-price {
    display: flex;
    align-items: flex-end;
    gap: 14px;
}

.kpress-pricing-subline {
    display: inline-block;
    margin-top: 8px;
    font-size: clamp(1.25rem, 2.5vw, 2rem);
    line-height: 1.3;
}

.kpress-package-image {
    margin: -8px -8px 20px;
    border-radius: 24px 24px 0 0;
    overflow: hidden;
}

.kpress-package-image img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 220px;
    object-fit: contain;
    object-position: center;
    background: var(--white);
}

.pricing-item .kpress-package-image + .top {
    margin-top: 0;
}

.section-pricing .pricing-item .heading .tf-btn,
.section-pricing .pricing-item.style-black .heading .tf-btn {
    font-family: 'Cabin', sans-serif !important;
    flex-shrink: 0;
}

.section-pricing .pricing-item .content .title,
.section-pricing .pricing-item .content .text,
.section-pricing .pricing-item .content .list-text li {
    font-family: 'Cabin', sans-serif !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.kpress-faq-wrap {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
}

.accordion-asked .accordion-button {
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    text-align: left;
    cursor: pointer;
    color: inherit;
    font-family: 'Cabin', sans-serif !important;
}

.accordion-asked .accordion-body {
    font-family: 'Cabin', sans-serif !important;
    color: var(--secondary);
    font-size: 16px;
    line-height: 24px;
}

.accordion-collapse.collapse:not(.show) {
    display: none;
}

.accordion-collapse.collapse.show {
    display: block;
}

.kpress-section-intro {
    background-color: var(--body);
}

.kpress-section-intro .heading-section {
    padding-top: 8px;
}

.kpress-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.kpress-card {
    background: var(--white);
    border: 1px solid var(--neutral-200);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(9, 9, 11, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.kpress-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(9, 9, 11, 0.1);
}

.kpress-card__media {
    aspect-ratio: 16/10;
    overflow: hidden;
    background: var(--neutral-100);
}

.kpress-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kpress-card--tanitim .kpress-card__media {
    aspect-ratio: auto;
    min-height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 16px 16px 0;
    border-radius: 20px;
    overflow: hidden;
    background: var(--white);
}

.kpress-card--tanitim .kpress-card__media img {
    width: 100%;
    height: auto;
    max-height: 320px;
    object-fit: contain;
    object-position: center;
}

.kpress-card__body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.kpress-card__cat {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--brand);
}

.kpress-card__title {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--primary);
}

.kpress-card__desc {
    margin: 0;
    color: var(--secondary);
    font-size: 0.9375rem;
    flex: 1;
}

.kpress-card__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 8px;
}

.kpress-card__price {
    font-weight: 700;
    color: var(--brand);
}

.kpress-cards--packages {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.kpress-package-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    border-radius: 32px;
    background: var(--neutral-100);
    box-shadow:
        0 7.77px 16px rgba(0, 0, 0, 0.059),
        0 3px 3px rgba(0, 0, 0, 0.102),
        inset 0 -8px 0 rgba(0, 0, 0, 0.051),
        inset 0 4px 0 rgba(255, 255, 255, 0.6);
    overflow: hidden;
    transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s ease;
}

.kpress-package-card:hover {
    transform: translateY(-6px);
    box-shadow:
        0 18px 36px rgba(253, 58, 37, 0.12),
        inset 0 -8px 0 rgba(0, 0, 0, 0.051),
        inset 0 4px 0 rgba(255, 255, 255, 0.72);
}

.kpress-package-card__media {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 160px;
    margin: 20px 20px 0;
    padding: 18px;
    border-radius: 24px;
    background:
        radial-gradient(circle at top right, rgba(253, 58, 37, 0.08), transparent 55%),
        var(--white);
    border: 1px solid rgba(228, 228, 231, 0.9);
}

.kpress-package-card__media img {
    width: 100%;
    height: auto;
    max-height: 280px;
    object-fit: contain;
    object-position: center;
}

.kpress-package-card__content {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 22px 24px 24px;
    flex: 1;
}

.kpress-package-card__header {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.kpress-package-card__badge {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(253, 58, 37, 0.1);
    color: var(--brand);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.kpress-package-card__title {
    margin: 0;
    font-size: 1.375rem;
    line-height: 1.25;
    color: var(--primary);
}

.kpress-package-card__desc {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.6;
}

.kpress-package-card__metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.kpress-package-metric {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-height: 72px;
    padding: 12px 10px;
    border-radius: 20px;
    background: var(--white);
    box-shadow:
        inset 0 -4px 0 rgba(0, 0, 0, 0.04),
        inset 0 2px 0 rgba(255, 255, 255, 0.85),
        0 6px 16px rgba(9, 9, 11, 0.05);
}

.kpress-package-metric__label {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--secondary);
}

.kpress-package-metric__value {
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1;
    color: var(--primary);
    font-variant-numeric: tabular-nums;
}

.kpress-package-specs {
    display: grid;
    gap: 10px;
    padding-top: 4px;
    border-top: 1px solid transparent;
    background: linear-gradient(90deg, rgba(212, 212, 216, 0) 0%, #D4D4D8 50%, rgba(212, 212, 216, 0) 100%) top / 100% 1px no-repeat;
}

.kpress-package-spec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 36px;
}

.kpress-package-spec__label {
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--secondary);
}

.kpress-package-spec__value {
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--primary);
    font-variant-numeric: tabular-nums;
    text-align: right;
}

.kpress-link-badge {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
}

.kpress-link-badge--dofollow {
    background: rgba(34, 197, 94, 0.12);
    color: #15803d;
}

.kpress-link-badge--nofollow {
    background: rgba(113, 113, 122, 0.12);
    color: #52525b;
}

.kpress-link-badge--sponsored {
    background: rgba(245, 158, 11, 0.14);
    color: #b45309;
}

.kpress-package-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: auto;
    padding-top: 18px;
    background: linear-gradient(90deg, rgba(212, 212, 216, 0) 0%, #D4D4D8 50%, rgba(212, 212, 216, 0) 100%) top / 100% 1px no-repeat;
}

.kpress-package-card__price {
    font-size: 1.375rem;
    background: linear-gradient(90deg, #EA2B16 0%, #FF3B26 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.kpress-package-card__buy {
    min-height: 44px;
    padding: 0 22px;
    font-size: 0.875rem;
    font-family: 'Cabin', sans-serif !important;
    flex-shrink: 0;
}

.kpress-card__da-bar {
    height: 8px;
    background: var(--neutral-100);
    border-radius: 999px;
    overflow: hidden;
    margin: 8px 0;
}

.kpress-card__da-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--brand), #ff6f00);
}

.kpress-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.kpress-info-box {
    padding: 28px;
    border-radius: 16px;
    border: 1px solid var(--neutral-200);
    background: var(--white);
    box-shadow: 0 8px 24px rgba(9, 9, 11, 0.04);
}

.kpress-info-box h3 {
    margin: 0 0 12px;
    color: var(--primary);
}

.kpress-info-box ul {
    margin: 12px 0 0;
    padding-left: 18px;
    color: var(--secondary);
}

.kpress-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 32px;
    list-style: none;
    padding: 0;
}

.kpress-pagination__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 12px;
    border-radius: 10px;
    border: 1px solid var(--neutral-200);
    background: var(--white);
    color: var(--primary);
    font-weight: 600;
}

.kpress-pagination__link:hover,
.kpress-pagination__link--active {
    background: var(--brand);
    border-color: var(--brand);
    color: var(--white);
    text-decoration: none;
}

.kpress-filter-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 32px;
    padding: 10px;
    border-radius: 999px;
    background: var(--neutral-100);
    box-shadow:
        inset 0 -4px 0 rgba(0, 0, 0, 0.04),
        inset 0 2px 0 rgba(255, 255, 255, 0.75),
        0 8px 20px rgba(9, 9, 11, 0.05);
}

.kpress-filter-bar__link {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 18px;
    border-radius: 999px;
    color: var(--secondary);
    font-weight: 600;
    font-size: 0.875rem;
    transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.kpress-filter-bar__link:hover,
.kpress-filter-bar__link--active {
    background: var(--white);
    color: var(--brand);
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(253, 58, 37, 0.12);
}

.kpress-empty {
    padding: 48px 24px;
    text-align: center;
    color: var(--secondary);
    border: 1px dashed var(--neutral-300);
    border-radius: 16px;
}

.kpress-page-hero {
    padding: 140px 0 48px;
}

footer .footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

footer .footer-links a {
    text-decoration: none;
}

footer .footer-links a:hover {
    text-decoration: none;
}

.kpress-footer-modern .footer-image img {
    object-fit: contain;
    object-position: center bottom;
}

.kpress-footer-social {
    display: flex;
    justify-content: center;
    width: 100%;
}

.kpress-footer-social .tf-social-1 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

.kpress-footer-bottom {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 72px;
    padding: 40px 0;
}

.kpress-footer-bottom > * {
    width: auto !important;
}

.kpress-footer-bottom .coppy-rights {
    margin: 0;
    text-align: center;
}

.kpress-footer-bottom .action-go-top {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .kpress-footer-social .tf-social-1 {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        width: min(100%, 320px);
    }

    .kpress-footer-social .tf-social-1 a {
        justify-content: center;
    }

    .kpress-footer-bottom {
        flex-direction: column;
        gap: 12px;
        padding-top: 28px;
        padding-bottom: 28px;
    }

    .kpress-footer-bottom .action-go-top {
        position: static;
        transform: none;
        justify-content: center !important;
    }
}

.kpress-contact-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-bottom: 48px;
}

.kpress-contact-info {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}

.kpress-contact-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 24px;
}

.kpress-card__da-label {
    font-size: 0.875rem;
}

@media (max-width: 768px) {
    .kpress-contact-grid {
        grid-template-columns: 1fr;
    }
}

.whatsapp-btn {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 1000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #25d366;
    box-shadow: 0 4px 16px rgba(37, 211, 102, 0.45);
    transition: transform 0.2s ease;
}

.whatsapp-btn:hover {
    transform: scale(1.1);
    text-decoration: none;
}

.whatsapp-btn img {
    width: 28px;
    height: 28px;
}

.skip-link {
    position: absolute;
    left: -9999px;
    top: 0;
    z-index: 2000;
    padding: 8px 16px;
    background: var(--brand);
    color: var(--white);
}

.skip-link:focus {
    left: 16px;
}

@media (max-width: 1024px) {
    .kpress-process-layout {
        grid-template-columns: 1fr;
    }

    .kpress-process-layout .heading-section.mb-80 {
        margin-bottom: 40px;
    }

    .kpress-benefits-row:first-of-type,
    .kpress-benefits-row:last-of-type {
        grid-template-columns: 1fr;
    }

    .kpress-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .kpress-cards--packages {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .kpress-pricing-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .kpress-process-band {
        padding-bottom: 40px;
    }

    .kpress-cards,
    .kpress-cards--packages,
    .kpress-info-grid {
        grid-template-columns: 1fr;
    }

    .kpress-package-card__footer {
        flex-direction: column;
        align-items: stretch;
    }

    .kpress-package-card__buy {
        width: 100%;
        justify-content: center;
    }

    .whatsapp-btn {
        width: 48px;
        height: 48px;
        left: 16px;
        bottom: 16px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .featured__badge,
    .featured-table__row,
    .featured-table__add,
    .featured-table__hint,
    .kpress-card {
        animation: none;
        transition: none;
    }
}
