@charset "utf-8";

.shinil-products-page {
    --sp-blue: #133f90;
    --sp-blue-2: #2d70d6;
    --sp-navy: #071d3a;
    --sp-ink: #0b1f3a;
    --sp-muted: #5a6b80;
    --sp-soft: #f5f8fd;
    --sp-line: #dfe8f5;
    color: var(--sp-ink);
    background: #fff;
    letter-spacing: -0.03em;
}
.shinil-products-page * { box-sizing: border-box; }
.shinil-products-page a { color: inherit; text-decoration: none; }
.shinil-products-page a.sp-button { color: var(--sp-blue) !important; }
.shinil-products-page a.sp-button.is-outline { color: #fff !important; }
.shinil-products-page button { font: inherit; }
.sp-wrap { width: min(1400px, calc(100% - 64px)); margin: 0 auto; }
.sp-hero {
    width: 100%;
    height: 700px;
    min-height: 700px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(4, 20, 41, .96) 0%, rgba(8, 35, 69, .76) 56%, rgba(8, 33, 65, .44) 100%),
        url('/images/sub/s_visual6.png') center bottom/cover no-repeat,
        #071d3a;
    border-radius: 0 0 100px 100px;
}
.sp-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 78% 34%, rgba(74, 143, 226, .22), transparent 34%);
    pointer-events: none;
}
.sp-hero-inner { position: relative; z-index: 1; width: 95%; max-width: 1600px; padding-top: 100px; }
.sp-kicker,
.sp-eyebrow { color: #71a4f4; font-family: Poppins, sans-serif; font-size: 13px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.sp-hero .sp-kicker { color: rgba(255, 255, 255, .52); font-size: 16px; letter-spacing: 0; }
.sp-hero h1 { margin: 20px 0 50px; color: #fff; font-size: 60px; line-height: 1.05; font-weight: 900; letter-spacing: -0.055em; }
.sp-hero-copy { max-width: 790px; margin: 0; color: rgba(255, 255, 255, .82); font-size: 18px; line-height: 1.85; word-break: keep-all; }
.sp-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.sp-button {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 22px;
    border: 1px solid rgba(255, 255, 255, .32);
    border-radius: 6px;
    background: #fff;
    color: var(--sp-blue);
    font-size: 15px;
    font-weight: 800;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.sp-button:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(0, 0, 0, .14); }
.sp-button.is-outline { background: rgba(255, 255, 255, .08); color: #fff; }
.sp-breadcrumb { display: flex; align-items: center; gap: 20px; margin-top: 0; color: rgba(255, 255, 255, .78); font-size: 16px; font-weight: 500; }
.sp-breadcrumb strong { color: #fff; font-weight: 800; }
.sp-breadcrumb .fa-angle-right { font-size: 11px; opacity: .76; }
.sp-intro { padding: 110px 0 48px; text-align: center; }
.sp-intro h2,
.sp-section-head h2 { margin: 10px 0 16px; color: var(--sp-ink); font-size: 38px; line-height: 1.25; font-weight: 900; letter-spacing: -0.045em; }
.sp-intro p,
.sp-section-head p { max-width: 760px; margin: 0 auto; color: var(--sp-muted); font-size: 16px; line-height: 1.8; word-break: keep-all; }
.sp-product-page-banner {
    width: min(1400px, calc(100% - 64px));
    max-width: 1400px;
    padding-top: 110px;
}
.sp-product-page-banner .business_top { margin-bottom: 0; }
.sp-product-page-banner .business_top .img span {
    background-image:
        linear-gradient(90deg, rgba(3, 16, 34, .9) 0%, rgba(5, 28, 55, .66) 52%, rgba(6, 32, 65, .3) 100%),
        url('/images/sub/s_visual6.png');
    background-position: center center;
}
.sp-product-page-banner + .sp-explorer { padding-top: 70px; }
.sp-explorer { padding: 110px 0 118px; scroll-margin-top: 94px; }
.sp-explorer-shell { display: block; }
.sp-group-nav-wrap { min-height: 65px; }
.sp-group-nav { position: static; display: grid; grid-template-columns: .95fr 1.35fr 1.75fr 1.05fr .85fr .9fr .9fr .6fr; gap: 10px; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.sp-group-nav.is-fixed {
    position: fixed;
    z-index: 98;
    top: var(--sp-fixed-nav-top, 100px);
    left: 0;
    width: 100%;
    grid-template-columns: .95fr 1.35fr 1.75fr 1.05fr .85fr .9fr .9fr .6fr;
    gap: 6px;
    padding: 7px max(18px, calc((100vw - 1400px) / 2));
    border-bottom: 1px solid #dedede;
    background: rgba(250, 250, 250, .98);
    box-shadow: 0 5px 14px rgba(20, 39, 68, .07);
    box-sizing: border-box;
    backdrop-filter: blur(6px);
}
.sp-group-nav.is-fixed .sp-group-button {
    min-height: 42px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-color: #dfe4eb;
    background: #fff;
}
.sp-group-nav.is-fixed .sp-group-button strong { font-size: 15px; }
.sp-group-nav.is-fixed .sp-group-button.is-active {
    border-color: var(--sp-blue);
    background: var(--sp-blue);
    color: #fff;
    box-shadow: 0 4px 10px rgba(19, 63, 144, .13);
}
.sp-group-button {
    width: 100%;
    min-height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 4px;
    border: 1px solid #d8dee8;
    border-radius: 5px;
    background: transparent;
    color: #52647a;
    text-align: center;
    cursor: pointer;
    transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}
.sp-group-button strong {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: normal;
    white-space: nowrap;
    word-break: keep-all;
}
.sp-group-button:hover { border-color: #9fbae1; background: #f5f8fd; color: var(--sp-blue); transform: translateY(-1px); }
.sp-group-button.is-active { border-color: var(--sp-blue); background: var(--sp-blue); color: #fff; box-shadow: 0 8px 18px rgba(19, 63, 144, .16); }
.sp-group-panels { display: grid; margin-top: 34px; }
.sp-group-panel { display: block; min-height: 0; padding: 64px 0 70px; scroll-margin-top: 120px; border-top: 1px dashed #d7dde6; background: transparent; }
.sp-group-panel:first-child { padding-top: 38px; border-top: 0; }
.sp-group-panel:last-child { padding-bottom: 20px; }
.sp-mobile-group-trigger { display: none; }
.sp-panel-head { display: block; padding: 0; border-bottom: 0; }
.sp-panel-icon { display: none; }
.sp-panel-head h3 { margin: 0 0 20px; color: #222; font-family: 'PTAnboR'; font-size: 4rem; line-height: 1.25; font-weight: normal; }
.sp-panel-head p { max-width: none; margin: 0; display: flex; align-items: center; justify-content: flex-start; gap: 10px; padding: 40px; border-radius: 10px; background: #eff3f8; color: #222; font-size: 1.8rem; line-height: 2.8rem; word-break: keep-all; }
.sp-panel-head .sp-panel-description-icon { flex: 0 0 auto; color: #133f90; font-size: 18px; line-height: 1; }
.sp-panel-head .sp-panel-description-text { min-width: 0; }
.sp-tag-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.sp-tag { display: inline-flex; align-items: center; min-height: 32px; padding: 0 12px; border: 1px solid #d7e5f8; border-radius: 999px; background: #f7faff; color: var(--sp-blue); font-size: 12px; font-weight: 800; }
.sp-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 30px; }
.sp-product-card { min-height: 260px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--sp-line); border-radius: 14px; background: #fff; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.sp-product-card:hover { transform: translateY(-4px); border-color: #a9c7f2; box-shadow: 0 18px 38px rgba(19, 63, 144, .11); }
.sp-type { align-self: flex-start; display: inline-flex; min-height: 28px; align-items: center; padding: 0 10px; border-radius: 999px; background: #eef4ff; color: var(--sp-blue); font-family: Poppins, sans-serif; font-size: 11px; font-weight: 800; letter-spacing: .06em; }
.sp-product-card h4 { margin: 22px 0 5px; color: var(--sp-ink); font-size: 25px; line-height: 1.2; font-weight: 900; letter-spacing: -0.035em; }
.sp-product-card .sp-subtitle { color: var(--sp-blue); font-size: 13px; font-weight: 800; }
.sp-product-card p { margin: 16px 0 0; color: var(--sp-muted); font-size: 14px; line-height: 1.7; word-break: keep-all; }
.sp-card-components { display: grid; gap: 6px; margin: 17px 0 0; padding: 0; list-style: none; color: #536780; font-size: 13px; line-height: 1.45; }
.sp-card-components li { position: relative; padding-left: 13px; }
.sp-card-components li::before { content: ''; position: absolute; top: .62em; left: 0; width: 4px; height: 4px; border-radius: 50%; background: #78a6eb; }
.sp-product-link { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 23px; color: var(--sp-blue); font-size: 14px; font-weight: 900; }
.sp-product-card.has-image { position: relative; aspect-ratio: 10 / 7; min-height: 0; padding: 0; overflow: hidden; background: #071d3a; isolation: isolate; }
.sp-product-visual { position: absolute; inset: 0; z-index: -2; }
.sp-product-visual::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(3, 15, 32, 0) 25%, rgba(3, 15, 32, .42) 100%); }
.sp-product-visual img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .45s ease; }
.sp-product-placeholder { display: grid; place-content: center; justify-items: center; gap: 12px; background: linear-gradient(135deg, #183d73, #071d3a 72%); color: rgba(255, 255, 255, .42); }
.sp-product-placeholder::before { content: ''; position: absolute; inset: 18px; border: 1px solid rgba(255, 255, 255, .1); border-radius: 10px; }
.sp-product-placeholder i { font-size: 42px; }
.sp-product-placeholder small { font-family: Poppins, sans-serif; font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.sp-product-card.is-image-placeholder .sp-product-visual::after { background: linear-gradient(180deg, rgba(7, 29, 58, .05) 20%, rgba(3, 15, 32, .88) 100%); }
.sp-product-card.has-image:hover .sp-product-visual img,
.sp-product-card.has-image:focus-visible .sp-product-visual img { transform: scale(1.045); }
.sp-product-card-body { display: flex; flex-direction: column; justify-content: flex-end; height: 100%; min-height: 0; padding: 26px; color: #fff; transition: opacity .22s ease, transform .22s ease; }
.sp-product-card.has-image h4 { margin: 14px 0 4px; color: #fff; font-size: 25px; text-shadow: 0 2px 8px rgba(0, 0, 0, .5); }
.sp-product-card.has-image .sp-subtitle { color: #bcd6ff; }
.sp-product-card.has-image .sp-type { background: rgba(255, 255, 255, .9); }
.sp-product-hover-copy { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 28px; background: linear-gradient(180deg, rgba(7, 29, 58, .22), rgba(7, 29, 58, .97)); color: #fff; opacity: 0; transform: translateY(12px); transition: opacity .25s ease, transform .25s ease; }
.sp-product-hover-copy strong { font-size: 24px; line-height: 1.25; }
.sp-product-hover-copy span { margin-top: 12px; color: rgba(255, 255, 255, .82); font-size: 14px; line-height: 1.7; word-break: keep-all; }
.sp-product-hover-copy em { display: flex; align-items: center; justify-content: space-between; margin-top: 22px; color: #9fc4ff; font-size: 13px; font-style: normal; font-weight: 900; }
.sp-product-card.has-image:hover .sp-product-hover-copy,
.sp-product-card.has-image:focus-visible .sp-product-hover-copy { opacity: 1; transform: none; }
@media (hover: hover) and (pointer: fine) {
    .sp-product-card.has-image:hover .sp-product-card-body { opacity: 0; transform: translateY(8px); }
}
.sp-verification-basic { display: grid; gap: 64px; }
.sp-verification-category + .sp-verification-category { padding-top: 64px; border-top: 1px dashed #d7dde6; }
.sp-verification-subhead h3 { font-size: 3.4rem; }
.sp-robosim-card { width: 100%; text-align: left; cursor: pointer; }
.sp-robosim-card .sp-product-hover-copy { pointer-events: none; }
.sp-robosim-card.is-options-open .sp-product-hover-copy em i { transform: rotate(180deg); }
.sp-robosim-card .sp-product-hover-copy em i { transition: transform .2s ease; }
.sp-robosim-showcase { position: relative; display: grid; grid-template-columns: minmax(0, 1fr); align-items: start; margin-top: 30px; }
.sp-robosim-direction-hint {
    position: absolute;
    z-index: 8;
    right: 50%;
    bottom: 14px;
    width: 28px;
    height: 28px;
    min-height: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #fff;
    font-size: 0;
    font-weight: 800;
    box-shadow: none;
    pointer-events: none;
    transform: translateX(50%);
    transition: opacity .18s ease, visibility .18s ease, transform .18s ease;
}
.sp-robosim-direction-hint i { font-size: 11px; animation: sp-robosim-arrow-nudge 1.35s ease-in-out infinite; transform: rotate(90deg); }
@keyframes sp-robosim-arrow-nudge {
    0%, 100% { transform: translateY(-2px) rotate(90deg); }
    50% { transform: translateY(3px) rotate(90deg); }
}
.sp-robosim-showcase.is-options-open .sp-robosim-direction-hint {
    opacity: 0;
    visibility: hidden;
    transform: translate(50%, 8px);
}
.sp-robosim-showcase.is-options-open { overflow: visible; border-radius: 16px; }
.sp-robosim-showcase .sp-robosim-card-slot { position: relative; z-index: 2; grid-area: 1 / 1; width: calc((100% - 36px) / 3); margin-top: 0; grid-template-columns: 1fr; transform-origin: left center; transition: opacity .18s ease, transform .24s ease, visibility .24s ease; }
.sp-robosim-showcase .sp-robosim-card { aspect-ratio: 10 / 7; }
.sp-robosim-showcase.is-options-open .sp-robosim-card-slot { opacity: 0; visibility: hidden; transform: scale(.94); pointer-events: none; }
.sp-robosim-showcase.is-options-open .sp-robosim-card { transform: none; }
.sp-robosim-options-panel { display: none; grid-template-columns: minmax(0, 1.18fr) minmax(320px, .82fr); gap: 18px; margin-top: 20px; padding: 24px; overflow: hidden; border: 1px solid var(--sp-line); border-radius: 14px; background: #fff; box-shadow: 0 12px 28px rgba(19, 63, 144, .07); }
.sp-robosim-showcase .sp-robosim-options-panel { position: relative; z-index: 3; grid-area: 1 / 1; width: min(100%, 940px); min-height: 0; margin-top: 0; padding: 20px; gap: 16px; grid-template-columns: minmax(0, 584px) minmax(260px, 300px); grid-template-rows: auto auto; justify-content: start; border: 1px solid var(--sp-line); border-radius: 14px; background: #fff; box-shadow: 0 12px 28px rgba(19, 63, 144, .07); transform-origin: left top; }
.sp-robosim-options-panel.is-open { display: grid; animation: sp-robosim-options-open .3s cubic-bezier(.2,.72,.24,1) both; }
@keyframes sp-robosim-options-open {
    from { opacity: .25; clip-path: inset(0 66% 0 0 round 16px); transform: scale(.985); }
    to { opacity: 1; clip-path: inset(0 0 0 0 round 16px); transform: none; }
}
.sp-robosim-explorer-head { grid-column: 1 / -1; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; padding: 2px 2px 3px; color: var(--sp-ink); }
.sp-robosim-explorer-head div { min-width: 0; }
.sp-robosim-explorer-head small { display: inline-flex; min-height: 24px; align-items: center; margin-bottom: 5px; padding: 0 9px; border-radius: 999px; background: #eef4ff; color: var(--sp-blue); font-family: Poppins, sans-serif; font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.sp-robosim-explorer-head strong { display: block; font-size: 23px; line-height: 1.3; font-weight: 900; }
.sp-robosim-explorer-actions { flex: 0 0 auto; display: flex; align-items: center; gap: 6px; }
.sp-robosim-explorer-actions > span { padding: 7px 11px; border: 1px solid #c6d8ef; border-radius: 999px; background: #fff; color: #3d70b4; font-family: Poppins, sans-serif; font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.sp-robosim-close { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid #c6d8ef; border-radius: 50%; background: #fff; color: #55708f; cursor: pointer; transition: border-color .18s ease, color .18s ease, transform .18s ease; }
.sp-robosim-close:hover,
.sp-robosim-close:focus-visible { border-color: #76a7e8; color: #1455a5; outline: none; transform: rotate(90deg); }
.sp-robosim-showcase .sp-robosim-explorer-head { gap: 12px; padding: 0 2px; }
.sp-robosim-showcase .sp-robosim-explorer-head small { margin-bottom: 1px; font-size: 8px; }
.sp-robosim-showcase .sp-robosim-explorer-head strong { font-size: 16px; }
.sp-robosim-showcase .sp-robosim-explorer-actions > span { padding: 4px 8px; font-size: 8px; }
.sp-robosim-options-panel .sp-robosim-option-links { order: 2; min-width: 0; display: grid; grid-template-columns: 1fr; gap: 7px; align-content: start; max-height: 505px; padding-right: 6px; overflow-x: hidden; overflow-y: auto; scrollbar-width: thin; scrollbar-color: #4579b9 rgba(255,255,255,.08); }
.sp-robosim-showcase .sp-robosim-option-links { height: 100%; max-height: 406px; }
.sp-robosim-showcase .sp-robosim-option-link { min-height: 40px; grid-template-columns: 25px minmax(0, 1fr) 9px; gap: 8px; padding: 6px 9px; font-size: 12px; }
.sp-robosim-showcase .sp-robosim-option-link > small { width: 24px; height: 24px; font-size: 8px; }
.sp-robosim-options-panel .sp-robosim-option-link { width: 100%; min-width: 0; min-height: 56px; display: grid; grid-template-columns: 32px minmax(0, 1fr) 12px; align-items: center; gap: 12px; padding: 10px 14px; border: 1px solid var(--sp-line); border-radius: 10px; background: #fff; color: var(--sp-muted); font-size: 14px; line-height: 1.4; font-weight: 700; word-break: keep-all; transition: transform .18s ease, border-color .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease; }
.sp-robosim-options-panel .sp-robosim-option-link > small { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 7px; background: #edf4fd; color: #487fc8; font-family: Poppins, sans-serif; font-size: 10px; font-weight: 800; }
.sp-robosim-showcase .sp-robosim-options-panel .sp-robosim-option-link { min-height: 40px; grid-template-columns: 25px minmax(0, 1fr) 9px; gap: 8px; padding: 6px 9px; font-size: 12px; }
.sp-robosim-showcase .sp-robosim-options-panel .sp-robosim-option-link > small { width: 24px; height: 24px; font-size: 8px; }
.sp-robosim-option-link i { flex: 0 0 auto; color: #9aabc1; font-size: 11px; }
.sp-robosim-options-panel .sp-robosim-option-link:hover,
.sp-robosim-options-panel .sp-robosim-option-link:focus-visible { border-color: #a9c7f2; background: #f7faff; color: var(--sp-blue); outline: none; transform: translateX(2px); box-shadow: 0 6px 15px rgba(19, 63, 144, .07); }
.sp-robosim-options-panel .sp-robosim-option-link.is-active { border-color: var(--sp-blue); background: #eef4ff; color: var(--sp-blue); outline: none; box-shadow: inset 3px 0 var(--sp-blue); }
.sp-robosim-options-panel .sp-robosim-option-link:hover > small,
.sp-robosim-options-panel .sp-robosim-option-link:focus-visible > small,
.sp-robosim-options-panel .sp-robosim-option-link.is-active > small { background: #fff; color: #1455a5; }
.sp-robosim-options-panel .sp-robosim-option-link:hover i,
.sp-robosim-options-panel .sp-robosim-option-link:focus-visible i,
.sp-robosim-options-panel .sp-robosim-option-link.is-active i { color: #2768bd; }
.sp-robosim-options-panel .sp-robosim-option-link.is-active i::before { content: '\f00c'; }
.sp-robosim-options-panel .sp-robosim-option-preview { order: 1; min-width: 0; margin: 0; overflow: hidden; border: 1px solid var(--sp-line); border-radius: 12px; background: #fff; box-shadow: none; }
.sp-robosim-showcase .sp-robosim-option-preview { width: 100%; max-width: 584px; height: auto; display: grid; grid-template-rows: auto auto; align-self: start; }
.sp-robosim-option-preview .sp-robosim-option-image,
.sp-robosim-option-preview figcaption { transition: opacity .14s ease; }
.sp-robosim-option-preview.is-switching .sp-robosim-option-image { opacity: .58; }
.sp-robosim-option-preview.is-switching figcaption { opacity: .68; }
.sp-robosim-option-image { width: 100%; aspect-ratio: 10 / 6; display: grid; place-items: center; overflow: hidden; background: #f7f9fc; }
.sp-robosim-showcase .sp-robosim-option-image { width: 100%; height: auto; min-height: auto; aspect-ratio: 16 / 9; align-self: start; padding: 0; }
.sp-robosim-option-image img { width: 100%; height: 100%; max-width: 100%; max-height: 100%; display: block; object-fit: contain !important; object-position: center; }
.sp-robosim-options-panel .sp-robosim-option-preview figcaption { min-height: 155px; padding: 20px 22px; border-top: 1px solid var(--sp-line); background: #fff; }
.sp-robosim-showcase .sp-robosim-option-preview figcaption { min-height: 78px; height: auto; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 8px 12px; box-sizing: border-box; text-align: left; }
.sp-robosim-options-panel .sp-robosim-option-preview figcaption small { display: block; color: #75aaf0; font-family: Poppins, sans-serif; font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.sp-robosim-options-panel .sp-robosim-option-preview figcaption strong { display: block; margin-top: 5px; color: var(--sp-ink); font-size: 24px; line-height: 1.3; }
.sp-robosim-showcase .sp-robosim-option-preview figcaption strong { margin-top: 1px; font-size: 16px; }
.sp-robosim-options-panel .sp-robosim-option-preview figcaption p { margin: 8px 0 0; color: #53677f; font-size: 14px; line-height: 1.7; word-break: keep-all; }
.sp-robosim-showcase .sp-robosim-option-preview figcaption p { display: -webkit-box; margin-top: 3px; overflow: hidden; font-size: 11px; line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.sp-robosim-options-panel .sp-robosim-option-preview figcaption > span { display: block; margin-top: 13px; color: #84b8fb; font-size: 12px; font-weight: 800; }
.sp-robosim-showcase .sp-robosim-option-preview figcaption > span { display: none; }
.rgfd-robosim-options { margin-top: 16px; padding: 26px; scroll-margin-top: 150px; }
.rgfd-robosim-option-layout { display: grid; grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr); gap: 20px; align-items: start; }
.rgfd-robosim-option-layout > .sp-robosim-option-links { min-width: 0; max-height: 570px; display: grid; grid-template-columns: 1fr; gap: 8px; align-content: start; padding-right: 7px; overflow-x: hidden; overflow-y: auto; scrollbar-width: thin; scrollbar-color: #467bc0 #edf3fa; }
.rgfd-robosim-option-layout .sp-robosim-option-link { width: 100%; min-width: 0; min-height: 54px; display: grid; grid-template-columns: 32px minmax(0, 1fr) 12px; align-items: center; gap: 12px; padding: 10px 14px; border: 1px solid #dbe4f0; border-radius: 10px; background: #fff; color: #53677f; font-size: 14px; line-height: 1.4; font-weight: 800; word-break: keep-all; transition: border-color .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease; }
.rgfd-robosim-option-layout .sp-robosim-option-link > small { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 7px; background: #edf4fd; color: #487fc8; font-family: Poppins, sans-serif; font-size: 10px; font-weight: 800; }
.rgfd-robosim-option-layout .sp-robosim-option-link:hover,
.rgfd-robosim-option-layout .sp-robosim-option-link:focus-visible { border-color: #a9c7f2; background: #f7faff; color: var(--sp-blue); outline: none; box-shadow: 0 6px 15px rgba(19, 63, 144, .07); }
.rgfd-robosim-option-layout .sp-robosim-option-link.is-active { border-color: var(--sp-blue); background: #eef4ff; color: var(--sp-blue); box-shadow: inset 3px 0 var(--sp-blue); }
.rgfd-robosim-option-layout .sp-robosim-option-link.is-active > small { background: #fff; color: #1455a5; }
.rgfd-robosim-option-layout .sp-robosim-option-link.is-active i::before { content: '\f00c'; }
.rgfd-robosim-option-detail { min-width: 0; overflow: hidden; border: 1px solid #dbe4f0; border-radius: 11px; background: #f8fafd; }
.rgfd-robosim-option-visual { width: 100%; aspect-ratio: 16 / 9; display: grid; place-items: center; overflow: hidden; background: #eef2f7; }
.rgfd-robosim-option-visual img { width: 100%; height: 100%; display: block; object-fit: contain; }
.rgfd-robosim-option-detail > div { padding: 22px; }
.rgfd-robosim-option-detail small { color: #8ba0bc; font-family: Poppins, sans-serif; font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.rgfd-robosim-option-detail h3 { margin: 6px 0 0; color: var(--sp-ink); font-size: 25px; line-height: 1.3; font-weight: 900; }
.rgfd-robosim-option-detail p { margin: 10px 0 0; color: var(--sp-muted); font-size: 15px; line-height: 1.75; word-break: keep-all; }
.rgfd-robosim-option-detail > div > span { display: block; margin-top: 15px; color: var(--sp-blue); font-size: 13px; font-weight: 800; }
.rgfd-product-relations { margin-top: 16px; padding: 20px; }
.rgfd-product-relations-grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
.rgfd-product-relation-group { min-width: 0; padding: 16px; border: 1px solid #e0e8f2; border-radius: 12px; background: #f5f8fd; }
.rgfd-product-relation-heading { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.rgfd-product-relation-heading > span { width: 36px; height: 36px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 9px; background: #e4efff; color: var(--sp-blue); font-size: 14px; }
.rgfd-product-relation-heading > div { min-width: 0; }
.rgfd-product-relation-heading small { display: block; margin-bottom: 2px; color: #879bb6; font-family: Poppins, sans-serif; font-size: 9px; line-height: 1.2; font-weight: 800; letter-spacing: .09em; }
.rgfd-product-relation-heading h2 { margin: 0; color: var(--sp-ink); font-size: 18px; line-height: 1.35; font-weight: 900; }
.rgfd-product-relation-links { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 8px; }
.rgfd-product-relation-links a { min-width: 0; min-height: 52px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 8px 13px; border: 1px solid #dce5f0; border-radius: 9px; background: #fff; color: #233a59; transition: border-color .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease; }
.rgfd-product-relation-links a > span { min-width: 0; display: grid; gap: 3px; }
.rgfd-product-relation-links a small { color: #8a9bb2; font-size: 10px; line-height: 1.25; font-weight: 700; word-break: keep-all; }
.rgfd-product-relation-links a strong { color: inherit; font-size: 13px; line-height: 1.4; font-weight: 850; word-break: keep-all; }
.rgfd-product-relation-links a > i { flex: 0 0 auto; color: #7e9dc5; font-size: 12px; transition: transform .18s ease; }
.rgfd-product-relation-group.is-technology .rgfd-relation-label { min-width: 0; height: 100%; display: flex; align-items: center; overflow: hidden; white-space: nowrap; }
.rgfd-product-relation-group.is-technology .rgfd-relation-label-text { display: inline-block; max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; transform: translateX(0); will-change: transform; }
@media (min-width: 901px) {
    .rgfd-product-relation-group.is-technology .rgfd-product-relation-links a.is-overflowing:hover .rgfd-relation-label-text,
    .rgfd-product-relation-group.is-technology .rgfd-product-relation-links a.is-overflowing:focus-visible .rgfd-relation-label-text {
        max-width: none;
        overflow: visible;
        text-overflow: clip;
        animation: rgfd-product-relation-marquee var(--rgfd-relation-duration, .65s) ease-in-out .02s 1 forwards;
    }
}
@keyframes rgfd-product-relation-marquee {
    0%, 10% { transform: translateX(0); }
    100% { transform: translateX(var(--rgfd-relation-shift, 0)); }
}
.rgfd-product-relation-links a:hover,
.rgfd-product-relation-links a:focus-visible { border-color: #9ebee9; color: var(--sp-blue); outline: none; transform: translateY(-1px); box-shadow: 0 8px 18px rgba(19, 63, 144, .08); }
.rgfd-product-relation-links a:hover > i,
.rgfd-product-relation-links a:focus-visible > i { transform: translateX(2px); }
.sp-contact { border-top: 1px solid #e7edf5; padding: 76px 0 90px; text-align: center; }
.sp-contact h2 { margin: 10px 0 14px; color: var(--sp-ink); font-size: 32px; font-weight: 900; }
.sp-contact p { margin: 0 0 24px; color: var(--sp-muted); font-size: 15px; }
.sp-contact-info { display: flex; justify-content: center; gap: 28px; color: var(--sp-blue); font-size: calc(1rem + 2pt); font-weight: 800; }

/* Detail */
.sp-detail-hero {
    width: 100%;
    height: 700px;
    min-height: 700px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(4, 20, 41, .96) 0%, rgba(8, 35, 69, .76) 56%, rgba(8, 33, 65, .44) 100%),
        url('/images/sub/s_visual6.png') center bottom/cover no-repeat,
        #071d3a;
    border-radius: 0 0 100px 100px;
}
.sp-detail-hero::after { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 78% 34%, rgba(74, 143, 226, .22), transparent 34%); pointer-events: none; }
.sp-detail-hero-inner { position: relative; z-index: 1; width: 95%; max-width: 1600px; padding-top: 100px; }
.sp-detail-hero .sp-kicker { color: rgba(255, 255, 255, .52); font-size: 16px; letter-spacing: 0; }
.sp-detail-hero h1 { margin: 20px 0 50px; color: #fff; font-size: 60px; line-height: 1.05; font-weight: 900; letter-spacing: -0.055em; }
.sp-detail-main { padding: 100px 0 118px; }
.sp-detail-section + .sp-detail-section { margin-top: 112px; }
.sp-detail-section-head { display: grid; grid-template-columns: 58px minmax(0, 1fr); gap: 22px; align-items: start; margin-bottom: 38px; padding-bottom: 26px; border-bottom: 1px solid #dfe8f5; }
.sp-section-number { width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid #c8daf3; border-radius: 8px; background: #f5f8fd; color: var(--sp-blue); font-family: Poppins, sans-serif; font-size: 14px; font-weight: 800; letter-spacing: .08em; }
.sp-section-kicker { margin-bottom: 7px; color: var(--sp-blue); font-family: Poppins, sans-serif; font-size: 12px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.sp-detail-section-head h2 { margin: 0; color: var(--sp-ink); font-size: 34px; line-height: 1.2; font-weight: 900; letter-spacing: -0.045em; }
.sp-detail-section-head p { max-width: 820px; margin: 10px 0 0; color: var(--sp-muted); font-size: 15px; line-height: 1.75; word-break: keep-all; }
.sp-capability-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 18px; }
.sp-capability-card { position: relative; min-height: 214px; padding: 28px; overflow: hidden; border: 1px solid var(--sp-line); border-radius: 12px; background: #fff; box-shadow: 0 10px 28px rgba(11, 31, 58, .05); }
.sp-capability-card::after { content: ''; position: absolute; right: -24px; bottom: -36px; width: 96px; height: 96px; border: 18px solid #f1f5fb; border-radius: 50%; }
.sp-capability-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 10px; background: #edf4ff; color: var(--sp-blue); font-size: 17px; }
.sp-card-index { position: absolute; top: 30px; right: 28px; color: #9cb3d2; font-family: Poppins, sans-serif; font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.sp-capability-card h3 { position: relative; z-index: 1; margin: 24px 0 12px; color: var(--sp-ink); font-size: 19px; line-height: 1.35; font-weight: 900; word-break: keep-all; }
.sp-capability-card p { position: relative; z-index: 1; display: grid; gap: 4px; margin: 0; color: var(--sp-muted); font-size: 13px; line-height: 1.55; word-break: keep-all; }
.sp-capability-card p b { color: #8a9bb0; font-size: 11px; font-weight: 700; }
.sp-operation-board { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(280px, .45fr); gap: 20px; padding: 30px; border: 1px solid #d8e4f4; border-radius: 14px; background: #f6f9fe; }
.sp-operation-flow { display: grid; grid-template-columns: repeat(auto-fit, minmax(145px, 1fr)); gap: 12px; }
.sp-operation-step { position: relative; min-height: 142px; display: flex; flex-direction: column; justify-content: space-between; gap: 18px; padding: 22px; border: 1px solid #dbe5f2; border-radius: 9px; background: #fff; }
.sp-operation-step span { color: #7c9bc6; font-family: Poppins, sans-serif; font-size: 12px; font-weight: 800; }
.sp-operation-step strong { color: var(--sp-ink); font-size: 15px; line-height: 1.45; font-weight: 800; word-break: keep-all; }
.sp-integration-panel { min-height: 142px; display: grid; grid-template-columns: 44px 1fr; gap: 15px; align-content: start; padding: 24px; border-radius: 9px; background: var(--sp-navy); color: #fff; }
.sp-integration-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 10px; background: rgba(255, 255, 255, .11); color: #86b5ff; }
.sp-integration-panel h3 { margin: 2px 0 14px; color: #fff; font-size: 18px; font-weight: 900; }
.sp-integration-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.sp-integration-tags span { display: inline-flex; min-height: 28px; align-items: center; padding: 0 9px; border: 1px solid rgba(255, 255, 255, .15); border-radius: 5px; color: rgba(255, 255, 255, .78); font-size: 11px; font-weight: 700; }
.sp-scope-list { margin: 0; overflow: hidden; border: 1px solid var(--sp-line); border-radius: 14px; background: #fff; box-shadow: 0 12px 34px rgba(11, 31, 58, .045); }
.sp-scope-row { display: grid; grid-template-columns: 230px minmax(0, 1fr); min-height: 76px; }
.sp-scope-row + .sp-scope-row { border-top: 1px solid #e4ebf5; }
.sp-scope-row dt,
.sp-scope-row dd { display: flex; align-items: center; margin: 0; padding: 20px 26px; }
.sp-scope-row dt { border-right: 1px solid #e0e8f3; background: #f5f8fd; color: var(--sp-blue); font-size: 14px; font-weight: 900; }
.sp-scope-row dd { color: #4d6077; font-size: 14px; line-height: 1.65; word-break: keep-all; }
.sp-detail-summary { display: grid; grid-template-columns: 1.15fr .85fr; gap: 30px; }
.sp-detail-copy,
.sp-summary-box,
.sp-detail-block { border: 1px solid var(--sp-line); border-radius: 16px; background: #fff; box-shadow: 0 14px 38px rgba(11, 31, 58, .055); }
.sp-detail-copy { padding: 42px; }
.sp-detail-copy h2,
.sp-detail-block h2 { margin: 10px 0 18px; color: var(--sp-ink); font-size: 30px; font-weight: 900; }
.sp-detail-copy p { margin: 0; color: var(--sp-muted); font-size: 16px; line-height: 1.85; word-break: keep-all; }
.sp-summary-box { padding: 38px; background: #f6f9fe; }
.sp-summary-box h3 { margin: 0 0 20px; font-size: 20px; font-weight: 900; }
.sp-check-list { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.sp-check-list li { display: grid; grid-template-columns: 20px 1fr; gap: 10px; color: #41556e; font-size: 15px; line-height: 1.55; }
.sp-check-list i { margin-top: 4px; color: var(--sp-blue); font-size: 12px; }
.sp-detail-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; margin-top: 30px; }
.sp-detail-block { padding: 40px; }
.sp-detail-block.is-wide { grid-column: 1 / -1; }
.sp-option-label { display: inline-flex; min-height: 28px; align-items: center; padding: 0 10px; border-radius: 999px; background: #eaf2ff; color: var(--sp-blue); font-size: 11px; font-weight: 900; letter-spacing: .08em; }
.sp-detail-footer-nav { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 78px; padding-top: 54px; border-top: 1px solid #e2eaf5; }
.sp-detail-footer-nav a { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 20px; border: 1px solid #cdddf3; border-radius: 999px; background: #fff; color: var(--sp-blue); font-size: 14px; font-weight: 900; transition: transform .2s ease, box-shadow .2s ease; }
.sp-detail-footer-nav a:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(19, 63, 144, .1); }
.sp-detail-footer-nav a.is-primary { border-color: var(--sp-blue); background: var(--sp-blue); color: #fff; }
.sp-detail-return { display: flex; justify-content: center; margin: 32px 0 0; }
.sp-detail-return a { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 20px; border: 1px solid var(--sp-blue); border-radius: 999px; background: var(--sp-blue); color: #fff !important; font-size: 14px; font-weight: 900; box-shadow: 0 10px 24px rgba(19,63,144,.16); transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.sp-detail-return a:hover, .sp-detail-return a:focus-visible { background: #0b3177; transform: translateY(-2px); box-shadow: 0 14px 30px rgba(19,63,144,.22); }

/* Shinil product detail mega navigation */
.sp-product-mega-nav { position: relative; z-index: 35; width: min(920px, 90%); height: 90px; margin: -45px auto 0; }
.sp-product-mega-top { height: 90px; display: grid; grid-template-columns: 360px minmax(0,1fr); overflow: hidden; border-radius: 12px; background: #fff; box-shadow: 0 12px 32px rgba(18,48,91,.16); }
.sp-product-mega-trigger { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 0 38px; border: 0; background: #fff; color: #17243a; text-align: left; cursor: pointer; }
.sp-product-mega-trigger + .sp-product-mega-trigger { border-left: 1px solid #e4eaf2; }
.sp-product-mega-trigger.is-primary { background: #1e58a7; color: #fff; }
.sp-product-mega-trigger strong { min-width: 0; overflow: hidden; color: inherit; font-size: 20px; line-height: 1.35; font-weight: 850; text-overflow: ellipsis; white-space: nowrap; }
.sp-product-mega-trigger i { flex: 0 0 auto; color: inherit; font-size: 14px; transition: transform .2s ease; }
.sp-product-mega-nav.is-open .sp-product-mega-trigger i { transform: rotate(180deg); }
.sp-product-mega-trigger:focus-visible { outline: 3px solid #79a8ed; outline-offset: -3px; }
.sp-product-mega-panel { position: absolute; top: calc(100% + 12px); left: 0; width: 100%; min-height: 350px; display: grid; grid-template-columns: 360px minmax(0,1fr); overflow: hidden; border: 1px solid #dfe7f2; border-radius: 14px; background: #fff; box-shadow: 0 22px 52px rgba(8,31,65,.22); opacity: 0; visibility: hidden; transform: translateY(-8px); pointer-events: none; transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
.sp-product-mega-nav.is-open .sp-product-mega-panel { opacity: 1; visibility: visible; transform: none; pointer-events: auto; }
.sp-product-mega-groups { display: grid; align-content: start; gap: 5px; padding: 18px; border-right: 1px solid #e6edf6; background: #f5f8fd; }
.sp-product-mega-group { width: 100%; min-height: 48px; display: grid; grid-template-columns: 24px minmax(0,1fr) 14px; align-items: center; gap: 10px; padding: 8px 14px; border: 0; border-radius: 8px; background: transparent; color: #53657b; text-align: left; cursor: pointer; }
.sp-product-mega-group span { font-size: 15px; line-height: 1.35; font-weight: 700; word-break: keep-all; }
.sp-product-mega-group > i:first-child { color: #1e58a7; text-align: center; }
.sp-product-mega-group > i:last-child { font-size: 11px; opacity: .55; }
.sp-product-mega-group:hover, .sp-product-mega-group:focus-visible { background: #eaf1fc; color: #174f9d; outline: none; }
.sp-product-mega-group.is-active { background: #174f9d; color: #fff; }
.sp-product-mega-group.is-active > i { color: #fff; opacity: 1; }
.sp-product-mega-products { min-width: 0; padding: 30px; background: #fff; }
.sp-product-mega-list { display: none; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.sp-product-mega-list.is-active { display: grid; animation: sp-product-mega-in .18s ease; }
.sp-product-mega-list a { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 13px 17px; border: 1px solid #e3eaf4; border-radius: 9px; background: #fff; color: #263b57; }
.sp-product-mega-list a:hover, .sp-product-mega-list a:focus-visible { border-color: #aac5ec; background: #f7faff; outline: none; }
.sp-product-mega-list a.is-current { border-color: #174f9d; background: #eef4ff; color: #174f9d; }
.sp-product-mega-list a span { min-width: 0; display: grid; gap: 4px; }
.sp-product-mega-list a small { color: #8494aa; font-size: 10px; line-height: 1.2; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.sp-product-mega-list a strong { color: inherit; font-size: 15px; line-height: 1.35; font-weight: 850; word-break: keep-all; }
.sp-product-mega-list a > i { flex: 0 0 auto; color: #7494c0; font-size: 12px; }
.sp-product-mega-nav + .sp-detail-main { padding-top: 76px; }
.sp-product-mega-nav + .rgfd-shell { padding-top: 28px; }
@keyframes sp-product-mega-in { from { opacity: .3; transform: translateX(7px); } to { opacity: 1; transform: none; } }

@media (max-width: 900px) {
    .sp-product-mega-nav { height: 70px; margin-top: -35px; }
    .sp-product-mega-top { height: 70px; grid-template-columns: 42% minmax(0,1fr); border-radius: 10px; }
    .sp-product-mega-trigger { padding: 0 24px; }
    .sp-product-mega-trigger strong { font-size: 17px; }
    .sp-product-mega-panel { top: calc(100% + 10px); grid-template-columns: 42% minmax(0,1fr); }
    .sp-product-mega-groups { padding: 14px; }
    .sp-product-mega-products { padding: 22px; }
    .sp-product-mega-list { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
    .sp-product-mega-nav { width: calc(100% - 28px); }
    .sp-product-mega-trigger { padding: 0 15px; }
    .sp-product-mega-trigger strong { font-size: 14px; }
    .sp-product-mega-panel { max-height: calc(100vh - 150px); display: block; overflow-y: auto; }
    .sp-product-mega-groups { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 6px; border-right: 0; border-bottom: 1px solid #e6edf6; }
    .sp-product-mega-group { min-height: 42px; grid-template-columns: 18px minmax(0,1fr); padding: 7px 10px; }
    .sp-product-mega-group span { font-size: 12px; }
    .sp-product-mega-group > i:last-child { display: none; }
    .sp-product-mega-products { padding: 15px; }
    .sp-product-mega-list a { min-height: 58px; padding: 11px 13px; }
    .sp-product-mega-nav + .sp-detail-main { padding-top: 58px; }
    .sp-product-mega-nav + .rgfd-shell { padding-top: 20px; }
}

/* RoboGen Flight detail */
.rgf-hero {
    background:
        linear-gradient(90deg, rgba(4, 20, 41, .96) 0%, rgba(8, 35, 69, .76) 56%, rgba(8, 33, 65, .44) 100%),
        url('/images/sub/s_visual6.png') center bottom/cover no-repeat,
        #071d3a;
}
.rgf-hero-copy { max-width: 720px; margin: -26px 0 34px; color: rgba(255, 255, 255, .82); font-size: 18px; line-height: 1.75; word-break: keep-all; }
.rgf-fact-list { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; margin: 0; padding: 0; list-style: none; }
.rgf-fact-list li { min-height: 124px; display: flex; flex-direction: column; justify-content: space-between; gap: 22px; padding: 22px; border: 1px solid #dbe6f5; border-radius: 12px; background: linear-gradient(145deg, #fff, #f5f9ff); }
.rgf-fact-list span { color: #7e9bc2; font-family: Poppins, sans-serif; font-size: 11px; font-weight: 800; }
.rgf-fact-list strong { color: var(--sp-ink); font-size: 15px; line-height: 1.45; word-break: keep-all; }
.rgf-feature-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.rgf-feature-card { min-height: 260px; padding: 28px; border: 1px solid var(--sp-line); border-radius: 14px; background: #fff; box-shadow: 0 10px 28px rgba(11, 31, 58, .05); }
.rgf-feature-top { position: relative; }
.rgf-feature-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 11px; background: #edf4ff; color: var(--sp-blue); font-size: 17px; }
.rgf-feature-card h3 { margin: 26px 0 12px; color: var(--sp-ink); font-size: 19px; line-height: 1.4; font-weight: 900; word-break: keep-all; }
.rgf-feature-card p { margin: 0; color: var(--sp-muted); font-size: 14px; line-height: 1.72; word-break: keep-all; }
.rgf-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.rgf-gallery-card { margin: 0; overflow: hidden; border: 1px solid var(--sp-line); border-radius: 16px; background: #fff; box-shadow: 0 14px 36px rgba(11, 31, 58, .07); }
.rgf-gallery-image { position: relative; height: 340px; display: block; overflow: hidden; background: #061b2d; }
.rgf-gallery-image img { width: 100%; height: 100%; display: block; object-fit: contain; transition: transform .35s ease; }
.rgf-gallery-image > span { position: absolute; right: 18px; bottom: 18px; display: inline-flex; align-items: center; gap: 7px; padding: 9px 12px; border: 1px solid rgba(255, 255, 255, .24); border-radius: 999px; background: rgba(4, 21, 41, .82); color: #fff; font-size: 12px; font-weight: 800; opacity: 0; transform: translateY(6px); transition: opacity .25s ease, transform .25s ease; }
.rgf-gallery-image:hover img,
.rgf-gallery-image:focus-visible img { transform: scale(1.025); }
.rgf-gallery-image:hover > span,
.rgf-gallery-image:focus-visible > span { opacity: 1; transform: none; }
.rgf-gallery-card figcaption { padding: 24px 26px 27px; }
.rgf-gallery-card figcaption strong { color: var(--sp-ink); font-size: 19px; line-height: 1.4; font-weight: 900; }
.rgf-gallery-card figcaption p { margin: 9px 0 0; color: var(--sp-muted); font-size: 14px; line-height: 1.7; word-break: keep-all; }

/* RoboGen Flight dashboard layout */
.rgfd-page { min-height: 100vh; background: #f4f6fa; }
.rgfd-shell { width: min(var(--rgfd-shell-width, 1440px), calc(100% - var(--rgfd-shell-gutter, 48px))); margin: 0 auto; padding: 42px 0 52px; }
.rgfd-panel { border: 1px solid #e4e9f1; border-radius: 14px; background: #fff; box-shadow: 0 8px 26px rgba(15, 35, 65, .055); }
.rgfd-panel h2 { margin: 0; color: #17243a; font-size: 20px; line-height: 1.35; font-weight: 900; letter-spacing: -.035em; }
.rgfd-intro-grid { display: block; }
.rgfd-intro-card { min-height: 390px; display: grid; grid-template-columns: 1.12fr .88fr; padding: 0; overflow: hidden; }
.rgfd-intro-copy { position: relative; min-width: 0; display: flex; flex-direction: column; justify-content: center; padding: 50px 44px; }
.rgfd-eyebrow { margin: 0 0 14px; color: #2f5597; font-size: 16px; line-height: 1.4; font-weight: 900; }
.rgfd-intro-card .rgfd-product-name { display: inline-block; align-self: flex-start; box-sizing: border-box; max-width: calc(100% + .34em); margin: -.14em -.22em -.18em -.12em; padding: .14em .22em .18em .12em; overflow: visible; color: #20242a; font-family: Poppins, sans-serif; font-size: clamp(40px, 4.1vw, 64px); line-height: 1.07; font-weight: 900; font-style: italic; letter-spacing: -.055em; background: linear-gradient(105deg, #20242a 0%, #20242a 66%, #133f90 78%, #2d70d6 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.rgfd-intro-card .rgfd-product-name.has-explicit-accent { background: none; -webkit-background-clip: initial; background-clip: initial; -webkit-text-fill-color: #20242a; }
.rgfd-product-name .rgfd-product-accent { display: inline-block; margin: -.08em 0 -.16em -.04em; padding: .08em .12em .16em .04em; overflow: visible; color: #1f63c7; background: linear-gradient(90deg,#133f90,#2d70d6); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.rgfd-lead { max-width: 610px; margin: 24px 0 0; color: #53647a; font-size: 16px; line-height: 1.82; word-break: keep-all; }
.rgfd-tags { display: flex; flex-wrap: nowrap; gap: 16px; margin-top: 27px; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: none; }
.rgfd-tags::-webkit-scrollbar { display: none; }
.rgfd-tags span { flex: 0 0 auto; min-height: 32px; display: inline-flex; align-items: center; justify-content: center; padding: 0 14px; border: 1px solid #1f63c7; border-radius: 999px; background: #fff; color: #20579b; font-size: 13px; line-height: 1; font-weight: 800; white-space: nowrap; box-shadow: 0 2px 8px rgba(20,73,151,.12); }
.sp-product-roboscenenav .rgfd-tags { gap: 5px; }
.sp-product-roboscenenav .rgfd-tags span { min-height: 32px; padding: 0 8px; font-size: 12px; letter-spacing: -.045em; }
.rgfd-intro-catalog { display: flex; align-items: center; margin-top: 49px; }
.rgfd-hero-catalog { width: auto; min-width: 0; min-height: 40px; display: inline-flex; gap: 8px; align-items: center; justify-content: center; padding: 7px 14px; border: 1px solid #d5dce7; border-radius: 9px; background: #f4f6f9; color: #8a98aa; text-align: left; cursor: not-allowed; box-shadow: none; transition: border-color .2s ease, background .2s ease; }
.rgfd-hero-catalog:hover, .rgfd-hero-catalog:focus-visible { border-color: #c7d0dd; background: #eef1f5; box-shadow: none; transform: none; outline: none; }
.rgfd-hero-catalog.is-active { border-color: #1f63c7; background: #fff; color: #1f63c7; cursor: pointer; text-decoration: none; box-shadow: 0 5px 14px rgba(20,73,151,.1); }
.rgfd-hero-catalog.is-active strong { color: #20579b; }
.rgfd-hero-catalog.is-active:hover, .rgfd-hero-catalog.is-active:focus-visible { border-color: #174f9d; background: #edf4ff; box-shadow: 0 8px 18px rgba(20,73,151,.16); transform: translateY(-1px); }
.rgfd-hero-catalog > i { font-size: 14px; text-align: center; }
.rgfd-hero-catalog > i:last-child { font-size: 13px; }
.rgfd-hero-catalog strong, .rgfd-hero-catalog small { display: block; }
.rgfd-hero-catalog strong { color: #68778b; font-size: 13px; line-height: 1.25; font-weight: 800; white-space: nowrap; }
.rgfd-hero-catalog small { margin-top: 3px; color: #7b8da5; font-size: 11px; line-height: 1.25; font-weight: 700; }
.rgfd-main-visual { position: relative; min-height: 390px; overflow: hidden; padding: 0; background: #fff; }
.rgfd-main-visual::after { content: ''; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.08); pointer-events: none; }
.rgfd-main-visual img { width: 100%; max-width: none; height: 100%; display: block; object-fit: contain; object-position: center; transform: none; transition: transform .38s ease; }
.sp-unified-detail-page { --rgfd-shell-width: 1400px; --rgfd-shell-gutter: 32px; min-height: 100vh; background: #fff; }
.sp-unified-detail-page .rgfd-overview-grid.is-compact-overview { grid-template-columns: 1fr; height: auto; align-items: stretch; }
.sp-unified-detail-page .rgfd-overview-grid.is-compact-overview > .rgfd-capabilities,
.sp-unified-detail-page .rgfd-overview-grid.is-compact-overview > .rgfd-side-stack,
.sp-unified-detail-page .rgfd-overview-grid.is-compact-overview > .rgfd-side-stack > .rgfd-scope { height: auto; min-height: 0; max-height: none; overflow: visible; }
.sp-unified-detail-page .rgfd-overview-grid.is-compact-overview .rgfd-feature-list,
.sp-unified-detail-page .rgfd-overview-grid.is-compact-overview .rgfd-scope ul { height: auto; }
.sp-unified-detail-page .rgfd-feature-scope-list { display: grid; gap: 0; align-self: start; margin: 18px 0 0; padding: 0; overflow: hidden; border: 1px solid #e2e8f1; border-radius: 10px; list-style: none; }
.sp-unified-detail-page .rgfd-feature-scope-list li { min-height: 70px; display: grid; grid-template-columns: 38px minmax(0,1fr); gap: 11px; align-items: center; padding: 10px 12px; background: #f5f8fd; }
.sp-unified-detail-page .rgfd-feature-scope-list li + li { border-top: 1px solid #e1e8f2; }
.sp-unified-detail-page .rgfd-feature-scope-list li > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 9px; background: #fff; color: #2c67bd; font-size: 14px; }
.sp-unified-detail-page .rgfd-feature-scope-list small { display: flex; align-items: center; gap: 8px; margin-bottom: 5px; color: #7890ae; font-size: 12px; line-height: 1.4; font-weight: 800; }
.sp-unified-detail-page .rgfd-feature-scope-list strong { display: block; color: #33465f; font-size: 14px; line-height: 1.5; word-break: keep-all; }
.sp-unified-detail-shell .rgfd-product-name { padding-bottom: .18em; font-size: clamp(38px, 3.6vw, 58px); line-height: 1.16; }
.sp-unified-product-visual { display: grid; place-items: center; background: linear-gradient(145deg,#f8fbff,#edf3fc); }
.sp-unified-product-visual.has-image { background: #fff; }
.sp-unified-product-visual.has-image img { width: 100%; max-width: none; height: 100%; object-fit: cover; transform: none; }
.sp-unified-product-visual.has-image.is-contain img { object-fit: contain; }
.sp-unified-product-placeholder { width: min(360px, calc(100% - 60px)); display: grid; justify-items: center; padding: 42px 30px; border: 1px solid #d7e4f5; border-radius: 22px; background: rgba(255,255,255,.9); text-align: center; box-shadow: 0 20px 48px rgba(19,63,144,.1); }
.sp-unified-product-placeholder > span { width: 82px; height: 82px; display: grid; place-items: center; border-radius: 22px; background: #eaf2ff; color: #174f9d; font-size: 34px; }
.sp-unified-product-placeholder small { margin-top: 24px; color: #7390ba; font-family: Poppins,sans-serif; font-size: 11px; line-height: 1.2; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.sp-unified-product-placeholder strong { margin-top: 9px; color: #132945; font-size: 28px; line-height: 1.25; font-weight: 900; word-break: keep-all; }
.sp-unified-product-placeholder p { margin: 11px 0 0; color: #60738b; font-size: 14px; line-height: 1.55; font-weight: 700; word-break: keep-all; }
.sp-unified-representative { margin-top: 16px; }
.sp-representative-carousel { position: relative; }
.sp-unified-representative-grid { display: flex; flex-wrap: nowrap; gap: 14px; overflow-x: auto; scroll-behavior: smooth; overscroll-behavior-inline: contain; scrollbar-width: none; }
.sp-unified-representative-grid::-webkit-scrollbar { display: none; }
.sp-unified-representative-grid > .sp-unified-representative-card { flex: 0 0 calc((100% - 42px) / 4); }
.sp-representative-page-nav { position: absolute; top: 50%; z-index: 4; width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; padding: 0; border: 0; border-radius: 50%; background: #0c3267; color: #fff; font-size: 22px; line-height: 1; cursor: pointer; box-shadow: 0 10px 24px rgba(7,29,58,.22); transform: translateY(-50%); transition: background .2s ease, opacity .2s ease, transform .2s ease; }
.sp-representative-page-nav[hidden] { display: none; }
.sp-representative-page-nav.is-prev { left: -20px; }
.sp-representative-page-nav.is-next { right: -20px; }
.sp-representative-page-nav:hover:not(:disabled), .sp-representative-page-nav:focus-visible:not(:disabled) { background: #1f63c7; transform: translateY(-50%) scale(1.05); }
.sp-representative-page-nav:disabled { opacity: .3; cursor: default; }
.sp-unified-representative-card { position: relative; height: 205px; margin: 0; overflow: hidden; border: 1px solid #e2e7ef; border-radius: 10px; background: #f8faff; }
.sp-unified-representative-card.has-image > .rgfd-screen-zoom { width: 100%; height: 100%; display: block; overflow: hidden; padding: 0; border: 0; background: #fff; cursor: zoom-in; }
.sp-unified-representative-card.has-image > .rgfd-screen-zoom:disabled,
.rgfd-gallery-card > .rgfd-screen-zoom:disabled { opacity: 1; cursor: default; }
.sp-unified-representative-card.has-image > .rgfd-screen-zoom:disabled:hover img,
.sp-unified-representative-card.has-image > .rgfd-screen-zoom:disabled:focus-visible img,
.rgfd-gallery-card > .rgfd-screen-zoom:disabled:hover img,
.rgfd-gallery-card > .rgfd-screen-zoom:disabled:focus-visible img { transform: none; }
.sp-unified-representative-card.has-image img { width: 100%; height: 100%; display: block; object-fit: fill; object-position: center; background: #fff; transition: transform .3s ease; }
.sp-unified-representative-card.has-image.is-contain img { object-fit: fill; }
.sp-product-robogcs-remote .sp-unified-representative-card.has-image img { object-fit: contain; }
.sp-product-robogcs-ai .sp-unified-representative-grid > .sp-unified-representative-card:nth-child(3) img { object-fit: contain; }
.sp-product-robosim-rig .sp-unified-representative-grid > .sp-unified-representative-card:nth-child(2) img,
.sp-product-robosim-rig .sp-unified-representative-grid > .sp-unified-representative-card:nth-child(3) img { object-fit: contain; }
.sp-unified-representative-card.has-image > .rgfd-screen-zoom:hover img,
.sp-unified-representative-card.has-image > .rgfd-screen-zoom:focus-visible img { transform: scale(1.025); }
.sp-representative-card-label { position: absolute; left: 12px; bottom: 12px; z-index: 3; max-width: calc(100% - 24px); display: inline-flex; align-items: center; min-height: 28px; overflow: hidden; padding: 5px 10px; border: 1px solid rgba(255,255,255,.3); border-radius: 7px; background: rgba(7,29,58,.78); color: #fff; font-size: 12px; line-height: 1.2; font-weight: 800; letter-spacing: -.02em; text-overflow: ellipsis; white-space: nowrap; pointer-events: none; box-shadow: 0 5px 14px rgba(0,0,0,.2); backdrop-filter: blur(5px); }
.sp-unified-representative-card.is-placeholder { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; border-style: dashed; color: #8ba0bc; text-align: center; }
.sp-unified-representative-card.is-placeholder i { margin-bottom: 4px; color: #6f94ca; font-size: 27px; }
.sp-unified-representative-card.is-placeholder strong { color: #607590; font-size: 14px; line-height: 1.3; font-weight: 850; }
.sp-unified-representative-card.is-placeholder span { font-size: 12px; line-height: 1.3; font-weight: 700; }
.sp-unified-detail-shell .rgfd-feature-list.is-four { grid-template-columns: repeat(2,minmax(0,1fr)); }
.sp-unified-detail-shell .rgfd-feature-list.is-three { grid-template-columns: repeat(3,minmax(0,1fr)); }
.sp-unified-detail-shell .rgfd-feature-list.is-five { grid-template-columns: repeat(3,minmax(0,1fr)); }
.sp-unified-detail-shell .rgfd-feature-list.is-six { grid-template-columns: repeat(3,minmax(0,1fr)); }
.sp-unified-detail-shell .rgfd-feature-list.is-three li,
.sp-unified-detail-shell .rgfd-feature-list.is-four li { min-height: 205px; padding: 28px 26px; }
.sp-unified-detail-shell .rgfd-feature-list.is-three .rgfd-feature-icon,
.sp-unified-detail-shell .rgfd-feature-list.is-four .rgfd-feature-icon { width: 50px; height: 50px; font-size: 18px; }
.sp-unified-detail-shell .rgfd-feature-list.is-three li > b,
.sp-unified-detail-shell .rgfd-feature-list.is-four li > b { top: 28px; right: 24px; font-size: 13px; }
.sp-unified-detail-shell .rgfd-feature-list.is-three strong,
.sp-unified-detail-shell .rgfd-feature-list.is-four strong { margin-top: 26px; font-size: clamp(18px,1.35vw,21px); }
.sp-unified-detail-shell .rgfd-feature-list.is-three p,
.sp-unified-detail-shell .rgfd-feature-list.is-four p { padding: 30px 26px; font-size: clamp(15px,1.05vw,17px); line-height: 1.72; }
.sp-psu-specs { width: 100%; align-self: center; margin-top: 18px; }
.sp-psu-model-tabs { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; padding: 6px; border: 1px solid #dfe7f2; border-radius: 12px; background: #f4f7fc; }
.sp-psu-model-tabs button { min-height: 48px; padding: 10px 12px; border: 0; border-radius: 9px; background: transparent; color: #71839d; font-family: Poppins,Pretendard,sans-serif; font-size: 14px; line-height: 1.25; font-weight: 800; cursor: pointer; transition: color .2s ease, background .2s ease, box-shadow .2s ease; }
.sp-psu-model-tabs button[aria-selected="true"] { background: #174f9d; color: #fff; box-shadow: 0 7px 16px rgba(23,79,157,.2); }
.sp-psu-model-tabs button:focus-visible { outline: 3px solid rgba(47,114,214,.3); outline-offset: 2px; }
.sp-psu-model-panel[hidden] { display: none; }
.sp-psu-spec-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; margin: 12px 0 0; }
.sp-psu-spec-grid > div { min-height: 145px; display: flex; flex-direction: column; justify-content: space-between; padding: 19px 20px; border: 1px solid #e1e8f2; border-radius: 12px; background: linear-gradient(180deg,#f8faff,#f3f7fd); }
.sp-psu-spec-grid dt { display: flex; align-items: flex-start; justify-content: space-between; gap: 8px; color: #8da0bb; font-size: 12px; line-height: 1.35; font-weight: 850; letter-spacing: .04em; }
.sp-psu-spec-grid dt small { flex: 0 0 auto; color: #7890b1; font-size: 11px; font-weight: 800; }
.sp-psu-spec-grid dd { margin: 22px 0 0; color: #102c50; font-family: Poppins,Pretendard,sans-serif; font-size: clamp(16px,1.25vw,20px); line-height: 1.35; font-weight: 850; text-align: right; word-break: keep-all; }
.rgfd-overview-grid { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(320px, .75fr); gap: 16px; margin-top: 16px; align-items: stretch; }
.rgfd-capabilities, .rgfd-scope { padding: 26px; }
.rgfd-capabilities { display: grid; grid-template-rows: auto 1fr; }
.rgfd-feature-list { width: 100%; display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 10px; align-self: center; margin: 18px 0 0; padding: 0; list-style: none; }
.rgfd-feature-list li { position: relative; min-height: 172px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; padding: 22px 20px; overflow: hidden; border: 1px solid #e2e8f1; border-radius: 12px; background: linear-gradient(180deg,#fff,#f9fbff); box-shadow: 0 6px 16px rgba(20,43,77,.055); cursor: default; transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.rgfd-feature-list li:hover, .rgfd-feature-list li:focus-visible { transform: translateY(-3px); border-color: #b9d0f1; box-shadow: 0 13px 26px rgba(19,63,144,.12); outline: none; }
.rgfd-feature-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: #eaf2ff; color: #1f5eb5; font-size: 15px; }
.rgfd-feature-list li > b { position: absolute; top: 22px; right: 18px; color: #8ba2c1; font-family: Poppins, sans-serif; font-size: 12px; }
.rgfd-feature-list strong { display: block; margin-top: 22px; color: #26374f; font-size: clamp(15px,1.1vw,18px); line-height: 1.45; word-break: keep-all; }
.rgfd-feature-list p { position: absolute; inset: 0; z-index: 2; display: flex; align-items: flex-end; margin: 0; padding: 24px 20px; background: linear-gradient(180deg,rgba(7,29,58,.9),#071d3a); color: rgba(255,255,255,.88); font-size: clamp(13px,.9vw,15px); line-height: 1.65; word-break: keep-all; opacity: 0; transform: translateY(10px); pointer-events: none; transition: opacity .22s ease, transform .22s ease; }
.rgfd-feature-list li:hover p, .rgfd-feature-list li:focus-visible p { opacity: 1; transform: none; }
.rgfd-side-stack { display: grid; gap: 16px; align-content: start; }
.rgfd-side-stack.is-scope-only { grid-template-columns: 1fr; grid-template-rows: 1fr; align-content: stretch; }
.rgfd-side-stack.is-scope-only .rgfd-scope { height: 100%; }
.rgfd-scope ul { display: grid; gap: 0; margin: 14px 0 0; padding: 0; overflow: hidden; border: 1px solid #e2e8f1; border-radius: 10px; list-style: none; }
.rgfd-scope li { min-height: 70px; display: grid; grid-template-columns: 38px minmax(0,1fr); gap: 11px; align-items: center; padding: 10px 12px; background: #f5f8fd; }
.rgfd-scope li + li { border-top: 1px solid #e1e8f2; }
.rgfd-scope li > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 9px; background: #fff; color: #2c67bd; font-size: 14px; }
.rgfd-scope small { display: block; margin-bottom: 5px; color: #7890ae; font-size: 12px; font-weight: 800; }
.rgfd-scope strong { display: block; color: #33465f; font-size: 14px; line-height: 1.5; word-break: keep-all; }
.rgfd-media-section { margin-top: 16px; padding: 26px; }
.rgfd-panel-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.rgfd-panel-heading-copy { min-width: 0; }
.rgfd-panel-heading p { margin: 0; color: #7b8a9e; font-size: 14px; }
.rgfd-panel-heading-copy p { margin-top: 5px; }
.rgfd-gallery { display: flex; flex-wrap: nowrap; gap: 14px; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: none; }
.rgfd-gallery::-webkit-scrollbar { display: none; }
.rgfd-gallery > .rgfd-gallery-card { flex: 0 0 calc((100% - 42px) / 4); }
.rgfd-gallery-card { position: relative; height: 205px; margin: 0; overflow: hidden; border: 1px solid #e2e7ef; border-radius: 10px; background: #fff; }
.rgfd-gallery-card > .rgfd-screen-zoom { width: 100%; height: 100%; display: block; overflow: hidden; padding: 0; border: 0; background: #fff; cursor: zoom-in; }
.rgfd-gallery-card.is-featured > .rgfd-screen-zoom { height: 100%; }
.rgfd-gallery-card img { width: 100%; height: 100%; display: block; object-fit: fill; object-position: center; background: #fff; transition: transform .3s ease; }
.rgfd-gallery-card .rgfd-screen-zoom:hover img, .rgfd-gallery-card .rgfd-screen-zoom:focus-visible img { transform: scale(1.025); }
.rgfd-resources { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; align-content: start; padding: 22px 26px 26px; }
.rgfd-resources h2 { grid-column: 1 / -1; }
.rgfd-resources > button { width: 100%; min-height: 78px; display: grid; grid-template-columns: 22px minmax(0,1fr) 12px; gap: 6px; align-items: center; padding: 10px; border: 1px solid #e2e8f1; border-radius: 9px; color: #376fc3; text-align: left; cursor: pointer; }
.rgfd-resources > button > span strong, .rgfd-resources > button > span small { display: block; }
.rgfd-resources > button > span strong { color: #2c3b51; font-size: 13px; white-space: nowrap; }
.rgfd-resources > button > span small { margin-top: 5px; color: #7d8999; font-size: 12px; line-height: 1.45; }
.rgfd-resources > button > i:last-child { font-size: 12px; }
.rgfd-resources > button.is-download { border-color: #d7dee8; background: #f4f6f9; }
.rgfd-resources > button.is-download:hover, .rgfd-resources > button.is-download:focus-visible { border-color: #9aabc2; background: #edf1f6; box-shadow: 0 8px 18px rgba(27,46,72,.08); }
.rgfd-resources > button.is-download > i:first-child { color: #a0a9b6; }
.rgfd-contact { background: #fff; }
.rgfd-contact .sp-contact-info { font-size: calc(19px + 2pt); line-height: 1.5; }
.rgfd-contact .sp-contact-info i { font-size: 17px; }
.rgfd-zoom-modal { position: fixed; inset: 0; z-index: 9999; display: flex; align-items: center; justify-content: center; padding: 42px 92px; background: rgba(3,10,22,.84); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .24s ease, visibility .24s ease; }
.rgfd-zoom-modal { display: none !important; }
.rgfd-zoom-modal.active { opacity: 1; visibility: visible; pointer-events: auto; }
.rgfd-zoom-dialog { position: relative; max-width: min(1280px, calc(100vw - 184px)); max-height: calc(100vh - 84px); opacity: 0; transform: scale(.965); transition: opacity .24s ease, transform .24s ease; }
.rgfd-zoom-modal.active .rgfd-zoom-dialog { opacity: 1; transform: scale(1); }
.rgfd-zoom-dialog > img { display: block; max-width: 100%; max-height: calc(100vh - 84px); width: auto; height: auto; background: #fff; border-radius: 10px; box-shadow: 0 26px 70px rgba(0,0,0,.38); }
.rgfd-zoom-close { position: absolute; right: 12px; top: 12px; z-index: 3; width: 42px; height: 42px; border: 0; border-radius: 50%; background: rgba(7,29,58,.86); color: #fff; font-size: 24px; line-height: 1; display: flex; align-items: center; justify-content: center; cursor: pointer; }
.rgfd-zoom-nav { position: absolute; top: 50%; z-index: 6; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.82); border-radius: 50%; background: rgba(31,99,199,.96); color: #fff; font-size: 26px; line-height: 1; display: none; align-items: center; justify-content: center; cursor: pointer; pointer-events: auto; touch-action: manipulation; box-shadow: 0 12px 30px rgba(15,75,166,.42), 0 0 0 3px rgba(47,114,214,.16); transform: translateY(-50%); transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.rgfd-zoom-nav:hover, .rgfd-zoom-nav:focus-visible { border-color: #fff; background: #2f72d6; box-shadow: 0 14px 34px rgba(22,91,192,.5), 0 0 0 4px rgba(92,151,239,.22); transform: translateY(-50%) scale(1.04); }
.rgfd-zoom-prev { left: -68px; }
.rgfd-zoom-next { right: -68px; }
.rgfd-zoom-dialog.has-gallery .rgfd-zoom-nav { display: flex; }
.rgfd-zoom-caption { position: absolute; left: 0; right: 0; bottom: -34px; color: #fff; font-size: 15px; line-height: 1.4; text-align: center; opacity: .78; }
.rgfd-zoom-count { position: absolute; right: 0; bottom: -34px; color: #fff; font-size: 14px; line-height: 1.4; font-weight: 700; opacity: .72; }
.rgfd-zoom-dialog.has-gallery .rgfd-zoom-caption { right: 72px; text-align: left; }
.rgfd-zoom-bottom-nav { position: absolute; bottom: -52px; z-index: 6; width: 34px; height: 34px; display: none; align-items: center; justify-content: center; padding: 0; border: 1px solid rgba(255,255,255,.78); border-radius: 50%; background: rgba(37,102,194,.96); color: #fff; font-size: 18px; line-height: 1; cursor: pointer; pointer-events: auto; touch-action: manipulation; box-shadow: 0 8px 20px rgba(15,75,166,.38), 0 0 0 2px rgba(47,114,214,.15); transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.rgfd-zoom-dialog.has-bottom-gallery-nav .rgfd-zoom-bottom-nav { display: flex; }
.rgfd-zoom-bottom-nav:hover,
.rgfd-zoom-bottom-nav:focus-visible { border-color: #fff; background: #3b7ddd; box-shadow: 0 10px 24px rgba(22,91,192,.46), 0 0 0 3px rgba(92,151,239,.2); transform: scale(1.05); }
.rgfd-zoom-bottom-prev { left: calc(50% - 42px); }
.rgfd-zoom-bottom-next { left: calc(50% + 8px); }
.rgfd-zoom-dialog.has-bottom-gallery-nav .rgfd-zoom-caption { right: calc(50% + 68px); }
.rgfd-zoom-dialog.has-bottom-gallery-nav,
.rgfd-zoom-dialog.has-bottom-gallery-nav > img { max-height: calc(100vh - 116px); }

@media (min-width: 1281px) {
    .rgfd-side-stack { height: 100%; grid-template-rows: auto 1fr; }
    .rgfd-overview-grid.is-compact-overview { --rgfd-fixed-overview-height: 400px; grid-template-columns: minmax(0,1.8fr) minmax(300px,.65fr); align-items: start; }
    .rgfd-overview-grid.is-compact-overview > .rgfd-capabilities,
    .rgfd-overview-grid.is-compact-overview > .rgfd-side-stack,
    .rgfd-overview-grid.is-compact-overview > .rgfd-side-stack > .rgfd-scope { height: var(--rgfd-fixed-overview-height); min-height: var(--rgfd-fixed-overview-height); max-height: var(--rgfd-fixed-overview-height); overflow: hidden; }
    .rgfd-overview-grid.is-compact-overview > .rgfd-capabilities { grid-template-rows: auto auto; align-content: start; }
    .rgfd-overview-grid.is-compact-overview .rgfd-feature-list { height: 280px; grid-auto-rows: minmax(0,1fr); align-self: start; }
    .rgfd-overview-grid.is-compact-overview .rgfd-feature-list li { min-height: 0; padding: 18px; }
    .rgfd-overview-grid.is-compact-overview .rgfd-feature-list .rgfd-feature-icon { width: 42px; height: 42px; font-size: 15px; }
    .rgfd-overview-grid.is-compact-overview .rgfd-feature-list li > b { top: 18px; right: 16px; font-size: 12px; }
    .rgfd-overview-grid.is-compact-overview .rgfd-feature-list strong { margin-top: 16px; font-size: clamp(15px,1.1vw,18px); }
    .rgfd-overview-grid.is-compact-overview .rgfd-feature-list p { padding: 20px 18px; font-size: clamp(13px,.9vw,15px); line-height: 1.65; }
    .rgfd-overview-grid.is-compact-overview .rgfd-feature-list.is-three li { padding: 26px 24px; }
    .rgfd-overview-grid.is-compact-overview .rgfd-feature-list.is-three .rgfd-feature-icon { width: 56px; height: 56px; border-radius: 14px; font-size: 20px; }
    .rgfd-overview-grid.is-compact-overview .rgfd-feature-list.is-three li > b { top: 26px; right: 22px; font-size: 14px; }
    .rgfd-overview-grid.is-compact-overview .rgfd-feature-list.is-three strong { margin-top: 26px; font-size: clamp(20px,1.45vw,23px); line-height: 1.4; }
    .rgfd-overview-grid.is-compact-overview .rgfd-feature-list.is-three p { padding: 28px 24px; font-size: clamp(15px,1.1vw,17px); line-height: 1.72; }
    .rgfd-overview-grid.is-compact-overview .rgfd-scope ul { height: 280px; grid-template-rows: repeat(4,minmax(0,1fr)); margin-top: 18px; }
    .rgfd-overview-grid.is-compact-overview .rgfd-scope li { min-height: 0; }
    .rgfd-overview-grid.is-compact-overview .sp-psu-specs { height: 280px; align-self: start; overflow: hidden; }
    .rgfd-overview-grid.is-compact-overview .sp-psu-model-tabs { padding: 4px; }
    .rgfd-overview-grid.is-compact-overview .sp-psu-model-tabs button { min-height: 44px; padding: 8px 10px; }
    .rgfd-overview-grid.is-compact-overview .sp-psu-spec-grid { height: 212px; grid-template-rows: repeat(2,minmax(0,1fr)); }
    .rgfd-overview-grid.is-compact-overview .sp-psu-spec-grid > div { min-height: 0; padding: 14px 16px; }
    .rgfd-overview-grid.is-compact-overview .sp-psu-spec-grid dd { margin-top: 10px; font-size: clamp(15px,1.1vw,18px); }
}

@media (min-width: 901px) {
    .rgfd-zoom-dialog.has-fixed-desktop-stage { width: min(1280px,calc(100vw - 184px)); height: calc(100vh - 116px); max-width: min(1280px,calc(100vw - 184px)); max-height: calc(100vh - 116px); display: flex; align-items: center; justify-content: center; }
    .rgfd-zoom-dialog.has-fixed-desktop-stage > img { max-width: 100%; max-height: 100%; object-fit: contain; }
}

@media (max-width: 1280px) {
    .sp-wrap { width: min(1120px, calc(100% - 48px)); }
    .sp-product-page-banner { padding-top: 90px; }
    .sp-hero { height: 600px; min-height: 600px; border-radius: 0 0 70px 70px; }
    .sp-hero-inner { width: 95%; max-width: none; padding-top: 82px; }
    .sp-hero h1 { margin-bottom: 40px; font-size: 50px; }
    .sp-detail-hero { height: 600px; min-height: 600px; border-radius: 0 0 70px 70px; }
    .sp-detail-hero-inner { width: 95%; max-width: none; padding-top: 82px; }
    .sp-detail-hero h1 { margin-bottom: 40px; font-size: 50px; }
    .sp-group-nav { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .sp-group-nav.is-fixed {
        display: flex;
        gap: 6px;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scrollbar-width: none;
    }
    .sp-group-nav.is-fixed::-webkit-scrollbar { display: none; }
    .sp-group-nav.is-fixed .sp-group-button { flex: 0 0 auto; width: auto; min-width: 160px; }
    .sp-group-panel { padding: 56px 0 62px; }
    .sp-group-panel:first-child { padding-top: 34px; }
    .sp-panel-head h3 { font-size: 3.5rem; }
    .sp-panel-head p { padding: 30px; font-size: 1.6rem; }
    .rgfd-overview-grid { grid-template-columns: 1fr; }
    .rgfd-side-stack { grid-column: auto; grid-template-columns: repeat(2, minmax(0,1fr)); align-items: start; }
    .rgfd-scope ul { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .rgfd-scope li + li { border-top: 0; border-left: 0; }
    .rgfd-scope li:nth-child(even) { border-left: 1px solid #e1e8f2; }
    .rgfd-scope li:nth-child(n+3) { border-top: 1px solid #e1e8f2; }
    .rgfd-gallery > .rgfd-gallery-card { flex-basis: calc((100% - 14px) / 2); }
    .sp-unified-representative-grid > .sp-unified-representative-card { flex-basis: calc((100% - 14px) / 2); }
}

@media (max-width: 900px) {
    .sp-wrap { width: calc(100% - 36px); }
    .sp-product-page-banner { padding-top: 76px; }
    .sp-product-page-banner + .sp-explorer { padding-top: 50px; }
    .sp-hero { height: 520px; min-height: 520px; border-radius: 0 0 50px 50px; }
    .sp-hero-inner { width: calc(100% - 36px); padding-top: 72px; }
    .sp-hero .sp-kicker { font-size: 14px; }
    .sp-hero h1 { margin: 12px 0 26px; font-size: 40px; }
    .sp-detail-hero { height: 520px; min-height: 520px; border-radius: 0 0 50px 50px; }
    .sp-detail-hero-inner { width: calc(100% - 36px); padding-top: 72px; }
    .sp-detail-hero .sp-kicker { font-size: 14px; }
    .sp-detail-hero h1 { margin: 12px 0 26px; font-size: 40px; }
    .sp-breadcrumb { gap: 14px; font-size: 14px; }
    .sp-hero-copy { font-size: 16px; line-height: 1.75; }
    .sp-intro h2, .sp-section-head h2 { font-size: 30px; }
    .sp-explorer-shell { display: block; }
    .sp-group-nav-wrap { display: none; min-height: 0; }
    .sp-group-nav { display: none; }
    .sp-group-panels { display: grid; margin-top: 0; }
    .sp-group-panel { display: block; min-height: 0; padding: 44px 0 48px; overflow: visible; border-radius: 0; box-shadow: none; }
    .sp-group-panel:first-child { padding-top: 20px; }
    .sp-group-panel:last-child { padding-bottom: 0; }
    .sp-mobile-group-trigger { display: none; }
    .sp-mobile-group-trigger .sp-nav-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 10px; background: #eef4ff; color: var(--sp-blue); }
    .sp-mobile-group-trigger strong { font-size: 16px; line-height: 1.35; }
    .sp-mobile-group-trigger i:last-child { color: var(--sp-blue); transition: transform .2s ease; }
    .sp-group-panel.is-active .sp-mobile-group-trigger i:last-child { transform: rotate(180deg); }
    .sp-panel-body { display: block; padding: 0; }
    .sp-panel-head { display: block; padding: 0; }
    .sp-panel-icon { display: none; }
    .sp-panel-head h3 { font-size: 3.5rem; }
    .sp-product-grid { grid-template-columns: 1fr; }
    .sp-product-card { min-height: 235px; padding: 24px; }
    .sp-product-card.has-image { display: block; aspect-ratio: auto; min-height: 0; padding: 0; background: #071d3a; }
    .sp-product-card.has-image .sp-product-visual { position: relative; inset: auto; z-index: 0; display: block; width: 100%; aspect-ratio: 10 / 7; background: #eef2f7; }
    .sp-product-card.has-image .sp-product-visual img { object-fit: contain; object-position: center; transform: none; }
    .sp-product-card.is-image-placeholder .sp-product-visual { display: grid; }
    .sp-product-card.has-image .sp-product-card-body { position: absolute; inset: 0 0 auto; z-index: 1; width: 100%; height: auto; min-height: 0; aspect-ratio: 10 / 7; padding: 24px; }
    .sp-product-hover-copy { position: relative; inset: auto; z-index: 2; display: flex; max-height: 0; padding: 0 24px; overflow: hidden; background: #071d3a; opacity: 0; transform: none; transition: max-height .3s ease, padding .3s ease, opacity .2s ease; }
    .sp-product-hover-copy strong { display: none; }
    .sp-product-hover-copy span { display: block; margin-top: 0; }
    .sp-product-hover-copy em { margin-top: 16px; }
    .sp-product-card.has-image.is-mobile-expanded .sp-product-hover-copy { max-height: 420px; padding: 22px 24px 24px; opacity: 1; transform: none; }
    .sp-verification-basic { gap: 46px; }
    .sp-verification-category + .sp-verification-category { padding-top: 46px; }
    .sp-robosim-showcase,
    .sp-robosim-showcase.is-options-open { grid-template-columns: 1fr; }
    .sp-robosim-showcase .sp-robosim-card-slot { width: 100%; }
    .sp-robosim-direction-hint {
        top: auto;
        right: 50%;
        bottom: 14px;
        width: 28px;
        height: 28px;
        min-height: 0;
        display: inline-flex;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        transform: translateX(50%);
    }
    .sp-robosim-showcase.is-options-open .sp-robosim-direction-hint {
        transform: translate(50%, 8px);
    }
    .sp-robosim-showcase.is-options-open { gap: 0; }
    .sp-robosim-showcase.is-options-open .sp-robosim-card { border-radius: 15px; }
    .sp-robosim-showcase .sp-robosim-options-panel {
        width: 100%;
        min-width: 0;
        padding: 14px;
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: auto auto auto;
        border: 1px solid #cbd9ea;
        border-radius: 15px;
        box-sizing: border-box;
    }
    .sp-robosim-showcase .sp-robosim-card { height: auto; min-height: 0; aspect-ratio: 10 / 7; }
    .sp-robosim-showcase .sp-robosim-options-panel { height: auto; min-height: 0; }
    .sp-robosim-showcase .sp-robosim-explorer-head { grid-column: 1; }
    .sp-robosim-showcase .sp-robosim-option-preview { width: 100%; height: auto; grid-template-rows: auto auto; }
    .sp-robosim-showcase .sp-robosim-option-image { height: auto; aspect-ratio: 16 / 9; }
    .sp-robosim-options-panel { grid-template-columns: minmax(0, 1fr); padding: 18px; }
    .sp-robosim-options-panel .sp-robosim-option-preview { order: 1; }
    .sp-robosim-showcase .sp-robosim-options-panel .sp-robosim-option-links {
        order: 2;
        width: 100%;
        min-width: 0;
        height: auto;
        max-height: 340px;
        padding-right: 3px;
    }
    .rgfd-robosim-option-layout { grid-template-columns: 1fr; }
    .rgfd-robosim-option-layout > .sp-robosim-option-links { max-height: 340px; padding-right: 3px; }
    .rgfd-robosim-option-detail { order: -1; }
    .sp-detail-main { padding: 70px 0 88px; }
    .sp-detail-section + .sp-detail-section { margin-top: 82px; }
    .sp-detail-section-head { grid-template-columns: 48px minmax(0, 1fr); gap: 16px; margin-bottom: 28px; }
    .sp-section-number { width: 48px; height: 48px; }
    .sp-detail-section-head h2 { font-size: 28px; }
    .sp-capability-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .sp-operation-board { grid-template-columns: 1fr; padding: 22px; }
    .sp-operation-flow { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .sp-scope-row { grid-template-columns: 170px minmax(0, 1fr); }
    .sp-detail-summary, .sp-detail-grid { grid-template-columns: 1fr; }
    .sp-detail-block.is-wide { grid-column: auto; }
    .sp-detail-copy, .sp-summary-box, .sp-detail-block { padding: 28px; }
    .rgf-fact-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .rgf-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .rgf-gallery-image { height: 270px; }
    .rgf-gallery-image > span { opacity: 1; transform: none; }
    .rgf-hero-copy { font-size: 16px; }
    .rgfd-shell { width: calc(100% - 30px); padding-top: 32px; }
    .rgfd-intro-grid, .rgfd-overview-grid { grid-template-columns: 1fr; }
    .rgfd-feature-list { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .sp-unified-detail-shell .rgfd-feature-list.is-five { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .rgfd-intro-card { min-height: 0; grid-template-columns: 1fr; padding: 0; }
    .rgfd-intro-copy { padding: 38px; }
    .rgfd-main-visual { min-height: 360px; }
    .sp-psu-spec-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .rgfd-side-stack { grid-column: auto; grid-template-columns: 1fr; }
    .rgfd-scope ul { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .rgfd-scope li + li { border-left: 0; }
    .rgfd-scope li:nth-child(even) { border-left: 1px solid #e1e8f2; }
    .rgfd-scope li:nth-child(n+3) { border-top: 1px solid #e1e8f2; }
    .rgfd-product-relations-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
    .sp-wrap { width: calc(100% - 28px); }
    .sp-product-page-banner { padding-top: 58px; }
    .sp-product-page-banner + .sp-explorer { padding-top: 38px; }
    .sp-hero { height: 590px; min-height: 590px; border-radius: 0; }
    .sp-hero-inner { width: calc(100% - 28px); padding-top: 86px; }
    .sp-hero h1 { font-size: 35px; }
    .sp-panel-head h3 { font-size: 3rem; }
    .sp-verification-subhead h3 { font-size: 3rem; }
    .sp-robosim-options-panel { padding: 14px; }
    .sp-robosim-explorer-head { align-items: flex-start; }
    .sp-robosim-explorer-head strong { font-size: 19px; }
    .sp-robosim-options-panel .sp-robosim-option-links { grid-template-columns: 1fr; max-height: 340px; padding-right: 3px; }
    .sp-robosim-options-panel .sp-robosim-option-link { min-height: 52px; grid-template-columns: 30px minmax(0, 1fr) 10px; padding: 9px 11px; font-size: 13px; }
    .sp-robosim-options-panel .sp-robosim-option-preview figcaption { min-height: 0; padding: 17px; }
    .rgfd-robosim-options { padding: 18px; }
    .rgfd-robosim-option-layout .sp-robosim-option-link { min-height: 52px; grid-template-columns: 30px minmax(0, 1fr) 10px; padding: 9px 11px; font-size: 13px; }
    .rgfd-robosim-option-detail > div { padding: 18px; }
    .rgfd-product-relations { padding: 14px; }
    .rgfd-product-relation-group { padding: 14px; }
    .rgfd-product-relation-heading h2 { font-size: 17px; }
    .rgfd-product-relation-links { grid-template-columns: 1fr; }
    .rgfd-product-relation-links a { min-height: 50px; padding: 8px 11px; }
    .sp-panel-head p { padding: 20px; }
    .sp-detail-hero { height: 590px; min-height: 590px; border-radius: 0; }
    .sp-detail-hero-inner { width: calc(100% - 28px); padding-top: 86px; }
    .sp-detail-hero h1 { font-size: 35px; }
    .sp-hero-actions { display: grid; grid-template-columns: 1fr; }
    .sp-button { width: 100%; }
    .sp-breadcrumb { flex-wrap: wrap; }
    .sp-intro p { font-size: 15px; }
    .sp-product-card h4 { font-size: 23px; }
    .sp-contact-info { flex-direction: column; gap: 10px; }
    .sp-detail-section-head { grid-template-columns: 1fr; }
    .sp-section-number { width: 44px; height: 44px; }
    .sp-capability-grid, .sp-operation-flow { grid-template-columns: 1fr; }
    .sp-capability-card { min-height: 190px; }
    .sp-operation-board { padding: 16px; }
    .sp-scope-row { display: block; min-height: 0; }
    .sp-scope-row dt, .sp-scope-row dd { padding: 15px 18px; }
    .sp-scope-row dt { border-right: 0; border-bottom: 1px solid #e4ebf5; }
    .sp-detail-footer-nav { display: grid; }
    .sp-detail-footer-nav a { width: 100%; }
    .sp-detail-return, .sp-detail-return a { width: 100%; }
    .rgf-fact-list, .rgf-feature-grid { grid-template-columns: 1fr; }
    .rgf-gallery { grid-template-columns: 1fr; gap: 18px; }
    .rgf-gallery-image { height: 210px; }
    .rgf-gallery-card figcaption { padding: 20px; }
    .rgf-fact-list li { min-height: 100px; }
    .rgf-feature-card { min-height: 0; padding: 24px; }
    .rgfd-shell { width: calc(100% - 20px); padding-top: 22px; }
    .rgfd-intro-card { padding: 0; }
    .rgfd-intro-copy { padding: 28px 24px; }
    .rgfd-eyebrow { font-size: 14px; }
    .rgfd-intro-card .rgfd-product-name { font-size: 37px; }
    .rgfd-tags { flex-wrap: wrap; gap: 10px; overflow: visible; }
    .rgfd-hero-catalog { width: auto; }
    .rgfd-lead { margin-top: 18px; font-size: 14px; line-height: 1.72; }
    .rgfd-main-visual { min-height: 250px; }
    .rgfd-main-visual img { width: 100%; object-fit: contain; object-position: center; transform: none; }
    .sp-unified-product-visual.has-image img { width: 100%; transform: none; }
    .sp-unified-product-placeholder { width: calc(100% - 36px); padding: 30px 20px; }
    .sp-unified-product-placeholder > span { width: 66px; height: 66px; font-size: 27px; }
    .sp-unified-product-placeholder strong { font-size: 23px; }
    .rgfd-gallery > .rgfd-gallery-card,
    .sp-unified-representative-grid > .sp-unified-representative-card { flex-basis: 100%; }
    .sp-unified-representative-card { height: 215px; }
    .sp-representative-page-nav { width: 40px; height: 40px; font-size: 20px; }
    .sp-representative-page-nav.is-prev { left: -10px; }
    .sp-representative-page-nav.is-next { right: -10px; }
    .sp-psu-model-tabs { gap: 4px; padding: 4px; }
    .sp-psu-model-tabs button { min-height: 44px; padding: 8px 5px; font-size: 11px; }
    .sp-psu-spec-grid { grid-template-columns: 1fr; gap: 8px; }
    .sp-psu-spec-grid > div { min-height: 116px; padding: 17px 18px; }
    .sp-psu-spec-grid dd { margin-top: 16px; font-size: 17px; }
    .rgfd-capabilities, .rgfd-scope, .rgfd-media-section, .rgfd-resources { padding: 20px; }
    .rgfd-feature-list { grid-template-columns: 1fr; }
    .rgfd-feature-list strong { font-size: calc(15px + 2pt); }
    .rgfd-feature-list p { font-size: calc(13px + 2pt); }
    .sp-unified-detail-shell .rgfd-feature-list.is-three,
    .sp-unified-detail-shell .rgfd-feature-list.is-four,
    .sp-unified-detail-shell .rgfd-feature-list.is-five,
    .sp-unified-detail-shell .rgfd-feature-list.is-six { grid-template-columns: 1fr; }
    .sp-unified-detail-shell .rgfd-feature-list.is-three li,
    .sp-unified-detail-shell .rgfd-feature-list.is-four li { min-height: 165px; padding: 22px 20px; }
    .sp-unified-detail-shell .rgfd-feature-list.is-three .rgfd-feature-icon,
    .sp-unified-detail-shell .rgfd-feature-list.is-four .rgfd-feature-icon { width: 44px; height: 44px; font-size: 16px; }
    .sp-unified-detail-shell .rgfd-feature-list.is-three li > b,
    .sp-unified-detail-shell .rgfd-feature-list.is-four li > b { top: 22px; right: 18px; font-size: 12px; }
    .sp-unified-detail-shell .rgfd-feature-list.is-three strong,
    .sp-unified-detail-shell .rgfd-feature-list.is-four strong { margin-top: 22px; font-size: calc(17px + 2pt); }
    .sp-unified-detail-shell .rgfd-feature-list.is-three p,
    .sp-unified-detail-shell .rgfd-feature-list.is-four p { padding: 24px 20px; font-size: calc(14px + 2pt); line-height: 1.65; }
    .rgfd-feature-list li { min-height: 150px; padding: 20px; }
    .rgfd-scope ul { grid-template-columns: 1fr; }
    .rgfd-scope li:nth-child(even) { border-left: 0; }
    .rgfd-scope li:nth-child(n+2) { border-top: 1px solid #e1e8f2; }
    .rgfd-panel-heading { display: block; }
    .rgfd-panel-heading p { margin-top: 5px; }
    .rgfd-panel-heading > .rgfd-hero-catalog { margin-top: 12px; }
    .rgfd-gallery-card { height: 215px; }
    .rgfd-gallery-card > .rgfd-screen-zoom, .rgfd-gallery-card.is-featured > .rgfd-screen-zoom { height: 100%; }
    .rgfd-zoom-modal { padding: 18px 58px; }
    .rgfd-zoom-dialog { max-width: calc(100vw - 116px); max-height: calc(100vh - 72px); }
    .rgfd-zoom-dialog > img { max-height: calc(100vh - 72px); }
    .rgfd-zoom-nav { width: 40px; height: 40px; font-size: 22px; }
    .rgfd-zoom-prev { left: -48px; }
    .rgfd-zoom-next { right: -48px; }
    .rgfd-zoom-count { bottom: -30px; font-size: 13px; }
    .rgfd-resources { grid-template-columns: 1fr; }
    .rgfd-resources h2 { grid-column: auto; }
    .rgfd-contact .sp-contact-info { font-size: calc(17px + 2pt); }
}

@media (max-width: 780px) {
    .sp-panel-head h3 { font-size: 3rem; }
    .sp-panel-head p { padding: 20px; }
}

@media (max-width: 480px) {
    .sp-panel-head h3 { font-size: 2.5rem; }
}

@media (prefers-reduced-motion: reduce) {
    .shinil-products-page *, .shinil-products-page *::before, .shinil-products-page *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
