.remote-coding-page {
    overflow-x: hidden;
    color: #10243c;
    background: #f7f9fc;
    font-family: "Open Sans", Arial, sans-serif;
}

.remote-coding-page *,
.remote-coding-page *:before,
.remote-coding-page *:after {
    box-sizing: border-box;
}

.remote-coding-page h1,
.remote-coding-page h2,
.remote-coding-page h3,
.remote-coding-page p,
.remote-coding-page ul,
.remote-coding-page ol {
    margin-top: 0;
}

.remote-coding-page ul,
.remote-coding-page ol {
    padding: 0;
}

.remote-coding-page a {
    transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.remote-coding-hero {
    position: relative;
    overflow: hidden;
    min-height: 350px;
    background:
        linear-gradient(90deg, rgba(7, 20, 36, .94) 0%, rgba(9, 29, 51, .88) 34%, rgba(11, 45, 78, .58) 50%, rgba(11, 45, 78, .18) 70%, rgba(11, 45, 78, .04) 100%),
        url("/templates/design/images/remote-coding-hero-v2.webp") no-repeat 72% center / 72% auto,
        #102033;
    border-top: 1px solid rgba(36, 112, 190, .42);
    border-bottom: 1px solid #dfe8f2;
}

.remote-hero-layout {
    display: block;
    min-height: 350px;
}

.remote-hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 760px;
    min-height: 350px;
    padding: 34px 0 36px;
}

.remote-hero-copy h1 {
    max-width: 760px;
    margin-bottom: 14px;
    color: #fff;
    font-family: Roboto, "Open Sans", Arial, sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: 0;
    white-space: nowrap;
}

.remote-hero-copy p {
    max-width: 520px;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, .88);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.65;
}

.remote-hero-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 22px;
    max-width: 500px;
    margin: 0 0 22px;
    list-style: none;
}

.remote-hero-points li {
    display: flex;
    align-items: center;
    gap: 9px;
    min-width: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
}

.remote-hero-points i {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    color: #fff;
    background: #286fbe;
    border-radius: 50%;
    font-size: 10px;
    line-height: 18px;
    text-align: center;
}

.remote-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.remote-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 40px;
    padding: 0 16px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

.remote-btn:hover,
.remote-btn:focus {
    transform: translateY(-1px);
    text-decoration: none;
}

.remote-btn-primary {
    color: #fff;
    background: #2a80df;
    box-shadow: 0 9px 22px rgba(42, 128, 223, .25);
}

.remote-btn-primary:hover,
.remote-btn-primary:focus {
    color: #fff;
    background: #1769bd;
}

.remote-btn-dark {
    color: #fff;
    background: rgba(3, 14, 28, .78);
    border-color: #2d79c8;
}

.remote-btn-dark:hover,
.remote-btn-dark:focus {
    color: #fff;
    background: #12375e;
    border-color: #52a5ff;
}

.remote-section {
    padding: 27px 0;
}

.remote-capabilities,
.remote-assurance,
.remote-faq {
    background: #fff;
}

