/* Embedded high-credit catalog page layout overrides. */
.page-high-credit .site-main {
    width: min(1480px, calc(100% - 48px));
}

.page-high-credit .subpage-shell .subpage-content {
    padding-left: 28px;
    padding-right: 28px;
}

@font-face {
      font-family: 'Pretendard';
      font-weight: 300;
      font-style: normal;
      font-display: swap;
      src: url('fonts/pretendard/Pretendard-Light.woff2') format('woff2');
    }

    @font-face {
      font-family: 'Pretendard';
      font-weight: 400;
      font-style: normal;
      font-display: swap;
      src: url('fonts/pretendard/Pretendard-Regular.woff2') format('woff2');
    }

    @font-face {
      font-family: 'Pretendard';
      font-weight: 500;
      font-style: normal;
      font-display: swap;
      src: url('fonts/pretendard/Pretendard-Medium.woff2') format('woff2');
    }

    @font-face {
      font-family: 'Pretendard';
      font-weight: 600;
      font-style: normal;
      font-display: swap;
      src: url('fonts/pretendard/Pretendard-SemiBold.woff2') format('woff2');
    }

    @font-face {
      font-family: 'Pretendard';
      font-weight: 700;
      font-style: normal;
      font-display: swap;
      src: url('fonts/pretendard/Pretendard-Bold.woff2') format('woff2');
    }

    @font-face {
      font-family: 'Pretendard';
      font-weight: 800;
      font-style: normal;
      font-display: swap;
      src: url('fonts/pretendard/Pretendard-ExtraBold.woff2') format('woff2');
    }

    @font-face {
      font-family: 'Pretendard';
      font-weight: 900;
      font-style: normal;
      font-display: swap;
      src: url('fonts/pretendard/Pretendard-Black.woff2') format('woff2');
    }

