:root {
    --sh-navy: #0d4b74;
    --sh-heading: #1589ee;
    --sh-bg: #f4f7f9;
    --sh-white: #ffffff;
    --sh-orange: #f5a01a;
    --sh-gold: #ffc425;
    --sh-ink: #111827;
    --sh-navy-20: rgba(13, 75, 116, 0.2);
    --sh-blue-20: rgba(21, 137, 238, 0.2);
    --sh-blue-10: rgba(21, 137, 238, 0.1);
    --sh-shadow: 0 16px 40px rgba(13, 75, 116, 0.1);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

html,
body {
    overflow-x: clip;
    max-width: 100%;
}

body {
    margin: 0;
    font-family: "Plus Jakarta Sans", system-ui, sans-serif;
    color: var(--sh-navy);
    background: var(--sh-white);
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

.sh-wrap {
    width: min(1120px, calc(100% - 2.5rem));
    margin-inline: auto;
}

.sh-header {
    position: sticky;
    top: 0;
    z-index: 40;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(12px);
}

.sh-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 78px;
}

.sh-brand {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    min-width: 0;
}

.sh-brand-ioptime {
    display: block;
    height: 48px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

.sh-brand-divider {
    width: 1px;
    height: 2.5rem;
    flex-shrink: 0;
    background: #9ca3af;
}

.sh-brand-partner {
    display: block;
    height: 48px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    flex-shrink: 0;
}

.sh-brand-partner1 {
    display: block;
    height: 120px;
    width: auto;
    flex-shrink: 0;
    margin-bottom: -21px;
}

.sh-brand-lockup {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.sh-flame {
    width: 22px;
    height: 22px;
}

.sh-brand-name {
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: var(--sh-navy);
}

.sh-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    padding: 0.78rem 1.45rem;
    font: inherit;
    font-size: 0.88rem;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    background: #000000;
    /* box-shadow: 0 8px 18px rgba(245, 160, 26, 0.32); */
}

.sh-btn:hover {
    filter: brightness(1.04);
    transform: translateY(-1px);
}

.sh-hero {
    position: relative;
    overflow: hidden;
    min-height: 560px;
    padding: 5.6rem 0 6.4rem;
    display: grid;
    align-items: center;
    background: #00000014 url(../images/Screenshot-MacBookbg.png) center / cover no-repeat;
    text-align: center;
}

.sh-hero-pattern {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
    pointer-events: none;
    opacity: 1;
}

.sh-hero-inner {
    position: relative;
    z-index: 1;
    max-width: 820px;
    margin-inline: auto;
}

.sh-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.4rem 1rem;
    border: 1.5px solid #1589ee;
    border-radius: 999px;
    color: #1589ee;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    background: transparent;
}

.sh-hero .sh-pill {
    border-color: #7ec4f5;
    color: #7ec4f5;
    backdrop-filter: blur(6px);
}

.sh-hero h1 {
    margin: 1.2rem 0 0;
    font-size: clamp(1.7rem, 4.3vw, 3.15rem);
    line-height: 1.16;
    letter-spacing: -0.035em;
    font-weight: 800;
    color: #000000;
    /* text-shadow: 0 8px 28px rgba(8, 32, 52, 0.28); */
}

.sh-hero h1 em {
    font-style: normal;
    color: #0D4B74;
}

.sh-hero p {
    margin: 1.2rem auto 0;
    max-width: 58ch;
    color: rgb(81 81 81 / 97%);
    font-size: 1.05rem;
    line-height: 1.7;
    /* text-shadow: 0 2px 12px rgba(8, 32, 52, 0.35); */
}

.sh-partners-wrap {
    position: relative;
    z-index: 2;
    margin-top: 50px;
    margin-bottom: 50px;
}

.sh-partners {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 1.35rem 1.75rem;
    max-width: 760px;
    margin-inline: auto;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 2px 4px 39px rgb(13 75 116 / 27%);
    padding: 1.15rem 2.5rem;
}

.sh-partners-ioptime {
    height: 58px;
    width: auto;
}

.sh-partners-sf {
    height: 50px;
    width: auto;
}

.sh-sea-mark {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    line-height: 1.05;
}

.sh-sea-mark .sh-flame {
    width: 28px;
    height: 24px;
    margin-bottom: 0.15rem;
}

.sh-sea-mark strong {
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    color: #0d4b74;
}

.sh-sea-mark small {
    margin-top: 0.18rem;
    font-size: 0.48rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #0d4b74;
}

.sh-partners-x {
    color: #5b6770;
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1;
}

.sh-band {
    padding: 3.5rem 0 4.25rem;
}

.sh-two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.sh-col-label {
    margin: 0 0 0.7rem;
    color: var(--sh-heading);
    font-size: 0.95rem;
    font-weight: 700;
}

.sh-list-card {
    background: var(--sh-white);
    border-radius: 20px;
    box-shadow: var(--sh-shadow);
    overflow: hidden;
}

.sh-list-row {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 1.05rem 1.15rem;
    border-bottom: 1px solid #edf1f4;
    color: var(--sh-navy);
    font-weight: 700;
    font-size: 0.98rem;
}

.sh-list-row:last-child {
    border-bottom: 0;
}

.sh-list-row svg {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    color: var(--sh-heading);
}

.sh-highlights {
    padding: 3.4rem 0 1.2rem;
    text-align: center;
}

.sh-highlights .sh-wrap {
    position: relative;
    width: min(1180px, calc(100% - 2.5rem));
}

.sh-highlights .sh-pill {
    position: relative;
    z-index: 2;
    background: #fff;
    margin-bottom: -0.75rem;
}

.sh-hl-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
    margin-top: 1.4rem;
    padding-top: 0.55rem;
}

