: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: #fff;
  border-bottom: 1px solid #eef1f4;
}

.sh-header-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  min-height: 78px;
}

.sh-header-inner .sh-btn {
  justify-self: end;
  background: #ed7a34;
  color: #fff;
  box-shadow: 0 8px 18px rgba(237, 122, 52, 0.32);
}

.sh-nav {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.sh-nav a {
  color: #1a4a8a;
  font-size: 0.92rem;
  font-weight: 600;
}

.sh-nav a:hover {
  color: #0d4b74;
}

.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: 85px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  flex-shrink: 0;
}

.sh-brand-partner1 {
  display: block;
  height: 200px;
  width: auto;
  flex-shrink: 0;
  margin-bottom: -63px;
}

.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: #1a1a1a;
  cursor: pointer;
  background: linear-gradient(90deg, #f5a01a, #ffc425);
  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: #00000005 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: center;
  pointer-events: none;
  opacity: 1;
}

.sh-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 860px;
  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;
  /* background: rgba(0, 0, 0, 0.2); */
}

.sh-hero h1 {
  margin: 1.15rem 0 0;
  font-size: clamp(1.7rem, 4.3vw, 3.05rem);
  line-height: 1.18;
  letter-spacing: -0.035em;
  font-weight: 800;
  color: #000000;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
}

.sh-hero h1 em {
  font-style: normal;
  color: #ed7a34;
}

.sh-hero p {
  margin: 1.15rem auto 0;
  max-width: 58ch;
  color: rgba(0, 0, 0, 0.88);
  font-size: 1.02rem;
  line-height: 1.7;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 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: #ED7A34 ;
}

.sh-highlights {
  padding: 3.4rem 0 1.2rem;
  text-align: center;
}

.sh-hl-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 1.4rem;
  text-align: left;
}

.sh-hl-card {
  background: var(--sh-blue-10);
  border: 1px solid var(--sh-blue-20);
  border-radius: 18px;
  min-height: 168px;
  padding: 1.25rem 1.1rem;
}

.sh-hl-card svg {
  width: 28px;
  height: 28px;
  color: #ED7A34;
}

.sh-hl-card h3 {
  margin: 1rem 0 0;
  font-size: 1.02rem;
  line-height: 1.3;
  color: var(--sh-ink);
}

.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(45deg, #f5a01a 0%, #0d4b74 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: #ED7A34;
}

.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: #e8f2fc;
  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: #ED7A34;
}

.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: #1589ee;
  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.1rem;
  margin-top: 2.1rem;
}

.sh-sol-card {
  flex: 1 1 280px;
  max-width: 340px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(13, 75, 116, 0.1);
  padding: 1.25rem 1.2rem 1.3rem;
}

.sh-sol-ico {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: #eef2f6;
  color: #ED7A34;
}

.sh-sol-ico svg {
  width: 20px;
  height: 20px;
}

.sh-sol-card h3 {
  margin: 0.85rem 0 0.3rem;
  color: #111827;
  font-size: 1.02rem;
}

.sh-sol-card p {
  margin: 0;
  color: #1589ee;
  font-size: 0.88rem;
  line-height: 1.45;
}

.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: flex;
  flex-direction: column;
  background: #f5a01a;
  border-radius: 14px;
  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 {
  min-height: 210px;
  background: #ffff;
  overflow: hidden;
}

.sh-show-shot img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: top center;
}

.sh-show-card h3 {
  margin: 0;
  padding: 0.78rem 1rem;
  background: #f5a01a;
  color: #1a1a1a;
  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: #f4f7f9;
  padding: 4.2rem 0 4.8rem;
}

.sh-arch-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  margin-top: 2.1rem;
}

.sh-arch-card {
  flex: 1 1 0;
  width: 128px;
  max-width: 148px;
  min-height: 128px;
  aspect-ratio: 1;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 22px rgba(13, 75, 116, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.85rem 0.55rem;
  text-align: center;
}

.sh-arch-card svg,
.sh-arch-card img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  color: #ED7A34;
}

