body#sub #content {
    width: 950px;
    margin-top: 0;
}

body#sub #text {
    width: 950px;
    margin: 0;
    float: none;
}

body#sub #rc {
    display: none;
}

body#sub #text .signotec-page p {
    margin: 0;
    font-size: inherit;
}

.signotec-page {
    --navy: #061f2e;
    --navy-soft: #0b3447;
    --blue: #0d7398;
    --cyan: #0aa7a6;
    --orange: #ff8a1f;
    --green: #39bc85;
    --violet: #6d5bd6;
    --ink: #0f2632;
    --muted: #5c6b73;
    --line: #dbe5e9;
    --paper: #f3f7f8;
    color: var(--ink);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.6;
}

.signotec-page *,
.signotec-page *:before,
.signotec-page *:after {
    box-sizing: border-box;
}

.signotec-subnav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    min-height: 48px;
    margin: -10px 0 18px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: white;
    box-shadow: 0 8px 24px rgba(6, 31, 46, 0.07);
}

.signotec-subnav a {
    color: var(--navy-soft);
    font-size: 12px;
    text-decoration: none;
}

.signotec-subnav a:hover,
.signotec-subnav a:focus {
    color: #f5620a;
    text-decoration: underline;
}

.signotec-hero {
    display: grid;
    grid-template-columns: 1.03fr 0.97fr;
    min-height: 485px;
    overflow: hidden;
    position: relative;
    border-radius: 24px;
    color: white;
    background: linear-gradient(135deg, #061f2e 0%, #084b66 66%, #0d8b9a 100%);
    box-shadow: 0 22px 55px rgba(6, 31, 46, 0.23);
}

.signotec-hero:before {
    content: "";
    width: 360px;
    height: 360px;
    position: absolute;
    left: -180px;
    bottom: -260px;
    border-radius: 50%;
    background: rgba(255, 138, 31, 0.25);
}

.signotec-hero-copy {
    padding: 64px 26px 54px 54px;
    position: relative;
    z-index: 2;
}

.signotec-eyebrow,
.signotec-kicker {
    display: block;
    color: #9ce7e7;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.signotec-hero h1 {
    margin: 12px 0 20px;
    color: white;
    font-size: 48px;
    font-weight: normal;
    line-height: 1.04;
    letter-spacing: -1.4px;
}

.signotec-lead {
    max-width: 480px;
    color: #e3f2f4;
    font-size: 18px !important;
    line-height: 1.55;
}

.signotec-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}

.signotec-button {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    border-radius: 25px;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    transition: transform 160ms ease, background-color 160ms ease, color 160ms ease;
}

.signotec-button:hover,
.signotec-button:focus {
    transform: translateY(-2px);
    text-decoration: none;
}

.signotec-button-primary {
    color: var(--navy);
    background: white;
}

.signotec-button-primary:hover,
.signotec-button-primary:focus {
    color: white;
    background: var(--orange);
}

.signotec-button-secondary {
    border: 1px solid rgba(255, 255, 255, 0.48);
    color: white;
    background: rgba(4, 31, 46, 0.38);
}

.signotec-button-secondary:hover,
.signotec-button-secondary:focus {
    border-color: white;
    color: var(--navy);
    background: white;
}

.signotec-models {
    margin-top: 24px !important;
    color: #a9c7d0;
    font-size: 12px !important;
}

.signotec-models strong {
    color: white;
}

.signotec-hero-visual {
    min-height: 485px;
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 58% 46%, rgba(255, 255, 255, 0.98) 0, rgba(234, 246, 248, 0.96) 37%, rgba(136, 218, 220, 0.16) 69%, rgba(255, 255, 255, 0) 70%);
}

.signotec-hero-visual img {
    width: 110%;
    max-width: none;
    position: absolute;
    z-index: 2;
    right: -12%;
    top: 80px;
    filter: drop-shadow(0 28px 30px rgba(2, 22, 32, 0.28));
}

.signotec-orbit {
    display: block;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 50%;
}

.signotec-orbit-one {
    width: 380px;
    height: 380px;
    right: -80px;
    top: 35px;
}

.signotec-orbit-two {
    width: 280px;
    height: 280px;
    right: -10px;
    top: 84px;
}

.signotec-visual-label {
    display: block;
    padding: 8px 16px;
    position: absolute;
    z-index: 3;
    right: 29px;
    bottom: 34px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 20px;
    color: var(--navy);
    background: rgba(255, 255, 255, 0.88);
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.6px;
}

.signotec-benefits {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin: 18px 0 68px;
}

.signotec-benefits article {
    min-height: 180px;
    padding: 25px 20px 22px;
    border: 1px solid var(--line);
    border-radius: 17px;
    background: white;
    box-shadow: 0 10px 28px rgba(6, 31, 46, 0.06);
}