.sh-hl-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #d8ccea;
    border: 1.5px dashed #b59fd4;
    border-radius: 18px;
    min-height: 148px;
    padding: 1.45rem 0.85rem 1.15rem;
    text-align: center;
}

.sh-hl-card svg {
    width: 26px;
    height: 26px;
    color: #6a54a8;
    flex-shrink: 0;
}

.sh-hl-card h3 {
    margin: 0.7rem 0 0;
    font-size: 0.86rem;
    line-height: 1.3;
    font-weight: 800;
    color: #1a1a28;
    text-align: center;
}

.sh-pill-k {
    color: #f5a01a;
    margin-right: 0.4em;
}

.sh-about {
    background: #f4f7f9;
    padding: 4.2rem 0 5rem;
}

.sh-about-head {
    text-align: center;
}

.sh-about-head h2 {
    margin: 1rem 0 0;
    font-size: clamp(1.55rem, 3.2vw, 2.35rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #111827;
}

.sh-about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.4rem 3rem;
    align-items: center;
    margin-top: 2.4rem;
}

.sh-about-copy p {
    margin: 0 0 1.15rem;
    color: #3a4752;
    font-size: 1.02rem;
    line-height: 1.75;
}

.sh-about-copy p:last-child {
    margin-bottom: 0;
}

.sh-about-card {
    /* background: #d5e0ea; */
    border-radius: 22px;
    min-height: 300px;
    padding: 2.5rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 10px 28px rgba(13, 75, 116, 0.07);
}

.sh-about-card .sh-flame {
    width: 44px;
    height: 38px;
}

.sh-about-card strong {
    display: block;
    margin-top: 0.45rem;
    font-size: 1.4rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    color: #0d4b74;
}

.sh-about-card small {
    display: block;
    margin-top: 0.35rem;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #1589ee;
}

.sh-about-rule {
    width: 68%;
    height: 1px;
    margin: 1.2rem auto;
    border: 0;
    background: #c4a574;
}

.sh-about-card p {
    margin: 0;
    max-width: 28ch;
    font-size: 0.92rem;
    font-weight: 600;
    line-height: 1.5;
    color: #1a1a1a;
}

.sh-overview {
    background: #ffffff;
    padding: 4.4rem 0 4.8rem;
}

.sh-overview-layout {
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    gap: 2.4rem;
    align-items: center;
    margin-top: 2.4rem;
}

.sh-overview-copy h3 {
    margin: 0;
    color: #1589ee;
    font-size: clamp(1.25rem, 2.4vw, 1.7rem);
    line-height: 1.3;
}

.sh-overview-copy p {
    margin: 1.1rem 0 0;
    color: #2f3b44;
    font-size: 1rem;
    line-height: 1.75;
}

.sh-overview-visual {
    position: relative;
    min-height: 430px;
}

