:root {
    --lrtk-blue: #033773;
    --lrtk-blue-dark: #022061;
    --lrtk-pale: #e6ecf0;
    --lrtk-accent: #f5ff02;
    --lrtk-ink: #022061;
    --lrtk-text-light: rgba(255, 255, 255, 0.82);
    --main-blue: var(--lrtk-blue);
    --main-max-width: 1440px;
    --main-content-width: minmax(0, 1fr);
    --main-image-width: minmax(420px, 1fr);
}

.lrtkphone-lp {
    color: var(--lrtk-ink);
    overflow: hidden;
}

.lrtkphone-lp .lp-sub-header {
    border-bottom: 1px solid rgba(2, 32, 97, 0.16);
}

.lrtkphone-lp .lp-logo img {
    width: 240px;
    height: auto;
}

.lrtkphone-lp .lp-nav a:hover,
.lrtkphone-lp .lp-nav a:focus {
    color: var(--lrtk-blue);
}

.lrtkphone-mv {
    isolation: isolate;
    color: #fff;
    background-image: linear-gradient(90deg, rgba(3, 55, 115, 0.34) 0%, rgba(3, 55, 115, 0.68) 48%, rgba(2, 32, 97, 0.96) 100%), url("../img/lrtkphone-forfc_mv.webp");
    background-position: center;
    background-size: cover;
}

.lrtkphone-mv .lp-breadcrumb-wrap {
    width: auto;
    max-width: none;
    margin-inline: 0;
}

.lrtkphone-mv .lp-main-content-wrapper {
    min-height: 500px;
    gap: clamp(0.75rem, 2vw, 2rem);
}

.lrtkphone-mv .lp-main-content {
    max-width: 650px;
    justify-self: end;
}

.lrtkphone-mv .lp-main-catch {
    margin-bottom: 0.4em;
    max-width: 650px;
}

.lrtkphone-mv .lp-main-lead {
    margin-top: 1.5em;
    max-width: 650px;
}

.lrtkphone-mv .pdlogo img {
    width: auto;
    max-width: min(360px, 100%);
}

.lrtkphone-mv .lp-main-visual {
    position: relative;
    justify-self: start;
}

.lrtkphone-mv .lp-main-visual>img {
    width: 90%;
    margin-inline: auto;
}

.lrtkphone-mv-img {
    width: 100%;
    aspect-ratio: 3 / 2;
    margin-top: 35px;
    object-fit: contain;
    object-position: center;
}

.lrtk-mv-badges {
    position: absolute;
    top: -45px;
    left: 50%;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    width: 100%;
    transform: translateX(-50%);
}

.lrtk-mv-badges>*+* {
    margin-left: -15px;
}

.lrtk-netis-badge,
.lrtk-point-badge {
    position: relative;
    flex: 0 0 160px;
    width: 160px;
    height: 160px;
}

.lrtk-clas-badge {
    position: relative;
    flex: 0 0 160px;
    width: 160px;
    height: 160px;
}

.lrtk-netis-badge {
    color: #111;
}

.lrtk-netis-badge__frame {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.lrtk-netis-badge__text {
    position: absolute;
    inset: 27px 20px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    text-align: center;
}

.lrtk-netis-badge__headline {
    font-size: 1.35rem;
    font-weight: 900;
    line-height: 1.15;
}

.lrtk-netis-badge__value {
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1.2;
}

.lrtk-point-badge,
.lrtk-clas-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 12px 28px rgba(2, 32, 97, 0.22);
}

.lrtk-point-badge {
    flex-direction: column;
    gap: 0.35rem;
    padding: 1rem 0.85rem 0.8rem;
    background: #fff;
}

.lrtk-point-badge__logo {
    width: 100%;
    height: auto;
}

.lrtk-point-badge__text {
    color: #000;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.2;
}

.lrtk-clas-badge {
    color: var(--lrtk-accent);
    background: var(--lrtk-blue);
    text-align: center;
}

.lrtk-clas-badge span {
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1.25;
}

.lrtkphone-lp .lp-btn-request {
    color: var(--lrtk-blue-dark) !important;
    background: var(--lrtk-accent);
}

