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

html {
    scroll-behavior: smooth;
}

/* The original homepage service composition remains in Elementor for rollback. */
body #tnet-branch-services {
    display: none !important;
}

body #tnet-services-simple {
    --tnetss-ink: #07100d;
    --tnetss-deep: #0d2f1e;
    --tnetss-green: #58a100;
    --tnetss-lime: #8cff18;
    --tnetss-paper: #f2f6ef;
    padding: clamp(72px, 7vw, 104px) 0;
    background: var(--tnetss-paper);
    color: var(--tnetss-ink);
    font-family: "Urbanist", Arial, sans-serif;
}

body #tnet-services-simple,
body #tnet-services-simple * {
    box-sizing: border-box;
}

body #tnet-services-simple .tnetss-shell {
    width: min(1400px, calc(100% - 64px));
    margin-inline: auto;
}

body #tnet-services-simple .tnetss-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 34px;
}

body #tnet-services-simple .tnetss-kicker {
    margin: 0 0 10px;
    color: var(--tnetss-green);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .11em;
    line-height: 1.2;
    text-transform: uppercase;
}

body #tnet-services-simple h2 {
    margin: 0;
    color: var(--tnetss-ink);
    font-size: clamp(42px, 5vw, 70px);
    font-weight: 750;
    letter-spacing: -.05em;
    line-height: .98;
}

body #tnet-services-simple a {
    color: inherit;
    text-decoration: none;
}

body #tnet-services-simple .tnetss-store-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 10px;
    background: var(--tnetss-deep);
    color: #fff;
    font-size: 14px;
    font-weight: 750;
    white-space: nowrap;
    transition: background-color .2s ease, transform .2s ease;
}

body #tnet-services-simple .tnetss-store-link:hover,
body #tnet-services-simple .tnetss-store-link:focus-visible {
    background: #173c22;
    transform: translateY(-2px);
}

body #tnet-services-simple .tnetss-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
}

body #tnet-services-simple .tnetss-card {
    grid-column: span 2;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    min-height: 170px;
    padding: 28px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(7, 28, 17, .07);
    transition: background-color .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}

body #tnet-services-simple .tnetss-card-wide {
    grid-column: span 3;
}

body #tnet-services-simple .tnetss-card:hover,
body #tnet-services-simple .tnetss-card:focus-visible {
    background: var(--tnetss-deep);
    color: #fff;
    transform: translateY(-4px);
    box-shadow: 0 22px 48px rgba(7, 28, 17, .14);
}

body #tnet-services-simple .tnetss-icon {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: rgba(88, 161, 0, .12);
    color: var(--tnetss-green);
}

body #tnet-services-simple .tnetss-card:hover .tnetss-icon,
body #tnet-services-simple .tnetss-card:focus-visible .tnetss-icon {
    background: var(--tnetss-lime);
    color: var(--tnetss-ink);
}

body #tnet-services-simple svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

body #tnet-services-simple .tnetss-copy {
    display: grid;
    gap: 7px;
}

body #tnet-services-simple .tnetss-copy strong {
    font-size: clamp(20px, 2vw, 27px);
    font-weight: 750;
    letter-spacing: -.03em;
    line-height: 1.05;
}

body #tnet-services-simple .tnetss-copy small {
    max-width: 34ch;
    color: #647068;
    font-size: 14px;
    font-weight: 520;
    line-height: 1.45;
}

body #tnet-services-simple .tnetss-card:hover small,
body #tnet-services-simple .tnetss-card:focus-visible small {
    color: rgba(255, 255, 255, .72);
}

body #tnet-services-simple .tnetss-arrow {
    color: var(--tnetss-green);
    font-size: 23px;
    transition: transform .2s ease;
}

body #tnet-services-simple .tnetss-card:hover .tnetss-arrow,
body #tnet-services-simple .tnetss-card:focus-visible .tnetss-arrow {
    color: var(--tnetss-lime);
    transform: translateX(4px);
}

body #tnet-copy-print .tnetcp-printer-shop {
    margin-left: 10px;
}

body #tnet-copy-print .tnetcp-button-white {
    background: #fff;
    border-color: #fff;
    color: #07100d;
}

body #tnet-copy-print .tnetcp-button-white:hover,
body #tnet-copy-print .tnetcp-button-white:focus-visible {
    background: #eef2ed;
    border-color: #eef2ed;
    color: #07100d;
}

body #tnet-telephone-sms .tnetts-button-ghost {
    border-color: rgba(255, 255, 255, .72);
    background: transparent;
    color: #fff;
}