.high-credit-inline{
      --bg: #f5f7fb;
      --ink: #12223d;
      --ink-soft: #3f5373;
      --line: #dbe4f3;
      --brand: #0a4db4;
      --brand-2: #0d8fdb;
      --accent: #ff7a2f;
      --card: #ffffff;
      --radius-lg: 32px;
      --radius-md: 20px;
      --shadow-lg: 0 24px 58px rgba(17, 56, 112, 0.14);
      --shadow-md: 0 14px 30px rgba(17, 56, 112, 0.1);
      --a4-width: 297mm;
      --a4-height: 167.0625mm;
    }

    .high-credit-inline, .high-credit-inline *{ box-sizing: border-box; }
    .high-credit-inline{ scroll-behavior: smooth; }
    .high-credit-inline{
      margin: 0;
      font-family: 'Pretendard', 'Malgun Gothic', sans-serif;
      color: var(--ink);
      background: var(--bg);
      line-height: 1.55;
    }

    .high-credit-inline .catalog{
      width: min(var(--a4-width), calc(100% - 24px));
      max-width: 100%;
      margin: 22px auto 0;
      display: grid;
      gap: 26px;
    }

    .high-credit-inline .page{
      position: relative;
      overflow: hidden;
      background: var(--card);
      border: 1px solid var(--line);
      padding: 48px 46px;
      box-shadow: var(--shadow-md);
      scroll-margin-top: 84px;
      animation: fadeup .55s ease both;
    }

    .high-credit-inline .page::before{
      content: "";
      position: absolute;
      width: 280px;
      height: 280px;
      right: -110px;
      top: -120px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(15, 127, 211, 0.18), rgba(15, 127, 211, 0));
      pointer-events: none;
    }

    .high-credit-inline .cover{
      background: linear-gradient(125deg, #0b3f95, #0d67c6 56%, #11a0d9);
      color: #fff;
      min-height: var(--a4-height);
      box-shadow: var(--shadow-lg);
      padding: 36px 38px 30px;
    }

    .high-credit-inline .cover::before{
      width: 640px;
      height: 640px;
      right: -200px;
      top: -180px;
      background: radial-gradient(circle, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0));
    }

    .high-credit-inline .cover::after{
      content: "";
      position: absolute;
      left: -140px;
      bottom: -180px;
      width: 460px;
      height: 460px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(0, 35, 110, 0.28), rgba(0, 35, 110, 0));
      pointer-events: none;
    }

    .high-credit-inline .brand{
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 17px;
      font-weight: 800;
      margin-bottom: 34px;
      position: relative;
      z-index: 2;
    }

    .high-credit-inline .company-logo{
      width: auto;
      height: 1em;
      vertical-align: -0.08em;
    }

    .high-credit-inline .company-name{
      display: inline-flex;
      align-items: center;
      gap: 0.28em;
      white-space: nowrap;
      color: #111;
    }

    .high-credit-inline .brand-mark{
      width: 34px;
      height: 34px;
      border-radius: 10px;
      display: grid;
      place-items: center;
      color: var(--brand);
      background: #fff;
      font-size: 14px;
    }

    .high-credit-inline .hero-grid{
      position: relative;
      z-index: 2;
      display: grid;
      grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
      gap: 34px;
      align-items: stretch;
      min-width: 0;
    }

    .high-credit-inline .cover h1{
      margin: 10px 0 18px;
      font-size: clamp(28px, 4.1vw, 50px);
      line-height: 1.1;
      letter-spacing: -1.6px;
      word-break: keep-all;
    }

    .high-credit-inline .sub{
      font-size: clamp(16px, 2.1vw, 23px);
      font-weight: 800;
      letter-spacing: -0.5px;
    }

    .high-credit-inline .hero-main-grid{
      grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
      gap: 26px;
      align-items: start;
    }

    .high-credit-inline .hero-grid > *{
      min-width: 0;
    }

    .high-credit-inline .hero-copy{
      position: relative;
      z-index: 2;
      padding-bottom: 6px;
      min-height: 430px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .high-credit-inline .hero-copy-top{
      display: block;
    }

    .high-credit-inline .hero-kicker{
      margin: 0;
      font-size: clamp(18px, 2vw, 30px);
      font-weight: 700;
      line-height: 1.28;
      opacity: .95;
      letter-spacing: -0.4px;
    }

    .high-credit-inline .hero-kicker + .hero-kicker{
      margin-top: 2px;
    }

    .high-credit-inline .cover .hero-copy h1{
      margin: 10px 0 14px;
      font-size: clamp(36px, 5vw, 68px);
      line-height: 1;
      letter-spacing: -2px;
      text-shadow: 0 10px 34px rgba(0, 24, 84, .28);
    }

    .high-credit-inline .cover .hero-copy .desc{
      margin-top: auto;
    }

    .high-credit-inline .desc{
      margin: 0;
      max-width: 610px;
      font-size: clamp(14px, 1.5vw, 22px);
      line-height: 1.5;
      opacity: 0.92;
      word-break: keep-all;
    }

    .high-credit-inline .cover .desc{
      max-width: 540px;
      font-size: clamp(14px, 1.4vw, 21px);
      line-height: 1.47;
      opacity: .96;
    }

    .high-credit-inline .hero-visual{
      position: relative;
      min-height: 320px;
      z-index: 2;
      display: block;
      min-width: 0;
      max-width: 100%;
    }

    .high-credit-inline .cover .hero-visual .image-stage{
      width: 100%;
      max-width: 100%;
      min-height: 300px;
      aspect-ratio: auto;
      border-radius: 24px;
      border: 1px solid rgba(255, 255, 255, .34);
      background: rgba(255, 255, 255, .12);
      box-shadow: 0 24px 46px rgba(0, 16, 66, .3);
      padding: 12px;
    }

    .high-credit-inline .cover .hero-visual > .image-stage{
      min-height: 300px;
    }

    .high-credit-inline .cover .hero-visual .image-stage img{
      border-radius: 16px;
      object-fit: contain;
      background: #fff;
    }

    .high-credit-inline .mobile-mock{
      position: absolute;
      right: -24px;
      bottom: 12px;
      width: 24%;
      min-height: 220px;
      border-radius: 24px;
      border: 1px solid rgba(25, 32, 45, .55);
      outline: 3px solid rgba(20, 24, 34, .75);
      background: #fff;
      box-shadow: 0 24px 46px rgba(0, 18, 76, .45);
      padding: 10px;
      z-index: 4;
    }

    .high-credit-inline .mobile-mock img{
      width: 100%;
      height: 100%;
      border-radius: 18px;
      object-fit: contain;
      display: block;
      background: #fff;
    }

    .high-credit-inline .cover .brand-mark{
      background: transparent;
      color: #fff;
    }

    .high-credit-inline .cover .company-logo{
      filter: brightness(0) invert(1);
    }

    .high-credit-inline .cover .company-name{
      color: #fff;
    }

    .high-credit-inline .feature-strip{
      margin-top: 36px;
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 12px;
    }

    .high-credit-inline .cover .feature-strip{
      margin-top: 26px;
      padding: 10px;
      border-radius: 22px;
      background: rgba(255, 255, 255, .12);
      border: 1px solid rgba(255, 255, 255, .24);
      gap: 10px;
    }

    .high-credit-inline .feature{
      border-radius: 16px;
      padding: 14px 10px;
      text-align: center;
      background: rgba(255, 255, 255, 0.16);
      border: 1px solid rgba(255, 255, 255, 0.22);
      font-weight: 700;
      font-size: 13px;
      backdrop-filter: blur(2px);
    }

    .high-credit-inline .cover .feature{
      background: #fff;
      color: #1d56a9;
      border: 1px solid rgba(255, 255, 255, .6);
      box-shadow: 0 10px 24px rgba(0, 35, 98, .2);
      font-weight: 800;
    }

    .high-credit-inline .cover .feature i{
      color: #1a75ce;
    }

    .high-credit-inline .feature i{
      display: block;
      font-size: 16px;
      margin-bottom: 6px;
    }

    .high-credit-inline h2{
      margin: 0;
      color: #0d4fae;
      font-size: clamp(28px, 3.9vw, 42px);
      line-height: 1.12;
      letter-spacing: -1.4px;
    }

    .high-credit-inline .lead{
      margin-top: 10px;
      color: #145ec1;
      font-size: clamp(16px, 2.1vw, 19px);
      font-weight: 800;
    }

    .high-credit-inline .content{
      margin-top: 26px;
      display: grid;
      grid-template-columns: minmax(0, 0.62fr) minmax(0, 1.18fr);
      gap: 20px;
      align-items: stretch;
      min-width: 0;
    }

    .high-credit-inline .content > *{
      min-width: 0;
    }

    .high-credit-inline .bullets{
      margin: 0;
      padding: 0;
      list-style: none;
      display: grid;
      gap: 14px;
      align-content: start;
    }

    .high-credit-inline .content .bullets{
      margin-top: 0;
      min-height: 400px;
      padding: 18px 20px;
      border-radius: 18px;
      border: 1px solid #d7e4f4;
      background: linear-gradient(180deg, #fafdff, #f3f8ff);
      box-shadow: 0 10px 22px rgba(11, 70, 136, 0.08);
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 100%;
    }

    .high-credit-inline .bullets li{
      position: relative;
      padding-left: 30px;
      padding-bottom: 8px;
      font-size: 16px;
      line-height: 1.56;
      color: #213b61;
      font-weight: 700;
      border-bottom: 1px dashed #c8d9ef;
    }

    .high-credit-inline .bullets li:last-child{
      padding-bottom: 0;
      border-bottom: 0;
    }

    .high-credit-inline .bullets li::before{
      content: "\f00c";
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      position: absolute;
      left: 0;
      top: 1px;
      width: 20px;
      height: 20px;
      border-radius: 999px;
      display: grid;
      place-items: center;
      font-size: 10px;
      color: #fff;
      background: linear-gradient(135deg, var(--brand), var(--brand-2));
    }

    .high-credit-inline .icon-strip{
      margin-top: 22px;
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 10px;
    }

    .high-credit-inline .icon-pill{
      min-height: 96px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      border-radius: 16px;
      border: 1px solid var(--line);
      background: #fff;
      padding: 14px 10px;
      text-align: center;
      color: #22579e;
      font-size: 13px;
      font-weight: 700;
      box-shadow: 0 8px 22px rgba(9, 56, 114, 0.09);
    }

    .high-credit-inline .icon-pill i{
      display: block;
      margin-bottom: 8px;
      color: #1481ce;
      font-size: 19px;
    }

    .high-credit-inline .image-stage{
      position: relative;
      border-radius: 22px;
      overflow: hidden;
      min-width: 0;
      max-width: 100%;
      padding: 14px;
      border: 1px solid var(--line);
      background: linear-gradient(160deg, #fff, #f7faff);
      box-shadow: var(--shadow-md);
      min-height: 320px;
      aspect-ratio: 16 / 10;
      display: grid;
    }

    .high-credit-inline .content .image-stage{
      width: 100%;
      max-width: 100%;
      min-height: 400px;
      aspect-ratio: auto;
      justify-self: stretch;
    }

    .high-credit-inline #page07 .image-stage{
      padding: 24px;
    }

    .high-credit-inline .cover .image-stage{
      min-height: 300px;
      aspect-ratio: auto;
    }

    .high-credit-inline .image-stage img{
      width: 100%;
      max-width: 100%;
      min-width: 0;
      height: 100%;
      object-fit: contain;
      object-position: center top;
      border-radius: 14px;
      display: block;
      background: #fff;
    }

    .high-credit-inline .empty-img::before{
      content: "실제 화면 이미지 영역";
      border: 2px dashed #bad0ec;
      border-radius: 14px;
      color: #5a7ba7;
      font-weight: 700;
      display: grid;
      place-items: center;
      min-height: 240px;
      background: repeating-linear-gradient(45deg, #f7fbff 0 10px, #eef5ff 10px 20px);
    }

    .high-credit-inline .callout{
      position: absolute;
      right: 14px;
      bottom: 14px;
      border-radius: 18px 18px 6px 18px;
      padding: 14px 18px;
      font-size: 14px;
      font-weight: 800;
      color: #fff;
      background: linear-gradient(135deg, var(--brand-2), var(--brand));
      box-shadow: 0 10px 24px rgba(11, 65, 130, 0.25);
      letter-spacing: -0.2px;
      line-height: 1.35;
      z-index: 3;
    }

    .high-credit-inline .callout::after{
      content: "";
      position: absolute;
      right: 16px;
      bottom: -10px;
      width: 16px;
      height: 12px;
      background: inherit;
      clip-path: polygon(0 0, 100% 0, 45% 100%);
      filter: brightness(.98);
    }

    .high-credit-inline .callout.wave{
      background: linear-gradient(135deg, #0f7bd2, #0d4fb5);
      border-radius: 20px 20px 8px 20px;
    }

    .high-credit-inline .callout.mint{
      background: linear-gradient(135deg, #14b5be, #1378ce);
      border-radius: 22px 22px 10px 22px;
      box-shadow: 0 10px 22px rgba(5, 100, 150, 0.3);
    }

    .high-credit-inline .callout.purple{
      background: linear-gradient(135deg, #5666d8, #7b58d6);
      border-radius: 18px 22px 6px 22px;
      box-shadow: 0 10px 22px rgba(71, 74, 155, 0.3);
    }

    .high-credit-inline .callout.dark{
      background: linear-gradient(135deg, #1246a4, #0b2f83);
      border-radius: 22px 18px 8px 18px;
    }

    .high-credit-inline .callout.top{
      bottom: auto;
      top: 14px;
      border-radius: 8px 18px 18px 18px;
    }

    .high-credit-inline .callout.top::after{
      bottom: auto;
      top: -10px;
      clip-path: polygon(45% 0, 100% 100%, 0 100%);
    }

    .high-credit-inline .comm-grid,
.high-credit-inline .cards,
.high-credit-inline .process,
.high-credit-inline .triple-layout,
.high-credit-inline .api-boxes{
      margin-top: 24px;
      display: grid;
      gap: 14px;
    }

    .high-credit-inline .comm-grid{ grid-template-columns: repeat(3, 1fr); }
    .high-credit-inline .cards{ grid-template-columns: repeat(4, 1fr); }
    .high-credit-inline .process{ grid-template-columns: repeat(4, 1fr); }
    .high-credit-inline .triple-layout{ grid-template-columns: .9fr 1.2fr .9fr; align-items: stretch; }
    .high-credit-inline .api-boxes{ grid-template-columns: 1fr 1fr; }

    .high-credit-inline #page11 .triple-layout{
      grid-template-columns: 22% 56% 22%;
      gap: 12px;
      align-items: start;
    }

    .high-credit-inline #page11 .info-box{
      min-height: 210px;
    }

    .high-credit-inline #page11 .image-stage{
      min-height: 380px;
      max-width: 100%;
    }

.high-credit-inline #page13 .image-stage{
  margin-top: 24px;
  max-width: 100%;
}

    .high-credit-inline #page11 .info-box,
.high-credit-inline #page11 .image-stage{
      min-width: 0;
    }

    .high-credit-inline .comm-card,
.high-credit-inline .card,
.high-credit-inline .step,
.high-credit-inline .info-box,
.high-credit-inline .api-boxes div{
      border-radius: 18px;
      border: 1px solid var(--line);
      background: #fff;
      box-shadow: 0 10px 24px rgba(7, 56, 119, 0.08);
    }

    .high-credit-inline .comm-card{ min-height: 220px; }
    .high-credit-inline .card{ min-height: 190px; }
    .high-credit-inline .info-box{ min-height: 250px; }

    .high-credit-inline #page12 .comm-grid{
      margin-top: 14px;
      min-height: 0;
      align-items: stretch;
      grid-template-columns: 1fr;
      gap: 12px;
    }

    .high-credit-inline #page12 .comm-card{
      min-height: auto;
      display: grid;
      grid-template-columns: 260px 1fr;
      align-items: stretch;
      border: 0;
      border-radius: 0;
      background: transparent;
      box-shadow: none;
      gap: 10px;
    }

    .high-credit-inline #page12 .comm-body{
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 0;
    }

    .high-credit-inline #page12 .wave-process{
      position: relative;
      margin-top: 42px;
      height: 220px;
    }

    .high-credit-inline #page12 .wave-svg{
      position: absolute;
      left: 0;
      top: 34px;
      width: 100%;
      height: 140px;
      pointer-events: none;
    }

    .high-credit-inline #page12 .wave-step{
      position: absolute;
      width: 84px;
      height: 84px;
      border-radius: 50%;
      background: #fff;
      border: 2px solid #cfd8e6;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #1e4f91;
      box-shadow: 0 8px 18px rgba(8, 59, 124, 0.08);
      z-index: 2;
    }

    .high-credit-inline #page12 .wave-step i{ font-size: 28px; }
    .high-credit-inline #page12 .wave-step.s1{ left: 4%; top: 58px; }
    .high-credit-inline #page12 .wave-step.s2{ left: 21%; top: 18px; }
    .high-credit-inline #page12 .wave-step.s3{ left: 38%; top: 58px; }
    .high-credit-inline #page12 .wave-step.s4{ left: 55%; top: 18px; }
    .high-credit-inline #page12 .wave-step.s5{ left: 72%; top: 58px; }
    .high-credit-inline #page12 .wave-step.s6{ left: 89%; top: 18px; }

    .high-credit-inline #page12 .wave-label{
      position: absolute;
      width: 160px;
      transform: translateX(-50%);
      text-align: center;
      color: #273f66;
      font-size: 13px;
      font-weight: 800;
      line-height: 1.35;
      z-index: 3;
    }

    .high-credit-inline #page12 .wave-label.top{ top: -24px; }
    .high-credit-inline #page12 .wave-label.bottom{ top: 154px; }
    .high-credit-inline #page12 .wave-label.l1{ left: 8%; }
    .high-credit-inline #page12 .wave-label.l2{ left: 25%; }
    .high-credit-inline #page12 .wave-label.l3{ left: 42%; }
    .high-credit-inline #page12 .wave-label.l4{ left: 59%; }
    .high-credit-inline #page12 .wave-label.l5{ left: 76%; }
    .high-credit-inline #page12 .wave-label.l6{ left: 93%; }

    .high-credit-inline #page12 .comm-card h3{
      margin: 0;
      border-radius: 14px;
      min-height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      font-size: 19px;
      padding: 18px 16px;
      background: linear-gradient(135deg, #0f5ec4, #1290d8);
    }

    .high-credit-inline .comm-card h3{
      margin: 0;
      padding: 14px 16px;
      border-radius: 18px 18px 0 0;
      color: #fff;
      background: linear-gradient(135deg, #1859b8, #1482cf);
      font-size: 16px;
    }

    .high-credit-inline .comm-card p,
.high-credit-inline .card p,
.high-credit-inline .info-box p{
      margin: 0;
      padding: 16px;
      font-size: 14px;
      color: #385373;
      font-weight: 600;
      word-break: keep-all;
    }

    .high-credit-inline .comm-card ul{
      margin: 0;
      padding: 0 16px 16px 30px;
      color: #385373;
      font-size: 13px;
      font-weight: 600;
      line-height: 1.5;
    }

    .high-credit-inline #page12 .comm-card p{
      font-size: 15px;
      line-height: 1.62;
      padding: 16px 18px 8px;
    }

    .high-credit-inline #page12 .comm-card ul{
      list-style: none;
      margin: 0;
      padding: 0;
      font-size: 14px;
      line-height: 1.45;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 8px;
    }

    .high-credit-inline #page12 .comm-card li + li{ margin-top: 0; }

    .high-credit-inline #page12 .comm-card li{
      position: relative;
      padding: 10px 12px 10px 32px;
      color: #2f4d74;
      font-weight: 700;
      border: 1px solid #dbe7f8;
      border-radius: 10px;
      background: #fff;
    }

    .high-credit-inline #page12 .comm-card li::before{
      content: "\f058";
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      position: absolute;
      left: 12px;
      top: 12px;
      font-size: 13px;
      color: #1f7fd3;
    }

    .high-credit-inline #page12 .comm-card:nth-child(2) h3{
      background: linear-gradient(135deg, #0f5ec4, #1290d8);
    }

    .high-credit-inline #page12 .comm-card:nth-child(3) h3{
      background: linear-gradient(135deg, #0f5ec4, #1290d8);
    }

    @media screen and (max-width: 1439px) {
      .high-credit-inline #page12 .comm-card{
        grid-template-columns: 1fr;
      }
      .high-credit-inline #page12 .comm-card h3{
        min-height: auto;
      }
      .high-credit-inline #page12 .comm-card ul{
        grid-template-columns: 1fr;
      }
    }

    .high-credit-inline .comm-card li + li{
      margin-top: 6px;
    }

    .high-credit-inline .card h3,