.lrtkphone-problem {
    background: #24272b;
}

.lrtkphone-lp .lp-block-title.has-line::after {
    background: linear-gradient(90deg, var(--lrtk-blue-dark) 0%, var(--lrtk-blue) 42%, var(--lrtk-accent) 100%);
}

.lrtkphone-solution {
    background: var(--lrtk-pale);
}

.lrtkphone-solution .lp-inner {
    max-width: 1280px;
}

.lrtk-check-list {
    display: grid;
    gap: 0.7rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.lrtk-check-list li {
    position: relative;
    padding-left: 1.8rem;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.7;
}

.lrtk-check-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--lrtk-blue);
    font-weight: 800;
}

.lrtkphone-feature-section {
    background: var(--lrtk-blue-dark);
}

.lrtk-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
}

.lrtk-feature-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 1.4rem;
    color: var(--lrtk-ink);
    background: #fff;
    border-top: 5px solid var(--lrtk-accent);
}

.lrtk-feature-card>img,
.lrtk-feature-movie {
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-bottom: 1.25rem;
    background: var(--lrtk-pale);
    object-fit: cover;
    overflow: hidden;
}

.lrtk-feature-movie iframe,
.lrtk-integration-movie iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.lrtk-feature-no,
.lrtk-card-label {
    display: inline-block;
    align-self: flex-start;
    margin-bottom: 0.8rem;
    color: var(--lrtk-blue);
    font-weight: 800;
    font-size: 0.85rem;
}

.lrtk-card-label {
    padding: 0.35rem 0.65rem;
    border-radius: 4px;
    background: rgba(245, 255, 2, 0.65);
}

.lrtk-feature-card h3,
.lrtk-integration-card h3 {
    margin: 0 0 0.8rem;
    font-size: clamp(1.15rem, 1rem + 0.45vw, 1.45rem);
    line-height: 1.5;
}

.lrtk-feature-card p,
.lrtk-integration-card p {
    margin: 0;
    line-height: 1.8;
}

.lrtk-section-lead {
    max-width: 900px;
    margin: -0.6rem auto 2.5rem;
    text-align: center;
    font-size: 1.05rem;
}

.lrtk-integration-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
}

.lrtk-integration-card {
    padding: clamp(1.5rem, 3vw, 2.5rem);
    border: 1px solid #cbd5df;
    border-top: 6px solid var(--lrtk-blue);
    background: #fff;
    box-shadow: 0 14px 38px rgba(2, 32, 97, 0.09);
}

.lrtk-integration-card .lrtk-problem-label {
    display: inline-block;
    margin: 0.7rem 0 0.35rem;
    padding: 0.2rem 0.7rem;
    color: #fff;
    background: #5b6662;
    font-size: 0.82rem;
    font-weight: 700;
}

.lrtk-integration-card .lrtk-check-list {
    margin-top: 1.2rem;
}

.lrtk-integration-movie {
    width: 56.667%;
    aspect-ratio: 16 / 9;
    margin: 2rem auto 0;
    overflow: hidden;
}

.lrtk-workflow-section,
.lrtk-spec-section {
    background: var(--lrtk-pale);
}

.lrtk-comparison-scroll,
.lrtk-spec-wrap {
    width: 100%;
    overflow-x: auto;
}

.lrtk-comparison-table,
.lrtk-spec-table {
    width: 100%;
    border-collapse: collapse;
}

.lrtk-comparison-table th,
.lrtk-comparison-table td,
.lrtk-spec-table th,
.lrtk-spec-table td {
    padding: 1rem 1.1rem;
    border: 1px solid #cbd5df;
    text-align: left;
    vertical-align: top;
    line-height: 1.65;
}

.lrtk-comparison-table thead th {
    color: #fff;
    background: var(--lrtk-blue-dark);
    text-align: center;
}

.lrtk-comparison-table tbody th,
.lrtk-spec-table th {
    width: 18%;
    background: var(--lrtk-pale);
    white-space: nowrap;
}

.lrtk-comparison-table tbody td {
    background: #fff;
}

.lrtk-spec-table td {
    background: #fff;
}

.lrtk-spec-table th {
    color: var(--lrtk-blue-dark);
    background: #d5dfe7;
}