.remote-cables {
    background: linear-gradient(180deg, #f8fbff 0%, #f3f7fb 100%);
}

.remote-process {
    position: relative;
    overflow: hidden;
    padding: 30px 0 30px;
    background:
        radial-gradient(circle at 50% 18%, rgba(42, 128, 223, .08), transparent 25%),
        radial-gradient(circle at 88% 8%, rgba(240, 36, 47, .035), transparent 24%),
        linear-gradient(180deg, #fbfdff 0%, #f3f9ff 100%);
}

.remote-process .auto-container {
    position: relative;
    z-index: 1;
    width: auto;
    max-width: 1200px;
    padding: 0 15px;
}

.remote-section-head {
    max-width: 860px;
    margin: 0 auto 20px;
    text-align: center;
}

.remote-section-head h2 {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    color: #13243a;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.25;
}

.remote-section-head h2:after {
    content: "";
    display: block;
    width: 72px;
    height: 2px;
    margin: 10px auto 0;
    background: #2a80df;
    border-radius: 4px;
}

.remote-card-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 20px;
}

.remote-card-grid .remote-service-card {
    grid-column: span 2;
}

.remote-card-grid .remote-service-card:nth-last-child(-n+2) {
    grid-column: span 3;
}

.remote-info-panel,
.remote-cable-card,
.remote-faq-list details {
    background: #fff;
    border: 1px solid #e5edf6;
    border-radius: 8px;
    box-shadow: 0 14px 30px rgba(28, 54, 85, .07);
}

.remote-service-card {
    position: relative;
    padding: 26px 24px 24px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e5edf6;
    border-radius: 14px;
    box-shadow: 0 14px 30px rgba(28, 54, 85, .07);
    text-align: left;
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.remote-service-card:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, #236fc2, #4aa3ec);
}

.remote-service-card:hover {
    transform: translateY(-4px);
    border-color: #c9dcf0;
    box-shadow: 0 18px 38px rgba(28, 72, 119, .13);
}

.remote-service-card i {
    position: absolute;
    top: 18px;
    right: 20px;
    color: rgba(42, 114, 196, .08);
    font-size: 76px;
    line-height: 1;
    pointer-events: none;
}

.remote-service-card h3 {
    position: relative;
    z-index: 1;
    min-height: 0;
    margin-bottom: 15px;
    color: #13243a;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
}

.remote-service-card ul {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 8px;
    margin: 0;
    color: #314760;
    font-size: 13px;
    line-height: 1.4;
    list-style: none;
}

.remote-service-card li {
    position: relative;
    padding-left: 16px;
}

.remote-service-card li:before {
    content: "";
    position: absolute;
    top: .55em;
    left: 0;
    width: 6px;
    height: 6px;
    background: #2a80df;
    border-radius: 50%;
}

.remote-steps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: visible;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.remote-steps:before {
    content: "";
    position: absolute;
    display: none;
    top: 110px;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(25, 118, 210, .28);
    z-index: 1;
}

.remote-steps li {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
    padding: 168px 24px 0;
    text-align: left;
    background: transparent;
}

.remote-steps li:not(:first-child):before {
    content: "";
    position: absolute;
    display: none;
    top: 10px;
    bottom: 0;
    left: 0;
    width: 1px;
    background: rgba(25, 118, 210, .09);
    z-index: 0;
}

.remote-steps li:nth-child(4) {
    background: linear-gradient(180deg, rgba(223, 242, 255, .42) 0%, rgba(233, 248, 255, .30) 100%);
}

.remote-steps li:not(:last-child):after {
    content: "\f105";
    position: absolute;
    top: 96px;
    right: -11px;
    z-index: 6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 28px;
    color: #1976d2;
    background: transparent;
    font-family: FontAwesome;
    font-size: 28px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    transform: none;
}

.remote-steps span {
    position: absolute;
    top: 8px;
    left: 24px;
    z-index: 0;
    display: block;
    width: auto;
    height: auto;
    margin: 0;
    color: rgba(25, 118, 210, .055);
    background: transparent;
    border: 0;
    border-radius: 0;
    font-size: 70px;
    font-weight: 800;
    line-height: .78;
    letter-spacing: 0;
    transform: none;
    box-shadow: none;
    pointer-events: none;
}

.remote-steps li:last-child span {
    color: rgba(25, 118, 210, .055);
    border-color: transparent;
    background: transparent;
    box-shadow: none;
}

.remote-steps i {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 74px;
    left: 50%;
    z-index: 4;
    width: 78px;
    height: 72px;
    margin: 0;
    color: #176fc9;
    background: transparent;
    border: 0;
    border-radius: 0;
    font-size: 60px;
    line-height: 1;
    box-shadow: none;
    transform: translateX(-50%);
}

.remote-steps li:first-child i {
    width: 150px;
    left: 47%;
}

.remote-steps li:first-child i:after {
    content: "\f1b9";
    display: inline-block;
    margin-left: 18px;
    color: #176fc9;
    font-family: FontAwesome;
    font-size: 44px;
    line-height: 1;
}

.remote-steps li:last-child i {
    color: #14c971;
}

.remote-steps h3 {
    max-width: 190px;
    min-height: 45px;
    margin: 0 0 5px;
    color: #13243a;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.38;
}

.remote-steps p {
    max-width: 190px;
    margin: 0;
    color: #40566d;
    font-size: 12px;
    line-height: 1.45;
}

.remote-info-grid {
    display: grid;
    grid-template-columns: minmax(0, 380px) minmax(0, 1fr);
    gap: 22px;
    align-items: stretch;
}

.remote-info-panel {
    min-width: 0;
    padding: 22px 24px;
}

.remote-needs {
    display: flex;
    flex-direction: column;
}

.remote-needs ul {
    flex: 1;
    align-content: space-between;
}

.remote-info-panel h2 {
    position: relative;
    margin-bottom: 20px;
    color: #13243a;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
}

.remote-info-panel h2:after {
    content: "";
    display: block;
    width: 56px;
    height: 2px;
    margin: 9px auto 0;
    background: #2a80df;
    border-radius: 4px;
}

.remote-info-panel ul {
    display: grid;
    gap: 12px;
    margin: 0;
    list-style: none;
}

.remote-info-panel li {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    column-gap: 12px;
    row-gap: 0;
    align-items: center;
}

.remote-info-panel li i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #2a72c4;
}

