/* Direction 03: product-led hospitality, original SoftPOS interface studies. */
.service {
    --paper: #fff;
    --ink: #162f3a;
    --muted: #60717a;
    --line: #e0e6e7;
    --accent: #087e8a;
    --container: 1240px;
    background: #fff;
    color: var(--ink);
}
.service .preview-bar {
    background: #15313b;
}
.service .preview-bar nav a[aria-current] {
    background: #d9f2f3;
    color: #17434b;
}
.service .site-nav {
    height: 88px;
    border-bottom: 0;
    gap: 24px;
}
.service .brand img {
    width: 154px;
}
.service .desktop-nav {
    font-size: 13px;
    gap: 26px;
}
.service .nav-contact {
    background: #087e8a;
    color: #fff;
    border-radius: 5px;
    padding: 12px 18px;
    gap: 23px;
    font-size: 12px;
}
.service .nav-contact:hover {
    background: #066571;
}
.service .button {
    background: #087e8a;
    border: 1px solid #087e8a;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
    min-height: 53px;
    padding: 15px 20px;
    gap: 22px;
}
.service .button:hover {
    background: #066571;
    transform: none;
}
.service .button-outline {
    color: var(--ink);
    background: white;
    border-color: #c8d3d6;
    gap: 11px;
}
.service .button-outline:hover {
    background: #f1f7f7;
}
.service .button-outline .play-icon {
    font-size: 23px;
    color: var(--accent);
}
.service .text-link {
    font-size: 13px;
    color: var(--accent);
    gap: 18px;
}
.service .eyebrow {
    font-size: 9px;
    font-weight: 650;
    letter-spacing: 1.6px;
    color: #547680;
}
.service h2 {
    font-size: 44px;
    line-height: 1.13;
    letter-spacing: -1.7px;
    font-weight: 600;
}
.service .section {
    padding-block: 95px;
}
.service-hero {
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    gap: 42px;
    padding-top: 48px;
    padding-bottom: 44px;
    align-items: center;
}
.service-hero-copy {
    padding-bottom: 26px;
}
.service-hero h1 {
    font-size: clamp(48px, 4.25vw, 63px);
    font-weight: 650;
    letter-spacing: -2.6px;
    line-height: 1.06;
    margin: 24px 0;
}
.service-hero h1 > span {
    color: #087e8a;
    white-space: nowrap;
}
.industry-home-groups { display:flex;flex-wrap:wrap;gap:10px;margin-top:30px; }
.industry-home-groups a { border:1px solid #b8caca;border-radius:4px;min-height:44px;padding:12px 16px;font-size:12px; }
.service-dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #1fa4ad;
    margin-right: 8px;
}
.service-lead {
    max-width: 420px;
    font-size: 16px;
    line-height: 1.8;
    color: var(--muted);
    margin-bottom: 28px;
}
.service .hero-actions {
    gap: 12px;
    flex-wrap: wrap;
}
.hero-reassurance {
    font-size: 11px;
    margin-top: 20px;
    color: #65767d;
}
.hero-reassurance > span {
    color: #137968;
    padding-right: 6px;
}
.service-hero-visual {
    height: 565px;
    position: relative;
    min-width: 0;
}
.service-people {
    position: absolute;
    top: 0;
    right: 0;
    width: 82%;
    height: 414px;
    border-radius: 9px;
    overflow: hidden;
}
.service-people > img {
    width: 100%;
    height: 100%;
    object-position: 50% 72%;
}
.service-people figcaption {
    position: absolute;
    top: 19px;
    left: 20px;
    background: #fffffff0;
    color: #25444b;
    padding: 9px 12px;
    border-radius: 3px;
    font-size: 10px;
    font-weight: 500;
}
.hero-device {
    position: absolute;
    width: 89%;
    left: 0;
    bottom: 43px;
    z-index: 2;
    display: block;
}
.device-bezel {
    padding: 9px;
    background: #202c31;
    border-radius: 16px;
    border: 1px solid #506167;
    box-shadow: 0 18px 34px #15313b26;
}
.device-bezel:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    top: 3px;
    left: 50%;
    border-radius: 50%;
    background: #6a777e;
}
.product-crop {
    aspect-ratio: 1.6;
    overflow: hidden;
    border-radius: 7px;
    background: #e7eff4;
}
.product-crop > img {
    width: 120%;
    max-width: none;
    height: auto;
    object-fit: initial;
    display: block;
}
.device-foot {
    display: block;
    width: 29%;
    height: 18px;
    margin: 0 auto;
    background: #bfcbd0;
    clip-path: polygon(
        18% 0,
        82% 0,
        89% 77%,
        100% 87%,
        100% 100%,
        0 100%,
        0 87%,
        11% 77%
    );
}
.hero-screen-note {
    position: absolute;
    bottom: 12px;
    left: 0;
    width: 89%;
    text-align: center;
    font-size: 9px;
    color: #829096;
    letter-spacing: 0.1px;
}
.service-foundations {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--line);
    padding-block: 31px 39px;
    gap: 30px;
}
.service-foundations > div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-right: 1px solid var(--line);
}
.service-foundations > div:first-child {
    justify-content: flex-start;
}
.service-foundations > div:last-child {
    border: 0;
}
.foundation-icon {
    font-size: 32px;
    color: #37898e;
    width: 38px;
    text-align: center;
    flex-shrink: 0;
}
.foundation-icon.swiss-cross {
    width: 29px;
    height: 29px;
    font-size: 33px;
    background: #c35048;
    color: #fff;
}
.service-foundations p {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 11px;
    color: #7b888e;
}
.service-foundations strong {
    font-size: 13px;
    font-weight: 550;
    color: var(--ink);
}
.service-tour {
    background: #f0f7f8;
}
.service-centered {
    text-align: center;
}
.service-centered h2 {
    margin: 18px 0;
}
.service-centered > p:last-child {
    font-size: 15px;
    line-height: 1.8;
    color: var(--muted);
}
.product-tabs {
    display: flex;
    justify-content: center;
    margin: 31px auto 47px;
    width: fit-content;
    background: #e2ecee;
    padding: 4px;
    border-radius: 6px;
}
.product-tabs button {
    background: transparent;
    border: 0;
    padding: 13px 22px;
    border-radius: 4px;
    font-size: 12px;
    color: #5e747b;
    display: flex;
    align-items: center;
    gap: 30px;
    font-weight: 550;
}
.product-tabs button[aria-selected="true"] {
    background: white;
    color: #087e8a;
    box-shadow: 0 2px 5px #163d4810;
}
.product-tabs button:hover {
    color: #087e8a;
}
.product-panel {
    display: grid;
    grid-template-columns: 0.82fr 1.35fr;
    gap: 61px;
    align-items: center;
    min-width: 0;
}
.product-chip {
    font-size: 8px;
    letter-spacing: 1.2px;
    font-weight: 600;
    color: #147a84;
    border: 1px solid #bcd9dc;
    border-radius: 3px;
    padding: 6px 9px;
    display: inline-block;
}
.product-panel h3 {
    font-size: 30px;
    font-weight: 550;
    letter-spacing: -0.9px;
    line-height: 1.18;
    margin: 19px 0;
}
.product-panel-copy > p {
    font-size: 13px;
    line-height: 1.9;
    color: var(--muted);
}
.service-checks {
    list-style: none;
    margin: 23px 0 16px;
    padding: 0;
    font-size: 12px;
    color: #485f69;
}
.service-checks li {
    padding-block: 7px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.service-checks li:before {
    content: "✓";
    color: #12817d;
    font-weight: 600;
}
.tour-screen {
    min-width: 0;
}
.tour-screen > .product-crop {
    border: 1px solid #c7d9df;
    box-shadow: 0 15px 34px #19383b0c;
    border-radius: 8px;
}
.tour-screen figcaption {
    text-align: right;
    font-size: 9px;
    color: #7d929a;
    margin-top: 13px;
}
.service .section-heading {
    gap: 50px;
    margin-bottom: 39px;
}
.service .section-heading .eyebrow {
    margin-bottom: 17px;
}
.service .section-heading > p {
    font-size: 14px;
    line-height: 1.85;
    max-width: 360px;
}
.service-industry-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}
.service-industry img {
    width: 100%;
    height: 258px;
    border-radius: 6px;
    object-position: center;
    transition: filter 0.2s;
}
.service-industry:nth-child(2) img {
    object-position: center 65%;
}
.service-industry:hover img {
    filter: brightness(0.95);
}
.service-industry > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 20px 0 10px;
}
.service-industry h3 {
    font-size: 21px;
    font-weight: 550;
    letter-spacing: -0.4px;
}
.service-industry > div > span {
    font-size: 21px;
    color: #538087;
}
.service-industry p {
    font-size: 13px;
    line-height: 1.8;
    color: var(--muted);
    max-width: 315px;
}
.industry-more {
    display: block;
    font-size: 11px;
    font-weight: 550;
    color: var(--accent);
    margin-top: 16px;
}
.industry-more > span {
    margin-left: 12px;
}
.service-setup {
    background: #f8f7f3;
}
.setup-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 96px;
    align-items: center;
}
.setup-grid > figure {
    position: relative;
}
.setup-grid > figure > img {
    width: 100%;
    height: 535px;
    border-radius: 6px;
    object-position: center 65%;
}
.setup-grid figcaption {
    position: absolute;
    inset: auto 0 0;
    color: #fff;
    background: linear-gradient(transparent, #152f37b0);
    padding: 60px 27px 27px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 0 0 6px 6px;
}
.setup-copy h2 {
    font-size: 36px;
    margin: 20px 0;
    letter-spacing: -1.2px;
}
.setup-copy > p:not(.eyebrow) {
    font-size: 14px;
    color: var(--muted);
    line-height: 1.8;
}
.setup-steps {
    list-style: none;
    padding: 0;
    margin: 29px 0 14px;
}
.setup-steps li {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding-block: 15px;
}
.setup-steps li > span {
    font-size: 10px;
    background: #e3edeb;
    color: #397a75;
    border-radius: 50%;
    height: 31px;
    width: 31px;
    display: grid;
    place-items: center;
    flex-shrink: 0;
}
.setup-steps h3 {
    font-size: 16px;
    font-weight: 550;
    letter-spacing: -0.2px;
}
.setup-steps p {
    font-size: 12px;
    color: var(--muted);
    line-height: 1.8;
    margin-top: 6px;
}
.service-faq {
    display: grid;
    grid-template-columns: 0.9fr 1.2fr;
    gap: 85px;
}
.service-faq h2 {
    font-size: 38px;
    margin: 18px 0 21px;
}
.service-faq > div > p:not(.eyebrow) {
    font-size: 13px;
    color: var(--muted);
}
.service-faq-list details {
    border-bottom: 1px solid var(--line);
}
.service-faq-list details:first-child {
    border-top: 1px solid var(--line);
}
.service-faq-list summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    font-size: 15px;
    font-weight: 500;
    padding: 22px 0;
}
.service-faq-list summary::-webkit-details-marker {
    display: none;
}
.service-faq-list summary > span {
    font-size: 23px;
    font-weight: 400;
    transition: transform 0.2s;
}
.service-faq-list details[open] summary > span {
    transform: rotate(45deg);
}
.service-faq-list p {
    font-size: 13px;
    line-height: 1.9;
    color: var(--muted);
    padding: 0 32px 22px 0;
}
.service-cta {
    background: #143b46;
    color: #fff;
    text-align: center;
    padding-block: 75px;
}
.service-cta .eyebrow {
    color: #91c6c8;
}
.service-cta h2 {
    font-size: 46px;
    line-height: 1.15;
    margin: 21px 0;
}
.service-cta p {
    font-size: 14px;
    line-height: 1.8;
    color: #bdd0d4;
    margin-bottom: 27px;
}
.service-cta .button {
    background: #d4f2ee;
    border-color: #d4f2ee;
    color: #173e46;
}
.service-cta .button:hover {
    background: #fff;
    border-color: #fff;
}
.service-email {
    display: block;
    width: fit-content;
    margin: 20px auto 0;
    font-size: 11px;
    color: #c0d5d8;
    text-decoration: underline;
    text-underline-offset: 4px;
}
.service-footer-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 45px;
    padding-block: 45px;
}
.service-footer-main > div > p {
    font-size: 12px;
    color: var(--muted);
    margin-top: 17px;
}
.service-footer-main nav {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    font-size: 12px;
}
.service-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--line);
    padding: 23px 0 29px;
    font-size: 10px;
    color: #73838a;
    gap: 22px;
}
.service-footer-bottom > span:nth-child(2) {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
}
.service-footer-bottom .swiss-cross {
    width: 13px;
    height: 13px;
    font-size: 15px;
}
.service-footer-bottom > a {
    margin-left: 20px;
}
.service-footer-bottom > a:hover {
    text-decoration: underline;
}
@media (min-width: 1550px) {
    .service-hero {
        gap: 65px;
    }
    .service-hero-visual {
        height: 590px;
    }
    .service-people {
        height: 435px;
    }
    .hero-device {
        bottom: 40px;
    }
}
@media (max-width: 1150px) {
    .service .desktop-nav {
        gap: 19px;
        font-size: 11px;
    }
    .service .site-nav {
        gap: 20px;
    }
    .service .nav-contact {
        font-size: 11px;
        padding: 12px 15px;
        gap: 15px;
    }
    .service-hero {
        gap: 30px;
        padding-top: 35px;
    }
    .service-hero h1 {
        font-size: 48px;
        letter-spacing: -2px;
    }
    .service-hero-visual {
        height: 520px;
    }
    .service-people {
        height: 375px;
        width: 85%;
    }
    .hero-device {
        width: 95%;
        bottom: 54px;
    }
    .hero-screen-note {
        bottom: 20px;
        width: 95%;
    }
    .service-lead {
        font-size: 14px;
        max-width: 350px;
    }
    .service .button {
        font-size: 12px;
        gap: 17px;
        padding-inline: 16px;
    }
    .service-foundations {
        gap: 20px;
    }
    .service-foundations > div {
        gap: 12px;
    }
    .service-foundations strong {
        font-size: 12px;
    }
    .product-panel {
        gap: 40px;
        grid-template-columns: 1fr 1.35fr;
    }
    .product-panel h3 {
        font-size: 27px;
    }
    .service .section-heading > p {
        max-width: 310px;
        font-size: 13px;
    }
    .service h2 {
        font-size: 39px;
    }
    .service-industry img {
        height: 225px;
    }
    .service-industry-grid {
        gap: 23px;
    }
    .setup-grid {
        gap: 60px;
    }
    .setup-copy h2 {
        font-size: 32px;
    }
    .setup-grid > figure > img {
        height: 510px;
    }
    .service-faq {
        gap: 50px;
    }
    .service-faq h2 {
        font-size: 34px;
    }
}
@media (max-width: 900px) {
    .service .desktop-nav {
        gap: 14px;
        font-size: 10px;
    }
    .service .brand img {
        width: 135px;
    }
    .service .site-nav {
        gap: 17px;
    }
    .service .nav-contact {
        font-size: 10px;
        gap: 11px;
        padding: 10px 12px;
    }
    .service-hero {
        gap: 25px;
    }
    .service-hero h1 {
        font-size: 40px;
        letter-spacing: -1.7px;
    }
    .service-hero .eyebrow {
        font-size: 7px;
        letter-spacing: 1.2px;
    }
    .service-hero-copy {
        padding-bottom: 0;
    }
    .service-lead {
        font-size: 13px;
    }
    .service .hero-actions {
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }
    .service .hero-actions .button {
        font-size: 10px;
        padding-inline: 12px;
        gap: 10px;
        min-height: 46px;
    }
    .hero-reassurance {
        font-size: 9px;
    }
    .service-hero-visual {
        height: 455px;
    }
    .service-people {
        height: 345px;
        width: 92%;
    }
    .hero-device {
        width: 100%;
        bottom: 30px;
    }
    .hero-screen-note {
        bottom: 6px;
        width: 100%;
        font-size: 8px;
    }
    .service-people figcaption {
        font-size: 8px;
        left: 14px;
        top: 14px;
    }
    .service-foundations {
        gap: 17px;
        padding-block: 26px 32px;
    }
    .service-foundations > div {
        gap: 9px;
    }
    .foundation-icon {
        width: 25px;
        font-size: 25px;
    }
    .foundation-icon.swiss-cross {
        width: 24px;
        height: 24px;
        font-size: 27px;
    }
    .service-foundations strong {
        font-size: 10px;
    }
    .service-foundations p {
        font-size: 9px;
    }
    .service .section {
        padding-block: 70px;
    }
    .service h2 {
        font-size: 35px;
    }
    .service-centered > p:last-child {
        font-size: 13px;
    }
    .product-panel {
        grid-template-columns: 1fr;
        gap: 26px;
    }
    .product-panel-copy {
        max-width: 530px;
    }
    .product-panel h3 {
        font-size: 30px;
    }
    .product-panel-copy .service-checks {
        display: flex;
        flex-wrap: wrap;
        gap: 5px 24px;
        margin: 16px 0 6px;
        font-size: 11px;
    }
    .product-panel-copy .text-link {
        padding-bottom: 0;
    }
    .tour-screen {
        max-width: 100%;
    }
    .service-industry img {
        height: 190px;
    }
    .service-industry h3 {
        font-size: 18px;
    }
    .service-industry p {
        font-size: 12px;
    }
    .service-industry-grid {
        gap: 19px;
    }
    .service .section-heading {
        gap: 30px;
    }
    .service .section-heading > p {
        max-width: 255px;
        font-size: 12px;
    }
    .setup-grid {
        gap: 36px;
    }
    .setup-copy h2 {
        font-size: 29px;
    }
    .setup-copy > p:not(.eyebrow) {
        font-size: 12px;
    }
    .setup-steps h3 {
        font-size: 14px;
    }
    .setup-steps p {
        font-size: 11px;
    }
    .setup-grid > figure > img {
        height: 510px;
    }
    .setup-grid figcaption {
        font-size: 15px;
    }
    .service-faq {
        grid-template-columns: 0.8fr 1.2fr;
        gap: 35px;
    }
    .service-faq h2 {
        font-size: 30px;
    }
    .service-faq-list summary {
        font-size: 13px;
        gap: 18px;
    }
    .service-faq-list p {
        font-size: 12px;
    }
    .service-cta h2 {
        font-size: 40px;
    }
    .service-footer-main nav {
        gap: 20px;
        font-size: 11px;
    }
}
@media (max-width: 680px) {
    .service .site-nav {
        height: 77px;
        gap: 12px;
    }
    .service .brand img {
        width: 128px;
    }
    .service .nav-contact {
        font-size: 10px;
        padding: 10px 12px;
        gap: 12px;
    }
    .service-hero {
        grid-template-columns: 1fr;
        padding-top: 31px;
        padding-bottom: 30px;
        gap: 29px;
    }
    .service-hero .eyebrow {
        font-size: 8px;
        letter-spacing: 1.1px;
    }
    .service-hero h1 {
        font-size: clamp(37px, 9.6vw, 57px);
        line-height: 1.08;
        letter-spacing: -1.9px;
        margin: 22px 0;
    }
    .service-lead {
        font-size: 14px;
        max-width: 420px;
        line-height: 1.8;
        margin-bottom: 24px;
    }
    .service .hero-actions {
        gap: 10px;
    }
    .service .hero-actions .button {
        font-size: 11px;
        padding: 14px 15px;
        min-height: 49px;
        gap: 14px;
    }
    .hero-reassurance {
        font-size: 10px;
        margin-top: 16px;
    }
    .service-hero-visual {
        height: 450px;
        max-width: 450px;
        width: 100%;
        margin-inline: auto;
    }
    .service-people {
        width: 84%;
        height: 340px;
    }
    .service-people figcaption {
        top: 14px;
        left: 14px;
        font-size: 9px;
    }
    .hero-device {
        width: 93%;
        bottom: 35px;
    }
    .device-bezel {
        padding: 7px;
        border-radius: 13px;
    }
    .device-bezel:before {
        height: 3px;
        width: 3px;
        top: 2px;
    }
    .product-crop {
        border-radius: 5px;
    }
    .device-foot {
        height: 13px;
    }
    .hero-screen-note {
        width: 93%;
        font-size: 8px;
        bottom: 11px;
    }
    .service-foundations {
        grid-template-columns: 1fr;
        padding-block: 25px 32px;
        gap: 19px;
    }
    .service-foundations > div,
    .service-foundations > div:first-child {
        justify-content: flex-start;
        border-right: 0;
        gap: 15px;
    }
    .service-foundations strong {
        font-size: 12px;
    }
    .service-foundations p {
        font-size: 11px;
        gap: 5px;
    }
    .foundation-icon {
        width: 31px;
        font-size: 29px;
    }
    .foundation-icon.swiss-cross {
        width: 25px;
        height: 25px;
        font-size: 29px;
        margin-inline: 3px;
    }
    .service .section {
        padding-block: 56px;
    }
    .service h2 {
        font-size: 33px;
        letter-spacing: -1.1px;
    }
    .service-centered h2 {
        margin: 16px 0;
    }
    .service .eyebrow {
        font-size: 8px;
        letter-spacing: 1.3px;
    }
    .service-centered > p:last-child {
        font-size: 13px;
        line-height: 1.8;
    }
    .product-tabs {
        margin-top: 25px;
        margin-bottom: 31px;
        width: 100%;
        max-width: 365px;
    }
    .product-tabs button {
        flex: 1;
        padding: 12px 10px;
        font-size: 11px;
        gap: 12px;
        justify-content: space-between;
    }
    .product-panel h3 {
        font-size: 28px;
        margin-block: 16px;
    }
    .product-panel-copy > p {
        font-size: 13px;
    }
    .product-panel-copy .service-checks {
        flex-direction: column;
        gap: 0;
        font-size: 12px;
    }
    .service .text-link {
        font-size: 12px;
    }
    .tour-screen figcaption {
        font-size: 8px;
        text-align: left;
        line-height: 1.6;
        margin-top: 10px;
    }
    .service .section-heading {
        margin-bottom: 28px;
        gap: 18px;
    }
    .service .section-heading > p {
        max-width: 400px;
        font-size: 13px;
    }
    .service-industry-grid {
        grid-template-columns: 1fr;
        gap: 31px;
    }
    .service-industry img {
        height: 255px;
    }
    .service-industry > div {
        margin-top: 16px;
    }
    .service-industry h3 {
        font-size: 22px;
    }
    .service-industry p {
        font-size: 13px;
        max-width: 360px;
    }
    .industry-more {
        font-size: 12px;
        margin-top: 12px;
    }
    .setup-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }
    .setup-grid > figure > img {
        height: 350px;
        object-position: center 65%;
    }
    .setup-grid figcaption {
        font-size: 18px;
        padding-inline: 23px;
    }
    .setup-copy h2 {
        font-size: 31px;
        margin: 16px 0;
    }
    .setup-copy > p:not(.eyebrow) {
        font-size: 13px;
    }
    .setup-steps {
        margin-top: 18px;
    }
    .setup-steps h3 {
        font-size: 16px;
    }
    .setup-steps p {
        font-size: 12px;
    }
    .setup-steps li {
        gap: 15px;
        padding-block: 12px;
    }
    .service-faq {
        grid-template-columns: 1fr;
        gap: 27px;
    }
    .service-faq h2 {
        font-size: 32px;
        margin: 15px 0;
    }
    .service-faq-list summary {
        font-size: 14px;
        padding-block: 20px;
        line-height: 1.5;
    }
    .service-faq-list p {
        font-size: 13px;
        padding-right: 12px;
    }
    .service-cta {
        padding-block: 54px;
    }
    .service-cta h2 {
        font-size: 34px;
        margin: 19px 0;
    }
    .service-cta p {
        font-size: 13px;
        max-width: 330px;
        margin-inline: auto;
    }
    .service-footer-main {
        padding-block: 31px;
        align-items: flex-start;
        flex-direction: column;
        gap: 25px;
    }
    .service-footer-main > div > p {
        font-size: 11px;
        margin-top: 12px;
    }
    .service-footer-main nav {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px 30px;
        width: 100%;
        font-size: 12px;
    }
    .service-footer-bottom {
        flex-wrap: wrap;
        gap: 17px;
        font-size: 9px;
        padding-block: 21px;
    }
    .service-footer-bottom > span:nth-child(2) {
        margin-left: auto;
    }
    .service-footer-bottom > a {
        margin-left: 0;
        width: 100%;
    }
}
@media (max-width: 370px) {
    .service .brand img {
        width: 107px;
    }
    .service .nav-contact {
        font-size: 9px;
        gap: 9px;
        padding-inline: 10px;
    }
    .service .site-nav {
        gap: 8px;
    }
    .service-hero h1 {
        font-size: 34px;
        letter-spacing: -1.5px;
    }
    .service-hero .eyebrow {
        font-size: 6.5px;
        letter-spacing: 1px;
    }
    .service .hero-actions .button {
        font-size: 10px;
        gap: 9px;
        padding-inline: 12px;
    }
    .service-hero-visual {
        height: 380px;
    }
    .service-people {
        height: 290px;
    }
    .hero-device {
        bottom: 30px;
    }
    .hero-screen-note {
        bottom: 7px;
        font-size: 7px;
    }
    .service h2 {
        font-size: 29px;
    }
    .service-cta h2 {
        font-size: 30px;
    }
    .service-faq-list summary {
        font-size: 13px;
    }
    .product-tabs button {
        font-size: 10px;
    }
    .product-panel h3 {
        font-size: 26px;
    }
}