body #tnet-telephone-sms .tnetts-button-ghost:hover,
body #tnet-telephone-sms .tnetts-button-ghost:focus-visible {
    border-color: #fff;
    background: rgba(255, 255, 255, .1);
    color: #fff;
}

body #tnet-telephone-sms .tnetts-sms-enquire {
    width: fit-content;
    margin-top: 28px;
}

body #tnet-courier .tnetcr-delivery-grid h3 span {
    display: inline-flex;
    margin-left: 8px;
    padding: 5px 9px;
    border-radius: 7px;
    background: rgba(88, 161, 0, .12);
    color: #3f7900;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .02em;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
}

body #tnet-stationery .tnetst-supply {
    padding-bottom: 42px !important;
}

body.page-id-75 .elementor .tnet-service-form-embed {
    padding-top: 42px !important;
}

body .elementor-75 #form.serviceform-shell {
    padding-top: 42px !important;
}

body #tnet-courier .tnetcr-prepare {
    display: none !important;
}

@media (min-width: 1161px) {
    body #tnet-elementor-header .tnetx-header-inner {
        display: grid;
        grid-template-columns: minmax(140px, 1fr) auto minmax(0, 1fr);
        column-gap: 22px;
    }

    body #tnet-elementor-header .tnetx-brand {
        grid-column: 1;
        justify-self: start;
    }

    body #tnet-elementor-header .tnetx-header-actions {
        grid-column: 2;
        grid-row: 1;
        justify-self: center;
        margin-left: 0;
    }

    body #tnet-elementor-header .tnetx-desktop-nav {
        grid-column: 3;
        grid-row: 1;
        justify-self: end;
        margin-left: 0;
    }
}

@media (max-width: 900px) {
    body #tnet-services-simple .tnetss-card,
    body #tnet-services-simple .tnetss-card-wide {
        grid-column: span 3;
    }

    body #tnet-services-simple .tnetss-card:last-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 620px) {
    body #tnet-services-simple .tnetss-shell {
        width: calc(100% - 32px);
    }

    body #tnet-services-simple .tnetss-heading {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 26px;
    }

    body #tnet-services-simple .tnetss-grid {
        grid-template-columns: 1fr;
    }

    body #tnet-services-simple .tnetss-card,
    body #tnet-services-simple .tnetss-card-wide,
    body #tnet-services-simple .tnetss-card:last-child {
        grid-column: 1;
        min-height: 142px;
        padding: 22px;
    }

    body #tnet-copy-print .tnetcp-printer-shop {
        margin: 10px 0 0;
    }

    body #tnet-telephone-sms .tnetts-actions {
        width: auto;
        flex-direction: row;
        flex-wrap: wrap;
    }

    body #tnet-telephone-sms .tnetts-actions .tnetts-button {
        width: auto;
        min-height: 50px;
        padding-inline: 16px;
        gap: 10px;
    }

    body #tnet-telephone-sms .tnetts-actions .tnetts-button-ghost {
        flex: 1 1 auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
}

/* Post-presentation service shortcuts retain the established Urbanist/green language. */
body :is(#tnet-copy-print, #tnet-courier, #tnet-digital, #tnet-telephone-sms, #tnet-stationery) .tnet-service-jumps {
    background: #edf5e9;
    border-bottom: 1px solid rgba(7, 55, 22, .12);
}

body .tnet-service-jumps-inner {
    width: min(1400px, calc(100% - 64px));
    margin-inline: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    padding-block: 15px;
}

body .tnet-service-jumps a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 9px 16px;
    border-radius: 9px;
    color: #123b21;
    font: 700 14px/1.25 "Urbanist", Arial, sans-serif;
    white-space: nowrap;
    text-decoration: none;
    transition: background-color .2s ease, color .2s ease;
}

body .tnet-service-jumps a:hover,
body .tnet-service-jumps a:focus-visible {
    background: #173c22;
    color: #fff;
}

body .tnet-service-jumps a:focus-visible {
    outline: 3px solid #58a100;
    outline-offset: 2px;
}

body :is(#tnet-copy-print, #tnet-courier, #tnet-digital, #tnet-telephone-sms, #tnet-stationery) [id]:target {
    scroll-margin-top: 110px;
}

body #tnet-copy-print :is(.tnetcp-details, .tnetcp-printers, .tnetcp-shop, .tnetcp-next),
body #tnet-courier :is(.tnetcr-delivery, .tnetcr-care, .tnetcr-prepare, .tnetcr-next),
body #tnet-digital :is(.tnetdg-local, .tnetdg-connect, .tnetdg-host, .tnetdg-next),
body #tnet-telephone-sms :is(.tnetts-services, .tnetts-telephone, .tnetts-needs, .tnetts-shop, .tnetts-next),
body #tnet-stationery :is(.tnetst-supply, .tnetst-bulk, .tnetst-ready, .tnetst-next) {
    padding-block: 72px;
}