.signotec-benefit-icon {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--blue);
    background: #e4f4f5;
    font-size: 11px;
    font-weight: bold;
}

.signotec-benefits h2 {
    margin: 13px 0 8px;
    color: var(--ink);
    font-size: 18px;
    line-height: 1.2;
}

.signotec-benefits p {
    color: var(--muted);
    font-size: 13px !important;
    line-height: 1.5;
}

.signotec-section {
    margin: 0 0 78px;
}

.signotec-section-heading {
    max-width: 650px;
    margin: 0 auto 30px;
    text-align: center;
}

.signotec-kicker {
    color: var(--cyan);
}

.signotec-section-heading h2,
.signotec-detail-copy h2,
.signotec-device-copy h2,
.signotec-cta h2 {
    margin: 8px 0 12px;
    color: var(--ink);
    font-size: 34px;
    font-weight: normal;
    line-height: 1.15;
    letter-spacing: -0.5px;
}

.signotec-section-heading p,
.signotec-detail-copy p,
.signotec-device-copy p {
    color: var(--muted);
    font-size: 16px !important;
}

.signotec-video-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.signotec-video-card {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: white;
    box-shadow: 0 14px 36px rgba(6, 31, 46, 0.09);
}

.signotec-video-frame {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    position: relative;
    background: var(--navy);
    background-position: center;
    background-size: cover;
}

.signotec-video-card:nth-child(1) .signotec-video-frame { background-image: url("img/signotec/video-01.jpg"); }
.signotec-video-card:nth-child(2) .signotec-video-frame { background-image: url("img/signotec/video-02.jpg"); }
.signotec-video-card:nth-child(3) .signotec-video-frame { background-image: url("img/signotec/video-04.jpg"); }
.signotec-video-card:nth-child(4) .signotec-video-frame { background-image: url("img/signotec/video-05.jpg"); }

.signotec-video-frame iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.signotec-video-frame iframe[src*="__YT_"] {
    display: none;
}

.signotec-preview-play {
    display: none;
    width: 66px;
    height: 66px;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    border: 2px solid rgba(255, 255, 255, 0.82);
    border-radius: 50%;
    color: white;
    background: rgba(6, 31, 46, 0.75);
    box-shadow: 0 8px 22px rgba(6, 31, 46, 0.24);
    font-size: 25px;
    transform: translate(-50%, -50%);
}

.signotec-video-frame iframe[src*="__YT_"] + .signotec-preview-play {
    display: flex;
}

.signotec-video-copy {
    min-height: 190px;
    padding: 25px 27px 28px;
    position: relative;
    border-top: 4px solid var(--accent);
}

.signotec-video-number {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white;
    background: var(--accent);
    font-size: 11px;
    font-weight: bold;
}

.signotec-video-copy h3 {
    margin: 13px 0 9px;
    color: var(--ink);
    font-size: 21px;
    line-height: 1.25;
}

.signotec-video-copy p {
    color: var(--muted);
    font-size: 14px !important;
    line-height: 1.55;
}

.signotec-orange { --accent: var(--orange); }
.signotec-teal { --accent: var(--cyan); }
.signotec-green { --accent: var(--green); }
.signotec-violet { --accent: var(--violet); }

.signotec-detail-section,
.signotec-device-section {
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    gap: 54px;
    align-items: center;
    padding: 54px;
    border-radius: 22px;
    background: var(--paper);
}

.signotec-check-list {
    margin: 25px 0 0 !important;
}

.signotec-check-list li {
    margin: 9px 0;
    padding-left: 31px;
    position: relative;
    list-style: none !important;
    color: var(--ink);
    font-weight: bold;
}

.signotec-check-list li:before {
    content: "\2713";
    display: inline-flex;
    width: 21px;
    height: 21px;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 1px;
    border-radius: 50%;
    color: white;
    background: var(--cyan);
    font-size: 12px;
}

.signotec-pdf-card {
    min-height: 330px;
    padding: 36px;
    position: relative;
    border-radius: 13px;
    background: white;
    box-shadow: 0 18px 44px rgba(6, 31, 46, 0.13);
    transform: rotate(1.4deg);
}

.signotec-pdf-badge {
    display: inline-flex;
    padding: 6px 15px;
    border-radius: 8px;
    color: white;
    background: var(--orange);
    font-weight: bold;
}

.signotec-pdf-card > strong {
    display: block;
    margin: 23px 0 20px;
    font-size: 24px;
}

.signotec-pdf-line {
    display: block;
    width: 82%;
    height: 7px;
    margin: 10px 0;
    border-radius: 4px;
    background: #dfe7ea;
}

.signotec-pdf-line-short {
    width: 58%;
}

.signotec-pdf-card em {
    display: block;
    margin: 22px 0 18px;
    color: #285c9d;
    font-size: 25px;
}

