/* KC Tecnologia native article style: production clean CSS */
.kct-article {
    --kct-bg: #101920;
    --kct-blue: #06293F;
    --kct-card: #101F2A;
    --kct-line: #07598C;
    --kct-line-soft: #183A5A;
    --kct-accent: #F7A600;
    --kct-accent-2: #FFC300;
    --kct-text: #fff;
    --kct-muted: rgba(255, 255, 255, .78);
    --kct-dark: #0E2A40;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    color: var(--kct-text);
    background: var(--kct-bg);
    overflow: hidden
}

.kct-article * {
    box-sizing: border-box
}

.kct-article a {
    color: inherit;
    text-decoration: none
}

.kct-article img {
    max-width: 100%;
    height: auto
}

.kct-reading-progress {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    z-index: 9999;
    pointer-events: none
}

.kct-reading-progress span {
    display: block;
    width: 0;
    height: 100%;
    background: #F7A600
}

.kct-hero {
    position: relative;
    padding: 92px 0 96px;
    background: linear-gradient(180deg, #101920 0%, #0b1720 100%);
    overflow: hidden
}

.kct-breadcrumbs {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px 0;
    font-weight: 600;
    font-size: 13px;
    line-height: 1;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .86)
}

.kct-breadcrumbs a {
    transition: color .25s ease
}

.kct-breadcrumbs a:hover {
    color: var(--kct-accent)
}

.kct-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 520px);
    gap: 44px;
    align-items: stretch
}

.kct-hero__content {
    position: relative;
    min-height: 560px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 64px 54px;
    border-radius: 10px;
    background: var(--kct-blue);
    border: 1px solid rgba(255, 255, 255, .07);
    overflow: hidden
}

.kct-hero__content:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 7px;
    height: 100%;
    background: var(--kct-accent)
}

.kct-hero__content:after {
    content: "PREMIUM ICE";
    position: absolute;
    right: -16px;
    bottom: 22px;
    font-size: 82px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -.05em;
    color: rgba(255, 255, 255, .035);
    white-space: nowrap;
    pointer-events: none
}

.kct-eyebrow {
    position: relative;
    margin: 0 0 18px;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    text-transform: uppercase;
    color: var(--kct-accent)
}

.kct-hero h1,
.kct-section h2,
.kct-faq h2,
.kct-final-cta h2 {
    position: relative;
    margin: 0;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff
}

.kct-hero h1 {
    max-width: 820px;
    font-size: clamp(38px, 4.1vw, 64px);
    line-height: 1.05;
    letter-spacing: -.03em
}

.kct-article__lead {
    position: relative;
    max-width: 670px;
    margin: 30px 0 0;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    color: rgba(255, 255, 255, .82)
}

.kct-hero__meta {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 34px 0
}

.kct-hero__meta span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 18px;
    border: 1px solid rgba(247, 166, 0, .22);
    border-radius: 10px;
    background: #101920;
    font-weight: 500;
    font-size: 13px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff
}

.kct-hero__actions {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    align-items: center
}

.kct-btn {
    width: auto;
    min-width: 220px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 0 28px;
    font-weight: 600;
    font-size: 16px;
    line-height: 60px;
    text-transform: uppercase;
    transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease
}

.kct-btn:hover {
    transform: translateY(-2px)
}

.kct-btn--ghost {
    background: rgba(6, 41, 63, .7);
    border: 1px solid var(--kct-line-soft);
    color: #fff
}

.kct-btn--ghost:hover {
    border-color: var(--kct-accent);
    color: var(--kct-accent)
}

.kct-shortcode-cta {
    display: inline-flex;
    align-items: center;
    min-height: 60px
}

.kct-shortcode-cta .wpcf7,
.kct-shortcode-cta form {
    margin: 0
}

.kct-shortcode-cta a,
.kct-shortcode-cta input[type="submit"] {
    min-width: 260px;
    min-height: 60px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 10px;
    padding: 0 28px;
    background: var(--kct-accent) !important;
    color: var(--kct-dark) !important;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 1;
    text-transform: uppercase;
    transition: transform .25s ease, background .25s ease !important;
    cursor: pointer
}

.kct-shortcode-cta a:hover,
.kct-shortcode-cta input[type="submit"]:hover {
    transform: translateY(-2px);
    background: var(--kct-accent-2) !important
}

.kct-hero__media {
    position: relative;
    z-index: 1;
    min-height: 560px;
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
    background: #000;
    border: 1px solid rgba(255, 255, 255, .07);
    box-shadow: 0 24px 64px rgba(0, 0, 0, .32);
    isolation: isolate
}