.lrtk-pointcloud-frame {
    width: 100%;
    aspect-ratio: 16 / 9;
    min-height: 420px;
    border: 1px solid #cbd5df;
    background: var(--lrtk-pale);
    overflow: hidden;
}

.lrtk-pointcloud-frame iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.lrtk-price-flow {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 1.3rem;
    max-width: 900px;
    margin: 0 auto 1.5rem;
}

.lrtk-price-card {
    display: flex;
    flex-direction: column;
    min-height: 160px;
    justify-content: flex-start;
    padding: 0;
    text-align: center;
    border: 2px solid var(--lrtk-blue);
    background: #fff;
}

.lrtk-price-card span {
    display: block;
    width: 100%;
    padding: 0.7rem 1rem;
    color: #fff;
    background: var(--lrtk-blue);
    font-weight: 700;
}

.lrtk-price-card strong {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 1.25rem;
    color: var(--lrtk-blue-dark);
    font-size: clamp(1.15rem, 1rem + 0.6vw, 1.55rem);
}

.lrtk-price-plus {
    color: var(--lrtk-blue);
    font-size: 2rem;
    font-weight: 800;
}

.lrtk-note {
    text-align: center;
    color: #59635f;
    font-size: 0.85rem;
}

.lrtk-section-cta {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
    color: #fff;
}

.lrtk-section-cta .lp-btn {
    flex: 1;
    max-width: 260px;
}

.lrtk-spec-table {
    max-width: 860px;
    margin-inline: auto;
}

.lrtk-external-link {
    margin-top: 1.5rem;
    text-align: center;
}

.lrtk-external-link a {
    color: var(--lrtk-blue);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 0.25em;
}

.lrtk-contact-section {
    padding: min(10%, 5rem) 0;
    color: #fff;
    background: var(--lrtk-blue-dark);
}

.lrtk-contact-inner {
    max-width: 900px;
    text-align: center;
}

.lrtk-contact-lead {
    margin: -0.5rem 0 0;
    font-size: 1.05rem;
}

.newsedchoice-section {
    background: #eef6fb !important;
}

.newsedchoice-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

.newsedchoice-eyebrow {
    margin: 0 0 0.8rem;
    color: var(--lrtk-blue);
    font-size: clamp(1.25rem, 1.05rem + 0.75vw, 1.75rem);
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
}

.newsedchoice-lead {
    max-width: 780px;
    margin: 0 auto 2rem;
    line-height: 1.8;
    text-align: center;
}

.newsedchoice-link {
    display: inline-flex;
    padding: 0.75rem 1.4rem;
    color: var(--lrtk-blue-dark);
    border: 1px solid currentColor;
    border-radius: 9999px;
    background: transparent;
    font-weight: 700;
}

.newsedchoice-note {
    margin: 0;
    color: #596273;
    font-size: 0.78rem;
    text-align: center;
}

.newsedchoice-card-container {
    width: 100%;
    max-width: 320px;
    margin: 0;
    justify-self: center;
}

.lrtkphone-lp .lp-problem-list li,
.lrtkphone-lp .lrtk-feature-card p,
.lrtkphone-lp .lrtk-section-lead,
.lrtkphone-lp .lrtk-integration-card p:not(.lrtk-problem-label),
.lrtkphone-lp .lrtk-comparison-table tbody td,
.lrtkphone-lp .lrtk-note,
.lrtkphone-lp .lrtk-spec-table td,
.lrtkphone-lp .newsedchoice-lead {
    color: #000;
}