.sh-overview-panel {
    position: absolute;
    right: 0;
    top: 12px;
    width: 72%;
    height: calc(100% - 12px);
    border-radius: 28px;
    background: linear-gradient(202deg, #674597 0%, #000000 100%);
}

.sh-overview-card {
    position: relative;
    z-index: 1;
    width: min(100%, 390px);
    margin: 1.4rem 0 1.4rem 0;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 18px 40px rgba(13, 75, 116, 0.14);
    padding: 1.35rem 1.3rem 1.15rem;
}

.sh-overview-card h4 {
    margin: 0;
    color: #1589ee;
    font-size: 0.92rem;
}

.sh-overview-card>p {
    margin: 0.45rem 0 1.1rem;
    color: #2f3b44;
    font-size: 0.88rem;
    line-height: 1.55;
}

.sh-changed {
    list-style: none;
    margin: 0.55rem 0 0;
    padding: 0;
}

.sh-changed li {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.7rem 0;
    border-top: 1px solid #edf1f4;
    color: #1a1a1a;
    font-size: 0.9rem;
    font-weight: 600;
}

.sh-changed svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    color: #1589ee;
}

.sh-challenges {
    background: #f4f7f9;
    padding: 4.2rem 0 5rem;
}

.sh-ch-sub {
    margin: 0.7rem 0 0;
    color: #1589ee;
    font-size: 1.05rem;
    font-weight: 600;
}

.sh-ch-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.2rem;
    margin-top: 2.2rem;
}

.sh-ch-card {
    background: #d8ccea;
    border-radius: 22px;
    padding: 1.4rem 1.3rem 1.1rem;
}

.sh-ch-card h3 {
    margin: 0 0 0.85rem;
    color: #1589ee;
    font-size: 1.15rem;
}

.sh-ch-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sh-ch-card li {
    display: flex;
    gap: 0.85rem;
    align-items: flex-start;
    padding: 0.75rem 0;
}

.sh-ch-ico {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 6px 14px rgba(13, 75, 116, 0.1);
    color: #0d4b74;
}

.sh-ch-ico svg {
    width: 18px;
    height: 18px;
}

.sh-ch-card strong {
    display: block;
    color: #1a1a1a;
    font-size: 0.95rem;
}

.sh-ch-card p {
    margin: 0.18rem 0 0;
    color: #414141;
    font-size: 0.82rem;
    line-height: 1.45;
}

.sh-sol {
    background: #fff;
    padding: 4.2rem 0 4.6rem;
}

.sh-sol-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.15rem;
    margin-top: 2.1rem;
}

.sh-sol-card {
    flex: 0 1 calc((100% - 2.3rem) / 3);
    width: calc((100% - 2.3rem) / 3);
    background: #fff;
    border: 1px solid #eceef3;
    border-radius: 20px;
    box-shadow: 0 12px 30px rgba(40, 50, 90, 0.07);
    padding: 1.45rem 1.3rem 1.5rem;
    text-align: left;
}

.sh-sol-ico {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: #f4f5f7;
    color: #7a6bb5;
    box-shadow: 0 4px 12px rgba(40, 50, 90, 0.06);
}

.sh-sol-ico svg {
    width: 22px;
    height: 22px;
}

.sh-sol-card h3 {
    margin: 1rem 0 0.4rem;
    color: #111827;
    font-size: 1.02rem;
    font-weight: 800;
}

.sh-sol-card p {
    margin: 0;
    color: #4b8fe8;
    font-size: 0.9rem;
    line-height: 1.5;
}

.sh-show {
    background: #fff;
    padding: 4.2rem 0 4.8rem;
}

.sh-show-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.35rem 1.4rem;
    margin-top: 2.2rem;
}

.sh-show-card {
    display: grid;
    grid-template-columns: 12px 1fr;
    grid-template-rows: 1fr auto;
    background: #674597;
    border-radius: 12px;
    box-shadow: 0 14px 30px rgba(13, 75, 116, 0.12);
    overflow: hidden;
}

.sh-show-card:nth-child(even) {
    margin-top: 30px;
    margin-bottom: -30px;
}


.sh-show-shot {
    grid-column: 2;
    grid-row: 1;
    min-height: 198px;
    background: #111;
    border-radius: 10px 10px 0 0;
}

