    .ids-shop-page {
      color: #142634;
      background: #FFFFFF;
      overflow: clip;
    }

    .ids-shop-section {
      padding: 88px 0;
    }

    .ids-shop-section--compact {
      padding: 58px 0;
    }

    .ids-shop-section--soft {
      background: #f3f7f9;
    }

    .ids-shop-section--navy {
      color: #fff;
      background: #06263d;
    }

    .ids-shop-heading {
      max-width: 800px;
      margin: 0;
      color: #06263d;
      font-size: clamp(1.8rem, 4vw, 2.8rem);
      font-weight: 700;
      letter-spacing: -.035em;
      line-height: 1.08;
    }

    .ids-shop-heading--light {
      color: #fff;
    }

    .ids-shop-lead {
      max-width: 760px;
      margin: 22px 0 0;
      color: #5d6d79;
      font-size: clamp(1rem, 1.45vw, 1.15rem);
      line-height: 1.75;
    }

    .ids-shop-lead--light {
      color: rgba(255, 255, 255, .78);
    }

    .ids-shop-section-head {
      display: grid;
      grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
      gap: 48px;
      align-items: end;
      margin-bottom: 44px;
    }

    .ids-shop-section-head .ids-shop-lead {
      margin: 0;
    }

    .ids-shop-btn {
      display: inline-flex;
      min-height: 40px;
      align-items: center;
      justify-content: center;
      gap: 9px;
      padding: 7px 22px;
      color: #FFFFFF;
      background: #e3151e;
      border: 2px solid #e3151e;
      border-radius: 8px;
      font-size: .95rem;
      font-weight: 700;
      line-height: 1.2;
      text-decoration: none;
      transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease;
    }

    .ids-shop-btn:hover {
      color: #FFFFFF;
      background: #bd1625;
      border-color: #bd1625;
      transform: translateY(-2px);
    }


    .ids-shop-btn--outline {
      color: #fff;
      background: transparent;
      border-color: rgba(255, 255, 255, .48);
    }

    .ids-shop-btn--outline:hover {
      color: #06263d;
      background: #fff;
      border-color: #fff;
    }

    .ids-shop-btn--navy {
      color: #fff;
      background: #06263d;
      border-color: #06263d;
    }

    .ids-shop-btn--navy:hover {
      color: #fff;
      background: #0a3552;
      border-color: #0a3552;
    }

    /* Hero */
    .ids-shop-hero {
      position: relative;
      isolation: isolate;
      padding: 44px 0 72px;
      color: #fff;
      background:
        radial-gradient(circle at 12% 22%, rgba(24, 127, 164, .34), transparent 32%),
        radial-gradient(circle at 84% 15%, rgba(245, 166, 35, .16), transparent 26%),
        linear-gradient(130deg, #041d30 0%, #07334f 55%, #05263d 100%);
    }

    .ids-shop-hero::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      opacity: .16;
      background-image:
        linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px);
      background-size: 48px 48px;
      mask-image: linear-gradient(to bottom, #000, transparent 88%);
    }

    .ids-shop-hero__grid {
      display: grid;
      grid-template-columns: minmax(0, 1.06fr) minmax(380px, .74fr);
      gap: 54px;
      align-items: center;
    }

    .ids-shop-breadcrumb {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      align-items: center;
      margin: 0 0 36px;
      color: rgba(255, 255, 255, .7);
      font-size: .8rem;
    }

    .ids-shop-breadcrumb a {
      color: rgba(255, 255, 255, .88);
      text-decoration: none;
    }

    .ids-shop-breadcrumb a:hover {
      color: #fff;
      text-decoration: underline;
    }

    .ids-shop-hero h1 {
      max-width: 760px;
      margin: 0;
      color: #fff;
      font-size: clamp(2.5rem, 5.5vw, 3.5rem);
      font-weight: 700;
      letter-spacing: -.055em;
      line-height: .98;
    }

    .ids-shop-hero h1 span {
      color: #e3151e;
    }

    .ids-shop-hero__intro {
      max-width: 720px;
      margin: 24px 0 0;
      color: rgba(255, 255, 255, .83);
      font-size: clamp(1.02rem, 1.5vw, 1.18rem);
      line-height: 1.7;
    }

    .ids-shop-hero__points {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px 20px;
      margin: 28px 0 0;
      padding: 0;
      list-style: none;
    }

    .ids-shop-hero__points li {
      position: relative;
      padding-left: 28px;
      color: rgba(255, 255, 255, .92);
      font-size: .94rem;
      font-weight: 600;
      line-height: 1.5;
    }

    .ids-shop-hero__points li::before {
      content: "";
      position: absolute;
      top: 4px;
      left: 0;
      width: 18px;
      height: 18px;
      border-radius: 50%;
      background: #e3151e url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='m5 10 3 3 7-7' fill='none' stroke='%2306263d' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/13px no-repeat;
    }

    .ids-shop-hero__actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 32px;
    }

    /* Reusable cards */
    .ids-shop-risk-grid,
    .ids-shop-service-grid,
    .ids-shop-why-grid,
    .ids-shop-industry-grid {
      display: grid;
      gap: 20px;
      margin-top: 42px;
    }

    .ids-shop-risk-grid {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .ids-shop-service-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .ids-shop-why-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .ids-shop-industry-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .ids-shop-risk-card,
    .ids-shop-service-card,
    .ids-shop-why-card,
    .ids-shop-platform-card,
    .ids-shop-industry {
      position: relative;
      padding: 26px;
      background: #fff;
      border: 1px solid #dce5ea;
      border-radius: 20px;
      transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
    }

    .ids-shop-risk-card:hover,
    .ids-shop-service-card:hover,
    .ids-shop-why-card:hover,
    .ids-shop-platform-card:hover {
      border-color: rgba(12, 95, 127, .35);
      box-shadow: 0 20px 55px rgba(6, 38, 61, .11);
      transform: translateY(-5px);
    }

    .ids-shop-icon {
      display: inline-grid;
      width: 48px;
      height: 48px;
      place-items: center;
      color: #e3151e;
      background: #eaf4f7;
      border-radius: 13px;
      font-size: .78rem;
      font-weight: 700;
    }

    .ids-shop-icon svg {
      width: 25px;
      height: 25px;
    }

    .ids-shop-risk-card h3,
    .ids-shop-service-card h3,
    .ids-shop-why-card h3,
    .ids-shop-platform-card h3 {
      margin: 20px 0 0;
      color: #06263d;
      font-size: 1.18rem;
      font-weight: 700;
      letter-spacing: -.02em;
      line-height: 1.25;
    }

    .ids-shop-risk-card p,
    .ids-shop-service-card p,
    .ids-shop-why-card p,
    .ids-shop-platform-card p {
      margin: 12px 0 0;
      color: #5d6d79;
      font-size: .91rem;
      line-height: 1.65;
    }

    .ids-shop-service-card ul,
    .ids-shop-model ul {
      margin: 18px 0 0;
      padding: 0;
      list-style: none;
    }

    .ids-shop-service-card li,
    .ids-shop-model li {
      position: relative;
      margin-top: 9px;
      padding-left: 20px;
      color: #425866;
      font-size: 1rem;
      line-height: 1.5;
    }

    .ids-shop-service-card li::before,
    .ids-shop-model li::before {
      content: "";
      position: absolute;
      top: .48em;
      left: 0;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #e3151e;
    }

    /* Commerce journey */
    .ids-shop-journey {
      display: grid;
      grid-template-columns: repeat(6, minmax(0, 1fr));
      margin-top: 42px;
      overflow: hidden;
      background: #fff;
      border: 1px solid #dce5ea;
      border-radius: 20px;
      box-shadow: 0 16px 40px rgba(6, 38, 61, .07);
    }

    .ids-shop-journey__step {
      position: relative;
      min-height: 220px;
      padding: 28px 20px;
      border-right: 1px solid #dce5ea;
    }

    .ids-shop-journey__step:last-child {
      border-right: 0;
    }

    .ids-shop-journey__step::after {
      content: "";
      position: absolute;
      top: 42px;
      right: -7px;
      z-index: 2;
      width: 14px;
      height: 14px;
      background: #fff;
      border-top: 1px solid #dce5ea;
      border-right: 1px solid #dce5ea;
      transform: rotate(45deg);
    }

    .ids-shop-journey__step:last-child::after {
      display: none;
    }

    .ids-shop-journey__step span {
      color: #e3151e;
      font-size: .69rem;
      font-weight: 700;
      letter-spacing: .1em;
    }

    .ids-shop-journey__step h3 {
      margin: 13px 0 0;
      color: #06263d;
      font-size: 1rem;
      font-weight: 700;
      line-height: 1.25;
    }

    .ids-shop-journey__step p {
      margin: 11px 0 0;
      color: #5d6d79;
      font-size: .8rem;
      line-height: 1.55;
    }

    /* Support models */
    .ids-shop-model-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 22px;
      margin-top: 42px;
    }

    .ids-shop-model {
      position: relative;
      display: flex;
      min-height: 100%;
      flex-direction: column;
      padding: 32px;
      background: #fff;
      border: 1px solid #dce5ea;
      border-radius: 20px;
    }

    .ids-shop-model--featured {
      border: 2px solid #e3151e;
      box-shadow: 0 20px 55px rgba(6, 38, 61, .11);
      transform: translateY(-10px);
    }

    .ids-shop-model__tag {
      position: absolute;
      top: 0;
      right: 24px;
      padding: 7px 12px;
      color: #FFFFFF;
      background: #e3151e;
      border-radius: 0 0 9px 9px;
      font-size: .66rem;
      font-weight: 700;
      letter-spacing: .06em;
      text-transform: uppercase;
    }

    .ids-shop-model__type {
      color: #0c5f7f;
      font-size: .75rem;
      font-weight: 700;
      letter-spacing: .1em;
      text-transform: uppercase;
    }

    .ids-shop-model h3 {
      margin: 17px 0 0;
      color: #06263d;
      font-size: 1.45rem;
      font-weight: 700;
      letter-spacing: -.025em;
      line-height: 1.2;
    }

    .ids-shop-model>p {
      margin: 13px 0 0;
      color: #5d6d79;
      font-size: .92rem;
      line-height: 1.65;
    }

    .ids-shop-model__fit {
      margin-top: 24px;
      color: #142634;
      font-size: .78rem;
      font-weight: 700;
    }

    .ids-shop-model .ids-shop-btn {
      width: 100%;
      margin-top: auto;
    }

    .ids-shop-model ul {
      margin-bottom: 26px;
    }

    /* Severity / SLA */
    .ids-shop-severity-wrap {
      display: grid;
      grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
      gap: 58px;
      align-items: center;
    }

    .ids-shop-severity-list {
      display: grid;
      gap: 12px;
    }

    .ids-shop-severity {
      display: grid;
      grid-template-columns: 56px 1fr auto;
      gap: 16px;
      align-items: center;
      padding: 18px;
      background: rgba(255, 255, 255, .07);
      border: 1px solid rgba(255, 255, 255, .12);
      border-radius: 14px;
    }

    .ids-shop-severity__code {
      display: grid;
      width: 50px;
      height: 50px;
      place-items: center;
      color: #FFFFFF;
      background: #e3151e;
      border-radius: 12px;
      font-size: 1rem;
      font-weight: 700;
    }

    .ids-shop-severity h3 {
      margin: 0;
      color: #fff;
      font-size: .98rem;
      font-weight: 700;
    }

    .ids-shop-severity p {
      margin: 5px 0 0;
      color: rgba(255, 255, 255, .64);
      font-size: .78rem;
      line-height: 1.45;
    }

    .ids-shop-severity__sla {
      color: #cc1f1f;
      font-size: .75rem;
      font-weight: 700;
      text-align: right;
    }

    /* Platform coverage */
    .ids-shop-platform-layout {
      display: grid;
      grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
      gap: 50px;
      align-items: start;
    }

    .ids-shop-platform-visual {
      position: sticky;
      top: 110px;
      min-height: 500px;
      padding: 34px;
      color: #fff;
      background: radial-gradient(circle at 70% 15%, rgba(245, 166, 35, .22), transparent 25%), linear-gradient(145deg, #06263d, #0a4865);
      border-radius: 30px;
      overflow: hidden;
    }

    .ids-shop-platform-visual::after {
      content: "";
      position: absolute;
      right: -80px;
      bottom: -90px;
      width: 300px;
      height: 300px;
      border: 50px solid rgba(255, 255, 255, .06);
      border-radius: 50%;
    }

    .ids-shop-platform-visual h3 {
      margin: 0;
      color: #fff;
      font-size: 1.65rem;
      font-weight: 700;
      line-height: 1.15;
    }

    .ids-shop-platform-visual p {
      margin: 14px 0 0;
      color: rgba(255, 255, 255, .7);
      font-size: .92rem;
      line-height: 1.65;
    }

    .ids-shop-stack-map {
      display: grid;
      gap: 10px;
      margin-top: 28px;
    }

    .ids-shop-stack-row {
      display: flex;
      gap: 12px;
      align-items: center;
      padding: 14px 16px;
      background: rgba(255, 255, 255, .08);
      border: 1px solid rgba(255, 255, 255, .11);
      border-radius: 11px;
    }

    .ids-shop-stack-row span {
      display: grid;
      width: 34px;
      height: 34px;
      flex: 0 0 34px;
      place-items: center;
      color: #FFFFFF;
      background: #e3151e;
      border-radius: 9px;
      font-size: .75rem;
      font-weight: 700;
    }

    .ids-shop-stack-row strong {
      display: block;
      color: #fff;
      font-size: 1rem;
    }

    .ids-shop-stack-row small {
      display: block;
      margin-top: 2px;
      color: rgba(255, 255, 255, .58);
      font-size: .75rem;
    }

    .ids-shop-platform-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 18px;
    }

    .ids-shop-platform-card a {
      display: inline-flex;
      margin-top: 17px;
      color: #0c5f7f;
      font-size: .8rem;
      font-weight: 700;
      text-decoration: none;
    }

    .ids-shop-platform-card a:hover {
      text-decoration: underline;
    }

    /* Process */
    .ids-shop-process {
      position: relative;
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      gap: 16px;
      margin-top: 46px;
    }

    .ids-shop-process::before {
      content: "";
      position: absolute;
      top: 28px;
      right: 8%;
      left: 8%;
      height: 2px;
      background: linear-gradient(90deg, #e3151e, #0c5f7f);
    }

    .ids-shop-step {
      position: relative;
      z-index: 1;
      padding: 0 14px;
      text-align: center;
    }

    .ids-shop-step__number {
      display: grid;
      width: 58px;
      height: 58px;
      place-items: center;
      margin: 0 auto;
      color: #06263d;
      background: #fff;
      border: 2px solid #e3151e;
      border-radius: 50%;
      font-size: .9rem;
      font-weight: 700;
      box-shadow: 0 0 0 7px #f3f7f9;
    }

    .ids-shop-step h3 {
      margin: 22px 0 0;
      color: #06263d;
      font-size: 1rem;
      font-weight: 700;
    }

    .ids-shop-step p {
      margin: 10px 0 0;
      color: #5d6d79;
      font-size: .8rem;
      line-height: 1.55;
    }

    /* Reporting and benefits */
    .ids-shop-reporting-grid {
      display: grid;
      grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
      gap: 56px;
      align-items: center;
    }

    .ids-shop-checklist {
      margin: 28px 0 0;
      padding: 0;
      list-style: none;
    }

    .ids-shop-checklist li {
      position: relative;
      margin-top: 13px;
      padding-left: 32px;
      color: #314957;
      font-size: .94rem;
      line-height: 1.55;
    }

    .ids-shop-checklist li::before {
      content: "✓";
      position: absolute;
      top: 0;
      left: 0;
      display: grid;
      width: 21px;
      height: 21px;
      place-items: center;
      color: #FFFFFF;
      background: #e3151e;
      border-radius: 50%;
      font-size: .75rem;
      font-weight: 700;
    }

    .ids-shop-dashboard {
      padding: 24px;
      background: #fff;
      border: 1px solid #dce5ea;
      border-radius: 20px;
      box-shadow: 0 20px 55px rgba(6, 38, 61, .11);
    }

    .ids-shop-dashboard__top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      padding-bottom: 18px;
      border-bottom: 1px solid #dce5ea;
    }

    .ids-shop-dashboard__top strong {
      color: #06263d;
      font-size: .95rem;
    }

    .ids-shop-dashboard__top span {
      color: #16845b;
      font-size: .75rem;
      font-weight: 700;
    }

    .ids-shop-dashboard__metrics {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 12px;
      margin-top: 18px;
    }

    .ids-shop-metric {
      padding: 15px;
      background: #f3f7f9;
      border-radius: 11px;
    }

    .ids-shop-metric strong {
      display: block;
      color: #06263d;
      font-size: 1.5rem;
    }

    .ids-shop-metric span {
      display: block;
      margin-top: 5px;
      color: #5d6d79;
      font-size: .68rem;
      line-height: 1.35;
    }

    .ids-shop-ticket-list {
      display: grid;
      gap: 10px;
      margin-top: 18px;
    }

    .ids-shop-ticket {
      display: grid;
      grid-template-columns: 10px 1fr auto;
      gap: 10px;
      align-items: center;
      padding: 13px;
      border: 1px solid #dce5ea;
      border-radius: 10px;
    }

    .ids-shop-ticket i {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #16845b;
    }

    .ids-shop-ticket:nth-child(2) i {
      background: #e3151e;
    }

    .ids-shop-ticket:nth-child(3) i {
      background: #e3151e;
    }

    .ids-shop-ticket b {
      color: #314957;
      font-size: .75rem;
    }

    .ids-shop-ticket span {
      color: #5d6d79;
  font-size: .7rem;
      font-weight: 700;
    }

    /* Why IDS Logic */
    .ids-shop-section--navy .ids-shop-why-card {
      background: rgba(255, 255, 255, .06);
      border-color: rgba(255, 255, 255, .12);
    }

    .ids-shop-section--navy .ids-shop-why-card h3 {
      color: #fff;
    }

    .ids-shop-section--navy .ids-shop-why-card p {
      color: rgba(255, 255, 255, .68);
    }

    .ids-shop-section--navy .ids-shop-why-card .ids-shop-icon {
      color: #FFFFFF;
      background: #e3151e;
    }

    /* Industry cards */
    .ids-shop-industry {
      display: flex;
      min-height: 96px;
      gap: 16px;
      align-items: center;
      color: #06263d;
      font-size: 1rem;
      font-weight: 700;
    }

    .ids-shop-industry .ids-shop-icon {
      width: 42px;
      height: 42px;
      flex: 0 0 42px;
    }

    /* Contact section */
    .ids-shop-contact {
      position: relative;
      color: #fff;
      background:
        radial-gradient(circle at 15% 30%, rgba(12, 95, 127, .42), transparent 32%),
        linear-gradient(130deg, #041e31, #083d5a);
    }

    .ids-shop-contact__grid {
      display: grid;
      grid-template-columns: minmax(0, .84fr) minmax(430px, 1.16fr);
      gap: 58px;
      align-items: center;
    }

    .ids-shop-contact__copy h2 {
      margin: 0;
      color: #fff;
      font-size: clamp(1.8rem, 4vw, 2.8rem);
      font-weight: 700;
      letter-spacing: -.04em;
      line-height: 1.06;
    }

    .ids-shop-contact__copy>p {
      margin: 20px 0 0;
      color: rgba(255, 255, 255, .75);
      font-size: 1.02rem;
      line-height: 1.7;
    }

    /* FAQ */
    .ids-shop-faq-layout {
      display: grid;
      grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
      gap: 58px;
      align-items: start;
    }

    .ids-shop-faq-intro {
      position: sticky;
      top: 110px;
    }

    .ids-shop-faq-list {
      display: grid;
      gap: 12px;
    }

    .ids-shop-faq {
      background: #fff;
      border: 1px solid #dce5ea;
      border-radius: 13px;
      overflow: hidden;
    }

    .ids-shop-faq[open] {
      border-color: rgba(12, 95, 127, .4);
      box-shadow: 0 14px 32px rgba(6, 38, 61, .07);
    }

    .ids-shop-faq summary {
      position: relative;
      padding: 20px 58px 20px 22px;
      color: #06263d;
      cursor: pointer;
      font-size: .98rem;
      font-weight: 700;
      line-height: 1.45;
      list-style: none;
    }

    .ids-shop-faq summary::-webkit-details-marker {
      display: none;
    }

    .ids-shop-faq summary::after {
      content: "+";
      position: absolute;
      top: 50%;
      right: 20px;
      display: grid;
      width: 28px;
      height: 28px;
      place-items: center;
      color: #06263d;
      background: #f3f7f9;
      border-radius: 50%;
      font-size: 1.2rem;
      transform: translateY(-50%);
    }

    .ids-shop-faq[open] summary::after {
      content: "−";
      color: #ffffff;
      background: #e3151e;
    }

    .ids-shop-faq__answer {
      padding: 0 22px 21px;
    }

    .ids-shop-faq__answer p {
      margin: 0;
      color: #5d6d79;
      font-size: 1rem;
      line-height: 1.7;
    }

    /* Reveal animation — progressive enhancement */
    .ids-shop-motion .ids-shop-reveal {
      opacity: 0;
      transform: translateY(22px);
      transition: opacity .65s ease var(--ids-delay, 0ms), transform .65s ease var(--ids-delay, 0ms);
    }

    .ids-shop-motion .ids-shop-reveal[data-reveal="left"] {
      transform: translateX(-26px);
    }

    .ids-shop-motion .ids-shop-reveal[data-reveal="right"] {
      transform: translateX(26px);
    }

    .ids-shop-motion .ids-shop-reveal[data-reveal="scale"] {
      transform: scale(.96);
    }

    .ids-shop-motion .ids-shop-reveal.ids-shop-visible {
      opacity: 1;
      transform: none;
    }

    @media (max-width: 1100px) {
      .ids-shop-hero__grid {
        grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr);
        gap: 34px;
      }

      .ids-shop-risk-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .ids-shop-journey {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }

      .ids-shop-journey__step:nth-child(3) {
        border-right: 0;
      }

      .ids-shop-journey__step:nth-child(-n+3) {
        border-bottom: 1px solid #dce5ea;
      }

      .ids-shop-journey__step:nth-child(3)::after {
        display: none;
      }
    }

    @media (max-width: 900px) {
      .ids-shop-section {
        padding: 72px 0;
      }

      .ids-shop-hero__grid,
      .ids-shop-section-head,
      .ids-shop-severity-wrap,
      .ids-shop-platform-layout,
      .ids-shop-reporting-grid,
      .ids-shop-contact__grid,
      .ids-shop-faq-layout {
        grid-template-columns: 1fr;
      }

      .ids-shop-section-head {
        gap: 20px;
      }

      .ids-shop-hero__grid {
        gap: 46px;
      }

      .ids-shop-service-grid,
      .ids-shop-why-grid,
      .ids-shop-industry-grid,
      .ids-shop-model-grid {
        grid-template-columns: 1fr;
      }

      .ids-shop-model--featured {
        transform: none;
      }

      .ids-shop-platform-visual,
      .ids-shop-faq-intro {
        position: static;
      }

      .ids-shop-platform-visual {
        min-height: auto;
      }

      .ids-shop-process {
        grid-template-columns: 1fr;
        gap: 12px;
      }

      .ids-shop-process::before {
        top: 18px;
        bottom: 18px;
        left: 28px;
        width: 2px;
        height: auto;
      }

      .ids-shop-step {
        display: grid;
        grid-template-columns: 58px 1fr;
        gap: 0 20px;
        align-items: start;
        padding: 0;
        text-align: left;
      }

      .ids-shop-step__number {
        grid-row: 1 / span 2;
        margin: 0;
        box-shadow: 0 0 0 7px #f3f7f9;
      }

      .ids-shop-step h3 {
        margin: 7px 0 0;
      }

      .ids-shop-step p {
        margin: 7px 0 24px;
      }
    }

    @media (max-width: 680px) {
      
      .ids-shop-section {
        padding: 58px 0;
      }

      .ids-shop-hero {
        padding: 28px 0 52px;
      }

      .ids-shop-breadcrumb {
        margin-bottom: 26px;
      }

      .ids-shop-hero h1 {
        font-size: clamp(2.1rem, 12vw, 3rem);
      }

      .ids-shop-hero__points,
      .ids-shop-platform-grid,
      .ids-shop-dashboard__metrics {
        grid-template-columns: 1fr;
      }

      .ids-shop-hero__actions {
        flex-direction: column;
        align-items: stretch;
      }

      .ids-shop-hero__actions .ids-shop-btn {
        width: 100%;
      }

      .ids-shop-risk-grid,
      .ids-shop-service-grid,
      .ids-shop-why-grid,
      .ids-shop-industry-grid {
        grid-template-columns: 1fr;
      }

      .ids-shop-journey {
        grid-template-columns: 1fr;
      }

      .ids-shop-journey__step {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid #dce5ea;
      }

      .ids-shop-journey__step::after {
        display: none;
      }

      .ids-shop-journey__step:last-child {
        border-bottom: 0;
      }

      .ids-shop-severity {
        grid-template-columns: 50px 1fr;
      }

      .ids-shop-severity__sla {
        grid-column: 2;
        text-align: left;
      }

      .ids-shop-platform-visual {
        padding: 27px 20px;
      }

      .ids-shop-contact__grid {
        gap: 38px;
      }

    }


    /* Shopify-specific visual, proof and case-study components */
    .ids-shop-hero__form-wrap {
      position: relative;
    }

    .ids-shop-hero__form-wrap::before {
      content: "";
      position: absolute;
      top: -34px;
      right: -28px;
      width: 150px;
      height: 150px;
      border: 1px solid rgba(255, 255, 255, .14);
      border-radius: 32px;
      transform: rotate(12deg);
      pointer-events: none;
    }

    .ids-shop-proof {
      color: #fff;
      background: #0a3b57;
    }

    .ids-shop-proof__grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .ids-shop-proof__item {
      display: flex;
      gap: 13px;
      align-items: center;
      min-height: 94px;
      padding: 20px 24px;
      border-right: 1px solid rgba(255, 255, 255, .14);
    }

    .ids-shop-proof__item:last-child {
      border-right: 0;
    }

    .ids-shop-proof__item img {
      width: 34px;
      height: 34px;
      object-fit: contain;
    }

    .ids-shop-proof__item strong {
      display: block;
      color: #fff;
      font-size: 1rem;
    }

    .ids-shop-proof__item span {
      display: block;
      margin-top: 2px;
      color: rgba(255, 255, 255, .64);
      font-size: .75rem;
    }

    .ids-shop-outcome-strip {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 12px;
      margin-top: 32px;
    }

    .ids-shop-outcome {
      padding: 16px;
      background: #fff;
      border: 1px solid #dce5ea;
      border-radius: 13px;
    }

    .ids-shop-outcome strong {
      display: block;
      color: #06263d;
      font-size: 1rem;
    }

    .ids-shop-outcome span {
      display: block;
      margin-top: 5px;
      color: #5d6d79;
      font-size: .75rem;
      line-height: 1.45;
    }

    .ids-shop-context-note {
      margin-top: 18px;
      padding: 14px 16px;
      background: #eef5f7;
      border-left: 4px solid #0c5f7f;
      color: #425866;
      font-size: .8rem;
      line-height: 1.55;
    }

    .ids-shop-tag-row {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 20px;
    }

    .ids-shop-tag {
      padding: 7px 10px;
      color: #0c5f7f;
      background: #eaf4f7;
      border-radius: 999px;
      font-size: .75rem;
      font-weight: 700;
    }

    @media (max-width: 900px) {

      .ids-shop-proof__grid,
      .ids-shop-outcome-strip{
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .ids-shop-proof__item:nth-child(2) {
        border-right: 0;
      }

      .ids-shop-proof__item:nth-child(-n+2) {
        border-bottom: 1px solid rgba(255, 255, 255, .14);
      }

    }

    @media (max-width: 680px) {

      .ids-shop-proof__grid,
      .ids-shop-outcome-strip{
        grid-template-columns: 1fr;
      }

      .ids-shop-proof__item {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .14);
      }

      .ids-shop-proof__item:last-child {
        border-bottom: 0;
      }

      .ids-shop-hero__form-wrap::before {
        display: none;
      }
    }