body #tnet-franchise :is(.tnetfr-model, .tnetfr-purpose, .tnetfr-support, .tnetfr-fit, .tnetfr-journey, .tnetfr-next) {
    padding-block: 68px;
}

body #tnet-franchise .tnetfr-split { gap: 60px; }
body #tnet-franchise .tnetfr-support-grid { margin-top: 34px; }
body #tnet-franchise .tnetfr-list li,
body #tnet-franchise .tnetfr-stages article { padding-block: 18px; }

/* Keep the two essentials above a balanced row of three specialist supplies. */
body #tnet-stationery .tnetst-essentials { gap: 36px; margin-top: 38px; }
body #tnet-stationery .tnetst-specials { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
body #tnet-stationery .tnetst-essentials article,
body #tnet-stationery .tnetst-specials article { padding-block: 22px; }

@media (max-width: 1100px) {
    body #tnet-stationery .tnetst-specials { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    body #tnet-stationery .tnetst-specials article:last-child { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
    body #tnet-stationery .tnetst-essentials,
    body #tnet-stationery .tnetst-specials { grid-template-columns: 1fr; }
    body #tnet-stationery .tnetst-specials article:last-child { grid-column: auto; }
    body .tnet-service-jumps-inner {
        width: 100%;
        padding: 12px 16px;
        flex-wrap: nowrap;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scrollbar-width: thin;
    }

    body .tnet-service-jumps a { flex: 0 0 auto; }

    body #tnet-copy-print :is(.tnetcp-details, .tnetcp-printers, .tnetcp-shop, .tnetcp-next),
    body #tnet-courier :is(.tnetcr-delivery, .tnetcr-care, .tnetcr-prepare, .tnetcr-next),
    body #tnet-digital :is(.tnetdg-local, .tnetdg-connect, .tnetdg-host, .tnetdg-next),
    body #tnet-telephone-sms :is(.tnetts-services, .tnetts-telephone, .tnetts-needs, .tnetts-shop, .tnetts-next),
    body #tnet-stationery :is(.tnetst-supply, .tnetst-bulk, .tnetst-ready, .tnetst-next),
    body #tnet-franchise :is(.tnetfr-model, .tnetfr-purpose, .tnetfr-support, .tnetfr-fit, .tnetfr-journey, .tnetfr-next) {
        padding-block: 54px;
    }
}

@media (max-width: 620px) {
    /* The original Elementor hero did not define a phone breakpoint. */
    .elementor-9 .elementor-element.elementor-element-58f9c9c {
        --min-height: auto;
    }

    .elementor-9 .elementor-element.elementor-element-4da7c62 {
        --flex-direction: column;
    }

    .elementor-9 .elementor-element.elementor-element-4d3b18c {
        --padding-left: 16px;
        --padding-right: 16px;
    }

    .elementor-9 .elementor-element.elementor-element-7ce1fda {
        margin: 0 0 12px !important;
    }

    .elementor-9 .elementor-element.elementor-element-7ce1fda .eael-dual-header .title,
    .elementor-9 .elementor-element.elementor-element-7ce1fda .eael-dual-header .title span {
        font-size: clamp(3rem, 14.5vw, 3.55rem) !important;
        line-height: 0.95 !important;
        letter-spacing: -0.055em !important;
    }

    .elementor-9 .elementor-element.elementor-element-c78857e,
    .elementor-9 .elementor-element.elementor-element-c78857e img {
        max-width: 100%;
    }
}

@media (max-width: 520px) {
    /* Shop remains available in the mobile menu; the compact header keeps a
       clear logo and menu control without horizontal overflow. */
    #tnet-elementor-header .tnetx-shell {
        width: calc(100% - 32px) !important;
    }

    #tnet-elementor-header .tnetx-header-actions {
        display: none !important;
    }

    #tnet-elementor-header .tnetx-mobile-toggle {
        position: absolute !important;
        top: 14px;
        right: 16px;
        display: grid !important;
        flex: 0 0 42px;
        margin-left: auto;
    }

    #tnet-elementor-header .tnetx-header-inner {
        position: static !important;
    }
}