.sh-show-card h3 {
    grid-column: 1 / -1;
    grid-row: 2;
    margin: 0;
    padding: 0.78rem 1rem;
    background: #674597;
    color: #fff;
    text-align: center;
    font-size: 0.95rem;
    font-weight: 800;
}

.sh-impact {
    background: #fff;
    padding: 4.2rem 0 4.8rem;
}

.sh-impact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.6rem 2.2rem;
    align-items: stretch;
    margin-top: 2.1rem;
}

.sh-impact-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.7rem;
}

.sh-impact-list li {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 10px 22px rgba(13, 75, 116, 0.08);
    padding: 0.95rem 1.1rem;
    font-weight: 700;
    color: #111827;
}

.sh-flow {
    background: #fff;
    padding: 4.2rem 0 4.6rem;
}

.sh-flow-list {
    position: relative;
    list-style: none;
    max-width: 720px;
    margin: 2.2rem auto 0;
    padding: 0;
}

.sh-flow-list::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 18px;
    bottom: 18px;
    width: 0;
    border-left: 2px dashed #c5d0d8;
    transform: translateX(-50%);
}

.sh-flow-list li {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin: 0.7rem 0;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 10px 22px rgba(13, 75, 116, 0.08);
    padding: 1rem 1.25rem;
    font-weight: 700;
    color: #1a1a1a;
}

.sh-flow-list small {
    color: #9aa6b0;
    font-size: 0.85rem;
    font-weight: 600;
}

.sh-arch {
    background: #fff;
    padding: 4.2rem 0 4.8rem;
}

.sh-arch .sh-ch-sub {
    color: #4b8fe8;
    font-size: clamp(0.98rem, 1.6vw, 1.12rem);
    font-weight: 600;
}

.sh-arch-board {
    position: relative;
    margin-top: 2.4rem;
    padding-right: 2.4rem;
}

.sh-arch-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.35rem 1.15rem;
}

.sh-arch-card {
    position: relative;
    min-height: 158px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 28px rgba(40, 50, 90, 0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    padding: 1.35rem 0.85rem 1.2rem;
    text-align: center;
}

.sh-arch-card:nth-child(-n + 3)::after {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(100% + 4px);
    width: calc(1.15rem - 8px);
    border-top: 1.6px dashed #c5b8e4;
    pointer-events: none;
}

.sh-arch-card:nth-child(5) {
    grid-column: 2;
}

.sh-arch-card svg {
    width: 36px;
    height: 36px;
    color: #7a6bb5;
}

.sh-arch-card img {
    width: 58px;
    height: 38px;
    object-fit: contain;
}

.sh-arch-card span {
    font-size: 0.9rem;
    font-weight: 800;
    color: #111827;
    line-height: 1.3;
}

.sh-arch-loop {
    position: absolute;
    top: 22%;
    right: 0;
    width: 32px;
    height: 56%;
    border: 2.5px solid #7a6bb5;
    border-left: 0;
    border-radius: 0 16px 16px 0;
    pointer-events: none;
}

.sh-arch-loop::after {
    content: "";
    position: absolute;
    left: -1px;
    bottom: -7px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 10px solid #7a6bb5;
}

.sh-tech {
    background: #fff;
    padding: 4.2rem 0 5rem;
}

.sh-tech-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 2.3rem;
    border: 1px solid #e8eaef;
    border-radius: 14px;
    overflow: hidden;
}

.sh-tech-cell {
    min-height: 168px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    padding: 1.35rem 0.8rem;
    text-align: center;
    border-right: 1px solid #e8eaef;
    border-bottom: 1px solid #e8eaef;
}

.sh-tech-cell:nth-child(4n) {
    border-right: none;
}

.sh-tech-cell:nth-child(n + 5) {
    border-bottom: none;
}

.sh-tech-cell img,
.sh-tech-cell svg {
    width: 46px;
    height: 46px;
    object-fit: contain;
}

.sh-tech-cell > span:last-child {
    font-size: 0.88rem;
    font-weight: 800;
    color: #111827;
    line-height: 1.3;
}

.sh-tech-ironclad,
.sh-tech-conga-mark {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    color: #fff;
    font-size: 0.52rem;
    font-weight: 800;
    letter-spacing: 0.01em;
    line-height: 1;
}

.sh-tech-ironclad {
    background: #e11d2e;
    font-size: 0.46rem;
}