.kct-hero__media:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(5, 15, 25, .82) 100%);
    pointer-events: none
}

.kct-slider__track {
    position: absolute;
    inset: 0;
    z-index: 1
}

.kct-slider__slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.015);
    transition: opacity .65s ease, visibility .65s ease, transform 1.2s ease
}

.kct-slider__slide.is-active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    z-index: 1
}

.kct-slider__slide picture,
.kct-slider__slide img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 560px
}

.kct-slider__slide img {
    object-fit: cover;
    object-position: center;
    transition: transform .7s ease
}

.kct-hero:hover .kct-slider__slide.is-active img {
    transform: scale(1.035)
}

.kct-hero__caption {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 22px;
    z-index: 6;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 6px 16px;
    align-items: center;
    padding: 20px 22px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(6, 41, 63, .98), rgba(0, 71, 116, .96));
    border: 1px solid rgba(247, 166, 0, .55);
    box-shadow: 0 20px 54px rgba(0, 0, 0, .55), inset 0 1px 0 rgba(255, 255, 255, .08);
    backdrop-filter: blur(12px)
}

.kct-hero__caption span {
    grid-row: 1/3;
    font-size: 46px;
    line-height: .9;
    font-weight: 600;
    color: var(--kct-accent);
    text-shadow: 0 2px 12px rgba(0, 0, 0, .5)
}

.kct-hero__caption strong {
    font-size: 18px;
    line-height: 1.15;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .6)
}

.kct-hero__caption em {
    font-style: normal;
    font-size: 13px;
    line-height: 1.35;
    color: rgba(255, 255, 255, .86)
}

.kct-slider__nav {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 10px;
    background: rgba(6, 41, 63, .84);
    color: #fff;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
    transform: translateY(-50%);
    transition: background .25s ease, border-color .25s ease, color .25s ease
}

.kct-slider__nav:hover,
.kct-slider__nav:focus-visible {
    border-color: var(--kct-accent);
    background: rgba(6, 41, 63, .96);
    color: var(--kct-accent);
    outline: none
}

.kct-slider__nav--prev {
    left: 18px
}

.kct-slider__nav--next {
    right: 18px
}

.kct-slider__dots {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 118px;
    z-index: 5;
    display: flex;
    gap: 8px;
    align-items: center
}

.kct-slider__dots button {
    width: 24px;
    height: 4px;
    border: 0;
    border-radius: 999px;
    padding: 0;
    background: rgba(255, 255, 255, .45);
    cursor: pointer;
    transition: width .25s ease, background .25s ease
}

.kct-slider__dots button.is-active,
.kct-slider__dots button:hover,
.kct-slider__dots button:focus-visible {
    width: 42px;
    background: var(--kct-accent);
    outline: none
}

.kct-intro {
    padding: 120px 0 0;
    background: var(--kct-bg);
    color: #fff
}

.kct-intro__grid {
    display: grid;
    grid-template-columns: 330px minmax(0, 1fr);
    gap: 84px;
    align-items: start
}

.kct-toc {
    position: sticky;
    top: 100px;
    border-radius: 10px;
    background: var(--kct-blue);
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, .06)
}

.kct-toc p {
    margin: 0 0 20px;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    color: var(--kct-accent)
}

.kct-toc ol {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 8px
}

.kct-toc a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    transition: color .25s ease, padding-left .25s ease
}

.kct-toc a:hover,
.kct-toc a.is-active {
    color: var(--kct-accent);
    padding-left: 8px
}

.kct-intro__copy {
    padding-left: 84px;
    border-left: 1px solid var(--kct-line);
    display: grid;
    gap: 18px;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    color: #fff
}

.kct-intro__copy p {
    margin: 0
}

.kct-stage-grid {
    padding: 80px 0 0;
    background: var(--kct-bg)
}

.kct-stage-grid .container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px
}

.kct-stage-card {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    min-height: 130px;
    padding: 30px;
    border-radius: 10px;
    background: var(--kct-blue);
    border: 1px solid rgba(255, 255, 255, .05);
    transition: background .25s ease, transform .25s ease
}

.kct-stage-card:hover {
    background: #0D334D;
    transform: translateY(-4px)
}

.kct-stage-card span {
    font-weight: 600;
    font-size: 38px;
    line-height: 1;
    color: var(--kct-accent)
}

.kct-stage-card strong {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff
}