.high-credit-inline .info-box h3{
      margin: 0;
      padding: 16px 16px 0;
      color: #0f56b8;
      font-size: 16px;
    }

    .high-credit-inline .step{
      text-align: center;
      padding: 18px 10px;
      color: #22579e;
      font-weight: 700;
      min-height: 140px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .high-credit-inline .step i{
      display: block;
      color: #1380cf;
      margin-bottom: 8px;
      font-size: 21px;
    }

    .high-credit-inline .step small{
      display: block;
      margin-top: 8px;
      font-size: 11px;
      color: #5f7391;
      font-weight: 600;
    }

    .high-credit-inline #page15 .process{
      grid-template-columns: 1fr;
      gap: 10px;
      margin-top: 24px;
    }

    .high-credit-inline #page15 .step{
      position: relative;
      min-height: 102px;
      padding: 16px 24px 16px 22px;
      display: grid;
      grid-template-columns: 58px 58px 1fr;
      align-items: center;
      justify-content: stretch;
      gap: 18px;
      overflow: hidden;
      text-align: left;
      border-color: rgba(15, 91, 190, 0.16);
      background: #fff;
      box-shadow: 0 14px 34px rgba(7, 56, 119, 0.1);
    }

    .high-credit-inline #page15 .step::before{
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 7px;
      background: #0a56b7;
    }

    .high-credit-inline #page15 .step:nth-child(2)::before{
      background: #0a74bd;
    }

    .high-credit-inline #page15 .step:nth-child(3)::before{
      background: #284db8;
    }

    .high-credit-inline #page15 .step-index{
      color: #0b56b8;
      font-size: 30px;
      font-weight: 900;
      line-height: 1;
    }

    .high-credit-inline #page15 .step-icon{
      width: 58px;
      height: 58px;
      display: grid;
      place-items: center;
      border-radius: 14px;
      color: #fff;
      background: #0a56b7;
      box-shadow: 0 12px 24px rgba(10, 86, 183, 0.2);
    }

    .high-credit-inline #page15 .step:nth-child(2) .step-icon{
      background: #0a74bd;
      box-shadow: 0 12px 24px rgba(18, 151, 143, 0.19);
    }

    .high-credit-inline #page15 .step:nth-child(3) .step-icon{
      background: #284db8;
      box-shadow: 0 12px 24px rgba(88, 75, 190, 0.18);
    }

    .high-credit-inline #page15 .step i{
      margin: 0;
      color: inherit;
      font-size: 23px;
    }

    .high-credit-inline #page15 .step-copy{
      display: grid;
      gap: 7px;
    }

    .high-credit-inline #page15 .step strong{
      color: #0d4fae;
      font-size: 22px;
      line-height: 1.2;
    }

    .high-credit-inline #page15 .step small{
      margin: 0;
      color: #425a78;
      font-size: 15px;
      line-height: 1.45;
      font-weight: 700;
    }

    .high-credit-inline #page15 .inquiry-box{
      margin-top: 14px;
      padding: 20px 24px;
      border: 1px solid rgba(15, 91, 190, 0.18);
      border-left: 7px solid #0a56b7;
      border-radius: 18px;
      background: #f8fbff;
      box-shadow: 0 12px 28px rgba(7, 56, 119, 0.08);
    }

    .high-credit-inline #page15 .inquiry-title{
      display: flex;
      align-items: center;
      gap: 10px;
      color: #0d4fae;
      font-size: 22px;
      font-weight: 800;
    }

    .high-credit-inline #page15 .inquiry-title i{
      color: #0a56b7;
      font-size: 24px;
    }

    .high-credit-inline #page15 .inquiry-list{
      margin-top: 16px;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 10px 18px;
    }

    .high-credit-inline #page15 .inquiry-list div{
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      padding: 13px 14px;
      border: 1px solid #d8e4f4;
      border-radius: 10px;
      background: #fff;
      color: #17345b;
      font-size: 17px;
      font-weight: 700;
    }

    .high-credit-inline #page15 .inquiry-list b{
      color: #5b6f8c;
      font-size: 14px;
    }

    .high-credit-inline #page15 .inquiry-list span{
      white-space: nowrap;
    }

    .high-credit-inline #page15 .footer{
      margin-top: 18px;
    }

    .high-credit-inline .api-boxes div{
      display: grid;
      grid-template-columns: 34px 1fr;
      gap: 0 10px;
      padding: 16px;
      align-items: center;
    }

    .high-credit-inline .api-boxes i{
      grid-row: span 2;
      color: #1380cf;
      font-size: 21px;
    }

    .high-credit-inline .api-boxes strong{
      color: #0d53b2;
      font-size: 14px;
    }

    .high-credit-inline .api-boxes span{
      color: #607590;
      font-size: 12px;
      font-weight: 600;
    }

    .high-credit-inline .footer{
      margin-top: 26px;
      border-radius: 20px;
      background: linear-gradient(120deg, #0a479f, #0e7acb);
      color: #fff;
      padding: 16px 18px;
      display: flex;
      justify-content: space-between;
      gap: 14px;
      font-weight: 700;
    }

    .high-credit-inline .footer .company-name{
      color: #fff;
    }

    .high-credit-inline .footer .company-logo{
      filter: brightness(0) invert(1);
    }

    .high-credit-inline .catalog-inquiry-button{
      appearance: none;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      margin: 28px auto 0;
      border: 1px solid rgba(255, 255, 255, 0.38);
      border-radius: 999px;
      padding: 18px 34px;
      background: linear-gradient(135deg, #0a56b7, #0f8fdb);
      color: #fff;
      font: inherit;
      font-size: 20px;
      font-weight: 900;
      line-height: 1.1;
      cursor: pointer;
      box-shadow: 0 18px 38px rgba(9, 72, 162, 0.28);
      transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
    }

    .high-credit-inline .catalog-inquiry-button i{
      width: 34px;
      height: 34px;
      display: inline-grid;
      place-items: center;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.18);
      font-size: 15px;
    }

    .high-credit-inline .catalog-inquiry-button:hover,
    .high-credit-inline .catalog-inquiry-button:focus{
      background: linear-gradient(135deg, #073f96, #0b78cb);
      box-shadow: 0 22px 44px rgba(9, 72, 162, 0.34);
      outline: 3px solid rgba(15, 143, 219, 0.18);
      transform: translateY(-2px);
    }

    @keyframes fadeup {
      from { opacity: .45; transform: translateY(8px); }
      to { opacity: 1; transform: translateY(0); }
    }

    @media screen and (max-width: 1439px) {
      .high-credit-inline .catalog{ width: min(var(--a4-width), calc(100% - 14px)); max-width: 100%; margin: 12px auto 0; gap: 16px; }
      .high-credit-inline .page{ padding: 30px 20px; }
      .high-credit-inline .cover{ min-height: var(--a4-height); }
      .high-credit-inline .image-stage{
        width: 100%;
        max-width: 100%;
        min-height: 260px;
        aspect-ratio: auto;
      }
      .high-credit-inline .content .image-stage{ min-height: 260px; }
      .high-credit-inline #page11 .image-stage{ min-height: 260px; }
      .high-credit-inline .cover .image-stage{ min-height: 360px; }
      .high-credit-inline .hero-main-grid{ grid-template-columns: 1fr; gap: 18px; align-items: start; }
      .high-credit-inline .hero-kicker{ font-size: clamp(16px, 3.7vw, 23px); }
      .high-credit-inline .cover .hero-copy h1{ font-size: clamp(34px, 9.2vw, 56px); }
      .high-credit-inline .cover .desc{ max-width: none; font-size: 14px; }
      .high-credit-inline .hero-visual{ min-height: 300px; }
      .high-credit-inline .cover .hero-visual .image-stage{ min-height: 290px; padding: 10px; }
      .high-credit-inline .mobile-mock{
        width: 34%;
        max-width: 130px;
        min-height: 180px;
        right: 6px;
        bottom: 8px;
        padding: 8px;
      }
      .high-credit-inline #page01 .mobile-shot{
        right: 6px;
        bottom: 8px;
      }
      .high-credit-inline .cover .feature-strip{ grid-template-columns: repeat(2, 1fr); padding: 8px; }
      .high-credit-inline .cover .feature:last-child{ grid-column: 1 / -1; }
      .high-credit-inline .content{ gap: 22px; margin-top: 24px; align-items: start; }
      .high-credit-inline .callout{ font-size: 13px; padding: 10px 12px; right: 10px; bottom: 10px; }
      .high-credit-inline .callout::after{ right: 12px; width: 12px; height: 9px; bottom: -8px; }
      .high-credit-inline .callout.top{ top: 10px; }
      .high-credit-inline .callout.top::after{ top: -8px; }
      .high-credit-inline .content .bullets{
        margin-top: 8px;
        padding: 14px 14px 10px;
        min-height: auto;
        display: grid;
      }
      .high-credit-inline .bullets li{ border-bottom: 0; padding-bottom: 0; }
      .high-credit-inline .bullets li{ font-size: 18px; line-height: 1.55; }
      .high-credit-inline .hero-grid,
.high-credit-inline .content,
.high-credit-inline .comm-grid,
.high-credit-inline .cards,
.high-credit-inline .process,
.high-credit-inline .triple-layout,
.high-credit-inline .api-boxes,
.high-credit-inline .icon-strip,
.high-credit-inline .feature-strip{ grid-template-columns: 1fr; }

      .high-credit-inline #page02 .icon-strip{
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 6px;
      }

      .high-credit-inline #page02 .icon-pill{
        min-height: 76px;
        padding: 10px 4px;
        font-size: 11px;
        line-height: 1.25;
        word-break: keep-all;
      }

      .high-credit-inline #page02 .icon-pill i{
        margin-bottom: 6px;
        font-size: 16px;
      }

      .high-credit-inline #page12 .wave-process{
        display: none;
      }

      .high-credit-inline #page15 .process{
        gap: 12px;
        margin-top: 20px;
      }

      .high-credit-inline #page15 .step{
        min-height: auto;
        grid-template-columns: 38px 44px 1fr;
        gap: 10px;
        padding: 14px 14px 14px 16px;
        border-radius: 16px;
      }

      .high-credit-inline #page15 .step::before{
        width: 5px;
      }

      .high-credit-inline #page15 .step-index{
        font-size: 22px;
      }

      .high-credit-inline #page15 .step-icon{
        width: 44px;
        height: 44px;
        border-radius: 12px;
      }

      .high-credit-inline #page15 .step i{
        font-size: 19px;
      }

      .high-credit-inline #page15 .step-copy{
        gap: 4px;
      }

      .high-credit-inline #page15 .step strong{
        font-size: 16px;
      }

      .high-credit-inline #page15 .step small{
        font-size: 12px;
        line-height: 1.45;
        word-break: keep-all;
        overflow-wrap: break-word;
      }

      .high-credit-inline #page11 .triple-layout{ grid-template-columns: 1fr; }
      .high-credit-inline .feature-strip{ margin-top: 22px; }
      .high-credit-inline .footer{ flex-direction: column; align-items: flex-start; }
      .high-credit-inline .catalog-inquiry-button{ width: 100%; padding: 16px 20px; font-size: 18px; }
    }

