/* Direction 03: product-led hospitality, original SoftPOS interface studies. */
.service-theme {
    --paper: #fff;
    --ink: #162f3a;
    --muted: #60717a;
    --line: #e0e6e7;
    --accent: #087e8a;
    --container: 1240px;
    background: #fff;
    color: var(--ink);
}
.service-theme .preview-bar {
    background: #15313b;
}
.service-theme .preview-bar nav a[aria-current] {
    background: #d9f2f3;
    color: #17434b;
}
.service-theme .site-nav {
    height: 88px;
    border-bottom: 0;
    gap: 24px;
}
.service-theme .brand img {
    width: 154px;
}
.service-theme .desktop-nav {
    font-size: 13px;
    gap: 26px;
}
.service-theme .nav-contact {
    background: #087e8a;
    color: #fff;
    border-radius: 5px;
    padding: 12px 18px;
    gap: 23px;
    font-size: 12px;
}
.service-theme .nav-contact:hover {
    background: #066571;
}
.service-theme .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-theme .button:hover {
    background: #066571;
    transform: none;
}
.service-theme .button-outline {
    color: var(--ink);
    background: white;
    border-color: #c8d3d6;
    gap: 11px;
}
.service-theme .button-outline:hover {
    background: #f1f7f7;
}
.service-theme .button-outline .play-icon {
    font-size: 23px;
    color: var(--accent);
}
.service-theme .text-link {
    font-size: 13px;
    color: var(--accent);
    gap: 18px;
}
.service-theme .eyebrow {
    font-size: 9px;
    font-weight: 650;
    letter-spacing: 1.6px;
    color: #547680;
}
.service-theme h2 {
    font-size: 44px;
    line-height: 1.13;
    letter-spacing: -1.7px;
    font-weight: 600;
}
.service-theme .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;
}
.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-theme .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-theme .section-heading {
    gap: 50px;
    margin-bottom: 39px;
}
.service-theme .section-heading .eyebrow {
    margin-bottom: 17px;
}
.service-theme .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-theme .desktop-nav {
        gap: 19px;
        font-size: 11px;
    }
    .service-theme .site-nav {
        gap: 20px;
    }
    .service-theme .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-theme .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-theme .section-heading > p {
        max-width: 310px;
        font-size: 13px;
    }
    .service-theme 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-theme .desktop-nav {
        gap: 14px;
        font-size: 10px;
    }
    .service-theme .brand img {
        width: 135px;
    }
    .service-theme .site-nav {
        gap: 17px;
    }
    .service-theme .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-theme .hero-actions {
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }
    .service-theme .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-theme .section {
        padding-block: 70px;
    }
    .service-theme 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-theme .section-heading {
        gap: 30px;
    }
    .service-theme .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-theme .site-nav {
        height: 77px;
        gap: 12px;
    }
    .service-theme .brand img {
        width: 128px;
    }
    .service-theme .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-theme .hero-actions {
        gap: 10px;
    }
    .service-theme .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-theme .section {
        padding-block: 56px;
    }
    .service-theme h2 {
        font-size: 33px;
        letter-spacing: -1.1px;
    }
    .service-centered h2 {
        margin: 16px 0;
    }
    .service-theme .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-theme .text-link {
        font-size: 12px;
    }
    .tour-screen figcaption {
        font-size: 8px;
        text-align: left;
        line-height: 1.6;
        margin-top: 10px;
    }
    .service-theme .section-heading {
        margin-bottom: 28px;
        gap: 18px;
    }
    .service-theme .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-theme .brand img {
        width: 107px;
    }
    .service-theme .nav-contact {
        font-size: 9px;
        gap: 9px;
        padding-inline: 10px;
    }
    .service-theme .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-theme .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-theme 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;
    }
}
/* Shared Laravel presentation layer: navigation, forms and every content template. */
.service-theme {
    --bg: #fff;
    --bg-2: #f0f7f8;
    --paper: #fff;
    --paper-solid: #fff;
    --ink: #162f3a;
    --muted: #60717a;
    --soft: #657780;
    --dark: #15333e;
    --dark-2: #1a414d;
    --cyan: #087e8a;
    --cyan-2: #087e8a;
    --cyan-soft: #e5f3f4;
    --line: #dee7e9;
    --container: 1240px;
    --shadow: none;
    --shadow-soft: none;
    --radius-xl: 10px;
    --radius-lg: 8px;
    --radius-md: 6px;
    --radius-sm: 5px;
    font-family: "DM Sans", Arial, sans-serif;
    font-weight: 400;
    background: #fff;
    overflow-x: visible;
}
.service-theme::before,
.service-theme::after {
    display: none;
}
.service-theme [hidden] {
    display: none !important;
}
.service-theme .reveal {
    opacity: 1;
    transform: none;
    transition: none;
}
.service-theme .container {
    width: min(var(--container), calc(100% - 112px));
    margin-inline: auto;
}
.service-theme img {
    object-fit: cover;
}
.service-theme figure {
    margin: 0;
}
.service-theme button,
.service-theme input,
.service-theme select,
.service-theme textarea {
    font: inherit;
}
.service-theme a:focus-visible,
.service-theme button:focus-visible,
.service-theme summary:focus-visible,
.service-theme [tabindex]:focus-visible {
    outline: 3px solid #087e8a;
    outline-offset: 5px;
}
.service-theme .skip-link {
    position: fixed;
    left: 16px;
    top: -100px;
    z-index: 100;
    padding: 16px;
    background: #fff;
}
.service-theme .skip-link:focus {
    top: 12px;
}
.service-theme main {
    overflow-wrap: break-word;
}
.service-theme section[id] {
    scroll-margin-top: 100px;
}
.service-theme h1,
.service-theme h2,
.service-theme h3 {
    text-wrap: balance;
}
.service-theme .site-header {
    position: sticky;
    top: 0;
    background: #fff;
    border-bottom: 1px solid #e5ebed;
    backdrop-filter: none;
    z-index: 40;
}
.service-theme .site-header.is-scrolled {
    background: #fff;
    box-shadow: 0 3px 12px #15333e08;
}
.service-theme .nav {
    min-height: 88px;
    gap: 26px;
}
.service-theme .brand-logo {
    width: 154px;
}
.service-theme .nav-links {
    gap: 23px;
    font-size: 13px;
    font-weight: 500;
}
.service-theme .nav-actions {
    margin-left: auto;
    display: flex;
    gap: 14px;
}
.service-theme .btn {
    border-radius: 5px;
    padding: 15px 20px;
    min-height: 50px;
    font-size: 14px;
    font-weight: 600;
    gap: 20px;
    box-shadow: none;
    line-height: 1.4;
    white-space: normal;
    text-align: center;
}
.service-theme .btn-primary,
.service-theme .btn-dark {
    background: #087e8a;
    border: 1px solid #087e8a;
    color: white;
}
.service-theme .btn-primary:hover,
.service-theme .btn-dark:hover {
    background: #066571;
    transform: none;
    box-shadow: none;
}
.service-theme .btn-ghost {
    background: #fff;
    border: 1px solid #c8d3d6;
    color: #162f3a;
}
.service-theme .btn-ghost:hover {
    background: #f0f7f8;
    transform: none;
}
.service-theme .nav-actions .btn {
    min-height: 44px;
    font-size: 12px;
    padding: 11px 17px;
}
.service-theme .language-switcher {
    position: relative;
}
.service-theme .language-pill {
    height: 44px;
    border-radius: 5px;
    background: #fff;
    cursor: pointer;
    font-size: 12px;
    padding: 0 10px;
}
.service-theme .lang-dropdown {
    display: block;
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    width: 192px;
    padding: 8px;
    border: 1px solid var(--line);
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 8px 30px #16333e15;
    z-index: 50;
}
.service-theme .lang-option {
    display: flex;
    gap: 16px;
    padding: 12px;
    min-height: 44px;
    font-size: 13px;
}
.service-theme .lang-option:hover {
    background: #edf6f7;
}
.service-theme .lang-option span:last-child {
    color: var(--muted);
}
.service-theme .menu-toggle {
    border-radius: 5px;
    flex-shrink: 0;
    min-width: 44px;
    min-height: 44px;
}
.service-theme .mobile-panel {
    display: none;
    max-height: calc(100dvh - 88px);
    overflow-y: auto;
}
.service-theme .mobile-panel-inner {
    padding: 12px 0 24px;
}
.service-theme .mobile-panel a {
    padding: 14px;
    border-radius: 4px;
    min-height: 48px;
    font-size: 16px;
}
.service-theme .service-hero .eyebrow {
    display: block;
    border: 0;
    padding: 0;
    background: none;
    box-shadow: none;
    margin: 0;
    border-radius: 0;
}
.service-theme .service-hero h1 {
    margin: 24px 0;
}
.service-theme .service-hero h1 > span {
    white-space: normal;
}
.service-theme .service-lead {
    margin: 0 0 28px;
}
.service-theme .service-people img {
    height: 100%;
}
.service-theme .hero-actions {
    display: flex;
    margin-top: 0;
}
.service-theme .hero-device img,
.service-theme .tour-screen img {
    object-fit: initial;
}
.service-theme .text-link {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    font-size: 14px;
    font-weight: 600;
    min-height: 44px;
}
.service-theme .section-title {
    font-size: clamp(30px, 3.2vw, 44px);
    line-height: 1.15;
    font-weight: 600;
    letter-spacing: -1.4px;
}
.service-theme .section-kicker {
    color: #547680;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.6px;
}
.service-theme .section-lead {
    font-size: 16px;
    line-height: 1.8;
    color: var(--muted);
}
.service-theme .section-head {
    align-items: end;
    margin-bottom: 40px;
}
.service-theme .trust-bar-section {
    background: #fff;
    border: 0;
    padding: 0;
}
.service-theme .trust-bar {
    border: 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    border-radius: 0;
    background: white;
    box-shadow: none;
    padding: 27px 0;
    gap: 24px;
    flex-wrap: wrap;
}
.service-theme .trust-value {
    font-size: 15px;
    color: var(--ink);
}
.service-theme .trust-label {
    font-size: 13px;
}
.service-theme .reasons-section {
    padding-block: 40px 65px;
}
.service-theme .reason-card {
    background: none;
    border: 0;
    border-radius: 0;
    padding: 8px 18px 8px 0;
    box-shadow: none;
}
.service-theme .reason-card:hover {
    transform: none;
    box-shadow: none;
}
.service-theme .reason-icon {
    border: 0;
    background: none;
    color: #087e8a;
    margin-bottom: 12px;
    width: 32px;
    height: 32px;
}
.service-theme .reason-card h3 {
    font-weight: 600;
    font-size: 17px;
}
.service-theme .reason-card p {
    font-size: 14px;
    line-height: 1.7;
}
.service-theme .service-centered {
    max-width: 800px;
    margin-inline: auto;
}
.service-theme .service-centered h2 {
    font-weight: 600;
}
.service-theme .product-panel-copy h3 {
    font-weight: 550;
}
.service-theme .service-checks {
    font-size: 14px;
}
.service-theme .service-modules {
    padding-block: 55px;
}
.service-theme .service-modules .section-head {
    display: none;
}
.service-theme .app-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}
.service-theme .service-modules .app-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}
.service-theme .app-card,
.service-theme .feature-card,
.service-theme .plan-card,
.service-theme .blog-card,
.service-theme .addon-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 7px;
    box-shadow: none;
    min-width: 0;
}
.service-theme .app-card {
    padding: 28px;
}
.service-theme .app-card:hover,
.service-theme .blog-card:hover {
    transform: translateY(-3px);
    border-color: #adc8ce;
    box-shadow: none;
}
.service-theme .app-card::before,
.service-theme .plan-card::before {
    display: none;
}
.service-theme .app-card h3,
.service-theme .blog-card-title {
    font-weight: 600;
    font-size: 23px;
    letter-spacing: -0.5px;
}
.service-theme .app-card p,
.service-theme .app-list {
    font-size: 14px;
    color: var(--muted);
}
.service-theme .app-icon {
    background: #edf6f7;
    color: #087e8a;
    border: 0;
    border-radius: 4px;
    box-shadow: none;
    font-size: 15px;
    letter-spacing: 0.5px;
}
.service-theme .app-card.dark {
    color: var(--ink);
}
.service-theme .app-card.dark p,
.service-theme .app-card.dark li {
    color: var(--muted);
}
.service-theme .app-card.dark .app-icon {
    background: #edf6f7;
    color: #087e8a;
}
.service-theme .service-modules .app-card {
    border: 0;
    padding: 0 20px 0 0;
}
.service-theme .service-modules .app-card:hover {
    transform: none;
}
.service-theme .service-industry-grid {
    margin-top: 20px;
}
.service-theme .service-industry img {
    object-fit: cover;
}
.service-theme .service-industry p {
    line-height: 1.75;
    font-size: 14px;
}
.service-theme .ind-tabs {
    border: 1px solid var(--line);
    border-radius: 7px;
    box-shadow: none;
    background: white;
}
.service-theme .ind-tabs__nav {
    background: #f5f9f9;
}
.service-theme .ind-tab-btn {
    border-radius: 4px;
    font-weight: 500;
    min-height: 44px;
}
.service-theme .ind-tab-btn.is-active {
    background: #087e8a;
    color: white;
    box-shadow: none;
}
.service-theme .feature-panel {
    background: #edf6f7;
    color: var(--ink);
    border: 0;
}
.service-theme .feature-panel h2 {
    font-size: 32px;
}
.service-theme .workflow-card,
.service-theme .workflow-row {
    background: white;
    border-color: var(--line);
    color: var(--ink);
}
.service-theme .workflow-row span {
    color: var(--muted);
}
.service-theme .workflow-num {
    background: #e9f5f6;
    color: #087e8a;
}
.service-theme .feature-card strong {
    font-weight: 600;
}
.service-theme .highlight {
    background: #f0f7f8;
    color: var(--ink);
    border: 0;
    border-radius: 8px;
    box-shadow: none;
}
.service-theme .highlight::before,
.service-theme .highlight::after {
    display: none;
}
.service-theme .highlight-copy h2 {
    font-weight: 600;
}
.service-theme .highlight-copy p,
.service-theme .mini-list li {
    color: var(--muted);
}
.service-theme .invoice-card {
    transform: none;
    box-shadow: 0 12px 40px #183d4810;
}
.service-theme .page-hero {
    background: #f0f7f8;
    padding: 25px 0 66px;
    border-bottom: 1px solid #e2ecee;
}
.service-theme .page-hero__breadcrumbs {
    margin-bottom: 48px;
}
.service-theme .page-hero__breadcrumbs ol {
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 12px;
    font-weight: 400;
}
.service-theme .page-hero__breadcrumbs a {
    color: #5e737c;
}
.service-theme .page-hero__content {
    text-align: left;
    max-width: 880px;
    margin: 0;
    border: 0;
    padding: 0;
}
.service-theme .page-hero__kicker {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #087e8a;
}
.service-theme .page-hero__title {
    font-size: clamp(34px, 4vw, 55px);
    font-weight: 600;
    line-height: 1.12;
    letter-spacing: -1.7px;
    margin-bottom: 22px;
}
.service-theme .page-hero__desc {
    margin: 0;
    max-width: 660px;
    font-size: 17px;
    line-height: 1.75;
}
.service-theme .prose {
    max-width: 840px;
    font-size: 17px;
    line-height: 1.85;
    overflow-wrap: anywhere;
}
.service-theme .prose h2 {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -0.8px;
}
.service-theme .prose h3 {
    font-size: 23px;
    font-weight: 600;
}
.service-theme .prose table {
    display: block;
    overflow-x: auto;
}
.service-theme .prose iframe,
.service-theme .prose video {
    max-width: 100%;
}
.service-theme .page-body,
.service-theme .page-section-block {
    background: none;
    border: 0;
    border-radius: 0;
    padding: 0;
}
.service-theme .page-section-block {
    margin-block: 40px;
}
.service-theme .page-section-block__title {
    font-weight: 600;
    font-size: 32px;
}
.service-theme .blog-detail-body,
.service-theme .service-detail .prose {
    margin-inline: auto;
}
.service-theme .blog-card-image {
    border-radius: 6px 6px 0 0;
}
.service-theme .blog-card-category {
    color: #087e8a;
    background: #eef7f8;
}
.service-theme .plan-card.featured {
    background: #f0f7f8;
    border: 2px solid #087e8a;
    box-shadow: none;
    transform: none;
}
.service-theme .plan-popular {
    background: #087e8a;
    color: #fff;
    border-radius: 4px;
}
.service-theme .plan-badge {
    border-radius: 4px;
    color: #087e8a;
    background: #e5f3f4;
}
.service-theme .plan-price__value {
    font-weight: 600;
}
.service-theme .billing-toggle {
    border-radius: 6px;
    background: #edf4f5;
}
.service-theme .billing-toggle button {
    border-radius: 4px;
    min-height: 44px;
}
.service-theme .billing-toggle button.is-active {
    background: white;
    color: #087e8a;
}
.service-theme .pricing-sector-tabs {
    flex-wrap: wrap;
}
.service-theme .sector-tab {
    border-radius: 4px;
    white-space: normal;
    min-height: 44px;
}
.service-theme .sector-tab.is-active {
    background: #087e8a;
    color: #fff;
}
.service-theme .contact-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 42px;
    box-shadow: none;
    max-width: 840px;
}
.service-theme .contact-card__field label {
    font-weight: 500;
    font-size: 14px;
}
.service-theme .contact-card__field input,
.service-theme .contact-card__field select,
.service-theme .contact-card__field textarea {
    border: 1px solid #c7d5d9;
    background-color: #fff;
    border-radius: 5px;
    font-size: 16px;
    min-height: 50px;
}
.service-theme .contact-card__field input:focus,
.service-theme .contact-card__field select:focus,
.service-theme .contact-card__field textarea:focus {
    border-color: #087e8a;
    outline: 2px solid #c5e6e9;
    outline-offset: 2px;
    box-shadow: none;
}
.service-theme .faq-list {
    max-width: 900px;
}
.service-theme .faq-item {
    background: white;
    border: 0;
    border-bottom: 1px solid var(--line);
    border-radius: 0;
}
.service-theme .faq-question {
    list-style: none;
    padding: 24px 0;
    display: flex;
    justify-content: space-between;
    gap: 25px;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
}
.service-theme .faq-question::-webkit-details-marker {
    display: none;
}
.service-theme .faq-question span {
    color: #087e8a;
    font-size: 24px;
}
.service-theme details[open] .faq-question span {
    transform: rotate(45deg);
}
.service-theme .faq-answer {
    padding: 0 32px 24px 0;
    font-size: 16px;
    line-height: 1.8;
    color: var(--muted);
}
.service-theme .cta {
    background: #153943;
    border: 0;
    border-radius: 8px;
    box-shadow: none;
    padding: 70px 48px;
    color: #fff;
}
.service-theme .cta::before {
    display: none;
}
.service-theme .cta-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 28px;
    max-width: 790px;
    margin: auto;
}
.service-theme .cta h2 {
    font-size: clamp(30px, 3.5vw, 44px);
    font-weight: 550;
    letter-spacing: -1px;
}
.service-theme .cta p {
    margin-inline: auto;
    color: #d3e3e7;
}
.service-theme .cta-actions {
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.service-theme .cta .btn-primary {
    color: #153943;
    background: #fff;
    border-color: #fff;
}
.service-theme .cta .btn-ghost {
    color: #fff;
    background: transparent;
    border-color: #93b6bf;
}
.service-theme .footer {
    background: #fff;
    border-top: 1px solid var(--line);
    padding: 65px 0 40px;
}
.service-theme .footer-grid {
    grid-template-columns: 1.5fr repeat(4, 1fr);
    gap: 32px;
}
.service-theme .footer h4 {
    font-size: 13px;
    font-weight: 600;
    color: var(--ink);
}
.service-theme .footer a,
.service-theme .footer p {
    font-size: 13px;
    line-height: 1.8;
    color: var(--muted);
    overflow-wrap: anywhere;
}
.service-theme .footer a {
    padding-block: 4px;
}
.service-theme .footer a:hover {
    color: #087e8a;
}
@media (max-width: 1180px) {
    .service-theme .nav-links {
        display: none;
    }
    .service-theme .menu-toggle {
        display: inline-flex;
    }
    .service-theme.menu-open .mobile-panel {
        display: block;
    }
    .service-theme .service-modules .app-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .service-theme .footer-grid {
        grid-template-columns: 1.5fr 1fr 1fr;
    }
}
@media (max-width: 900px) {
    .service-theme .container {
        width: calc(100% - 64px);
    }
    .service-theme .app-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .service-theme .section {
        padding-block: 65px;
    }
    .service-theme .service-hero h1 {
        font-size: 44px;
    }
    .service-theme .service-hero .btn {
        font-size: 13px;
        padding: 13px 15px;
    }
    .service-theme .section-head {
        align-items: start;
    }
    .service-theme .reasons-section {
        padding-block: 30px;
    }
    .service-theme .service-modules {
        padding-block: 45px;
    }
    .service-theme .footer-grid {
        gap: 32px;
    }
}
@media (max-width: 680px) {
    .service-theme .container {
        width: calc(100% - 40px);
    }
    .service-theme .nav {
        min-height: 74px;
        gap: 12px;
    }
    .service-theme .brand-logo {
        width: 128px;
    }
    .service-theme .nav-actions {
        display: flex;
        margin-left: auto;
    }
    .service-theme .nav-actions > .btn {
        display: none;
    }
    .service-theme .mobile-panel {
        max-height: calc(100dvh - 74px);
    }
    .service-theme .section {
        padding-block: 50px;
    }
    .service-theme .service-hero {
        padding-top: 36px;
    }
    .service-theme .service-hero h1 {
        font-size: clamp(36px, 9.1vw, 48px);
        letter-spacing: -1.7px;
    }
    .service-theme .service-hero h1 > span {
        white-space: normal;
    }
    .service-theme .service-hero .hero-actions {
        display: flex;
        flex-direction: row;
        gap: 10px;
    }
    .service-theme .service-hero .btn {
        flex: 1;
        padding-inline: 12px;
        font-size: 12px;
        gap: 8px;
    }
    .service-theme .service-lead {
        font-size: 16px;
    }
    .service-theme .hero-reassurance {
        font-size: 12px;
    }
    .service-theme .trust-bar {
        gap: 16px;
        justify-content: flex-start;
    }
    .service-theme .trust-item {
        border: 0;
        padding: 0;
    }
    .service-theme .trust-item::after {
        display: none;
    }
    .service-theme .reasons-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }
    .service-theme .reasons-section {
        padding-block: 30px;
    }
    .service-theme .reason-card {
        padding: 0;
    }
    .service-theme .reason-card h3 {
        font-size: 16px;
    }
    .service-theme .reason-card p {
        font-size: 13px;
    }
    .service-theme .service-modules .app-grid {
        gap: 25px;
    }
    .service-theme .service-modules .app-card {
        padding: 0;
    }
    .service-theme .service-modules .app-card h3 {
        font-size: 19px;
    }
    .service-theme .section-head {
        display: flex;
        flex-direction: column;
        gap: 18px;
        margin-bottom: 28px;
    }
    .service-theme .section-title,
    .service-theme .service-centered h2 {
        font-size: 32px;
        letter-spacing: -1px;
    }
    .service-theme .section-lead {
        font-size: 16px;
    }
    .service-theme .product-tabs {
        width: 100%;
    }
    .service-theme .product-tabs button {
        flex: 1;
        font-size: 13px;
        gap: 12px;
        justify-content: center;
    }
    .service-theme .service-checks {
        font-size: 14px;
    }
    .service-theme .ind-tabs__nav {
        flex-wrap: wrap;
        overflow: visible;
    }
    .service-theme .ind-tab-btn {
        white-space: normal;
        padding: 11px 13px;
        font-size: 13px;
    }
    .service-theme .ind-panel {
        padding: 24px 20px;
    }
    .service-theme .service-industry-grid {
        margin-top: 0;
    }
    .service-theme .feature-panel h2 {
        font-size: 30px;
    }
    .service-theme .app-grid,
    .service-theme .pricing-grid,
    .service-theme .addons-grid {
        grid-template-columns: minmax(0, 1fr);
    }
    .service-theme .app-card {
        padding: 24px;
    }
    .service-theme .page-hero {
        padding: 24px 0 38px;
    }
    .service-theme .page-hero__breadcrumbs {
        margin-bottom: 32px;
    }
    .service-theme .page-hero__content {
        padding: 0;
    }
    .service-theme .page-hero__title {
        font-size: 36px;
        letter-spacing: -1px;
    }
    .service-theme .page-hero__desc {
        font-size: 16px;
    }
    .service-theme .contact-card {
        padding: 24px 20px;
    }
    .service-theme .contact-card__row {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .service-theme .contact-card__submit .btn {
        width: 100%;
    }
    .service-theme .prose {
        font-size: 16px;
    }
    .service-theme .cta {
        padding: 44px 24px;
    }
    .service-theme .cta-grid {
        gap: 24px;
    }
    .service-theme .cta-actions {
        flex-direction: column;
    }
    .service-theme .footer {
        padding-block: 45px;
    }
    .service-theme .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px 22px;
    }
    .service-theme .footer-grid > div:first-child {
        grid-column: 1/-1;
    }
    .service-theme .footer a {
        padding-block: 8px;
    }
}
@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
    .service-theme *,
    .service-theme *::before,
    .service-theme *::after {
        transition: none !important;
        animation: none !important;
    }
}
.service-theme .brand {
    min-width: 0;
}
.service-theme .nav {
    height: auto;
}
.service-theme .page-hero__grid--photo {
    display: grid;
    grid-template-columns: 1.4fr 0.8fr;
    gap: 70px;
    align-items: center;
}
.service-theme .page-hero__photo img {
    width: 100%;
    height: 290px;
    display: block;
    border-radius: 6px;
    object-fit: cover;
    object-position: center 65%;
}
.service-theme .page-hero__grid--photo .page-hero__title {
    font-size: clamp(34px, 3.7vw, 50px);
}
.service-theme .pricing-tabs {
    flex-wrap: wrap;
}
.service-theme .pricing-tab {
    border-radius: 4px;
    min-height: 44px;
    white-space: normal;
    font-weight: 500;
}
.service-theme .pricing-tab.is-active {
    color: white;
    background: #087e8a;
    border-color: #087e8a;
}
.service-theme .pricing-toggle__switch {
    border-radius: 6px;
    background: #e9f2f4;
}
.service-theme .pricing-toggle__switch button {
    border-radius: 4px;
    min-height: 44px;
    font-weight: 500;
}
.service-theme .pricing-toggle__switch button.is-active {
    background: #fff;
    color: #087e8a;
    box-shadow: 0 2px 4px #16333e0c;
}
.service-theme .plan-card.featured {
    color: var(--ink);
}
.service-theme .plan-card.featured h3,
.service-theme .plan-card.featured .plan-price__value {
    color: var(--ink);
}
.service-theme .plan-card.featured p,
.service-theme .plan-card.featured li,
.service-theme .plan-card.featured .plan-price__currency,
.service-theme .plan-card.featured .plan-price__period,
.service-theme .plan-card.featured .plan-price__note,
.service-theme .plan-card.featured .plan-features__label,
.service-theme .plan-card.featured .plan-feat-label,
.service-theme .plan-card.featured .plan-feat-value {
    color: #526c77;
}
.service-theme .plan-card.featured .plan-features,
.service-theme .plan-card.featured .plan-modules {
    border-color: #ccdde1;
}
.service-theme .plan-card.featured .plan-badge {
    color: #087e8a;
    border-color: #c9e1e5;
    background: #e5f3f4;
}
@media (max-width: 900px) {
    .service-theme .page-hero__grid--photo {
        gap: 35px;
        grid-template-columns: 1.3fr 0.8fr;
    }
    .service-theme .page-hero__photo img {
        height: 270px;
    }
}
@media (max-width: 680px) {
    .service-theme .page-hero__grid--photo {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .service-theme .page-hero__photo img {
        height: 215px;
    }
    .service-theme .page-hero__grid--photo .page-hero__title {
        font-size: 36px;
    }
}
.service-theme .plan-card.featured .plan-modules li.is-on {
    color: #3a5965;
}
.service-theme .plan-card.featured .plan-modules li.is-off {
    color: #677d86;
}
.service-theme .plan-card.featured .plan-trial {
    color: #087e8a;
}
.service-theme .plan-card.featured .plan-modules li.is-off::before {
    background: #c4d2d8;
}
.service-theme .feature-panel::after {
    display: none;
}
.service-theme .footer-grid {
    border-top: 0;
    padding-top: 0;
}
.service-theme .footer a {
    margin-block: 3px;
    font-weight: 400;
}
.service-theme .eyebrow {
    display: block;
    border: 0;
    border-radius: 0;
    background: none;
    padding: 0;
    box-shadow: none;
    color: #547680;
    text-transform: uppercase;
}
.service-theme .app-card {
    min-height: 0;
}