.sh-tech-conga-mark {
    background: #e31c3d;
    font-size: 0.62rem;
    letter-spacing: -0.02em;
}

.sh-tech-docusign {
    color: #111;
    font-size: 1.45rem;
    font-weight: 800;
    letter-spacing: -0.05em;
    line-height: 1;
}

.sh-outcomes {
    background: #f4f7f9;
    padding: 4.2rem 0 4.6rem;
}

.sh-chip-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem 0.85rem;
    margin: 2rem auto 0;
    padding: 0;
    list-style: none;
    max-width: 1120px;
}

.sh-chip-row li {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #fff;
    border-radius: 999px;
    padding: 0.68rem 1.1rem 0.68rem 0.72rem;
    box-shadow: 0 8px 18px rgba(13, 75, 116, 0.08);
    font-size: 0.88rem;
    font-weight: 600;
    color: #1a1a1a;
    max-width: 100%;
}

.sh-chip-check {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}

.sh-future {
    background: #fff;
    padding: 4.2rem 0 4.8rem;
}

.sh-chip-row--future li {
    background: #d8ccea;
    border: 1.5px dashed #c0afda;
    box-shadow: none;
    padding: 0.72rem 1.25rem;
}

.sh-cta {
    background: #f4f7f9;
    text-align: center;
    padding: 5.4rem 0 5.2rem;
}