/* Scoped styles originally inline in CATALOGHTML/cadalog.html. */
.high-credit-inline #page01 .brand {
  font-size: 21px;
  margin-bottom: 28px;
}

.high-credit-inline #page01 .brand .company-logo {
  height: 1.15em;
  vertical-align: -0.12em;
}

.high-credit-inline #page01::after {
  content: none;
}

.high-credit-inline #page01 .mobile-shot {
  position: absolute;
  right: -24px;
  bottom: 12px;
  width: 27%;
  height: auto;
  border-radius: 24px;
  border: 1px solid rgba(25, 32, 45, .55);
  outline: 3px solid rgba(20, 24, 34, .75);
  background: #fff;
  box-shadow: 0 24px 46px rgba(0, 18, 76, .45);
  object-fit: fill;
  object-position: center center;
  display: block;
  z-index: 4;
}

.high-credit-inline #page01 .desc {
  font-size: clamp(18px, 1.8vw, 26px);
  line-height: 1.5;
}

.high-credit-inline .bullets,
.high-credit-inline .bullets li,
.high-credit-inline .lead {
  text-align: left;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.high-credit-inline .content .bullets {
  justify-content: flex-start;
  align-content: start;
}

@media (max-width: 1439px) {
  .high-credit-inline #page01 .mobile-shot {
    right: 6px;
    bottom: 8px;
  }
}

@media (max-width: 980px) {
  .high-credit-inline #page01 .desc {
    font-size: clamp(16px, 4.4vw, 19px);
    line-height: 1.55;
  }

  .high-credit-inline #page01 .brand {
    margin-bottom: 16px;
  }

  .high-credit-inline #page01 .hero-copy {
    min-height: auto;
    justify-content: flex-start;
    gap: 18px;
  }

  .high-credit-inline #page01 .hero-copy h1 {
    margin-bottom: 8px;
  }

  .high-credit-inline #page01 .mobile-shot {
    width: 38%;
    max-width: 150px;
    height: auto;
    right: 6px;
    bottom: 8px;
  }
}

@media (max-width: 640px) {
    .page-high-credit .subpage-shell .subpage-content {
        padding-left: 16px;
        padding-right: 16px;
    }
}