@media (max-width: 1100px) {
    .lrtkphone-lp .lp-nav {
        display: none;
    }

    .lrtkphone-mv .lp-main-content-wrapper {
        grid-template-columns: 1fr 0.9fr;
        gap: 2rem;
    }

    .lrtk-netis-badge,
    .lrtk-point-badge,
    .lrtk-clas-badge {
        flex-basis: 108px;
        width: 108px;
        height: 108px;
    }

    .lrtk-mv-badges>*+* {
        margin-left: -10px;
    }

    .lrtk-netis-badge__text {
        inset: 17px 13px 15px;
    }

    .lrtk-netis-badge__headline {
        font-size: 0.8rem;
    }

    .lrtk-netis-badge__value {
        font-size: 0.55rem;
    }

    .lrtk-point-badge__text {
        font-size: 0.8rem;
    }

    .lrtk-clas-badge span {
        font-size: 1rem;
    }

    .lrtkphone-mv-img {
        margin-top: 35px;
    }

    .lrtk-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    :root {
        --main-content-width: 1fr;
        --main-image-width: 1fr;
    }

    .lrtkphone-lp .lp-sub-header {
        padding: 10px 12px;
    }

    .lrtkphone-lp .lp-logo img {
        width: 150px;
    }

    .lrtkphone-lp .lp-header-btns {
        flex: 1;
        gap: 5px;
        width: 100%;
        max-width: 240px;
    }

    .lrtkphone-lp .lp-header-btns .lp-btn {
        flex: 1;
        height: 36px;
        min-width: 0;
        padding: 0 14px;
        font-size: 0.72rem;
    }

    .lrtkphone-mv {
        padding-top: 5rem;
    }

    .lrtkphone-mv .lp-main-content-wrapper {
        grid-template-columns: 1fr;
        min-height: auto;
        padding-block: 1.5rem;
    }

    .lrtk-mv-badges {
        top: 0;
        gap: 0;
    }

    .lrtk-mv-badges>*+* {
        margin-left: -11px;
    }

    .lrtk-netis-badge,
    .lrtk-point-badge,
    .lrtk-clas-badge {
        flex-basis: 135px;
        width: 135px;
        height: 135px;
    }

    .lrtk-netis-badge__text {
        inset: 22px 15px 19px;
        gap: 0.21rem;
    }

    .lrtk-netis-badge__headline {
        font-size: 1rem;
    }

    .lrtk-netis-badge__value {
        font-size: 0.7rem;
    }

    .lrtk-point-badge {
        padding: 1.08rem 0.95rem 0.88rem;
    }

    .lrtk-point-badge__text {
        font-size: 1.29rem;
    }

    .lrtk-clas-badge span {
        font-size: 1.29rem;
    }

    .lrtkphone-mv-img {
        margin-top: 35px;
    }

    .lrtkphone-mv .lp-main-catch {
        margin-top: 0.7rem;
    }

    .lrtkphone-mv .lp-main-lead {
        margin-top: 1.5rem;
    }

    .lrtkphone-lp .lp-main-partner {
        padding-top: 0.5rem;
        font-size: 0.75rem;
    }

    .lrtkphone-lp .lp-mv-cta,
    .lrtk-section-cta {
        gap: 0.6rem;
    }

    .lrtk-section-cta {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        max-width: 320px;
        margin-inline: auto;
    }

    .lrtk-section-cta .lp-btn {
        flex: 0 0 auto;
        width: 100%;
        max-width: none;
    }

    .lrtkphone-lp .lp-btn-large {
        height: 3.4rem;
        padding-inline: 0.8rem;
        font-size: 0.9rem;
    }

    .lrtkphone-lp .lp-problem-grid,
    .lrtkphone-lp .lp-realize-grid,
    .lrtk-feature-grid,
    .lrtk-integration-grid,
    .newsedchoice-content {
        grid-template-columns: 1fr;
    }

    .lrtkphone-lp .lp-problem-list {
        padding-bottom: 1rem;
    }

    .lrtkphone-lp .lp-problem-list li:nth-child(n) {
        transform: none;
    }

    .lrtk-section-lead {
        text-align: left;
    }

    .lrtk-integration-movie {
        width: 100%;
    }

    .lrtk-pointcloud-frame {
        min-height: 300px;
        aspect-ratio: 4 / 3;
    }

    .lrtk-price-flow {
        grid-template-columns: 1fr;
    }

    .lrtk-price-plus {
        line-height: 1;
        text-align: center;
    }

    .lrtk-comparison-table th,
    .lrtk-comparison-table td,
    .lrtk-spec-table th,
    .lrtk-spec-table td {
        padding: 0.75rem;
        font-size: 0.85rem;
    }

    .lrtk-spec-table th {
        width: 34%;
        white-space: normal;
    }
}