.signotec-pdf-data {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.signotec-pdf-data span {
    padding: 5px 9px;
    border-radius: 12px;
    color: #087a7a;
    background: #e3f6f5;
    font-size: 10px;
    font-weight: bold;
}

.signotec-device-section {
    grid-template-columns: 0.9fr 1.1fr;
    background: white;
    border: 1px solid var(--line);
}

.signotec-device-visual img {
    width: 100%;
    filter: drop-shadow(0 22px 22px rgba(6, 31, 46, 0.2));
}

.signotec-device-facts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 27px;
}

.signotec-device-facts div {
    padding: 13px 10px;
    border-radius: 11px;
    background: var(--paper);
}

.signotec-device-facts strong,
.signotec-device-facts span {
    display: block;
}

.signotec-device-facts strong {
    color: var(--blue);
    font-size: 15px;
}

.signotec-device-facts span {
    margin-top: 3px;
    color: var(--muted);
    font-size: 10px;
    line-height: 1.35;
}

.signotec-cta {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 42px;
    align-items: center;
    margin-bottom: 24px;
    padding: 46px 52px;
    border-radius: 22px;
    color: white;
    background: linear-gradient(125deg, #061f2e 0%, #0d7398 100%);
}

.signotec-cta h2 {
    color: white;
}

.signotec-cta p {
    max-width: 600px;
    color: #d9eef2;
    font-size: 15px !important;
}

.signotec-cta-actions {
    text-align: center;
}

.signotec-button-light {
    color: var(--navy);
    background: white;
}

.signotec-button-light:hover,
.signotec-button-light:focus {
    color: white;
    background: var(--orange);
}

.signotec-contact-link {
    display: block;
    margin-top: 10px;
    color: #bfe9ec;
    font-size: 12px;
}

.signotec-note {
    margin: 0 auto 34px !important;
    max-width: 820px;
    color: #718088;
    font-size: 10px !important;
    text-align: center;
}

@media screen and (max-width: 980px) {
    html,
    body {
        min-width: 0;
    }

    #page,
    #header,
    body#sub #content,
    body#sub #text,
    #footer .inner {
        width: auto;
        max-width: 950px;
    }

    #page,
    #footer .inner {
        margin-right: 14px;
        margin-left: 14px;
    }

    .signotec-subnav {
        padding: 0 15px;
        gap: 14px;
    }

    .signotec-hero-copy {
        padding-left: 38px;
    }
}

@media screen and (max-width: 780px) {
    #header {
        height: 230px;
        background-position: center top;
    }

    #logo {
        left: 24px;
    }

    #menuBar {
        width: 100%;
        left: 0;
        top: 166px;
    }

    #menu ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        float: none;
    }

    #menu li {
        float: none;
        background: none;
    }

    #menu a {
        padding: 6px 8px;
        font-size: 10px;
    }

    .signotec-subnav {
        display: none;
    }

    .signotec-hero,
    .signotec-detail-section,
    .signotec-device-section,
    .signotec-cta {
        grid-template-columns: 1fr;
    }

    .signotec-hero-copy {
        padding: 46px 34px 16px;
    }

    .signotec-hero h1 {
        font-size: 41px;
    }

    .signotec-hero-visual {
        min-height: 360px;
    }

    .signotec-hero-visual img {
        width: 85%;
        right: 1%;
        top: 30px;
    }

    .signotec-benefits {
        grid-template-columns: repeat(2, 1fr);
    }

    .signotec-detail-section,
    .signotec-device-section {
        padding: 38px;
    }

    .signotec-device-visual {
        order: 2;
    }

    .signotec-cta {
        gap: 25px;
    }

    .signotec-cta-actions {
        text-align: left;
    }

    .signotec-contact-link {
        display: inline-block;
        margin: 0 0 0 13px;
    }
}

@media screen and (max-width: 580px) {
    #page,
    #footer .inner {
        margin-right: 8px;
        margin-left: 8px;
    }

    .signotec-hero h1 {
        font-size: 36px;
    }

    .signotec-lead {
        font-size: 16px !important;
    }

    .signotec-benefits,
    .signotec-video-grid,
    .signotec-device-facts {
        grid-template-columns: 1fr;
    }

    .signotec-benefits article {
        min-height: 0;
    }

    .signotec-section-heading h2,
    .signotec-detail-copy h2,
    .signotec-device-copy h2,
    .signotec-cta h2 {
        font-size: 28px;
    }

    .signotec-detail-section,
    .signotec-device-section,
    .signotec-cta {
        padding: 28px 22px;
    }

    .signotec-pdf-card {
        min-height: 300px;
        padding: 28px;
    }

    .signotec-contact-link {
        display: block;
        margin: 10px 0 0;
    }
}