.kct-sections {
    background: var(--kct-bg);
    padding: 70px 0 120px
}

.kct-section {
    padding: 50px 0
}

.kct-section__grid {
    display: grid;
    grid-template-columns: minmax(0, 520px) minmax(0, 1fr);
    gap: 20px;
    align-items: stretch
}

.kct-section__grid.is-reversed {
    grid-template-columns: minmax(0, 1fr) minmax(0, 520px)
}

.kct-section__grid.is-reversed .kct-section__media {
    order: 2
}

.kct-section__media {
    position: relative;
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
    background: #000;
    min-height: 520px
}

.kct-section__media img {
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
    display: block;
    transition: transform .65s ease
}

.kct-section__media:hover img {
    transform: scale(1.035)
}

.kct-section__media figcaption {
    position: absolute;
    left: 20px;
    bottom: 20px;
    height: 44px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    background: var(--kct-accent);
    padding: 0 18px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    color: var(--kct-dark)
}

.kct-section__content {
    position: relative;
    border-radius: 10px;
    background: var(--kct-blue);
    padding: 80px;
    border: 1px solid rgba(255, 255, 255, .05);
    overflow: hidden
}

.kct-section__number {
    position: absolute;
    right: 38px;
    top: 30px;
    font-weight: 300;
    font-size: 126px;
    line-height: 1;
    color: rgba(7, 48, 74, .72);
    letter-spacing: -.04em;
    pointer-events: none
}

.kct-section h2 {
    max-width: 760px;
    font-size: 45px;
    line-height: 130%
}

.kct-section h2::first-line {
    font-weight: 600;
    color: var(--kct-accent)
}

.kct-section__text {
    position: relative;
    margin-top: 38px;
    padding-top: 38px;
    border-top: 1px solid var(--kct-line-soft);
    display: grid;
    gap: 16px;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    color: #fff
}

.kct-section__text p {
    margin: 0
}

.kct-faq {
    padding: 120px 0;
    background: var(--kct-bg);
    color: #fff
}

.kct-faq__grid {
    display: grid;
    grid-template-columns: 400px minmax(0, 1fr);
    gap: 84px
}

.kct-faq h2,
.kct-final-cta h2 {
    font-size: 45px;
    line-height: 130%
}

.kct-faq__items {
    display: grid;
    gap: 14px
}

.kct-faq details {
    border-radius: 10px;
    background: var(--kct-blue);
    border: 1px solid rgba(255, 255, 255, .06);
    padding: 28px
}

.kct-faq summary {
    cursor: pointer;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    color: var(--kct-accent)
}

.kct-faq p {
    margin: 18px 0 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #fff
}

.kct-final-cta {
    padding: 0 0 120px;
    background: var(--kct-bg)
}

.kct-final-cta__box {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: rgba(6, 41, 63, .7);
    border: 1px solid rgba(255, 255, 255, .06);
    padding: 80px
}

.kct-final-cta__box:after {
    content: "";
    position: absolute;
    right: -120px;
    bottom: -120px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: rgba(247, 166, 0, .08);
    pointer-events: none
}

.kct-final-cta h2 {
    max-width: 900px
}

.kct-final-cta p:not(.kct-eyebrow) {
    max-width: 760px;
    margin: 30px 0;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    color: #fff
}

