:root {
    --kt-navy: #031451;
    --kt-deep: #020827;
    --kt-blue: #0d4ee8;
    --kt-cyan: #18d4f4;
    --kt-ink: #101936;
    --kt-muted: #5d6781;
    --kt-line: #dce5f2;
    --kt-soft: #f2f7fc;
    --kt-red: #c61925;
}

.kt-page {
    color: var(--kt-ink);
    font-family: "Open Sans", Arial, sans-serif;
    overflow: hidden;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

.kt-page h1,
.kt-page h2,
.kt-page h3,
.kt-page p {
    text-align: left;
}

.kt-page h1,
.kt-page h2,
.kt-page h3 {
    font-family: GothamBold, "Open Sans", Arial, sans-serif;
}

.kt-page h1 {
    margin: 18px 0 20px;
    color: #ffffff;
    font-size: clamp(34px, 5vw, 62px);
    line-height: 1.04;
    letter-spacing: -0.035em;
}

.kt-page h1 span {
    color: var(--kt-cyan);
}

.kt-content,
.kt-hero-content {
    min-width: 0;
    font-size: 16px;
}

.kt-hero {
    position: relative;
    padding: 62px 0 72px;
    color: #ffffff;
    background:
        radial-gradient(circle at 83% 18%, rgba(24, 212, 244, 0.24), transparent 27%),
        radial-gradient(circle at 12% 88%, rgba(49, 92, 255, 0.36), transparent 35%),
        linear-gradient(135deg, var(--kt-deep) 0%, var(--kt-navy) 55%, #06248a 100%);
}

.kt-hero::after {
    position: absolute;
    right: -80px;
    bottom: -170px;
    width: 390px;
    height: 390px;
    border: 1px solid rgba(91, 229, 255, 0.28);
    border-radius: 50%;
    box-shadow: 0 0 0 48px rgba(91, 229, 255, 0.035), 0 0 0 96px rgba(91, 229, 255, 0.025);
    content: "";
    pointer-events: none;
}

.kt-hero-content {
    position: relative;
    z-index: 1;
}

.kt-back-link {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    color: #dcecff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.kt-back-link:hover,
.kt-back-link:focus-visible {
    color: var(--kt-cyan);
}

.kt-eyebrow {
    margin: 0 !important;
    color: var(--kt-cyan);
    font-family: "Open Sans", Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 700;
    letter-spacing: 0.16em;
    line-height: 1.4 !important;
}

.kt-eyebrow-dark {
    color: var(--kt-blue);
}

.kt-hero-copy {
    max-width: 730px;
    margin: 0 !important;
    color: #d7e5ff;
    font-size: clamp(17px, 2vw, 21px) !important;
    line-height: 1.55 !important;
}

.kt-hero-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}

.kt-hero-pills span {
    padding: 9px 15px;
    border: 1px solid rgba(130, 233, 255, 0.42);
    border-radius: 999px;
    background: rgba(2, 13, 55, 0.38);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
}

.kt-choice-section,
.kt-workflow-section {
    padding: 76px 0;
    background: #ffffff;
}

.kt-section-heading {
    max-width: 780px;
    margin: 0 auto 38px;
    text-align: center;
}

.kt-section-heading h2,
.kt-decision-copy h2 {
    margin: 8px 0 14px;
    color: var(--kt-ink);
    font-size: clamp(28px, 3.3vw, 42px);
    line-height: 1.12;
    letter-spacing: -0.025em;
}

.kt-section-heading h2,
.kt-section-heading p,
.kt-section-heading .kt-eyebrow {
    text-align: center;
}

.kt-section-heading > p:last-child,
.kt-decision-copy > p:last-child {
    margin: 0 auto !important;
    color: var(--kt-muted);
    font-size: 17px !important;
    line-height: 1.55 !important;
}

.kt-product-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.kt-product-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    border: 1px solid var(--kt-line);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 18px 50px rgba(17, 35, 83, 0.09);
    overflow: hidden;
}

.kt-card-copy {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 30px 30px 26px;
}

.kt-card-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.kt-card-number {
    color: var(--kt-blue);
    font-family: GothamBold, "Open Sans", Arial, sans-serif;
    font-size: 15px;
}

.kt-desktop-card .kt-card-number {
    color: var(--kt-red);
}

.kt-device-tag {
    padding: 7px 10px;
    border-radius: 999px;
    background: #edf4ff;
    color: #33466f;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.kt-desktop-card .kt-device-tag {
    background: #fff0f1;
    color: #8f1720;
}

.kt-product-card h3 {
    margin: 21px 0 8px;
    color: var(--kt-ink);
    font-size: 27px;
    line-height: 1.14;
}

.kt-best-for {
    min-height: 51px;
    margin: 0 !important;
    color: var(--kt-muted);
    font-size: 15px !important;
    line-height: 1.55 !important;
}

.kt-feature-list {
    display: grid;
    gap: 12px;
    margin: 24px 0 28px;
    padding: 0;
    list-style: none;
}

.kt-feature-list li {
    position: relative;
    padding-left: 27px;
    color: #28344e;
    font-size: 14px;
    line-height: 1.5;
}

.kt-feature-list li::before {
    position: absolute;
    top: 0.05em;
    left: 0;
    color: var(--kt-blue);
    content: "\2713";
    font-size: 17px;
    font-weight: 700;
}

.kt-desktop-card .kt-feature-list li::before {
    color: var(--kt-red);
}

.kt-trust-note {
    margin: -4px 0 24px;
    padding: 13px 15px;
    border-left: 3px solid var(--kt-red);
    background: #fff5f5;
    color: #4a2630;
    font-size: 13px;
    line-height: 1.45;
}

.kt-primary-cta,
.kt-secondary-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 12px 20px;
    border: 2px solid transparent;
    border-radius: 13px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.kt-primary-cta {
    margin-top: auto;
    background: linear-gradient(135deg, #0c5aff, #0635b8);
    box-shadow: 0 10px 20px rgba(13, 78, 232, 0.2);
    color: #ffffff;
}

.kt-red-cta {
    background: linear-gradient(135deg, #d62632, #99101a);
    box-shadow: 0 10px 20px rgba(198, 25, 37, 0.18);
}

.kt-secondary-cta {
    border-color: #b7c6df;
    background: #ffffff;
    color: #173064;
}

.kt-primary-cta:hover,
.kt-primary-cta:focus-visible,
.kt-secondary-cta:hover,
.kt-secondary-cta:focus-visible {
    transform: translateY(-2px);
}

.kt-primary-cta:focus-visible,
.kt-secondary-cta:focus-visible,
.kt-back-link:focus-visible {
    outline: 3px solid rgba(24, 212, 244, 0.48);
    outline-offset: 3px;
}

.kt-cta-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: auto;
}

.kt-product-visual {
    display: flex;
    min-height: 294px;
    margin: 0;
    padding: 24px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--kt-soft);
}

.kt-online-visual img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #c4cedd;
    border-radius: 10px;
    box-shadow: 0 14px 28px rgba(11, 27, 66, 0.13);
}