.remote-info-panel li i {
    grid-row: 1 / span 2;
    width: 36px;
    height: 36px;
    font-size: 25px;
}

.remote-info-panel li strong,
.remote-info-panel li span {
    display: block;
    grid-column: 2;
}

.remote-info-panel li strong {
    color: #13243a;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}

.remote-info-panel li span {
    margin-top: 3px;
    color: #50667c;
    font-size: 12px;
    line-height: 1.45;
}

.remote-copy-sections {
    display: grid;
    gap: 16px;
}

.remote-copy-sections section + section {
    padding-top: 16px;
    border-top: 1px solid #e5edf6;
}

.remote-copy-sections h2 {
    margin-bottom: 12px;
    text-align: left;
}

.remote-copy-sections h2:after {
    margin-right: 0;
    margin-left: 0;
}

.remote-copy-sections p {
    color: #50667c;
    font-size: 14px;
    line-height: 1.75;
}

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

.remote-cable-card {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 22px;
    align-items: center;
    min-width: 0;
    padding: 22px 30px;
}

.remote-cable-card h3 {
    margin-bottom: 5px;
    color: #13243a;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
}

.remote-cable-card strong {
    display: block;
    margin-bottom: 7px;
    color: #13243a;
    font-size: 15px;
    line-height: 1.4;
}

.remote-cable-card p {
    margin-bottom: 13px;
    color: #40566d;
    font-size: 13px;
    line-height: 1.5;
}

.remote-cable-card a {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    color: #2a72c4;
    background: #fff;
    border: 1px solid #2a72c4;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
}

.remote-cable-card a:hover,
.remote-cable-card a:focus {
    color: #fff;
    background: #2a72c4;
    text-decoration: none;
}

.remote-cable-illustration {
    position: relative;
    min-height: 122px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.remote-cable-illustration:before {
    display: none;
}

.remote-cable-illustration:after {
    display: none;
}

.remote-cable-illustration span {
    display: none;
}

.remote-cable-enet {
    background-image: url("/templates/design/images/remote-cable-enet.webp");
}

.remote-cable-dcan {
    background-image: url("/templates/design/images/remote-cable-dcan.jpg");
}

.remote-cable-dcan:after {
    display: none;
}

.remote-faq-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 24px;
}

.remote-faq-list details {
    min-width: 0;
    padding: 0;
}

.remote-faq-list summary {
    position: relative;
    display: block;
    min-height: 44px;
    padding: 14px 42px 14px 18px;
    color: #13243a;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
}

.remote-faq-list summary::-webkit-details-marker {
    display: none;
}

.remote-faq-list summary:after {
    content: "\f107";
    position: absolute;
    top: 15px;
    right: 18px;
    color: #2a72c4;
    font-family: FontAwesome;
}

.remote-faq-list details[open] summary:after {
    content: "\f106";
}

.remote-faq-list p {
    margin: 0;
    padding: 0 18px 16px;
    color: #40566d;
    font-size: 13px;
    line-height: 1.55;
}

@media only screen and (max-width: 1199px) {
    .remote-process {
        padding: 34px 0;
    }

    .remote-process .auto-container {
        width: 100%;
        max-width: 1200px;
        padding: 0 15px;
    }

    .remote-card-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .remote-card-grid .remote-service-card,
    .remote-card-grid .remote-service-card:nth-last-child(-n+2) {
        grid-column: auto;
    }

    .remote-steps {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 14px;
        padding: 0;
        overflow: visible;
        background: transparent;
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .remote-steps:before,
    .remote-steps li:not(:first-child):before,
    .remote-steps li:not(:last-child):after {
        display: none;
    }

    .remote-steps li {
        min-height: 190px;
        padding: 22px 16px 18px;
        background:
            linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(247, 251, 255, .94)),
            #fff;
        border: 1px solid #dbe8f6;
        border-radius: 8px;
        box-shadow: 0 10px 24px rgba(28, 54, 85, .07);
    }

    .remote-steps span {
        top: -18px;
        left: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 38px;
        height: 38px;
        color: #fff;
        background: linear-gradient(135deg, #27a8df 0%, #1976d2 100%);
        border: 3px solid #f6f9fd;
        font-size: 16px;
        line-height: 1;
        transform: translateX(-50%);
        box-shadow: 0 8px 18px rgba(42, 128, 223, .20);
    }

    .remote-steps li:last-child span {
        color: #fff;
        background: linear-gradient(135deg, #27bd62 0%, #218a3e 100%);
        border-color: #f6f9fd;
    }

    .remote-steps i {
        position: static;
        width: 60px;
        height: 60px;
        margin: 8px auto 14px;
        color: #176fc9;
        background:
            radial-gradient(circle at 35% 24%, rgba(255, 255, 255, .96) 0%, rgba(255, 255, 255, 0) 45%),
            linear-gradient(145deg, #f8fcff 0%, #e4f2ff 100%);
        border: 1px solid rgba(25, 118, 210, .22);
        border-radius: 14px;
        font-size: 29px;
        box-shadow: inset 0 -7px 16px rgba(25, 118, 210, .08), 0 10px 22px rgba(28, 54, 85, .08);
        transform: none;
    }

    .remote-steps li:first-child i {
        width: 60px;
        left: auto;
    }

    .remote-steps li:first-child i:after {
        display: none;
    }

    .remote-steps h3 {
        min-height: 48px;
        margin-bottom: 12px;
        font-size: 14px;
    }

    .remote-steps p {
        font-size: 12px;
    }
}

@media only screen and (max-width: 991px) {
    .remote-coding-hero {
        min-height: 330px;
        background:
            linear-gradient(90deg, rgba(7, 20, 36, .93) 0%, rgba(9, 29, 51, .86) 54%, rgba(11, 45, 78, .36) 100%),
            url("/templates/design/images/remote-coding-hero-v2.webp") no-repeat 70% center / 78% auto,
            #102033;
    }

    .remote-hero-layout,
    .remote-hero-copy {
        min-height: 330px;
    }

    .remote-hero-copy h1 {
        font-size: 34px;
    }

    .remote-info-grid {
        grid-template-columns: 1fr;
    }

    .remote-cable-card {
        grid-template-columns: 145px minmax(0, 1fr);
    }
}

@media only screen and (max-width: 767px) {
    .remote-needs ul {
        gap: 18px;
    }

    .remote-coding-hero {
        min-height: 0;
        background:
            linear-gradient(180deg, rgba(7, 20, 36, .94) 0%, rgba(9, 29, 51, .9) 66%, rgba(9, 29, 51, .82) 100%),
            url("/templates/design/images/remote-coding-hero-v2.webp") no-repeat center top / auto 80%,
            #102033;
    }

    .remote-hero-layout,
    .remote-hero-copy {
        min-height: 0;
    }

    .remote-hero-copy {
        padding: 28px 0 28px;
    }

    .remote-hero-copy h1 {
        font-size: 30px;
        white-space: normal;
    }

    .remote-hero-copy p {
        font-size: 15px;
    }

    .remote-hero-points {
        grid-template-columns: 1fr;
        gap: 10px;
        margin: 0 0 20px;
    }

    .remote-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .remote-btn {
        width: 100%;
    }

    .remote-section {
        padding: 26px 0;
    }

    .remote-section-head h2 {
        font-size: 22px;
    }

    .remote-card-grid,
    .remote-steps,
    .remote-cable-grid,
    .remote-faq-list {
        grid-template-columns: 1fr;
    }

    .remote-steps {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 16px;
        padding: 0;
        overflow: visible;
    }

    .remote-steps li {
        display: grid;
        grid-template-columns: 64px minmax(0, 1fr);
        gap: 2px 14px;
        align-items: center;
        min-height: 0;
        padding: 10px 0 10px 8px;
        text-align: left;
        background: transparent;
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .remote-steps li:before {
        content: "";
        position: absolute;
        display: none;
        top: 0;
        bottom: 0;
        left: 35px;
        right: auto;
        width: 1px;
        height: auto;
        background: rgba(25, 118, 210, .25);
        z-index: 1;
    }

    .remote-steps li:not(:first-child):before {
        display: none;
    }

    .remote-steps li:not(:last-child):after {
        top: auto;
        right: auto;
        bottom: -15px;
        left: 50%;
        display: inline-flex;
        width: 18px;
        height: 18px;
        font-size: 20px;
        z-index: 6;
        transform: translateX(-50%) rotate(90deg);
    }

    .remote-steps span,
    .remote-steps i {
        margin: 0;
    }

    .remote-steps span {
        position: absolute;
        top: 2px;
        right: auto;
        left: 0;
        display: block;
        width: auto;
        height: auto;
        text-align: left;
        color: rgba(25, 118, 210, .065);
        background: transparent;
        border: 0;
        font-size: 22px;
        font-weight: 800;
        line-height: .78;
        transform: none;
        box-shadow: none;
    }

    .remote-steps li:last-child span {
        color: rgba(25, 118, 210, .065);
        background: transparent;
        border-color: transparent;
    }

    .remote-steps i {
        position: relative;
        top: auto;
        left: auto;
        grid-row: 1 / span 2;
        grid-column: 1;
        width: 62px;
        height: 54px;
        color: #176fc9;
        background: transparent;
        border: 0;
        border-radius: 0;
        font-size: 32px;
        box-shadow: none;
        transform: none;
    }

    .remote-steps li:first-child i {
        width: 62px;
        left: auto;
    }

    .remote-steps li:first-child i:after {
        display: inline-block;
        margin-left: 6px;
        font-size: 18px;
    }

    .remote-steps li:last-child i {
        color: #14c971;
    }

    .remote-steps h3,
    .remote-steps p {
        max-width: none;
        grid-column: 2;
    }

    .remote-steps h3 {
        min-height: 0;
        margin: 0 0 3px;
        font-size: 14px;
        line-height: 1.3;
    }

    .remote-steps p {
        display: block;
        margin: 0;
        font-size: 12px;
        line-height: 1.42;
    }

    .remote-cable-card {
        grid-template-columns: 1fr;
        padding: 24px;
    }

    .remote-cable-illustration {
        width: 190px;
        margin: 0 auto;
    }

}

@media only screen and (max-width: 420px) {
    .remote-hero-copy h1 {
        font-size: 27px;
    }

    .remote-service-card,
    .remote-info-panel,
    .remote-cable-card {
        padding: 20px;
    }

    .remote-steps {
        grid-template-columns: 1fr;
    }

    .remote-steps li {
        grid-template-columns: 58px minmax(0, 1fr);
        gap: 2px 12px;
        padding: 9px 0 9px 6px;
    }

    .remote-steps li:before {
        top: 0;
        left: 31px;
    }

    .remote-steps li:not(:last-child):after {
        bottom: -14px;
        left: 50%;
        font-size: 18px;
    }

    .remote-steps span {
        font-size: 20px;
    }

    .remote-steps i {
        width: 56px;
        height: 50px;
        font-size: 29px;
    }

    .remote-steps li:first-child i {
        width: 56px;
    }

    .remote-steps li:first-child i:after {
        font-size: 16px;
        margin-left: 7px;
    }

    .remote-steps h3 {
        min-height: 0;
        font-size: 13px;
    }
}