@media (max-width:991.98px) {
    .kct-hero {
        padding: 74px 0
    }

    .kct-hero__grid,
    .kct-intro__grid,
    .kct-section__grid,
    .kct-section__grid.is-reversed,
    .kct-faq__grid {
        grid-template-columns: 1fr
    }

    .kct-hero__content {
        min-height: auto;
        padding: 44px 34px
    }

    .kct-hero__media,
    .kct-slider__slide picture,
    .kct-slider__slide img {
        min-height: 430px
    }

    .kct-section__grid.is-reversed .kct-section__media {
        order: 0
    }

    .kct-toc {
        position: relative;
        top: auto
    }

    .kct-intro__copy {
        padding-left: 0;
        border-left: 0;
        border-top: 1px solid var(--kct-line);
        padding-top: 30px
    }

    .kct-stage-grid .container {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .kct-section__content {
        padding: 50px
    }

    .kct-section__media,
    .kct-section__media img {
        min-height: 420px
    }
}

@media (max-width:767.98px) {
    .kct-article {
        font-size: 14px;
        line-height: 22px
    }

    .kct-hero {
        padding: 38px 0
    }

    .kct-breadcrumbs {
        margin-bottom: 28px;
        font-size: 11px;
        line-height: 1.3
    }

    .kct-hero__content {
        padding: 28px 22px
    }

    .kct-hero__content:after {
        font-size: 42px;
        right: -10px;
        bottom: 12px
    }

    .kct-hero h1 {
        font-size: 30px;
        line-height: 33px
    }

    .kct-article__lead {
        font-size: 14px;
        line-height: 22px;
        margin-top: 20px
    }

    .kct-hero__meta {
        gap: 8px;
        margin: 20px 0
    }

    .kct-hero__meta span {
        font-size: 10px;
        min-height: 32px;
        padding: 0 10px
    }

    .kct-hero__actions {
        gap: 14px
    }

    .kct-btn,
    .kct-shortcode-cta,
    .kct-shortcode-cta a,
    .kct-shortcode-cta input[type="submit"] {
        width: 100%;
        min-width: 0
    }

    .kct-btn {
        height: 50px;
        font-size: 14px;
        line-height: 50px
    }

    .kct-hero__media,
    .kct-slider__slide picture,
    .kct-slider__slide img {
        min-height: 330px
    }

    .kct-hero__caption {
        left: 14px;
        right: 14px;
        bottom: 14px;
        padding: 14px 16px;
        gap: 5px 12px
    }

    .kct-hero__caption span {
        font-size: 34px
    }

    .kct-hero__caption strong {
        font-size: 14px
    }

    .kct-hero__caption em {
        font-size: 11px
    }

    .kct-slider__nav {
        width: 38px;
        height: 38px;
        font-size: 28px
    }

    .kct-slider__nav--prev {
        left: 12px
    }

    .kct-slider__nav--next {
        right: 12px
    }

    .kct-slider__dots {
        left: 14px;
        right: 14px;
        bottom: 92px;
        gap: 6px
    }

    .kct-slider__dots button {
        width: 18px
    }

    .kct-slider__dots button.is-active {
        width: 32px
    }

    .kct-intro {
        padding-top: 70px
    }

    .kct-intro__grid {
        gap: 32px
    }

    .kct-toc {
        padding: 24px
    }

    .kct-toc p {
        font-size: 20px;
        line-height: 26px
    }

    .kct-intro__copy {
        font-size: 15px;
        line-height: 24px
    }

    .kct-stage-grid {
        padding-top: 45px
    }

    .kct-stage-grid .container {
        grid-template-columns: 1fr
    }

    .kct-stage-card {
        min-height: auto;
        padding: 22px
    }

    .kct-stage-card span {
        font-size: 30px
    }

    .kct-stage-card strong {
        font-size: 15px;
        line-height: 21px
    }

    .kct-sections {
        padding: 40px 0 70px
    }

    .kct-section {
        padding: 28px 0
    }

    .kct-section__media,
    .kct-section__media img {
        min-height: 310px
    }

    .kct-section__content {
        padding: 34px 22px
    }

    .kct-section__number {
        right: 18px;
        top: 18px;
        font-size: 70px
    }

    .kct-section h2,
    .kct-faq h2,
    .kct-final-cta h2 {
        font-size: 28px;
        line-height: 36px
    }

    .kct-section__text {
        margin-top: 24px;
        padding-top: 24px;
        font-size: 14px;
        line-height: 23px
    }

    .kct-faq {
        padding: 70px 0
    }

    .kct-faq__grid {
        gap: 30px
    }

    .kct-faq details {
        padding: 22px
    }

    .kct-faq summary {
        font-size: 15px;
        line-height: 23px
    }

    .kct-faq p {
        font-size: 14px;
        line-height: 23px
    }

    .kct-final-cta {
        padding-bottom: 70px
    }

    .kct-final-cta__box {
        padding: 34px 22px
    }

    .kct-final-cta p:not(.kct-eyebrow) {
        font-size: 14px;
        line-height: 23px;
        margin: 20px 0
    }
}

@media (prefers-reduced-motion:reduce) {
    .kct-article * {
        scroll-behavior: auto !important;
        transition: none !important;
        animation: none !important
    }
}

.kct-section__text .kct-list-item {
    position: relative;
    padding-left: 22px
}

.kct-section__text .kct-list-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: .72em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--kct-accent)
}

.kct-section__subheading {
    margin: 14px 0 2px;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: var(--kct-accent);
    text-transform: none
}

.kct-section__subheading:first-child {
    margin-top: 0
}

@media (max-width:767.98px) {
    .kct-section__subheading {
        font-size: 18px;
        line-height: 26px;
        margin-top: 10px
    }
}