.sh-cta h2 {
    margin: 0 auto;
    color: #111827;
    font-size: clamp(1.7rem, 3.5vw, 2.55rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.18;
}

.sh-cta p {
    margin: 0.95rem auto 1.65rem;
    max-width: 46ch;
    color: #1589ee;
    font-size: 1.08rem;
    font-weight: 500;
}

.sh-cta .sh-btn {
    padding: 0.92rem 1.9rem;
    font-size: 0.92rem;
    box-shadow: 0 12px 24px rgba(17, 24, 39, 0.18);
}

.sh-footer {
    background: #f4f7f9;
    border-top: 1px solid rgba(13, 75, 116, 0.08);
}

.sh-footer-inner {
    display: flex;
    justify-content: space-between;
    gap: 0.8rem;
    align-items: center;
    font-size: 0.82rem;
}

.sh-footer .sh-brand-ioptime {
    height: 40px;
}

.sh-footer-copy {
    margin: 0;
    color: #1589ee;
    font-weight: 600;
}

.sh-scroll-top {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 9999;
    isolation: isolate;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 50%;
    background: linear-gradient(180deg, #d7ecff, #8ec6f2);
    color: var(--sh-navy);
    box-shadow: var(--sh-shadow);
    cursor: pointer;
    display: none;
}

.sh-scroll-top.is-on {
    display: grid;
    place-items: center;
}

@media (max-width: 1023px) {

    .sh-two,
    .sh-about-grid,
    .sh-overview-layout,
    .sh-ch-grid,
    .sh-impact-grid {
        grid-template-columns: 1fr;
    }

    .sh-show-grid {
        grid-template-columns: 1fr 1fr;
    }

    .sh-overview-visual {
        min-height: 0;
    }

    .sh-overview-panel {
        width: 100%;
        height: 180px;
        top: auto;
        bottom: 0;
    }

    .sh-overview-card {
        width: calc(100% - 1.2rem);
        margin: 0 0 2.2rem 0;
    }

    .sh-hl-grid {
        grid-template-columns: repeat(6, 1fr);
    }

    .sh-hl-card:nth-child(1) {
        grid-column: 1 / 3;
    }

    .sh-hl-card:nth-child(2) {
        grid-column: 3 / 5;
    }

    .sh-hl-card:nth-child(3) {
        grid-column: 5 / 7;
    }

    .sh-hl-card:nth-child(4) {
        grid-column: 2 / 4;
    }

    .sh-hl-card:nth-child(5) {
        grid-column: 4 / 6;
    }

    .sh-sol-card {
        flex-basis: calc((100% - 1.15rem) / 2);
        width: calc((100% - 1.15rem) / 2);
    }

    .sh-arch-board {
        padding-right: 0;
    }

    .sh-arch-grid {
        gap: 0.9rem;
    }

    .sh-arch-card {
        min-height: 132px;
        padding: 1.1rem 0.6rem;
    }

    .sh-arch-card span {
        font-size: 0.8rem;
    }

    .sh-arch-card:nth-child(-n + 3)::after {
        width: calc(0.9rem - 8px);
    }

    .sh-arch-loop {
        display: none;
    }

    .sh-tech-grid {
        grid-template-columns: 1fr 1fr;
    }

    .sh-tech-cell:nth-child(4n) {
        border-right: 1px solid #e8eaef;
    }

    .sh-tech-cell:nth-child(even) {
        border-right: none;
    }

    .sh-tech-cell:nth-child(n + 5) {
        border-bottom: 1px solid #e8eaef;
    }

    .sh-tech-cell:nth-child(n + 7) {
        border-bottom: none;
    }
}

@media (max-width: 767px) {
    .sh-wrap {
        width: min(1120px, calc(100% - 1.6rem));
    }

    section[id] {
        scroll-margin-top: 76px;
    }

    .sh-header-inner {
        min-height: 60px;
        gap: 0.55rem;
    }

    .sh-brand {
        gap: 0.4rem;
        min-width: 0;
    }

    .sh-brand-ioptime {
        height: 32px;
    }

    .sh-header .sh-brand-partner,
    .sh-footer .sh-brand-partner {
        height: 40px;
        max-width: 86px;
        object-fit: contain;
    }

    .sh-brand-divider {
        height: 1.45rem;
    }

    .sh-brand-name {
        font-size: 0.76rem;
    }

    .sh-btn {
        flex-shrink: 0;
        padding: 0.55rem 0.8rem;
        font-size: 0.72rem;
        white-space: nowrap;
    }

    .sh-hero {
        min-height: 0;
        padding: 2.2rem 0 4.4rem;
    }

    .sh-hero h1 {
        font-size: 1.52rem;
    }

    .sh-hero h1 em {
        color: #7ec4f5;
    }

    .sh-hero p {
        font-size: 0.9rem;
        line-height: 1.6;
    }

    .sh-pill {
        font-size: 0.58rem;
        letter-spacing: 0.08em;
        padding: 0.32rem 0.75rem;
    }

    .sh-partners-wrap {
        margin-top: 1.4rem;
        margin-bottom: 1.6rem;
    }

    .sh-partners {
        flex-wrap: wrap;
        justify-content: space-evenly;
        gap: 0.45rem 0.55rem;
        padding: 0.8rem 0.9rem;
        border-radius: 22px;
    }



    .sh-partners-ioptime {
        height: 34px;
    }

    .sh-partners-sf {
        height: 30px;
    }

    .sh-partners .sh-brand-partner {
        height: 53px;
        max-width: 110px;
    }

    .sh-sea-mark .sh-flame {
        width: 18px;
        height: 16px;
    }

    .sh-sea-mark strong {
        font-size: 0.68rem;
        letter-spacing: 0.1em;
    }

    .sh-sea-mark small {
        font-size: 0.38rem;
    }

    .sh-list-row {
        padding: 0.9rem 1rem;
        font-size: 0.9rem;
    }

    .sh-hl-grid {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .sh-hl-card:nth-child(n) {
        grid-column: auto;
    }

    .sh-hl-card {
        min-height: 124px;
        padding: 0.9rem 0.75rem;
    }

    .sh-hl-card h3 {
        font-size: 0.82rem;
    }

    .sh-about,
    .sh-challenges,
    .sh-sol,
    .sh-show,
    .sh-impact,
    .sh-flow,
    .sh-arch,
    .sh-tech,
    .sh-outcomes,
    .sh-future,
    .sh-overview {
        padding-top: 2.8rem;
        padding-bottom: 2.8rem;
    }

    .sh-about-head h2,
    .sh-cta h2 {
        font-size: 1.42rem;
    }

    .sh-about-card {
        min-height: 0;
        padding: 1.6rem 1.2rem;
    }

    .sh-overview-visual {
        min-height: 0;
        padding-bottom: 0.4rem;
    }

    .sh-overview-card {
        width: 100%;
        margin: 0 0 1.4rem;
    }

    .sh-sol-card {
        flex-basis: 100%;
        width: 100%;
        max-width: none;
    }

    .sh-show-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .sh-show-card:nth-child(even) {
        margin-top: 0;
        margin-bottom: 0;
    }

    .sh-show-shot {
        min-height: 168px;
    }

    .sh-show-card h3 {
        font-size: 0.88rem;
        padding: 0.7rem 0.8rem;
        line-height: 1.2;
    }

    .sh-arch-grid {
        grid-template-columns: 1fr 1fr;
        gap: 0.7rem;
    }

    .sh-arch-card:nth-child(-n + 3)::after {
        display: none;
    }

    .sh-arch-card:nth-child(5) {
        grid-column: auto;
    }

    .sh-arch-card {
        min-height: 112px;
        padding: 0.85rem 0.5rem;
        gap: 0.5rem;
    }

    .sh-arch-card svg {
        width: 30px;
        height: 30px;
    }

    .sh-arch-card img {
        width: 46px;
        height: 30px;
    }

    .sh-arch-card span {
        font-size: 0.74rem;
    }

    .sh-flow-list {
        max-width: 100%;
    }

    .sh-flow-list li {
        padding: 0.85rem 0.9rem;
        font-size: 0.86rem;
    }

    .sh-tech-grid {
        grid-template-columns: 1fr 1fr;
    }

    .sh-tech-cell:nth-child(4n) {
        border-right: 1px solid #e8eaef;
    }

    .sh-tech-cell:nth-child(even) {
        border-right: none;
    }

    .sh-tech-cell:nth-child(n + 5) {
        border-bottom: 1px solid #e8eaef;
    }

    .sh-tech-cell:nth-child(n + 7) {
        border-bottom: none;
    }

    .sh-tech-cell {
        min-height: 118px;
        padding: 0.8rem 0.4rem;
    }

    .sh-tech-cell > span:last-child {
        font-size: 0.72rem;
    }

    .sh-tech-docusign {
        font-size: 1.05rem;
    }

    .sh-tech-ironclad,
    .sh-tech-conga-mark {
        width: 40px;
        height: 40px;
        font-size: 0.4rem;
    }

    .sh-chip-row {
        gap: 0.55rem;
    }

    .sh-chip-row li {
        font-size: 0.8rem;
        padding: 0.58rem 0.9rem 0.58rem 0.62rem;
    }

    .sh-cta {
        padding: 3.1rem 0 2.8rem;
    }

    .sh-cta h2 br {
        display: none;
    }

    .sh-cta p {
        font-size: 0.95rem;
        margin: 0.75rem auto 1.25rem;
    }

    .sh-footer-inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 0.65rem;
    }

    .sh-footer-copy {
        font-size: 0.75rem;
    }
}

.sh-hero-inner .sh-pill,
.sh-hero-inner h1,
.sh-hero-inner p,
.sh-partners-wrap {
    animation: shFadeUp 0.85s cubic-bezier(0.22, 0.8, 0.32, 1) both;
}

.sh-hero-inner .sh-pill {
    animation-delay: 0.06s;
}

.sh-hero-inner h1 {
    animation-delay: 0.16s;
}

.sh-hero-inner p {
    animation-delay: 0.28s;
}

.sh-partners-wrap {
    animation-delay: 0.4s;
}

.sh-hero-pattern {
    animation: shFadeIn 1.15s ease both;
}

html.sh-motion section:not(.sh-hero) .sh-pill,
html.sh-motion section:not(.sh-hero) h2,
html.sh-motion .sh-cta h2 {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.7s cubic-bezier(0.22, 0.8, 0.32, 1), transform 0.7s cubic-bezier(0.22, 0.8, 0.32, 1);
}

html.sh-motion section:not(.sh-hero) h2,
html.sh-motion .sh-cta h2 {
    transition-delay: 0.1s;
}

html.sh-motion section:not(.sh-hero) .sh-pill.is-in,
html.sh-motion section:not(.sh-hero) h2.is-in,
html.sh-motion .sh-cta h2.is-in {
    opacity: 1;
    transform: none;
}

@keyframes shFadeUp {
    from {
        opacity: 0;
        transform: translateY(22px);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes shFadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media (prefers-reduced-motion: reduce) {

    .sh-hero-inner .sh-pill,
    .sh-hero-inner h1,
    .sh-hero-inner p,
    .sh-partners-wrap,
    .sh-hero-pattern,
    html.sh-motion section:not(.sh-hero) .sh-pill,
    html.sh-motion section:not(.sh-hero) h2,
    html.sh-motion .sh-cta h2 {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}