/* Techseeds-inspired Services dropdown: dark story panel, icon-led service grid. */
@media (min-width: 1161px) {
    body #tnet-elementor-header .tnetx-services-menu {
        width: min(880px, calc(100vw - 48px));
        padding: 14px;
        grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr);
        gap: 14px;
        border-radius: 18px;
        transform: translate(-55%, 10px);
    }

    body #tnet-elementor-header .tnetx-services-nav.is-open .tnetx-services-menu {
        transform: translate(-55%, 0);
    }

    body #tnet-elementor-header .tnetx-services-intro {
        position: relative;
        isolation: isolate;
        min-height: 100%;
        padding: 28px;
        overflow: hidden;
        border-radius: 13px;
        background:
            radial-gradient(circle at 0 100%, rgba(140, 255, 24, .34) 0, rgba(140, 255, 24, .13) 29%, transparent 62%),
            #050a08;
        color: #fff;
    }

    body #tnet-elementor-header .tnetx-services-intro::before {
        content: "";
        position: absolute;
        z-index: -1;
        right: -75px;
        bottom: -95px;
        width: 220px;
        height: 220px;
        border-radius: 50%;
        background: rgba(140, 255, 24, .12);
        filter: blur(18px);
        pointer-events: none;
    }

    body #tnet-elementor-header .tnetx-services-intro > span {
        color: #8cff18;
    }

    body #tnet-elementor-header .tnetx-services-intro > p {
        color: rgba(255, 255, 255, .7);
    }

    body #tnet-elementor-header .tnetx-services-intro > strong {
        margin-top: 0;
    }

    body #tnet-elementor-header .tnetx-services-intro > a {
        color: #8cff18;
    }

    body #tnet-elementor-header .tnetx-services-main {
        min-width: 0;
        padding: 10px 8px 8px;
    }

    body #tnet-elementor-header .tnetx-services-heading {
        display: grid;
        gap: 4px;
        margin: 0 8px 13px;
    }

    body #tnet-elementor-header .tnetx-services-heading > strong {
        color: #08100c;
        font-size: 19px;
        font-weight: 850;
        letter-spacing: -.02em;
    }

    body #tnet-elementor-header .tnetx-services-heading > small {
        color: #68716b;
        font-size: 12px;
        font-weight: 550;
    }

    body #tnet-elementor-header .tnetx-services-links {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-content: start;
        gap: 8px;
    }

    body #tnet-elementor-header .tnetx-services-links > a {
        min-height: 82px;
        padding: 10px;
        display: grid;
        grid-template-columns: 42px minmax(0, 1fr) 16px;
        align-items: center;
        gap: 10px;
        border: 0;
        border-radius: 12px;
        background: #f3f6f1;
        color: #08100c;
        transition: background-color .2s ease, transform .2s ease;
    }

    body #tnet-elementor-header .tnetx-services-links > a:hover,
    body #tnet-elementor-header .tnetx-services-links > a:focus-visible {
        padding-left: 10px;
        background: #eaf3e5;
        color: #08100c;
        transform: translateY(-1px);
    }

    body #tnet-elementor-header .tnetx-services-links > a:focus-visible {
        outline: 3px solid #78c900;
        outline-offset: 2px;
    }

    body #tnet-elementor-header .tnetx-services-links .tnetx-service-icon {
        width: 42px;
        height: 42px;
        display: grid;
        place-items: center;
        border-radius: 10px;
        background: #050a08;
        color: #8cff18;
    }

    body #tnet-elementor-header .tnetx-services-links .tnetx-service-icon svg {
        width: 22px;
        height: 22px;
        color: #8cff18;
        stroke: currentColor;
        stroke-width: 1.8;
        fill: none;
    }

    body #tnet-elementor-header .tnetx-services-links .tnetx-service-copy {
        min-width: 0;
        display: grid;
        gap: 2px;
    }

    body #tnet-elementor-header .tnetx-services-links .tnetx-service-copy strong {
        color: #08100c;
        font-size: 14px;
        font-weight: 800;
        line-height: 1.15;
    }

    body #tnet-elementor-header .tnetx-services-links .tnetx-service-copy small {
        overflow: hidden;
        color: #68716b;
        font-size: 11px;
        font-weight: 550;
        line-height: 1.25;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    body #tnet-elementor-header .tnetx-services-links .tnetx-service-arrow {
        width: 15px;
        height: 15px;
        color: #123b21;
        stroke: currentColor;
        stroke-width: 1.8;
        fill: none;
    }
}

@media (max-width: 1160px) {
    body #tnet-elementor-header .tnetx-mobile-services a {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        align-items: center;
        gap: 8px;
    }

    body #tnet-elementor-header .tnetx-mobile-services a > strong {
        color: inherit;
        font-size: inherit;
        font-weight: 700;
    }
}