/* Production navigation: keep the approved layout and make every page accessible. */
.service-hero-copy { min-width: 0; }
/* Translations may need another line; never widen the grid beyond the screen. */
.service-hero h1 > span { white-space: normal; }
.service-page-links { display:flex; justify-content:flex-end; flex-wrap:wrap; gap:12px 24px; margin:24px 0; font-size:12px; color:var(--muted); }
.service-languages { display:flex; gap:16px; }
.service-languages [aria-current] { color:var(--accent); font-weight:700; }
@media(max-width:680px) { .service-page-links { justify-content:flex-start; } }

/* Sector pages use the approved typography, spacing, photography and navigation. */
.sector-intro { padding-block: 74px 48px; }
.sector-intro h1, .sector-hero h1 { font-size: clamp(36px, 4.2vw, 58px); line-height: 1.08; letter-spacing: -2px; font-weight: 550; max-width: 840px; margin: 22px 0; text-wrap: balance; }
.sector-lead { font-size: 16px; line-height: 1.8; color: var(--muted); max-width: 680px; }
.sector-jump-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.sector-jump-links a { font-size: 13px; line-height: 1.5; padding: 11px 16px; border: 1px solid var(--line); border-radius: 5px; }
.sector-jump-links a:hover { background: #eef7f8; border-color: var(--accent); }
.sector-directory { padding-bottom: 90px; }
.sector-catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 55px 36px; }
.sector-catalog-grid .service-industry img { height: 310px; }
.sector-catalog-grid .service-industry { min-width: 0; }
.sector-hero { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; padding-block: 48px 80px; }
.sector-hero > div { min-width: 0; }
.sector-hero-photo { width: 100%; height: 510px; object-fit: cover; border-radius: 6px; }
.sector-back { display: inline-block; margin-bottom: 36px; font-size: 12px; color: var(--muted); }
.sector-hero .hero-actions { margin-top: 30px; flex-wrap: wrap; }
.sector-modules { padding: 86px 0; background: #eef7f8; }
.sector-modules .section-heading h2, .sector-related h2 { font-size: clamp(28px, 3vw, 42px); line-height: 1.15; letter-spacing: -1px; font-weight: 550; max-width: 520px; }
.sector-module-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 36px; margin-bottom: 40px; }
.sector-module { padding-top: 22px; border-top: 1px solid #cddfe3; }
.sector-module-number { color: #147a84; font-size: 11px; }
.sector-module h3 { font-size: 20px; font-weight: 550; margin: 16px 0 12px; }
.sector-module p { color: var(--muted); font-size: 14px; line-height: 1.8; }
.sector-related { padding-block: 80px; }
.sector-related .section-heading { align-items: center; }
.sector-related .section-heading .text-link { flex-shrink: 0; }
.sector-home-links { margin-top: 30px; }
@media(max-width:900px) {
    .sector-hero { gap: 30px; }
    .sector-hero-photo { height: 430px; }
    .sector-module-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .sector-catalog-grid .service-industry img { height: 240px; }
}
@media(max-width:680px) {
    .sector-intro { padding-block: 32px 36px; }
    .sector-intro h1, .sector-hero h1 { font-size: 37px; letter-spacing: -1.4px; }
    .sector-lead { font-size: 14px; }
    .sector-hero { grid-template-columns: 1fr; gap: 34px; padding-block: 26px 50px; }
    .sector-hero-photo { height: 320px; }
    .sector-back { margin-bottom: 26px; }
    .sector-catalog-grid { grid-template-columns: 1fr; gap: 38px; }
    .sector-catalog-grid .service-industry img { height: 240px; }
    .sector-directory { padding-bottom: 55px; }
    .sector-jump-links { gap: 8px; }
    .sector-jump-links a { font-size: 12px; padding: 9px 12px; }
    .sector-modules { padding: 55px 0; }
    .sector-module-grid { grid-template-columns: 1fr; gap: 26px; }
    .sector-module h3 { font-size: 21px; }
    .sector-related { padding-block: 50px; }
}