.kt-desktop-visual {
    background: linear-gradient(145deg, #131313, #291016);
}

.kt-desktop-visual img {
    display: block;
    width: auto;
    max-width: 220px;
    height: 245px;
    object-fit: contain;
}

.kt-product-visual figcaption {
    margin-top: 16px;
    color: #59657e;
    font-size: 12px;
    line-height: 1.45;
    text-align: center;
}

.kt-desktop-visual figcaption {
    color: #e7d7da;
}

.kt-decision-section {
    padding: 68px 0;
    background: var(--kt-soft);
}

.kt-decision-section .kt-content {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: 64px;
    align-items: center;
}

.kt-decision-grid {
    display: grid;
    gap: 14px;
}

.kt-decision-item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 16px;
    padding: 19px;
    border: 1px solid var(--kt-line);
    border-radius: 16px;
    background: #ffffff;
}

.kt-decision-icon {
    display: grid;
    width: 44px;
    height: 44px;
    border-radius: 13px;
    background: linear-gradient(145deg, var(--kt-blue), #071d75);
    color: #ffffff;
    font-size: 22px;
    place-items: center;
}

.kt-decision-item h3,
.kt-workflow h3 {
    margin: 0 0 5px;
    color: var(--kt-ink);
    font-size: 17px;
    line-height: 1.3;
}

.kt-decision-item p,
.kt-workflow p {
    margin: 0 !important;
    color: var(--kt-muted);
    font-size: 14px !important;
    line-height: 1.5 !important;
}

.kt-workflow {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: none;
}

.kt-workflow li {
    padding: 24px;
    border-top: 3px solid var(--kt-blue);
    border-radius: 0 0 15px 15px;
    background: var(--kt-soft);
}

.kt-workflow li > span {
    display: inline-grid;
    width: 32px;
    height: 32px;
    margin-bottom: 15px;
    border-radius: 50%;
    background: var(--kt-blue);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    place-items: center;
}

.kt-final-cta {
    padding: 54px 0;
    background: linear-gradient(120deg, #02103f, #082b9e);
    color: #ffffff;
}

.kt-final-cta-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.kt-final-cta h2 {
    margin: 7px 0 0;
    color: #ffffff;
    font-size: clamp(25px, 3vw, 36px);
    line-height: 1.18;
}

.kt-final-actions {
    display: flex;
    flex: 0 0 auto;
    gap: 10px;
}

.kt-final-actions .kt-primary-cta {
    margin-top: 0;
}

.kt-light-cta {
    border-color: rgba(255, 255, 255, 0.55);
    background: transparent;
    color: #ffffff;
}

@media (max-width: 1200px) {
    .kt-content,
    .kt-hero-content {
        padding-right: 22px;
        padding-left: 22px;
    }
}

@media (max-width: 840px) {
    .kt-product-grid {
        grid-template-columns: 1fr;
        max-width: 660px;
        margin: 0 auto;
    }

    .kt-best-for {
        min-height: 0;
    }

    .kt-decision-section .kt-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .kt-workflow {
        grid-template-columns: 1fr;
    }

    .kt-final-cta-content {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 600px) {
    .top-app-section {
        justify-content: flex-start;
        padding: 6px 8px;
        font-size: 10px;
        line-height: 1.25;
    }

    .top-app-section img {
        width: 34px;
        margin-right: 8px;
    }

    .top-app-section b {
        min-width: 0;
        flex: 1;
    }

    .top-app-section a {
        min-height: 36px;
        margin-left: 7px;
        padding: 6px 9px;
        flex: 0 0 auto;
        font-size: 10px;
        white-space: nowrap;
    }

    .kt-hero {
        padding: 34px 0 48px;
    }

    .kt-hero h1 br {
        display: none;
    }

    .kt-page h1 {
        font-size: 32px;
        overflow-wrap: break-word;
    }

    .kt-hero-copy {
        font-size: 16px !important;
    }

    .kt-choice-section,
    .kt-workflow-section {
        padding: 52px 0;
    }

    .kt-card-copy {
        padding: 24px 20px 22px;
    }

    .kt-card-topline {
        align-items: flex-start;
        flex-direction: column;
        gap: 9px;
    }

    .kt-product-card h3 {
        font-size: 24px;
    }

    .kt-product-visual {
        min-height: 0;
        padding: 20px 15px;
    }

    .kt-online-visual img {
        border-radius: 7px;
    }

    .kt-decision-section {
        padding: 50px 0;
    }

    .kt-decision-item {
        grid-template-columns: 1fr;
    }

    .kt-final-actions {
        width: 100%;
        flex-direction: column;
    }

    .kt-final-actions a,
    .kt-cta-row a,
    .kt-product-card > .kt-card-copy > .kt-primary-cta {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .kt-primary-cta,
    .kt-secondary-cta {
        transition: none;
    }
}