.sh-arch-card span {
  font-size: 0.72rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.25;
}

.sh-arch-arrow {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  background: #4b5563;
  clip-path: polygon(0 20%, 55% 20%, 55% 0, 100% 50%, 55% 100%, 55% 80%, 0 80%);
}

.sh-tech {
  background: #fff;
  padding: 4.2rem 0 5rem;
}

.sh-tech-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 2.1rem;
  border: 1px solid #e6edf3;
  border-radius: 16px;
  overflow: hidden;
}

.sh-tech-cell {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 1.2rem 0.8rem;
  text-align: center;
  border-right: 1px solid #e6edf3;
  border-bottom: 1px solid #e6edf3;
}

.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: 42px;
  height: 42px;
  object-fit: contain;
}

.sh-tech-cell span {
  font-size: 0.82rem;
  font-weight: 700;
  color: #1a1a1a;
}

.sh-tech-apex {
  color: #00a1e0;
  font-size: 1.5rem;
  letter-spacing: -0.03em;
}

.sh-tech-conga {
  font-size: 1.45rem;
  letter-spacing: -0.04em;
  color: #111;
}

.sh-tech-cell--empty {
  background: #f4f7f9;
}

.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: #f8e6c8;
  border: 1.5px dashed #d4a05a;
  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, #ED7A34, #ED7A34);
  color: white;
  box-shadow: var(--sh-shadow);
  cursor: pointer;
  display: none;
}

.sh-scroll-top.is-on {
  display: grid;
  place-items: center;
}

@media (max-width: 1023px) {
  .sh-header-inner {
    display: flex;
    justify-content: space-between;
  }

  .sh-nav {
    display: none;
  }

  .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,
  .sh-tech-grid {
    grid-template-columns: 1fr 1fr;
  }

  .sh-tech-cell:nth-child(4n) {
    border-right: 1px solid #e6edf3;
  }

  .sh-tech-cell:nth-child(even) {
    border-right: none;
  }

  .sh-tech-cell:nth-child(n + 5) {
    border-bottom: 1px solid #e6edf3;
  }

  .sh-tech-cell:nth-child(n + 7) {
    border-bottom: none;
  }

  .sh-arch-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.85rem;
  }

  .sh-arch-card {
    width: 100%;
    max-width: none;
    aspect-ratio: auto;
    min-height: 132px;
  }

  .sh-arch-arrow {
    display: 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;
    display: flex;
    justify-content: space-between;
  }

  .sh-nav {
    display: none;
  }

  .sh-brand {
    gap: 0.4rem;
    min-width: 0;
  }

  .sh-brand-ioptime {
    height: 32px;
  }

  .sh-header .sh-brand-partner,
  .sh-footer .sh-brand-partner {
    height: 59px;
    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: #ED7A34;
  }

  .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 1fr;
    gap: 0.75rem;
  }

  .sh-hl-card {
    min-height: 132px;
    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: 1 1 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-shot img {
    height: 176px;
  }

  .sh-show-card h3 {
    font-size: 0.88rem;
    padding: 0.7rem 0.8rem;
    line-height: 1.2;
  }

  .sh-arch-row {
    grid-template-columns: 1fr 1fr;
    gap: 0.7rem;
  }

  .sh-arch-card {
    min-height: 112px;
    padding: 0.7rem 0.45rem;
  }

  .sh-arch-card span {
    font-size: 0.64rem;
  }

  .sh-flow-list {
    max-width: 100%;
  }

  .sh-flow-list li {
    padding: 0.85rem 0.9rem;
    font-size: 0.86rem;
  }

  .sh-tech-cell {
    min-height: 118px;
    padding: 0.8rem 0.4rem;
  }

  .sh-tech-cell span {
    font-size: 0.72rem;
  }

  .sh-tech-apex,
  .sh-tech-conga {
    font-size: 1.15rem;
  }

  .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;
  }
}