@charset "utf-8";

.skynew-wireframe-v2 {
  --wf-navy: #0B315D;
  --wf-blue: #2368B2;
  --wf-blue-dark: #124D88;
  --wf-light-blue: #EAF4FB;
  --wf-placeholder: #D8EAF5;
  --wf-placeholder-border: #B8D1E5;
  --wf-red: #D63B3F;
  --wf-red-soft: #FFF1F2;
  --wf-yellow: #F6C744;
  --wf-yellow-soft: #FFF8D8;
  --wf-orange: #F6C744;
  --wf-border: #CFE0EF;
  --wf-border-strong: #AFC9DF;
  --wf-text: #10213A;
  --wf-muted: #5E6E82;
  --wf-soft: #F4F9FD;
  --wf-soft-green: #EAF4FB;
  --wf-soft-amber: #FFF8D8;
  --wf-white: #FFFFFF;
  --wf-shadow: 0 14px 36px rgba(11, 49, 93, 0.12);
  color: var(--wf-text);
  background: transparent;
  font-family: "Yu Gothic", "Yu Gothic UI", "Meiryo", system-ui, sans-serif;
  line-height: 1.6;
  letter-spacing: 0;
  margin: 0;
  min-height: 0;
  width: 100%;
}

.skynew-wireframe-v2 *,
.skynew-wireframe-v2 *::before,
.skynew-wireframe-v2 *::after {
  box-sizing: border-box;
}

.skynew-wireframe-v2 [hidden] {
  display: none;
}

.skynew-wireframe-v2 .skynew-wf-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skynew-wireframe-v2 .skynew-wf-anchor {
  scroll-margin-top: 170px;
}

.skynew-wireframe-v2 .skynew-wf-lucide {
  width: 1em;
  height: 1em;
  flex: 0 0 auto;
  display: inline-block;
  stroke: currentColor;
}

.skynew-wireframe-v2 .skynew-wf-shell {
  min-height: 0;
}

.skynew-wireframe-v2 .skynew-wf-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid var(--wf-border);
  box-shadow: 0 10px 24px rgba(11, 49, 93, 0.06);
  backdrop-filter: blur(12px);
}

.skynew-wireframe-v2 .skynew-wf-header-info {
  border-bottom: 0;
  background: var(--wf-navy);
  color: var(--wf-white);
}

.skynew-wireframe-v2 .skynew-wf-header-info-inner {
  max-width: 1280px;
  min-height: 30px;
  margin: 0 auto;
  padding: 5px 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px 44px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
}

.skynew-wireframe-v2 .skynew-wf-header-info-inner span {
  min-height: 24px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-radius: 0;
  background: transparent;
}

.skynew-wireframe-v2 .skynew-wf-header-info-inner span:first-child {
  background: transparent;
  color: var(--wf-white);
}

.skynew-wireframe-v2 .skynew-wf-header-info-inner .skynew-wf-lucide {
  width: 18px;
  height: 18px;
}

.skynew-wireframe-v2 .skynew-wf-header-main {
  max-width: 1280px;
  min-height: 98px;
  margin: 0 auto;
  padding: 16px 28px 14px;
  display: grid;
  grid-template-columns: minmax(210px, 250px) minmax(420px, 1fr) minmax(320px, auto);
  align-items: center;
  gap: 26px;
}

.skynew-wireframe-v2 .skynew-wf-brand {
  display: grid;
  gap: 4px;
  justify-items: start;
  color: inherit;
  text-decoration: none;
}

.skynew-wireframe-v2 .skynew-wf-brand-logo {
  display: block;
  width: 190px;
  max-width: 100%;
  height: auto;
}

.skynew-wireframe-v2 .skynew-wf-brand-copy {
  color: var(--wf-navy);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.skynew-wireframe-v2 .skynew-wf-search {
  max-width: 620px;
  width: 100%;
  justify-self: center;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0;
}

.skynew-wireframe-v2 .skynew-wf-search-input,
.skynew-wireframe-v2 .skynew-wf-ai-input {
  width: 100%;
  min-height: 48px;
  border: 1px solid #BFD7EB;
  border-radius: 6px;
  background: var(--wf-white);
  color: var(--wf-text);
  font: inherit;
  font-size: 14px;
}

.skynew-wireframe-v2 .skynew-wf-search-input {
  padding: 0 14px;
}

.skynew-wireframe-v2 .skynew-wf-search .skynew-wf-search-input {
  min-height: 54px;
  padding: 0 20px;
  border-radius: 6px 0 0 6px;
  border-right: 0;
  font-size: 15px;
}

.skynew-wireframe-v2 .skynew-wf-search-button {
  min-width: 112px;
  min-height: 54px;
  border: 1px solid var(--wf-blue);
  border-radius: 6px;
  border-radius: 0 6px 6px 0;
  background: var(--wf-blue);
  color: var(--wf-white);
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  box-shadow: inset 0 -2px 0 rgba(11, 49, 93, 0.18);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.skynew-wireframe-v2 .skynew-wf-search-button .skynew-wf-lucide {
  width: 22px;
  height: 22px;
}

.skynew-wireframe-v2 .skynew-wf-search-button:hover {
  background: var(--wf-blue-dark);
}

.skynew-wireframe-v2 .skynew-wf-utility,
.skynew-wireframe-v2 .skynew-wf-smp-utility {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

.skynew-wireframe-v2 .skynew-wf-utility-link {
  min-width: 62px;
  min-height: 60px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 4px 6px;
  border-radius: 6px;
  color: var(--wf-navy);
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
  white-space: nowrap;
}

.skynew-wireframe-v2 .skynew-wf-utility-icon {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--wf-navy);
}

.skynew-wireframe-v2 .skynew-wf-utility-icon .skynew-wf-lucide {
  width: 27px;
  height: 27px;
}

.skynew-wireframe-v2 .skynew-wf-utility-cta {
  padding: 0 12px;
  border: 1px solid var(--wf-blue);
  background: var(--wf-blue);
  color: var(--wf-white);
  font-weight: 900;
}

.skynew-wireframe-v2 .skynew-wf-utility-cta:hover {
  background: var(--wf-blue-dark);
  color: var(--wf-white);
}

.skynew-wireframe-v2 .skynew-wf-global-nav {
  position: relative;
  max-width: 1280px;
  min-height: 50px;
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  border-top: 1px solid #D7E2EC;
}

.skynew-wireframe-v2 .skynew-wf-nav-item {
  position: static;
}

.skynew-wireframe-v2 .skynew-wf-nav-link,
.skynew-wireframe-v2 .skynew-wf-mobile-link {
  color: #243550;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 800;
  line-height: 1.3;
}

.skynew-wireframe-v2 .skynew-wf-nav-link {
  display: inline-flex;
  align-items: center;
  min-height: 50px;
  padding: 0 21px;
  font-size: 13px;
  white-space: nowrap;
}

.skynew-wireframe-v2 .skynew-wf-nav-link::after {
  content: "";
  width: 6px;
  height: 6px;
  margin-left: 8px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}

.skynew-wireframe-v2 .skynew-wf-nav-link:hover,
.skynew-wireframe-v2 .skynew-wf-mobile-link:hover,
.skynew-wireframe-v2 .skynew-wf-utility-link:hover,
.skynew-wireframe-v2 .skynew-wf-footer-link:hover {
  color: var(--wf-blue-dark);
  background: var(--wf-light-blue);
}

.skynew-wireframe-v2 .skynew-wf-mega-menu {
  position: absolute;
  left: 28px;
  right: 28px;
  top: calc(100% - 8px);
  z-index: 45;
  visibility: hidden;
  opacity: 0;
  transform: translateY(6px);
  pointer-events: none;
  padding: 18px;
  border: 1px solid #BCD3E8;
  border-radius: 8px;
  background: var(--wf-white);
  box-shadow: 0 18px 44px rgba(11, 49, 93, 0.16);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.skynew-wireframe-v2 .skynew-wf-nav-item:hover > .skynew-wf-mega-menu,
.skynew-wireframe-v2 .skynew-wf-nav-item:focus-within > .skynew-wf-mega-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.skynew-wireframe-v2 .skynew-wf-mega-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.skynew-wireframe-v2 .skynew-wf-mega-grid-compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.skynew-wireframe-v2 .skynew-wf-mega-title {
  margin: 0 0 10px;
  color: var(--wf-blue-dark);
  font-size: 13px;
  font-weight: 900;
}

.skynew-wireframe-v2 .skynew-wf-mega-column {
  min-width: 0;
}

.skynew-wireframe-v2 .skynew-wf-mega-menu a {
  min-height: 40px;
  padding: 9px 12px;
  display: flex;
  align-items: center;
  border-radius: 6px;
  background: var(--wf-soft);
  color: #26384F;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.skynew-wireframe-v2 .skynew-wf-mega-menu a + a {
  margin-top: 8px;
}

.skynew-wireframe-v2 .skynew-wf-mega-grid-compact a + a {
  margin-top: 0;
}

.skynew-wireframe-v2 .skynew-wf-mega-menu a:hover,
.skynew-wireframe-v2 .skynew-wf-mega-menu a:focus-visible {
  background: var(--wf-light-blue);
  color: var(--wf-blue-dark);
}

.skynew-wireframe-v2 .skynew-wf-menu-toggle {
  display: none;
  min-width: 48px;
  min-height: 48px;
  border: 1px solid var(--wf-blue);
  border-radius: 6px;
  background: var(--wf-white);
  color: var(--wf-blue);
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.skynew-wireframe-v2 .skynew-wf-menu-line {
  width: 18px;
  height: 12px;
  display: inline-block;
  margin-right: 6px;
  border-top: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  position: relative;
}

.skynew-wireframe-v2 .skynew-wf-menu-line::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 4px;
  border-top: 2px solid currentColor;
}

.skynew-wireframe-v2 .skynew-wf-mobile-menu {
  padding: 10px 18px 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  border-top: 1px solid var(--wf-border);
  background: var(--wf-white);
}

.skynew-wireframe-v2 .skynew-wf-mobile-link {
  min-height: 48px;
  padding: 14px;
  display: flex;
  align-items: center;
  background: var(--wf-soft);
  border: 1px solid var(--wf-border);
  font-size: 14px;
}

.skynew-wireframe-v2 .skynew-wf-section-inner {
  width: min(100% - 56px, 1280px);
  margin: 0 auto;
}

.skynew-wireframe-v2 .skynew-wf-hero {
  position: relative;
  overflow: hidden;
  background: #EDF2F8 url("https://www.skynew.jp/pic-labo/TOPback.jpg") center / cover no-repeat;
  border-bottom: 1px solid var(--wf-border);
}

.skynew-wireframe-v2 .skynew-wf-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.62));
  pointer-events: none;
}

.skynew-wireframe-v2 .skynew-wf-hero-bg-label {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: min(100%, 1440px);
  transform: translateX(-50%);
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: transparent;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.55;
  text-align: center;
  text-shadow: none;
  pointer-events: none;
}

.skynew-wireframe-v2 .skynew-wf-hero-grid {
  position: relative;
  z-index: 1;
  min-height: 0;
  padding-top: 44px;
  padding-bottom: 26px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    "banner"
    "copy"
    "ai";
  align-items: start;
  gap: 34px;
}

.skynew-wireframe-v2 .skynew-wf-hero-copy {
  grid-area: copy;
  max-width: 860px;
}

.skynew-wireframe-v2 .skynew-wf-ai-card {
  grid-area: ai;
}

.skynew-wireframe-v2 .skynew-wf-brand-banner {
  grid-area: banner;
  aspect-ratio: auto;
  font-size: 16px;
}

.skynew-wireframe-v2 .skynew-wf-brand-banner.skynew-wf-image {
  min-height: 92px;
  height: 92px;
  max-height: 92px;
}

.skynew-wireframe-v2 .skynew-wf-eyebrow,
.skynew-wireframe-v2 .skynew-wf-section-kicker,
.skynew-wireframe-v2 .skynew-wf-card-kicker {
  margin: 0;
  color: #A32E36;
  font-weight: 900;
  line-height: 1.35;
}

.skynew-wireframe-v2 .skynew-wf-eyebrow {
  font-size: 15px;
}

.skynew-wireframe-v2 .skynew-wf-hero-title {
  margin: 0;
  color: var(--wf-navy);
  font-size: 52px;
  line-height: 1.25;
  font-weight: 900;
}

.skynew-wireframe-v2 .skynew-wf-hero-lead {
  max-width: 760px;
  margin: 22px 0 0;
  color: #425E7F;
  font-size: 18px;
  line-height: 1.9;
}

.skynew-wireframe-v2 .skynew-wf-trust-list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.skynew-wireframe-v2 .skynew-wf-trust-item {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid #BDD5EA;
  border-radius: 6px;
  background: var(--wf-white);
  color: var(--wf-navy);
  font-size: 12px;
  font-weight: 800;
}

.skynew-wireframe-v2 .skynew-wf-hero-actions,
.skynew-wireframe-v2 .skynew-wf-ai-actions {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.skynew-wireframe-v2 .skynew-wf-button,
.skynew-wireframe-v2 .skynew-wf-control-button,
.skynew-wireframe-v2 .skynew-wf-icon-button,
.skynew-wireframe-v2 .skynew-wf-mini-link {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.skynew-wireframe-v2 .skynew-wf-button {
  padding: 0 22px;
  border: 1px solid var(--wf-blue);
}

.skynew-wireframe-v2 .skynew-wf-button-primary {
  background: var(--wf-blue);
  color: var(--wf-white);
  box-shadow: inset 0 -2px 0 rgba(11, 49, 93, 0.18);
}

.skynew-wireframe-v2 .skynew-wf-button-primary:hover {
  background: var(--wf-blue-dark);
}

.skynew-wireframe-v2 .skynew-wf-button-secondary {
  background: var(--wf-white);
  color: var(--wf-blue);
}

.skynew-wireframe-v2 .skynew-wf-button-secondary:hover,
.skynew-wireframe-v2 .skynew-wf-button-quiet:hover,
.skynew-wireframe-v2 .skynew-wf-mini-link:hover {
  border-color: #9DC4E6;
  background: var(--wf-light-blue);
  color: var(--wf-blue-dark);
}

.skynew-wireframe-v2 .skynew-wf-button-quiet {
  border-color: var(--wf-border);
  background: var(--wf-soft);
  color: var(--wf-muted);
}

.skynew-wireframe-v2 .skynew-wf-image {
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  border: 1px solid var(--wf-placeholder-border);
  border-radius: 8px;
  background: linear-gradient(135deg, #CFE4F1, var(--wf-placeholder));
  color: var(--wf-white);
  font-weight: 900;
  line-height: 1.45;
  text-align: center;
  text-shadow: 0 1px 3px rgba(11, 49, 93, 0.34);
}

.skynew-wireframe-v2 .skynew-wf-image-hero {
  min-height: 260px;
  aspect-ratio: 16 / 10;
  font-size: 18px;
}

.skynew-wireframe-v2 .skynew-wf-image-banner {
  min-height: 250px;
  height: 100%;
  font-size: 18px;
}

.skynew-wireframe-v2 .skynew-wf-product-image.skynew-wf-image-banner {
  width: 100%;
  min-height: 0;
  height: auto;
  aspect-ratio: auto;
  display: block;
  padding: 0;
  border: 1px solid var(--wf-placeholder-border);
  border-radius: 8px;
  background: #101734;
  object-fit: contain;
}

.skynew-wireframe-v2 .skynew-wf-image-product {
  min-height: 96px;
  aspect-ratio: 4 / 3;
  font-size: 14px;
}

.skynew-wireframe-v2 .skynew-wf-image-industry {
  min-height: 94px;
  aspect-ratio: 20 / 9;
  font-size: 14px;
}

.skynew-wireframe-v2 .skynew-wf-image-usecase {
  height: 96px;
  min-height: 0;
  aspect-ratio: auto;
  font-size: 14px;
}

.skynew-wireframe-v2 .skynew-wf-image-usecase-primary {
  height: 96px;
  min-height: 0;
  aspect-ratio: auto;
  font-size: 15px;
}

.skynew-wireframe-v2 .skynew-wf-ai-card,
.skynew-wireframe-v2 .skynew-wf-card,
.skynew-wireframe-v2 .skynew-wf-product-card,
.skynew-wireframe-v2 .skynew-wf-category-panel,
.skynew-wireframe-v2 .skynew-wf-drawer-panel {
  background: var(--wf-white);
  border: 1px solid var(--wf-border);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(11, 49, 93, 0.06);
}

.skynew-wireframe-v2 .skynew-wf-ai-card {
  padding: 26px;
}

.skynew-wireframe-v2 .skynew-wf-ai-card-main {
  display: block;
  padding: 30px 28px 28px;
  max-width: 100%;
  border-color: #BFD3E4;
  border-top: 1px solid #BFD3E4;
  box-shadow: 0 10px 26px rgba(11, 49, 93, 0.07);
}

.skynew-wireframe-v2 .skynew-wf-ai-card-head {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  gap: 22px;
}

.skynew-wireframe-v2 .skynew-wf-ai-card-head .skynew-wf-card-copy {
  max-width: 250px;
}

.skynew-wireframe-v2 .skynew-wf-ai-card-main .skynew-wf-ai-card-head .skynew-wf-card-copy {
  max-width: none;
  margin-top: 2px;
}

.skynew-wireframe-v2 .skynew-wf-ai-card-main .skynew-wf-card-title {
  color: var(--wf-navy);
  font-size: 24px;
  line-height: 1.32;
}

.skynew-wireframe-v2 .skynew-wf-ai-title-icon {
  width: 42px;
  min-width: 42px;
  min-height: 42px;
  margin-top: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--wf-blue);
}

.skynew-wireframe-v2 .skynew-wf-ai-title-icon .skynew-wf-lucide {
  width: 38px;
  height: 38px;
}

.skynew-wireframe-v2 .skynew-wf-ai-title-copy {
  min-width: 0;
}

.skynew-wireframe-v2 .skynew-wf-ai-widget-main {
  min-width: 0;
  max-width: 100%;
  margin-top: 24px;
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 12px 16px;
  align-items: start;
}

.skynew-wireframe-v2 .skynew-wf-ai-widget-main > * {
  min-width: 0;
  max-width: 100%;
}

.skynew-wireframe-v2 .skynew-wf-card-title {
  margin: 0;
  color: var(--wf-text);
  font-size: 20px;
  line-height: 1.4;
  font-weight: 900;
}

.skynew-wireframe-v2 .skynew-wf-card-subtitle {
  margin: 4px 0 0;
  color: #2C4564;
  font-size: 14px;
  font-weight: 900;
}

.skynew-wireframe-v2 .skynew-wf-card-copy {
  margin: 8px 0 0;
  color: var(--wf-muted);
  font-size: 14px;
  line-height: 1.75;
}

.skynew-wireframe-v2 .skynew-wf-card-note {
  margin: 10px 0 0;
  color: #506074;
  font-size: 12px;
  line-height: 1.6;
}

.skynew-wireframe-v2 .skynew-wf-ai-input {
  margin-top: 16px;
  min-height: 88px;
  padding: 14px;
  resize: vertical;
}

.skynew-wireframe-v2 .skynew-wf-ai-note {
  margin: 8px 0 0;
  color: var(--wf-muted);
  font-size: 12px;
}

.skynew-wireframe-v2 .skynew-wf-diagnosis-label {
  margin-top: 16px;
  display: block;
  color: var(--wf-muted);
  font-size: 12px;
  font-weight: 900;
}

.skynew-wireframe-v2 .skynew-wf-chip-list {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.skynew-wireframe-v2 .skynew-wf-chip {
  min-width: 0;
  min-height: 34px;
  max-width: 100%;
  padding: 0 12px;
  border: 1px solid #C4D9EE;
  border-radius: 6px;
  background: var(--wf-light-blue);
  color: var(--wf-blue-dark);
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.skynew-wireframe-v2 .skynew-wf-ai-output {
  margin-top: 18px;
  min-width: 0;
  max-width: 100%;
}

.skynew-wireframe-v2 .skynew-wf-ai-state {
  min-width: 0;
  max-width: 100%;
  padding: 16px;
  overflow: hidden;
  border: 1px dashed var(--wf-border-strong);
  border-radius: 8px;
  background: #FAFDFF;
}

.skynew-wireframe-v2 .skynew-wf-ai-state-title {
  margin: 0;
  color: var(--wf-navy);
  font-size: 15px;
  font-weight: 900;
}

.skynew-wireframe-v2 .skynew-wf-condition-grid {
  margin: 14px 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.skynew-wireframe-v2 .skynew-wf-condition {
  min-width: 0;
  display: grid;
  gap: 5px;
  color: var(--wf-muted);
  font-size: 12px;
  font-weight: 800;
}

.skynew-wireframe-v2 .skynew-wf-condition select {
  min-width: 0;
  min-height: 42px;
  width: 100%;
  max-width: 100%;
  border: 1px solid var(--wf-border);
  border-radius: 6px;
  background: var(--wf-white);
  color: var(--wf-text);
  font: inherit;
  font-size: 13px;
}

.skynew-wireframe-v2 .skynew-wf-condition select:hover {
  border-color: #8DBBE2;
}

.skynew-wireframe-v2 .skynew-wf-diagnosis-grid {
  margin-top: 16px;
}

.skynew-wireframe-v2 .skynew-wf-ai-widget-main .skynew-wf-diagnosis-grid {
  grid-column: 1 / -1;
  grid-row: auto;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
}

.skynew-wireframe-v2 .skynew-wf-ai-widget-main .skynew-wf-condition {
  color: #435878;
}

.skynew-wireframe-v2 .skynew-wf-ai-widget-main .skynew-wf-diagnosis-label {
  grid-column: 1;
  margin-top: 10px;
  padding-top: 15px;
  color: var(--wf-navy);
  font-size: 15px;
}

.skynew-wireframe-v2 .skynew-wf-ai-widget-main .skynew-wf-ai-input {
  grid-column: 2;
  min-height: 58px;
  height: 58px;
  margin-top: 0;
  border-color: #BDD0E0;
  padding: 16px 18px;
  resize: none;
}

.skynew-wireframe-v2 .skynew-wf-ai-widget-main .skynew-wf-ai-note {
  grid-column: 2;
  margin-top: 0;
}

.skynew-wireframe-v2 .skynew-wf-ai-widget-main .skynew-wf-ai-actions,
.skynew-wireframe-v2 .skynew-wf-ai-widget-main .skynew-wf-ai-output {
  grid-column: 1 / -1;
}

.skynew-wireframe-v2 .skynew-wf-ai-widget-main .skynew-wf-chip-list {
  display: none;
}

.skynew-wireframe-v2 .skynew-wf-ai-widget-main .skynew-wf-ai-actions {
  margin-top: 16px;
  gap: 14px;
}

.skynew-wireframe-v2 .skynew-wf-ai-widget-main .skynew-wf-condition select {
  min-height: 56px;
  padding: 0 18px;
  font-size: 14px;
}

.skynew-wireframe-v2 .skynew-wf-ai-widget-main .skynew-wf-button {
  min-height: 58px;
  min-width: 170px;
  gap: 10px;
  font-size: 16px;
}

.skynew-wireframe-v2 .skynew-wf-ai-widget-main .skynew-wf-button .skynew-wf-lucide {
  width: 22px;
  height: 22px;
}

.skynew-wireframe-v2 .skynew-wf-ai-widget-main .skynew-wf-button-quiet {
  min-width: 150px;
  background: #F9FBFD;
  color: var(--wf-navy);
}

.skynew-wireframe-v2 .skynew-wf-loading-bar {
  height: 8px;
  margin: 14px 0;
  overflow: hidden;
  border-radius: 99px;
  background: #E3F0F9;
}

.skynew-wireframe-v2 .skynew-wf-loading-bar span {
  width: 42%;
  height: 100%;
  display: block;
  border-radius: inherit;
  background: var(--wf-blue);
  animation: skynew-wf-loading 1s ease-in-out infinite alternate;
}

.skynew-wireframe-v2 .skynew-wf-ai-results {
  display: grid;
  gap: 10px;
}

.skynew-wireframe-v2 .skynew-wf-ai-card-main .skynew-wf-ai-results {
  min-width: 0;
  max-width: 100%;
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 2px 2px 10px;
  scroll-snap-type: x proximity;
}

.skynew-wireframe-v2 .skynew-wf-ai-result-card {
  padding: 14px;
  border: 1px solid #C5D9EA;
  border-radius: 8px;
  background: var(--wf-white);
}

.skynew-wireframe-v2 .skynew-wf-ai-card-main .skynew-wf-ai-result-card {
  flex: 0 0 clamp(290px, 31vw, 372px);
  min-width: 0;
  max-width: 100%;
  scroll-snap-align: start;
}

.skynew-wireframe-v2 .skynew-wf-ai-result-actions {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.skynew-wireframe-v2 .skynew-wf-diagnosis-specs {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.skynew-wireframe-v2 .skynew-wf-diagnosis-spec {
  min-height: 28px;
  padding: 5px 8px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #C8DBEE;
  border-radius: 6px;
  background: var(--wf-light-blue);
  color: var(--wf-navy);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.35;
}

.skynew-wireframe-v2 .skynew-wf-match-list {
  margin: 12px 0 0;
  padding-left: 18px;
  color: #40516A;
  font-size: 12px;
  line-height: 1.55;
}

.skynew-wireframe-v2 .skynew-wf-mini-link {
  min-height: 36px;
  padding: 0 10px;
  border: 1px solid #C8DBEE;
  background: var(--wf-light-blue);
  color: var(--wf-blue-dark);
  font-size: 12px;
}

.skynew-wireframe-v2 .skynew-wf-quick-nav {
  background: transparent;
}

.skynew-wireframe-v2 .skynew-wf-quick-nav-hero {
  grid-area: quick;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.skynew-wireframe-v2 .skynew-wf-quick-link {
  min-height: 66px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--wf-border);
  border-radius: 8px;
  background: var(--wf-white);
  color: var(--wf-navy);
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  font-weight: 900;
}

.skynew-wireframe-v2 .skynew-wf-section {
  padding: 74px 0;
}

.skynew-wireframe-v2 .skynew-wf-section-white {
  background: var(--wf-white);
}

.skynew-wireframe-v2 .skynew-wf-section-soft {
  background: var(--wf-soft);
}

.skynew-wireframe-v2 #product-categories.skynew-wf-section-soft {
  background: #EDF2F8;
}

.skynew-wireframe-v2 #industries.skynew-wf-section-soft {
  background: #EDF2F8;
}

.skynew-wireframe-v2 #new-products.skynew-wf-section-soft {
  background: #EDF2F8;
}

.skynew-wireframe-v2 #product-categories .skynew-wf-section-kicker {
  color: #A32E36;
}

.skynew-wireframe-v2 .skynew-wf-mobile-nav-group {
  grid-column: 1 / -1;
  border: 1px solid var(--wf-border);
  border-radius: 8px;
  background: var(--wf-white);
}

.skynew-wireframe-v2 .skynew-wf-mobile-nav-group > summary {
  min-height: 48px;
  padding: 13px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--wf-navy);
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

.skynew-wireframe-v2 .skynew-wf-mobile-nav-group > summary::-webkit-details-marker {
  display: none;
}

.skynew-wireframe-v2 .skynew-wf-mobile-nav-group > summary::after {
  content: "+";
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--wf-border);
  border-radius: 50%;
  color: var(--wf-muted);
}

.skynew-wireframe-v2 .skynew-wf-mobile-nav-group[open] > summary::after {
  content: "-";
}

.skynew-wireframe-v2 .skynew-wf-mobile-nav-group .skynew-wf-mobile-link {
  margin: 0 10px 8px;
  min-height: 42px;
}

.skynew-wireframe-v2 .skynew-wf-mobile-cta {
  grid-column: 1 / -1;
  justify-content: center;
  border: 1px solid var(--wf-blue);
  background: var(--wf-blue);
  color: var(--wf-white);
}

.skynew-wireframe-v2 .skynew-wf-mobile-cta:hover {
  background: var(--wf-blue-dark);
  color: var(--wf-white);
}

.skynew-wireframe-v2 .skynew-wf-section-head {
  margin-bottom: 28px;
  padding-bottom: 22px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 28px;
  border-bottom: 1px solid var(--wf-border);
}

.skynew-wireframe-v2 .skynew-wf-section-kicker {
  font-size: 12px;
}

.skynew-wireframe-v2 .skynew-wf-section-title {
  margin: 5px 0 0;
  color: var(--wf-text);
  font-size: 32px;
  line-height: 1.35;
  font-weight: 900;
}

.skynew-wireframe-v2 .skynew-wf-section-lead {
  margin: 8px 0 0;
  color: var(--wf-muted);
  font-size: 15px;
}

.skynew-wireframe-v2 .skynew-wf-text-link {
  min-height: 42px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  border-radius: 6px;
  color: var(--wf-blue);
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}

.skynew-wireframe-v2 .skynew-wf-news-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 18px;
  align-items: stretch;
}

.skynew-wireframe-v2 .skynew-wf-new-products-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.skynew-wireframe-v2 .skynew-wf-new-products-grid .skynew-wf-product-card-feature {
  grid-row: auto;
}

.skynew-wireframe-v2 .skynew-wf-news-list {
  display: grid;
  gap: 12px;
}

.skynew-wireframe-v2 .skynew-wf-news-item {
  min-height: 108px;
  padding: 16px;
  display: grid;
  align-content: center;
  gap: 4px;
  border: 1px solid var(--wf-border);
  border-radius: 8px;
  background: var(--wf-white);
  color: inherit;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(11, 49, 93, 0.05);
}

.skynew-wireframe-v2 .skynew-wf-news-type {
  width: max-content;
  padding: 2px 8px;
  border: 1px solid #BDD5EA;
  border-radius: 4px;
  background: var(--wf-light-blue);
  color: var(--wf-blue-dark);
  font-size: 12px;
  font-weight: 900;
}

.skynew-wireframe-v2 .skynew-wf-news-item:first-child .skynew-wf-news-type {
  border-color: #E7C65F;
  background: var(--wf-yellow-soft);
  color: #70540A;
}

.skynew-wireframe-v2 .skynew-wf-news-item:nth-child(3) .skynew-wf-news-type {
  border-color: #E9B4B8;
  background: var(--wf-red-soft);
  color: var(--wf-red);
}

.skynew-wireframe-v2 .skynew-wf-news-title {
  color: var(--wf-text);
  font-size: 16px;
  line-height: 1.45;
}

.skynew-wireframe-v2 .skynew-wf-news-body {
  color: var(--wf-muted);
  font-size: 13px;
  line-height: 1.6;
}

.skynew-wireframe-v2 .skynew-wf-product-track {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  grid-template-rows: repeat(3, minmax(118px, auto));
  gap: 16px;
}

.skynew-wireframe-v2 .skynew-wf-product-card {
  min-height: 126px;
  padding: 14px;
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 16px;
  color: inherit;
  text-decoration: none;
}

.skynew-wireframe-v2 .skynew-wf-product-card-feature {
  grid-row: 1 / span 3;
  grid-template-columns: 1fr;
  align-content: stretch;
  padding: 18px;
}

.skynew-wireframe-v2 .skynew-wf-product-card-feature .skynew-wf-product-body {
  margin-top: 12px;
}

.skynew-wireframe-v2 .skynew-wf-carousel-controls {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.skynew-wireframe-v2 .skynew-wf-control-button {
  min-height: 40px;
  padding: 0 12px;
  border: 1px solid var(--wf-border);
  background: var(--wf-white);
  color: var(--wf-blue);
  font-size: 12px;
}

.skynew-wireframe-v2 .skynew-wf-carousel-dots {
  display: flex;
  align-items: center;
  gap: 6px;
}

.skynew-wireframe-v2 .skynew-wf-dot {
  width: 28px;
  height: 28px;
  border: 1px solid var(--wf-border);
  border-radius: 50%;
  background: var(--wf-white);
  color: var(--wf-muted);
  font: inherit;
  font-size: 11px;
  font-weight: 900;
  cursor: pointer;
}

.skynew-wireframe-v2 .skynew-wf-dot[aria-current="true"] {
  border-color: var(--wf-blue);
  background: var(--wf-blue);
  color: var(--wf-white);
}

.skynew-wireframe-v2 .skynew-wf-card-grid {
  display: grid;
  gap: 18px;
}

.skynew-wireframe-v2 .skynew-wf-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.skynew-wireframe-v2 .skynew-wf-card {
  min-height: 158px;
  padding: 22px;
  color: inherit;
  text-decoration: none;
}

.skynew-wireframe-v2 .skynew-wf-function-card {
  min-height: 136px;
  padding: 18px 14px 18px 20px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(106px, 38%);
  gap: 12px;
  align-items: center;
  overflow: hidden;
}

.skynew-wireframe-v2 .skynew-wf-function-body {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.skynew-wireframe-v2 .skynew-wf-function-card .skynew-wf-card-title {
  color: #092245;
  font-size: 18px;
  line-height: 1.42;
  paint-order: stroke fill;
  -webkit-text-stroke: 3px var(--wf-white);
  text-shadow: 0 1px 0 var(--wf-white), 0 0 8px rgba(255, 255, 255, 0.82);
}

.skynew-wireframe-v2 .skynew-wf-function-card .skynew-wf-card-copy {
  margin-top: 10px;
  color: #5E6E82;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.55;
  paint-order: stroke fill;
  -webkit-text-stroke: 2px var(--wf-white);
  text-shadow: 0 1px 0 var(--wf-white), 0 0 7px rgba(255, 255, 255, 0.85);
}

.skynew-wireframe-v2 .skynew-wf-function-visual {
  position: relative;
  min-height: 96px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.82) 16%, rgba(255, 255, 255, 0.16) 44%, rgba(81, 83, 101, 0.78) 100%),
    linear-gradient(135deg, #D5E1EB 0%, #AAB4C2 55%, #78788A 100%);
  color: rgba(255, 255, 255, 0.92);
  padding: 12px 12px 12px 34px;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.45;
  text-align: center;
  text-shadow: 0 1px 3px rgba(11, 49, 93, 0.34);
}

.skynew-wireframe-v2 .skynew-wf-card:hover,
.skynew-wireframe-v2 .skynew-wf-product-card:hover,
.skynew-wireframe-v2 .skynew-wf-quick-link:hover,
.skynew-wireframe-v2 .skynew-wf-support-link:hover {
  border-color: #9DC4E6;
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(11, 49, 93, 0.10);
}

.skynew-wireframe-v2 .skynew-wf-icon-token {
  width: 44px;
  min-height: 34px;
  margin-bottom: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #C4D9EE;
  border-radius: 6px;
  background: var(--wf-light-blue);
  color: var(--wf-blue);
  font-size: 11px;
  font-weight: 900;
}

.skynew-wireframe-v2 .skynew-wf-industry-card {
  border: 0;
  background: var(--wf-white);
  box-shadow: none;
  transition: transform 0.3s ease;
}

.skynew-wireframe-v2 .skynew-wf-industry-card:hover {
  border: 0;
  box-shadow: none;
  transform: translateY(-1px);
}

.skynew-wireframe-v2 .skynew-wf-industry-card .skynew-wf-image {
  margin-bottom: 16px;
}

.skynew-wireframe-v2 .skynew-wf-category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.skynew-wireframe-v2 .skynew-wf-category-panel {
  padding: 24px;
  border: 0;
  box-shadow: none;
}

.skynew-wireframe-v2 .skynew-wf-category-panel-primary {
  border-color: transparent;
  box-shadow: none;
}

.skynew-wireframe-v2 .skynew-wf-category-title {
  min-height: 44px;
  margin: 0;
  display: flex;
  align-items: center;
  color: var(--wf-blue);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.35;
}

.skynew-wireframe-v2 .skynew-wf-category-summary {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--wf-blue);
  font-size: 20px;
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

.skynew-wireframe-v2 .skynew-wf-category-summary::-webkit-details-marker {
  display: none;
}

.skynew-wireframe-v2 .skynew-wf-category-summary::after {
  content: "+";
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--wf-border);
  border-radius: 50%;
  color: var(--wf-muted);
  font-size: 18px;
}

.skynew-wireframe-v2 .skynew-wf-accordion[open] > .skynew-wf-category-summary::after {
  content: "-";
}

.skynew-wireframe-v2 .skynew-wf-category-list {
  margin-top: 14px;
  display: grid;
  gap: 9px;
}

.skynew-wireframe-v2 .skynew-wf-category-item {
  min-height: 42px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 6px;
  background: var(--wf-white);
  color: #26384F;
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.skynew-wireframe-v2 .skynew-wf-category-item:hover {
  background: var(--wf-blue);
  color: var(--wf-white);
  transform: translateY(-1px);
}

.skynew-wireframe-v2 .skynew-wf-usecase-accordion,
.skynew-wireframe-v2 .skynew-wf-support-accordion {
  border: 0;
  box-shadow: none;
  background: transparent;
}

.skynew-wireframe-v2 .skynew-wf-usecase-accordion > .skynew-wf-category-summary,
.skynew-wireframe-v2 .skynew-wf-support-accordion > .skynew-wf-category-summary {
  display: none;
}

.skynew-wireframe-v2 .skynew-wf-usecase-primary-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.skynew-wireframe-v2 .skynew-wf-usecase-simple-grid {
  margin-top: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.skynew-wireframe-v2 .skynew-wf-usecase-card {
  min-height: 264px;
  padding: 18px;
  background: var(--wf-white);
  border-color: var(--wf-border);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.skynew-wireframe-v2 .skynew-wf-usecase-card-primary {
  background: var(--wf-white);
  border-color: #A9CBEA;
}

.skynew-wireframe-v2 .skynew-wf-usecase-card .skynew-wf-image {
  margin-bottom: 12px;
}

.skynew-wireframe-v2 .skynew-wf-support-search {
  margin-bottom: 14px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.skynew-wireframe-v2 .skynew-wf-support-result {
  margin-bottom: 16px;
  padding: 12px 14px;
  border: 1px dashed var(--wf-border-strong);
  border-radius: 6px;
  background: var(--wf-white);
  color: var(--wf-muted);
  font-size: 13px;
}

.skynew-wireframe-v2 .skynew-wf-support-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.skynew-wireframe-v2 .skynew-wf-support-link {
  min-height: 64px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--wf-border);
  border-radius: 6px;
  background: var(--wf-white);
  color: var(--wf-text);
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  font-weight: 900;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.skynew-wireframe-v2 .skynew-wf-footer {
  padding: 48px 0 0;
  background: var(--wf-white);
  border-top: 1px solid var(--wf-border);
}

.skynew-wireframe-v2 .skynew-wf-footer-grid {
  position: relative;
  padding-bottom: 54px;
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.skynew-wireframe-v2 .skynew-wf-footer-logo {
  margin: 0;
  line-height: 0;
}

.skynew-wireframe-v2 .skynew-wf-footer-logo-image {
  width: 95px;
  max-width: 100%;
  height: auto;
  display: block;
}

.skynew-wireframe-v2 .skynew-wf-footer-copy {
  margin: 8px 0 0;
  color: var(--wf-muted);
  font-size: 13px;
}

.skynew-wireframe-v2 .skynew-wf-footer-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.skynew-wireframe-v2 .skynew-wf-footer-links {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
}

.skynew-wireframe-v2 .skynew-wf-footer-link {
  min-height: 34px;
  padding: 6px 10px;
  display: inline-flex;
  align-items: center;
  border-radius: 6px;
  color: var(--wf-muted);
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
}

.skynew-wireframe-v2 .skynew-wf-social-links {
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
}

.skynew-wireframe-v2 .skynew-wf-social-link {
  width: 32px;
  height: 32px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border: 1px solid var(--wf-border);
  border-radius: 6px;
  background: var(--wf-white);
  color: var(--wf-navy);
  text-decoration: none;
  font-size: 12px;
  font-weight: 900;
}

.skynew-wireframe-v2 .skynew-wf-social-logo {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.skynew-wireframe-v2 .skynew-wf-social-icon {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--wf-blue);
  color: var(--wf-white);
  font-size: 11px;
  line-height: 1;
}

.skynew-wireframe-v2 .skynew-wf-social-link:hover {
  border-color: #9DC4E6;
  background: var(--wf-light-blue);
  color: var(--wf-blue-dark);
}

.skynew-wireframe-v2 .skynew-wf-shop-info {
  padding: 56px 0 64px;
  border-top: 1px solid var(--wf-border);
  background: #EDF2F8;
}

.skynew-wireframe-v2 .skynew-wf-shop-info-head {
  margin-bottom: 26px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--wf-border);
}

.skynew-wireframe-v2 .skynew-wf-shop-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.skynew-wireframe-v2 .skynew-wf-shop-info-card {
  border: 1px solid var(--wf-border);
  border-radius: 8px;
  background: var(--wf-white);
  box-shadow: 0 8px 24px rgba(11, 49, 93, 0.05);
}

.skynew-wireframe-v2 .skynew-wf-shop-info-card[open] {
  border-color: var(--wf-border-strong);
}

.skynew-wireframe-v2 .skynew-wf-shop-info-summary {
  min-height: 96px;
  padding: 18px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 26px;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  list-style: none;
}

.skynew-wireframe-v2 .skynew-wf-shop-info-summary::-webkit-details-marker {
  display: none;
}

.skynew-wireframe-v2 .skynew-wf-shop-info-summary-text {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.skynew-wireframe-v2 .skynew-wf-shop-info-card-title {
  color: var(--wf-navy);
  font-size: 17px;
  line-height: 1.45;
  font-weight: 900;
}

.skynew-wireframe-v2 .skynew-wf-shop-info-card-summary {
  color: var(--wf-muted);
  font-size: 13px;
  line-height: 1.6;
}

.skynew-wireframe-v2 .skynew-wf-shop-info-indicator {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--wf-border);
  border-radius: 50%;
  color: var(--wf-blue);
  font-size: 16px;
  line-height: 1;
  font-weight: 900;
}

.skynew-wireframe-v2 .skynew-wf-shop-info-card[open] .skynew-wf-shop-info-indicator {
  color: var(--wf-muted);
}

.skynew-wireframe-v2 .skynew-wf-shop-info-card[open] .skynew-wf-shop-info-indicator {
  font-size: 0;
}

.skynew-wireframe-v2 .skynew-wf-shop-info-card[open] .skynew-wf-shop-info-indicator::before {
  content: "－";
  font-size: 16px;
}

.skynew-wireframe-v2 .skynew-wf-shop-info-body {
  padding: 0 18px 18px;
}

.skynew-wireframe-v2 .skynew-wf-shop-info-image {
  max-width: 320px;
  width: 100%;
  height: auto;
  margin: 0 0 14px;
  display: block;
}

.skynew-wireframe-v2 .skynew-wf-shop-info-lines {
  margin: 0;
  padding: 14px 0 0;
  display: grid;
  gap: 8px;
  border-top: 1px solid var(--wf-border);
  color: var(--wf-muted);
  font-size: 13px;
  line-height: 1.7;
}

.skynew-wireframe-v2 .skynew-wf-shop-info-image + .skynew-wf-shop-info-lines {
  padding-top: 0;
  border-top: 0;
}

.skynew-wireframe-v2 .skynew-wf-shop-info-line {
  margin: 0;
  overflow-wrap: anywhere;
}

.skynew-wireframe-v2 .skynew-wf-floating {
  position: fixed;
  left: 22px;
  bottom: 24px;
  z-index: 55;
}

.skynew-wireframe-v2 .skynew-wf-floating-collapsed {
  display: grid;
  gap: 10px;
}

.skynew-wireframe-v2 .skynew-wf-floating-ai,
.skynew-wireframe-v2 .skynew-wf-floating-contact {
  border-radius: 10px;
  border: 1px solid var(--wf-blue);
  box-shadow: 0 12px 28px rgba(11, 49, 93, 0.18);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.skynew-wireframe-v2 .skynew-wf-floating-ai:hover,
.skynew-wireframe-v2 .skynew-wf-floating-contact:hover {
  opacity: 0.7;
}

.skynew-wireframe-v2 .skynew-wf-floating-ai {
  width: 172px;
  min-width: 172px;
  min-height: 58px;
  padding: 8px 10px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  background: var(--wf-blue);
  color: var(--wf-white);
}

.skynew-wireframe-v2 .skynew-wf-floating-label {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--wf-yellow);
  color: var(--wf-navy);
}

.skynew-wireframe-v2 .skynew-wf-floating-copy {
  font-size: 12px;
  line-height: 1.3;
  white-space: nowrap;
}

.skynew-wireframe-v2 .skynew-wf-floating-contact {
  width: 172px;
  min-width: 172px;
  min-height: 172px;
  aspect-ratio: 1 / 1;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--wf-white);
  color: var(--wf-blue);
  font-size: 12px;
  line-height: 1.35;
  text-align: center;
  overflow: hidden;
}

.skynew-wireframe-v2 .skynew-wf-floating-contact img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.skynew-wireframe-v2 .skynew-wf-floating-expanded {
  width: min(410px, calc(100vw - 44px));
}

.skynew-wireframe-v2 .skynew-wf-floating-panel {
  max-height: min(620px, calc(100vh - 48px));
  overflow: auto;
  padding: 20px;
  border: 1px solid #B8CAE0;
  border-radius: 12px;
  background: var(--wf-white);
  box-shadow: 0 18px 44px rgba(11, 49, 93, 0.22);
}

.skynew-wireframe-v2 .skynew-wf-floating-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.skynew-wireframe-v2 .skynew-wf-drawer {
  position: fixed;
  inset: 0;
  z-index: 80;
}

.skynew-wireframe-v2 .skynew-wf-drawer-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(12, 28, 48, 0.36);
  cursor: pointer;
}

.skynew-wireframe-v2 .skynew-wf-drawer-panel {
  position: absolute;
  right: 0;
  top: 0;
  width: min(460px, 100%);
  height: 100%;
  overflow: auto;
  padding: 28px;
}

.skynew-wireframe-v2 .skynew-wf-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.skynew-wireframe-v2 .skynew-wf-icon-button {
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid var(--wf-border);
  background: var(--wf-white);
  color: var(--wf-blue);
  font-size: 12px;
}

.skynew-wireframe-v2 .skynew-wf-highlight {
  animation: skynew-wf-highlight 1.4s ease;
  outline: 3px solid rgba(246, 199, 68, 0.72);
  outline-offset: 3px;
}

.skynew-wireframe-v2 .skynew-wf-button:focus-visible,
.skynew-wireframe-v2 .skynew-wf-control-button:focus-visible,
.skynew-wireframe-v2 .skynew-wf-icon-button:focus-visible,
.skynew-wireframe-v2 .skynew-wf-mini-link:focus-visible,
.skynew-wireframe-v2 .skynew-wf-nav-link:focus-visible,
.skynew-wireframe-v2 .skynew-wf-mega-menu a:focus-visible,
.skynew-wireframe-v2 .skynew-wf-mobile-link:focus-visible,
.skynew-wireframe-v2 .skynew-wf-mobile-nav-group > summary:focus-visible,
.skynew-wireframe-v2 .skynew-wf-utility-link:focus-visible,
.skynew-wireframe-v2 .skynew-wf-search-input:focus-visible,
.skynew-wireframe-v2 .skynew-wf-ai-input:focus-visible,
.skynew-wireframe-v2 .skynew-wf-chip:focus-visible,
.skynew-wireframe-v2 .skynew-wf-card:focus-visible,
.skynew-wireframe-v2 .skynew-wf-product-card:focus-visible,
.skynew-wireframe-v2 .skynew-wf-category-item:focus-visible,
.skynew-wireframe-v2 .skynew-wf-support-link:focus-visible,
.skynew-wireframe-v2 .skynew-wf-quick-link:focus-visible,
.skynew-wireframe-v2 .skynew-wf-dot:focus-visible,
.skynew-wireframe-v2 .skynew-wf-category-summary:focus-visible,
.skynew-wireframe-v2 .skynew-wf-social-link:focus-visible {
  outline: 3px solid rgba(246, 199, 68, 0.86);
  outline-offset: 3px;
}

@keyframes skynew-wf-loading {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(140%);
  }
}

@keyframes skynew-wf-highlight {
  0% {
    background-color: var(--wf-yellow-soft);
  }
  100% {
    background-color: inherit;
  }
}

@media (prefers-reduced-motion: reduce) {
  .skynew-wireframe-v2 .skynew-wf-loading-bar span,
  .skynew-wireframe-v2 .skynew-wf-highlight {
    animation: none;
  }
}

@media (max-width: 1120px) {
  .skynew-wireframe-v2 .skynew-wf-anchor {
    scroll-margin-top: 126px;
  }

  .skynew-wireframe-v2 .skynew-wf-header-main {
    grid-template-columns: auto minmax(180px, 1fr) auto;
    min-height: 78px;
  }

  .skynew-wireframe-v2 .skynew-wf-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .skynew-wireframe-v2 .skynew-wf-search,
  .skynew-wireframe-v2 .skynew-wf-utility,
  .skynew-wireframe-v2 .skynew-wf-global-nav {
    display: none;
  }

  .skynew-wireframe-v2 .skynew-wf-hero-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .skynew-wireframe-v2 .skynew-wf-hero-title {
    font-size: 38px;
  }

  .skynew-wireframe-v2 .skynew-wf-ai-card-main {
    grid-template-columns: 1fr;
  }

  .skynew-wireframe-v2 .skynew-wf-ai-card-head .skynew-wf-card-copy {
    max-width: 680px;
  }

  .skynew-wireframe-v2 .skynew-wf-ai-widget-main {
    grid-template-columns: 1fr;
  }

  .skynew-wireframe-v2 .skynew-wf-ai-widget-main .skynew-wf-diagnosis-grid,
  .skynew-wireframe-v2 .skynew-wf-ai-widget-main .skynew-wf-diagnosis-label,
  .skynew-wireframe-v2 .skynew-wf-ai-widget-main .skynew-wf-ai-input,
  .skynew-wireframe-v2 .skynew-wf-ai-widget-main .skynew-wf-ai-note {
    grid-column: 1;
    grid-row: auto;
  }

  .skynew-wireframe-v2 .skynew-wf-ai-widget-main .skynew-wf-diagnosis-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .skynew-wireframe-v2 .skynew-wf-grid-3,
  .skynew-wireframe-v2 .skynew-wf-usecase-primary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .skynew-wireframe-v2 .skynew-wf-usecase-simple-grid,
  .skynew-wireframe-v2 .skynew-wf-support-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .skynew-wireframe-v2 .skynew-wf-shop-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .skynew-wireframe-v2 {
    margin: 0;
  }

  .skynew-wireframe-v2 .skynew-wf-anchor {
    scroll-margin-top: 116px;
  }

  .skynew-wireframe-v2 .skynew-wf-header-info-inner {
    min-height: 26px;
    padding: 5px 14px;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 14px;
    overflow-x: auto;
    font-size: 10px;
    white-space: nowrap;
    scrollbar-width: none;
  }

  .skynew-wireframe-v2 .skynew-wf-header-info-inner span {
    gap: 5px;
  }

  .skynew-wireframe-v2 .skynew-wf-header-info-inner .skynew-wf-lucide {
    width: 14px;
    height: 14px;
  }

  .skynew-wireframe-v2 .skynew-wf-header-info-inner::-webkit-scrollbar {
    display: none;
  }

  .skynew-wireframe-v2 .skynew-wf-header-main {
    min-height: 62px;
    padding: 8px 14px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 6px;
  }

  .skynew-wireframe-v2 .skynew-wf-brand-logo {
    width: 108px;
  }

  .skynew-wireframe-v2 .skynew-wf-brand-copy {
    max-width: 166px;
    font-size: 10px;
  }

  .skynew-wireframe-v2 .skynew-wf-menu-label {
    display: none;
  }

  .skynew-wireframe-v2 .skynew-wf-menu-line {
    margin-right: 0;
  }

  .skynew-wireframe-v2 .skynew-wf-smp-utility {
    gap: 4px;
  }

  .skynew-wireframe-v2 .skynew-wf-utility-link {
    min-width: 44px;
    min-height: 44px;
    padding: 4px 7px;
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--wf-border);
    border-radius: 6px;
    background: var(--wf-white);
    font-size: 11px;
  }

  .skynew-wireframe-v2 .skynew-wf-smp-utility .skynew-wf-utility-icon {
    width: 18px;
    height: 18px;
  }

  .skynew-wireframe-v2 .skynew-wf-smp-utility .skynew-wf-utility-icon .skynew-wf-lucide {
    width: 18px;
    height: 18px;
  }

  .skynew-wireframe-v2 .skynew-wf-mobile-menu {
    grid-template-columns: 1fr;
    max-height: calc(100vh - 64px);
    overflow: auto;
  }

  .skynew-wireframe-v2 .skynew-wf-section-inner {
    width: min(100% - 28px, 640px);
  }

  .skynew-wireframe-v2 .skynew-wf-hero-bg-label {
    align-items: flex-start;
    padding-top: 110px;
    font-size: 18px;
  }

  .skynew-wireframe-v2 .skynew-wf-hero-grid {
    min-height: 0;
    padding-top: 22px;
    padding-bottom: 18px;
    grid-template-columns: 1fr;
    grid-template-areas:
      "banner"
      "copy"
      "ai";
    gap: 12px;
  }

  .skynew-wireframe-v2 .skynew-wf-hero-title {
    font-size: 29px;
    line-height: 1.35;
  }

  .skynew-wireframe-v2 .skynew-wf-hero-lead {
    font-size: 14px;
  }

  .skynew-wireframe-v2 .skynew-wf-trust-list {
    display: none;
  }

  .skynew-wireframe-v2 .skynew-wf-ai-actions,
  .skynew-wireframe-v2 .skynew-wf-support-search {
    grid-template-columns: 1fr;
    display: grid;
  }

  .skynew-wireframe-v2 .skynew-wf-button {
    width: 100%;
  }

  .skynew-wireframe-v2 .skynew-wf-image-hero {
    min-height: 178px;
    aspect-ratio: 4 / 3;
    font-size: 14px;
  }

  .skynew-wireframe-v2 .skynew-wf-brand-banner {
    min-height: 74px;
    height: 74px;
    max-height: 74px;
    font-size: 13px;
  }

  .skynew-wireframe-v2 .skynew-wf-ai-card {
    padding: 14px;
    overflow: hidden;
  }

  .skynew-wireframe-v2 .skynew-wf-ai-card-main {
    gap: 12px;
    padding: 16px;
  }

  .skynew-wireframe-v2 .skynew-wf-ai-card-head {
    gap: 10px;
  }

  .skynew-wireframe-v2 .skynew-wf-ai-title-icon {
    width: 30px;
    min-width: 30px;
    min-height: 30px;
  }

  .skynew-wireframe-v2 .skynew-wf-ai-title-icon .skynew-wf-lucide {
    width: 28px;
    height: 28px;
  }

  .skynew-wireframe-v2 .skynew-wf-ai-card-main .skynew-wf-card-title {
    font-size: 18px;
  }

  .skynew-wireframe-v2 .skynew-wf-condition-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .skynew-wireframe-v2 .skynew-wf-ai-widget-main .skynew-wf-diagnosis-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .skynew-wireframe-v2 .skynew-wf-ai-card-main .skynew-wf-ai-result-card {
    flex-basis: min(280px, 100%);
  }

  .skynew-wireframe-v2 .skynew-wf-ai-card-main .skynew-wf-ai-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
    min-width: 0;
  }

  .skynew-wireframe-v2 .skynew-wf-ai-card-main .skynew-wf-ai-actions .skynew-wf-button {
    min-width: 0;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    white-space: normal;
    line-height: 1.35;
  }

  .skynew-wireframe-v2 .skynew-wf-quick-nav-hero {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .skynew-wireframe-v2 .skynew-wf-quick-link {
    min-height: 54px;
    font-size: 13px;
  }

  .skynew-wireframe-v2 .skynew-wf-section {
    padding: 48px 0;
  }

  .skynew-wireframe-v2 .skynew-wf-section-head {
    display: block;
    margin-bottom: 18px;
  }

  .skynew-wireframe-v2 .skynew-wf-section-title {
    font-size: 25px;
  }

  .skynew-wireframe-v2 .skynew-wf-section-lead {
    font-size: 13px;
  }

  .skynew-wireframe-v2 .skynew-wf-text-link {
    margin-top: 10px;
    padding-left: 0;
  }

  .skynew-wireframe-v2 .skynew-wf-carousel-viewport {
    overflow: hidden;
  }

  .skynew-wireframe-v2 .skynew-wf-news-layout,
  .skynew-wireframe-v2 .skynew-wf-new-products-grid {
    grid-template-columns: 1fr;
  }

  .skynew-wireframe-v2 .skynew-wf-product-track {
    display: flex;
    gap: 0;
    transition: transform 260ms ease;
  }

  .skynew-wireframe-v2 .skynew-wf-product-card,
  .skynew-wireframe-v2 .skynew-wf-product-card-feature {
    min-width: 100%;
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 14px;
  }

  .skynew-wireframe-v2 .skynew-wf-image-banner,
  .skynew-wireframe-v2 .skynew-wf-image-product {
    min-height: 156px;
    aspect-ratio: 4 / 3;
  }

  .skynew-wireframe-v2 .skynew-wf-carousel-controls {
    justify-content: center;
    flex-wrap: wrap;
  }

  .skynew-wireframe-v2 .skynew-wf-grid-3,
  .skynew-wireframe-v2 .skynew-wf-category-grid,
  .skynew-wireframe-v2 .skynew-wf-usecase-primary-grid,
  .skynew-wireframe-v2 .skynew-wf-usecase-simple-grid,
  .skynew-wireframe-v2 .skynew-wf-support-grid,
  .skynew-wireframe-v2 .skynew-wf-shop-info-grid {
    grid-template-columns: 1fr;
  }

  .skynew-wireframe-v2 .skynew-wf-function-card {
    min-height: 120px;
    padding: 16px 12px 16px 16px;
    grid-template-columns: minmax(0, 1fr) minmax(86px, 34%);
    gap: 10px;
  }

  .skynew-wireframe-v2 .skynew-wf-function-card .skynew-wf-card-title {
    font-size: 16px;
  }

  .skynew-wireframe-v2 .skynew-wf-function-card .skynew-wf-card-copy {
    font-size: 12px;
  }

  .skynew-wireframe-v2 .skynew-wf-function-visual {
    min-height: 84px;
    height: 84px;
    padding: 10px 9px 10px 24px;
    font-size: 10px;
  }

  .skynew-wireframe-v2 .skynew-wf-card {
    padding: 18px;
  }

  .skynew-wireframe-v2 .skynew-wf-category-panel {
    padding: 16px;
  }

  .skynew-wireframe-v2 .skynew-wf-category-summary {
    min-height: 52px;
    font-size: 17px;
  }

  .skynew-wireframe-v2 .skynew-wf-usecase-accordion,
  .skynew-wireframe-v2 .skynew-wf-support-accordion {
    padding: 0;
    border: 1px solid var(--wf-border);
    background: var(--wf-white);
    box-shadow: 0 8px 24px rgba(25, 54, 86, 0.04);
  }

  .skynew-wireframe-v2 .skynew-wf-usecase-accordion > .skynew-wf-category-summary,
  .skynew-wireframe-v2 .skynew-wf-support-accordion > .skynew-wf-category-summary {
    display: flex;
    padding: 0 16px;
  }

  .skynew-wireframe-v2 .skynew-wf-usecase-accordion[open] > .skynew-wf-card-grid,
  .skynew-wireframe-v2 .skynew-wf-support-accordion[open] > .skynew-wf-support-search,
  .skynew-wireframe-v2 .skynew-wf-support-accordion[open] > .skynew-wf-support-result,
  .skynew-wireframe-v2 .skynew-wf-support-accordion[open] > .skynew-wf-support-grid {
    margin-left: 16px;
    margin-right: 16px;
  }

  .skynew-wireframe-v2 .skynew-wf-usecase-primary-grid {
    margin-top: 12px;
  }

  .skynew-wireframe-v2 .skynew-wf-usecase-simple-grid,
  .skynew-wireframe-v2 .skynew-wf-support-grid {
    margin-bottom: 16px;
  }

  .skynew-wireframe-v2 .skynew-wf-image-industry {
    min-height: 118px;
  }

  .skynew-wireframe-v2 .skynew-wf-image-usecase,
  .skynew-wireframe-v2 .skynew-wf-image-usecase-primary {
    min-height: 148px;
  }

  .skynew-wireframe-v2 .skynew-wf-footer {
    padding-bottom: 0;
  }

  .skynew-wireframe-v2 .skynew-wf-footer-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .skynew-wireframe-v2 .skynew-wf-footer-links {
    justify-content: flex-start;
  }

  .skynew-wireframe-v2 .skynew-wf-footer-actions {
    align-items: flex-start;
  }

  .skynew-wireframe-v2 .skynew-wf-social-links {
    justify-content: flex-start;
  }

  .skynew-wireframe-v2 .skynew-wf-footer-logo-image {
    width: 70px;
  }

  .skynew-wireframe-v2 .skynew-wf-shop-info {
    padding: 42px 0;
  }

  .skynew-wireframe-v2 .skynew-wf-shop-info-summary {
    min-height: 86px;
    padding: 15px;
    grid-template-columns: minmax(0, 1fr) 26px;
    gap: 10px;
  }

  .skynew-wireframe-v2 .skynew-wf-shop-info-body {
    padding: 0 15px 15px;
  }

  .skynew-wireframe-v2 .skynew-wf-floating {
    left: 14px;
    right: auto;
    bottom: 16px;
  }

  .skynew-wireframe-v2 .skynew-wf-floating-collapsed {
    width: clamp(112px, 34vw, 150px);
    gap: 8px;
  }

  .skynew-wireframe-v2 .skynew-wf-floating-expanded {
    width: calc(100vw - 28px);
  }

  .skynew-wireframe-v2 .skynew-wf-floating-panel {
    max-height: 78vh;
    padding: 16px;
  }

  .skynew-wireframe-v2 .skynew-wf-floating-ai,
  .skynew-wireframe-v2 .skynew-wf-floating-contact {
    width: 100%;
    min-width: 0;
    height: clamp(40px, calc((12.5vh - 8px) / 2), 56px);
    min-height: 0;
    border-radius: 8px;
    padding: 0 8px;
    font-size: 12px;
    line-height: 1.25;
  }

  .skynew-wireframe-v2 .skynew-wf-floating-ai {
    display: flex;
    justify-content: center;
    background: var(--wf-blue);
    color: var(--wf-yellow);
  }

  .skynew-wireframe-v2 .skynew-wf-floating-label {
    width: auto;
    height: auto;
    background: transparent;
    color: inherit;
    font-size: 0;
  }

  .skynew-wireframe-v2 .skynew-wf-floating-label::after {
    content: "PC診断";
    font-size: 13px;
  }

  .skynew-wireframe-v2 .skynew-wf-floating-copy {
    display: none;
  }

  .skynew-wireframe-v2 .skynew-wf-floating-contact {
    background: var(--wf-light-blue);
    color: #111111;
  }

  .skynew-wireframe-v2 .skynew-wf-floating-contact img {
    display: none;
  }

  .skynew-wireframe-v2 .skynew-wf-floating-contact::after {
    content: "見積・お問い合わせ";
  }

  .skynew-wireframe-v2 .skynew-wf-drawer-panel {
    inset: auto 0 0 0;
    width: 100%;
    max-height: 92vh;
    height: auto;
    padding: 22px 18px 28px;
    border-radius: 14px 14px 0 0;
  }
}

.skynew-wireframe-v2 .skynew-wf-mobile-menu[hidden],
.skynew-wireframe-v2 .skynew-wf-floating[hidden],
.skynew-wireframe-v2 .skynew-wf-floating-collapsed[hidden],
.skynew-wireframe-v2 .skynew-wf-floating-panel[hidden],
.skynew-wireframe-v2 .skynew-wf-drawer[hidden] {
  display: none;
}


/* ShopServe implementation adjustments */
.skynew-wireframe-v2.skynew-wf-shell {
  min-height: 0;
}

.skynew-wireframe-v2 img {
  max-width: 100%;
  height: auto;
}

.skynew-wireframe-v2 img.skynew-wf-image,
.skynew-wireframe-v2 .skynew-wf-brand-banner.skynew-wf-image {
  display: block;
  width: 100%;
  padding: 0;
  color: transparent;
  text-shadow: none;
  object-fit: cover;
}

.skynew-wireframe-v2 .skynew-wf-brand-banner.skynew-wf-image {
  height: 92px;
  min-height: 92px;
  max-height: 92px;
}

.skynew-wireframe-v2 .skynew-wf-function-visual {
  padding: 0;
  background: #D8E3EB;
}

.skynew-wireframe-v2 .skynew-wf-function-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.82) 16%, rgba(255, 255, 255, 0.16) 44%, rgba(81, 83, 101, 0.78) 100%);
  pointer-events: none;
}

.skynew-wireframe-v2 .skynew-wf-function-visual-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.skynew-wireframe-v2 .skynew-wf-placeholder-img {
  background: #D8E3EB;
}


/* ShopServe preview compatibility fallback */
:root,
#contents,
#skynew-wireframe-v2 {  --wf-navy: #0B315D;
  --wf-blue: #2368B2;
  --wf-blue-dark: #124D88;
  --wf-light-blue: #EAF4FB;
  --wf-placeholder: #D8EAF5;
  --wf-placeholder-border: #B8D1E5;
  --wf-red: #D63B3F;
  --wf-red-soft: #FFF1F2;
  --wf-yellow: #F6C744;
  --wf-yellow-soft: #FFF8D8;
  --wf-orange: #F6C744;
  --wf-border: #CFE0EF;
  --wf-border-strong: #AFC9DF;
  --wf-text: #10213A;
  --wf-muted: #5E6E82;
  --wf-soft: #F4F9FD;
  --wf-soft-green: #EAF4FB;
  --wf-soft-amber: #FFF8D8;
  --wf-white: #FFFFFF;
  --wf-shadow: 0 14px 36px rgba(11, 49, 93, 0.12);
  color: var(--wf-text);
  font-family: "Yu Gothic", "Yu Gothic UI", "Meiryo", system-ui, sans-serif;
  line-height: 1.6;
  letter-spacing: 0;
}

#contents [class^="skynew-wf-"],
#contents [class*=" skynew-wf-"],
#skynew-wireframe-v2 [class^="skynew-wf-"],
#skynew-wireframe-v2 [class*=" skynew-wf-"] {
  box-sizing: border-box;
}

#contents .skynew-wf-main,
#contents .skynew-wf-section,
#contents .skynew-wf-header,
#contents .skynew-wf-footer,
#contents .skynew-wf-shop-info,
#contents .skynew-wf-floating,
#skynew-wireframe-v2 .skynew-wf-header {
  font-family: "Yu Gothic", "Yu Gothic UI", "Meiryo", system-ui, sans-serif;
  color: var(--wf-text);
  line-height: 1.6;
  letter-spacing: 0;
}

#contents .skynew-wf-visually-hidden,
#skynew-wireframe-v2 .skynew-wf-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
#contents .skynew-wf-anchor,
#skynew-wireframe-v2 .skynew-wf-anchor {
  scroll-margin-top: 170px;
}
#contents .skynew-wf-lucide,
#skynew-wireframe-v2 .skynew-wf-lucide {
  width: 1em;
  height: 1em;
  flex: 0 0 auto;
  display: inline-block;
  stroke: currentColor;
}
#contents .skynew-wf-shell,
#skynew-wireframe-v2 .skynew-wf-shell {
  min-height: 0;
}
#contents .skynew-wf-header,
#skynew-wireframe-v2 .skynew-wf-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid var(--wf-border);
  box-shadow: 0 10px 24px rgba(11, 49, 93, 0.06);
  backdrop-filter: blur(12px);
}
#contents .skynew-wf-header-info,
#skynew-wireframe-v2 .skynew-wf-header-info {
  border-bottom: 0;
  background: var(--wf-navy);
  color: var(--wf-white);
}
#contents .skynew-wf-header-info-inner,
#skynew-wireframe-v2 .skynew-wf-header-info-inner {
  max-width: 1280px;
  min-height: 30px;
  margin: 0 auto;
  padding: 5px 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px 44px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
}
#contents .skynew-wf-header-info-inner span,
#skynew-wireframe-v2 .skynew-wf-header-info-inner span {
  min-height: 24px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-radius: 0;
  background: transparent;
}
#contents .skynew-wf-header-info-inner span:first-child,
#skynew-wireframe-v2 .skynew-wf-header-info-inner span:first-child {
  background: transparent;
  color: var(--wf-white);
}
#contents .skynew-wf-header-info-inner .skynew-wf-lucide,
#skynew-wireframe-v2 .skynew-wf-header-info-inner .skynew-wf-lucide {
  width: 18px;
  height: 18px;
}
#contents .skynew-wf-header-main,
#skynew-wireframe-v2 .skynew-wf-header-main {
  max-width: 1280px;
  min-height: 98px;
  margin: 0 auto;
  padding: 16px 28px 14px;
  display: grid;
  grid-template-columns: minmax(210px, 250px) minmax(420px, 1fr) minmax(320px, auto);
  align-items: center;
  gap: 26px;
}
#contents .skynew-wf-brand,
#skynew-wireframe-v2 .skynew-wf-brand {
  display: grid;
  gap: 4px;
  justify-items: start;
  color: inherit;
  text-decoration: none;
}
#contents .skynew-wf-brand-logo,
#skynew-wireframe-v2 .skynew-wf-brand-logo {
  display: block;
  width: 190px;
  max-width: 100%;
  height: auto;
}
#contents .skynew-wf-brand-copy,
#skynew-wireframe-v2 .skynew-wf-brand-copy {
  color: var(--wf-navy);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}
#contents .skynew-wf-search,
#skynew-wireframe-v2 .skynew-wf-search {
  max-width: 620px;
  width: 100%;
  justify-self: center;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0;
}
#contents .skynew-wf-search-input,
#skynew-wireframe-v2 .skynew-wf-search-input,
#contents .skynew-wf-ai-input,
#skynew-wireframe-v2 .skynew-wf-ai-input {
  width: 100%;
  min-height: 48px;
  border: 1px solid #BFD7EB;
  border-radius: 6px;
  background: var(--wf-white);
  color: var(--wf-text);
  font: inherit;
  font-size: 14px;
}
#contents .skynew-wf-search-input,
#skynew-wireframe-v2 .skynew-wf-search-input {
  padding: 0 14px;
}
#contents .skynew-wf-search .skynew-wf-search-input,
#skynew-wireframe-v2 .skynew-wf-search .skynew-wf-search-input {
  min-height: 54px;
  padding: 0 20px;
  border-radius: 6px 0 0 6px;
  border-right: 0;
  font-size: 15px;
}
#contents .skynew-wf-search-button,
#skynew-wireframe-v2 .skynew-wf-search-button {
  min-width: 112px;
  min-height: 54px;
  border: 1px solid var(--wf-blue);
  border-radius: 6px;
  border-radius: 0 6px 6px 0;
  background: var(--wf-blue);
  color: var(--wf-white);
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  box-shadow: inset 0 -2px 0 rgba(11, 49, 93, 0.18);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
#contents .skynew-wf-search-button .skynew-wf-lucide,
#skynew-wireframe-v2 .skynew-wf-search-button .skynew-wf-lucide {
  width: 22px;
  height: 22px;
}
#contents .skynew-wf-search-button:hover,
#skynew-wireframe-v2 .skynew-wf-search-button:hover {
  background: var(--wf-blue-dark);
}
#contents .skynew-wf-utility,
#skynew-wireframe-v2 .skynew-wf-utility,
#contents .skynew-wf-smp-utility,
#skynew-wireframe-v2 .skynew-wf-smp-utility {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}
#contents .skynew-wf-utility-link,
#skynew-wireframe-v2 .skynew-wf-utility-link {
  min-width: 62px;
  min-height: 60px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 4px 6px;
  border-radius: 6px;
  color: var(--wf-navy);
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
  white-space: nowrap;
}
#contents .skynew-wf-utility-icon,
#skynew-wireframe-v2 .skynew-wf-utility-icon {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--wf-navy);
}
#contents .skynew-wf-utility-icon .skynew-wf-lucide,
#skynew-wireframe-v2 .skynew-wf-utility-icon .skynew-wf-lucide {
  width: 27px;
  height: 27px;
}
#contents .skynew-wf-utility-cta,
#skynew-wireframe-v2 .skynew-wf-utility-cta {
  padding: 0 12px;
  border: 1px solid var(--wf-blue);
  background: var(--wf-blue);
  color: var(--wf-white);
  font-weight: 900;
}
#contents .skynew-wf-utility-cta:hover,
#skynew-wireframe-v2 .skynew-wf-utility-cta:hover {
  background: var(--wf-blue-dark);
  color: var(--wf-white);
}
#contents .skynew-wf-global-nav,
#skynew-wireframe-v2 .skynew-wf-global-nav {
  position: relative;
  max-width: 1280px;
  min-height: 50px;
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  border-top: 1px solid #D7E2EC;
}
#contents .skynew-wf-nav-item,
#skynew-wireframe-v2 .skynew-wf-nav-item {
  position: static;
}
#contents .skynew-wf-nav-link,
#skynew-wireframe-v2 .skynew-wf-nav-link,
#contents .skynew-wf-mobile-link,
#skynew-wireframe-v2 .skynew-wf-mobile-link {
  color: #243550;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 800;
  line-height: 1.3;
}
#contents .skynew-wf-nav-link,
#skynew-wireframe-v2 .skynew-wf-nav-link {
  display: inline-flex;
  align-items: center;
  min-height: 50px;
  padding: 0 21px;
  font-size: 13px;
  white-space: nowrap;
}
#contents .skynew-wf-nav-link::after,
#skynew-wireframe-v2 .skynew-wf-nav-link::after {
  content: "";
  width: 6px;
  height: 6px;
  margin-left: 8px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}
#contents .skynew-wf-nav-link:hover,
#skynew-wireframe-v2 .skynew-wf-nav-link:hover,
#contents .skynew-wf-mobile-link:hover,
#skynew-wireframe-v2 .skynew-wf-mobile-link:hover,
#contents .skynew-wf-utility-link:hover,
#skynew-wireframe-v2 .skynew-wf-utility-link:hover,
#contents .skynew-wf-footer-link:hover,
#skynew-wireframe-v2 .skynew-wf-footer-link:hover {
  color: var(--wf-blue-dark);
  background: var(--wf-light-blue);
}
#contents .skynew-wf-mega-menu,
#skynew-wireframe-v2 .skynew-wf-mega-menu {
  position: absolute;
  left: 28px;
  right: 28px;
  top: calc(100% - 8px);
  z-index: 45;
  visibility: hidden;
  opacity: 0;
  transform: translateY(6px);
  pointer-events: none;
  padding: 18px;
  border: 1px solid #BCD3E8;
  border-radius: 8px;
  background: var(--wf-white);
  box-shadow: 0 18px 44px rgba(11, 49, 93, 0.16);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}
#contents .skynew-wf-nav-item:hover > .skynew-wf-mega-menu,
#skynew-wireframe-v2 .skynew-wf-nav-item:hover > .skynew-wf-mega-menu,
#contents .skynew-wf-nav-item:focus-within > .skynew-wf-mega-menu,
#skynew-wireframe-v2 .skynew-wf-nav-item:focus-within > .skynew-wf-mega-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
#contents .skynew-wf-mega-grid,
#skynew-wireframe-v2 .skynew-wf-mega-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
#contents .skynew-wf-mega-grid-compact,
#skynew-wireframe-v2 .skynew-wf-mega-grid-compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
#contents .skynew-wf-mega-title,
#skynew-wireframe-v2 .skynew-wf-mega-title {
  margin: 0 0 10px;
  color: var(--wf-blue-dark);
  font-size: 13px;
  font-weight: 900;
}
#contents .skynew-wf-mega-column,
#skynew-wireframe-v2 .skynew-wf-mega-column {
  min-width: 0;
}
#contents .skynew-wf-mega-menu a,
#skynew-wireframe-v2 .skynew-wf-mega-menu a {
  min-height: 40px;
  padding: 9px 12px;
  display: flex;
  align-items: center;
  border-radius: 6px;
  background: var(--wf-soft);
  color: #26384F;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}
#contents .skynew-wf-mega-menu a + a,
#skynew-wireframe-v2 .skynew-wf-mega-menu a + a {
  margin-top: 8px;
}
#contents .skynew-wf-mega-grid-compact a + a,
#skynew-wireframe-v2 .skynew-wf-mega-grid-compact a + a {
  margin-top: 0;
}
#contents .skynew-wf-mega-menu a:hover,
#skynew-wireframe-v2 .skynew-wf-mega-menu a:hover,
#contents .skynew-wf-mega-menu a:focus-visible,
#skynew-wireframe-v2 .skynew-wf-mega-menu a:focus-visible {
  background: var(--wf-light-blue);
  color: var(--wf-blue-dark);
}
#contents .skynew-wf-menu-toggle,
#skynew-wireframe-v2 .skynew-wf-menu-toggle {
  display: none;
  min-width: 48px;
  min-height: 48px;
  border: 1px solid var(--wf-blue);
  border-radius: 6px;
  background: var(--wf-white);
  color: var(--wf-blue);
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}
#contents .skynew-wf-menu-line,
#skynew-wireframe-v2 .skynew-wf-menu-line {
  width: 18px;
  height: 12px;
  display: inline-block;
  margin-right: 6px;
  border-top: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  position: relative;
}
#contents .skynew-wf-menu-line::after,
#skynew-wireframe-v2 .skynew-wf-menu-line::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 4px;
  border-top: 2px solid currentColor;
}
#contents .skynew-wf-mobile-menu,
#skynew-wireframe-v2 .skynew-wf-mobile-menu {
  padding: 10px 18px 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  border-top: 1px solid var(--wf-border);
  background: var(--wf-white);
}
#contents .skynew-wf-mobile-link,
#skynew-wireframe-v2 .skynew-wf-mobile-link {
  min-height: 48px;
  padding: 14px;
  display: flex;
  align-items: center;
  background: var(--wf-soft);
  border: 1px solid var(--wf-border);
  font-size: 14px;
}
#contents .skynew-wf-section-inner,
#skynew-wireframe-v2 .skynew-wf-section-inner {
  width: min(100% - 56px, 1280px);
  margin: 0 auto;
}
#contents .skynew-wf-hero,
#skynew-wireframe-v2 .skynew-wf-hero {
  position: relative;
  overflow: hidden;
  background: #EDF2F8 url("https://www.skynew.jp/pic-labo/TOPback.jpg") center / cover no-repeat;
  border-bottom: 1px solid var(--wf-border);
}
#contents .skynew-wf-hero::after,
#skynew-wireframe-v2 .skynew-wf-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.62));
  pointer-events: none;
}
#contents .skynew-wf-hero-bg-label,
#skynew-wireframe-v2 .skynew-wf-hero-bg-label {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: min(100%, 1440px);
  transform: translateX(-50%);
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: transparent;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.55;
  text-align: center;
  text-shadow: none;
  pointer-events: none;
}
#contents .skynew-wf-hero-grid,
#skynew-wireframe-v2 .skynew-wf-hero-grid {
  position: relative;
  z-index: 1;
  min-height: 0;
  padding-top: 44px;
  padding-bottom: 26px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    "banner"
    "copy"
    "ai";
  align-items: start;
  gap: 34px;
}
#contents .skynew-wf-hero-copy,
#skynew-wireframe-v2 .skynew-wf-hero-copy {
  grid-area: copy;
  max-width: 860px;
}
#contents .skynew-wf-ai-card,
#skynew-wireframe-v2 .skynew-wf-ai-card {
  grid-area: ai;
}
#contents .skynew-wf-brand-banner,
#skynew-wireframe-v2 .skynew-wf-brand-banner {
  grid-area: banner;
  aspect-ratio: auto;
  font-size: 16px;
}
#contents .skynew-wf-brand-banner.skynew-wf-image,
#skynew-wireframe-v2 .skynew-wf-brand-banner.skynew-wf-image {
  min-height: 92px;
  height: 92px;
  max-height: 92px;
}
#contents .skynew-wf-eyebrow,
#skynew-wireframe-v2 .skynew-wf-eyebrow,
#contents .skynew-wf-section-kicker,
#skynew-wireframe-v2 .skynew-wf-section-kicker,
#contents .skynew-wf-card-kicker,
#skynew-wireframe-v2 .skynew-wf-card-kicker {
  margin: 0;
  color: #A32E36;
  font-weight: 900;
  line-height: 1.35;
}
#contents .skynew-wf-eyebrow,
#skynew-wireframe-v2 .skynew-wf-eyebrow {
  font-size: 15px;
}
#contents .skynew-wf-hero-title,
#skynew-wireframe-v2 .skynew-wf-hero-title {
  margin: 0;
  color: var(--wf-navy);
  font-size: 52px;
  line-height: 1.25;
  font-weight: 900;
}
#contents .skynew-wf-hero-lead,
#skynew-wireframe-v2 .skynew-wf-hero-lead {
  max-width: 760px;
  margin: 22px 0 0;
  color: #425E7F;
  font-size: 18px;
  line-height: 1.9;
}
#contents .skynew-wf-trust-list,
#skynew-wireframe-v2 .skynew-wf-trust-list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
#contents .skynew-wf-trust-item,
#skynew-wireframe-v2 .skynew-wf-trust-item {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid #BDD5EA;
  border-radius: 6px;
  background: var(--wf-white);
  color: var(--wf-navy);
  font-size: 12px;
  font-weight: 800;
}
#contents .skynew-wf-hero-actions,
#skynew-wireframe-v2 .skynew-wf-hero-actions,
#contents .skynew-wf-ai-actions,
#skynew-wireframe-v2 .skynew-wf-ai-actions {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#contents .skynew-wf-button,
#skynew-wireframe-v2 .skynew-wf-button,
#contents .skynew-wf-control-button,
#skynew-wireframe-v2 .skynew-wf-control-button,
#contents .skynew-wf-icon-button,
#skynew-wireframe-v2 .skynew-wf-icon-button,
#contents .skynew-wf-mini-link,
#skynew-wireframe-v2 .skynew-wf-mini-link {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}
#contents .skynew-wf-button,
#skynew-wireframe-v2 .skynew-wf-button {
  padding: 0 22px;
  border: 1px solid var(--wf-blue);
}
#contents .skynew-wf-button-primary,
#skynew-wireframe-v2 .skynew-wf-button-primary {
  background: var(--wf-blue);
  color: var(--wf-white);
  box-shadow: inset 0 -2px 0 rgba(11, 49, 93, 0.18);
}
#contents .skynew-wf-button-primary:hover,
#skynew-wireframe-v2 .skynew-wf-button-primary:hover {
  background: var(--wf-blue-dark);
}
#contents .skynew-wf-button-secondary,
#skynew-wireframe-v2 .skynew-wf-button-secondary {
  background: var(--wf-white);
  color: var(--wf-blue);
}
#contents .skynew-wf-button-secondary:hover,
#skynew-wireframe-v2 .skynew-wf-button-secondary:hover,
#contents .skynew-wf-button-quiet:hover,
#skynew-wireframe-v2 .skynew-wf-button-quiet:hover,
#contents .skynew-wf-mini-link:hover,
#skynew-wireframe-v2 .skynew-wf-mini-link:hover {
  border-color: #9DC4E6;
  background: var(--wf-light-blue);
  color: var(--wf-blue-dark);
}
#contents .skynew-wf-button-quiet,
#skynew-wireframe-v2 .skynew-wf-button-quiet {
  border-color: var(--wf-border);
  background: var(--wf-soft);
  color: var(--wf-muted);
}
#contents .skynew-wf-image,
#skynew-wireframe-v2 .skynew-wf-image {
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  border: 1px solid var(--wf-placeholder-border);
  border-radius: 8px;
  background: linear-gradient(135deg, #CFE4F1, var(--wf-placeholder));
  color: var(--wf-white);
  font-weight: 900;
  line-height: 1.45;
  text-align: center;
  text-shadow: 0 1px 3px rgba(11, 49, 93, 0.34);
}
#contents .skynew-wf-image-hero,
#skynew-wireframe-v2 .skynew-wf-image-hero {
  min-height: 260px;
  aspect-ratio: 16 / 10;
  font-size: 18px;
}
#contents .skynew-wf-image-banner,
#skynew-wireframe-v2 .skynew-wf-image-banner {
  min-height: 250px;
  height: 100%;
  font-size: 18px;
}
#contents .skynew-wf-product-image.skynew-wf-image-banner,
#skynew-wireframe-v2 .skynew-wf-product-image.skynew-wf-image-banner {
  width: 100%;
  min-height: 0;
  height: auto;
  aspect-ratio: auto;
  display: block;
  padding: 0;
  border: 1px solid var(--wf-placeholder-border);
  border-radius: 8px;
  background: #101734;
  object-fit: contain;
}
#contents .skynew-wf-image-product,
#skynew-wireframe-v2 .skynew-wf-image-product {
  min-height: 96px;
  aspect-ratio: 4 / 3;
  font-size: 14px;
}
#contents .skynew-wf-image-industry,
#skynew-wireframe-v2 .skynew-wf-image-industry {
  min-height: 94px;
  aspect-ratio: 20 / 9;
  font-size: 14px;
}
#contents .skynew-wf-image-usecase,
#skynew-wireframe-v2 .skynew-wf-image-usecase {
  height: 96px;
  min-height: 0;
  aspect-ratio: auto;
  font-size: 14px;
}
#contents .skynew-wf-image-usecase-primary,
#skynew-wireframe-v2 .skynew-wf-image-usecase-primary {
  height: 96px;
  min-height: 0;
  aspect-ratio: auto;
  font-size: 15px;
}
#contents .skynew-wf-ai-card,
#skynew-wireframe-v2 .skynew-wf-ai-card,
#contents .skynew-wf-card,
#skynew-wireframe-v2 .skynew-wf-card,
#contents .skynew-wf-product-card,
#skynew-wireframe-v2 .skynew-wf-product-card,
#contents .skynew-wf-category-panel,
#skynew-wireframe-v2 .skynew-wf-category-panel,
#contents .skynew-wf-drawer-panel,
#skynew-wireframe-v2 .skynew-wf-drawer-panel {
  background: var(--wf-white);
  border: 1px solid var(--wf-border);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(11, 49, 93, 0.06);
}
#contents .skynew-wf-ai-card,
#skynew-wireframe-v2 .skynew-wf-ai-card {
  padding: 26px;
}
#contents .skynew-wf-ai-card-main,
#skynew-wireframe-v2 .skynew-wf-ai-card-main {
  display: block;
  padding: 30px 28px 28px;
  max-width: 100%;
  border-color: #BFD3E4;
  border-top: 1px solid #BFD3E4;
  box-shadow: 0 10px 26px rgba(11, 49, 93, 0.07);
}
#contents .skynew-wf-ai-card-head,
#skynew-wireframe-v2 .skynew-wf-ai-card-head {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  gap: 22px;
}
#contents .skynew-wf-ai-card-head .skynew-wf-card-copy,
#skynew-wireframe-v2 .skynew-wf-ai-card-head .skynew-wf-card-copy {
  max-width: 250px;
}
#contents .skynew-wf-ai-card-main .skynew-wf-ai-card-head .skynew-wf-card-copy,
#skynew-wireframe-v2 .skynew-wf-ai-card-main .skynew-wf-ai-card-head .skynew-wf-card-copy {
  max-width: none;
  margin-top: 2px;
}
#contents .skynew-wf-ai-card-main .skynew-wf-card-title,
#skynew-wireframe-v2 .skynew-wf-ai-card-main .skynew-wf-card-title {
  color: var(--wf-navy);
  font-size: 24px;
  line-height: 1.32;
}
#contents .skynew-wf-ai-title-icon,
#skynew-wireframe-v2 .skynew-wf-ai-title-icon {
  width: 42px;
  min-width: 42px;
  min-height: 42px;
  margin-top: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--wf-blue);
}
#contents .skynew-wf-ai-title-icon .skynew-wf-lucide,
#skynew-wireframe-v2 .skynew-wf-ai-title-icon .skynew-wf-lucide {
  width: 38px;
  height: 38px;
}
#contents .skynew-wf-ai-title-copy,
#skynew-wireframe-v2 .skynew-wf-ai-title-copy {
  min-width: 0;
}
#contents .skynew-wf-ai-widget-main,
#skynew-wireframe-v2 .skynew-wf-ai-widget-main {
  min-width: 0;
  max-width: 100%;
  margin-top: 24px;
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 12px 16px;
  align-items: start;
}
#contents .skynew-wf-ai-widget-main > *,
#skynew-wireframe-v2 .skynew-wf-ai-widget-main > * {
  min-width: 0;
  max-width: 100%;
}
#contents .skynew-wf-card-title,
#skynew-wireframe-v2 .skynew-wf-card-title {
  margin: 0;
  color: var(--wf-text);
  font-size: 20px;
  line-height: 1.4;
  font-weight: 900;
}
#contents .skynew-wf-card-subtitle,
#skynew-wireframe-v2 .skynew-wf-card-subtitle {
  margin: 4px 0 0;
  color: #2C4564;
  font-size: 14px;
  font-weight: 900;
}
#contents .skynew-wf-card-copy,
#skynew-wireframe-v2 .skynew-wf-card-copy {
  margin: 8px 0 0;
  color: var(--wf-muted);
  font-size: 14px;
  line-height: 1.75;
}
#contents .skynew-wf-card-note,
#skynew-wireframe-v2 .skynew-wf-card-note {
  margin: 10px 0 0;
  color: #506074;
  font-size: 12px;
  line-height: 1.6;
}
#contents .skynew-wf-ai-input,
#skynew-wireframe-v2 .skynew-wf-ai-input {
  margin-top: 16px;
  min-height: 88px;
  padding: 14px;
  resize: vertical;
}
#contents .skynew-wf-ai-note,
#skynew-wireframe-v2 .skynew-wf-ai-note {
  margin: 8px 0 0;
  color: var(--wf-muted);
  font-size: 12px;
}
#contents .skynew-wf-diagnosis-label,
#skynew-wireframe-v2 .skynew-wf-diagnosis-label {
  margin-top: 16px;
  display: block;
  color: var(--wf-muted);
  font-size: 12px;
  font-weight: 900;
}
#contents .skynew-wf-chip-list,
#skynew-wireframe-v2 .skynew-wf-chip-list {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
#contents .skynew-wf-chip,
#skynew-wireframe-v2 .skynew-wf-chip {
  min-width: 0;
  min-height: 34px;
  max-width: 100%;
  padding: 0 12px;
  border: 1px solid #C4D9EE;
  border-radius: 6px;
  background: var(--wf-light-blue);
  color: var(--wf-blue-dark);
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}
#contents .skynew-wf-ai-output,
#skynew-wireframe-v2 .skynew-wf-ai-output {
  margin-top: 18px;
  min-width: 0;
  max-width: 100%;
}
#contents .skynew-wf-ai-state,
#skynew-wireframe-v2 .skynew-wf-ai-state {
  min-width: 0;
  max-width: 100%;
  padding: 16px;
  overflow: hidden;
  border: 1px dashed var(--wf-border-strong);
  border-radius: 8px;
  background: #FAFDFF;
}
#contents .skynew-wf-ai-state-title,
#skynew-wireframe-v2 .skynew-wf-ai-state-title {
  margin: 0;
  color: var(--wf-navy);
  font-size: 15px;
  font-weight: 900;
}
#contents .skynew-wf-condition-grid,
#skynew-wireframe-v2 .skynew-wf-condition-grid {
  margin: 14px 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
#contents .skynew-wf-condition,
#skynew-wireframe-v2 .skynew-wf-condition {
  min-width: 0;
  display: grid;
  gap: 5px;
  color: var(--wf-muted);
  font-size: 12px;
  font-weight: 800;
}
#contents .skynew-wf-condition select,
#skynew-wireframe-v2 .skynew-wf-condition select {
  min-width: 0;
  min-height: 42px;
  width: 100%;
  max-width: 100%;
  border: 1px solid var(--wf-border);
  border-radius: 6px;
  background: var(--wf-white);
  color: var(--wf-text);
  font: inherit;
  font-size: 13px;
}
#contents .skynew-wf-condition select:hover,
#skynew-wireframe-v2 .skynew-wf-condition select:hover {
  border-color: #8DBBE2;
}
#contents .skynew-wf-diagnosis-grid,
#skynew-wireframe-v2 .skynew-wf-diagnosis-grid {
  margin-top: 16px;
}
#contents .skynew-wf-ai-widget-main .skynew-wf-diagnosis-grid,
#skynew-wireframe-v2 .skynew-wf-ai-widget-main .skynew-wf-diagnosis-grid {
  grid-column: 1 / -1;
  grid-row: auto;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
}
#contents .skynew-wf-ai-widget-main .skynew-wf-condition,
#skynew-wireframe-v2 .skynew-wf-ai-widget-main .skynew-wf-condition {
  color: #435878;
}
#contents .skynew-wf-ai-widget-main .skynew-wf-diagnosis-label,
#skynew-wireframe-v2 .skynew-wf-ai-widget-main .skynew-wf-diagnosis-label {
  grid-column: 1;
  margin-top: 10px;
  padding-top: 15px;
  color: var(--wf-navy);
  font-size: 15px;
}
#contents .skynew-wf-ai-widget-main .skynew-wf-ai-input,
#skynew-wireframe-v2 .skynew-wf-ai-widget-main .skynew-wf-ai-input {
  grid-column: 2;
  min-height: 58px;
  height: 58px;
  margin-top: 0;
  border-color: #BDD0E0;
  padding: 16px 18px;
  resize: none;
}
#contents .skynew-wf-ai-widget-main .skynew-wf-ai-note,
#skynew-wireframe-v2 .skynew-wf-ai-widget-main .skynew-wf-ai-note {
  grid-column: 2;
  margin-top: 0;
}
#contents .skynew-wf-ai-widget-main .skynew-wf-ai-actions,
#skynew-wireframe-v2 .skynew-wf-ai-widget-main .skynew-wf-ai-actions,
#contents .skynew-wf-ai-widget-main .skynew-wf-ai-output,
#skynew-wireframe-v2 .skynew-wf-ai-widget-main .skynew-wf-ai-output {
  grid-column: 1 / -1;
}
#contents .skynew-wf-ai-widget-main .skynew-wf-chip-list,
#skynew-wireframe-v2 .skynew-wf-ai-widget-main .skynew-wf-chip-list {
  display: none;
}
#contents .skynew-wf-ai-widget-main .skynew-wf-ai-actions,
#skynew-wireframe-v2 .skynew-wf-ai-widget-main .skynew-wf-ai-actions {
  margin-top: 16px;
  gap: 14px;
}
#contents .skynew-wf-ai-widget-main .skynew-wf-condition select,
#skynew-wireframe-v2 .skynew-wf-ai-widget-main .skynew-wf-condition select {
  min-height: 56px;
  padding: 0 18px;
  font-size: 14px;
}
#contents .skynew-wf-ai-widget-main .skynew-wf-button,
#skynew-wireframe-v2 .skynew-wf-ai-widget-main .skynew-wf-button {
  min-height: 58px;
  min-width: 170px;
  gap: 10px;
  font-size: 16px;
}
#contents .skynew-wf-ai-widget-main .skynew-wf-button .skynew-wf-lucide,
#skynew-wireframe-v2 .skynew-wf-ai-widget-main .skynew-wf-button .skynew-wf-lucide {
  width: 22px;
  height: 22px;
}
#contents .skynew-wf-ai-widget-main .skynew-wf-button-quiet,
#skynew-wireframe-v2 .skynew-wf-ai-widget-main .skynew-wf-button-quiet {
  min-width: 150px;
  background: #F9FBFD;
  color: var(--wf-navy);
}
#contents .skynew-wf-loading-bar,
#skynew-wireframe-v2 .skynew-wf-loading-bar {
  height: 8px;
  margin: 14px 0;
  overflow: hidden;
  border-radius: 99px;
  background: #E3F0F9;
}
#contents .skynew-wf-loading-bar span,
#skynew-wireframe-v2 .skynew-wf-loading-bar span {
  width: 42%;
  height: 100%;
  display: block;
  border-radius: inherit;
  background: var(--wf-blue);
  animation: skynew-wf-loading 1s ease-in-out infinite alternate;
}
#contents .skynew-wf-ai-results,
#skynew-wireframe-v2 .skynew-wf-ai-results {
  display: grid;
  gap: 10px;
}
#contents .skynew-wf-ai-card-main .skynew-wf-ai-results,
#skynew-wireframe-v2 .skynew-wf-ai-card-main .skynew-wf-ai-results {
  min-width: 0;
  max-width: 100%;
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 2px 2px 10px;
  scroll-snap-type: x proximity;
}
#contents .skynew-wf-ai-result-card,
#skynew-wireframe-v2 .skynew-wf-ai-result-card {
  padding: 14px;
  border: 1px solid #C5D9EA;
  border-radius: 8px;
  background: var(--wf-white);
}
#contents .skynew-wf-ai-card-main .skynew-wf-ai-result-card,
#skynew-wireframe-v2 .skynew-wf-ai-card-main .skynew-wf-ai-result-card {
  flex: 0 0 clamp(290px, 31vw, 372px);
  min-width: 0;
  max-width: 100%;
  scroll-snap-align: start;
}
#contents .skynew-wf-ai-result-actions,
#skynew-wireframe-v2 .skynew-wf-ai-result-actions {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
#contents .skynew-wf-diagnosis-specs,
#skynew-wireframe-v2 .skynew-wf-diagnosis-specs {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
#contents .skynew-wf-diagnosis-spec,
#skynew-wireframe-v2 .skynew-wf-diagnosis-spec {
  min-height: 28px;
  padding: 5px 8px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #C8DBEE;
  border-radius: 6px;
  background: var(--wf-light-blue);
  color: var(--wf-navy);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.35;
}
#contents .skynew-wf-match-list,
#skynew-wireframe-v2 .skynew-wf-match-list {
  margin: 12px 0 0;
  padding-left: 18px;
  color: #40516A;
  font-size: 12px;
  line-height: 1.55;
}
#contents .skynew-wf-mini-link,
#skynew-wireframe-v2 .skynew-wf-mini-link {
  min-height: 36px;
  padding: 0 10px;
  border: 1px solid #C8DBEE;
  background: var(--wf-light-blue);
  color: var(--wf-blue-dark);
  font-size: 12px;
}
#contents .skynew-wf-quick-nav,
#skynew-wireframe-v2 .skynew-wf-quick-nav {
  background: transparent;
}
#contents .skynew-wf-quick-nav-hero,
#skynew-wireframe-v2 .skynew-wf-quick-nav-hero {
  grid-area: quick;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
#contents .skynew-wf-quick-link,
#skynew-wireframe-v2 .skynew-wf-quick-link {
  min-height: 66px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--wf-border);
  border-radius: 8px;
  background: var(--wf-white);
  color: var(--wf-navy);
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  font-weight: 900;
}
#contents .skynew-wf-section,
#skynew-wireframe-v2 .skynew-wf-section {
  padding: 74px 0;
}
#contents .skynew-wf-section-white,
#skynew-wireframe-v2 .skynew-wf-section-white {
  background: var(--wf-white);
}
#contents .skynew-wf-section-soft,
#skynew-wireframe-v2 .skynew-wf-section-soft {
  background: var(--wf-soft);
}
#contents #product-categories.skynew-wf-section-soft,
#skynew-wireframe-v2 #product-categories.skynew-wf-section-soft {
  background: #EDF2F8;
}
#contents #industries.skynew-wf-section-soft,
#skynew-wireframe-v2 #industries.skynew-wf-section-soft {
  background: #EDF2F8;
}
#contents #new-products.skynew-wf-section-soft,
#skynew-wireframe-v2 #new-products.skynew-wf-section-soft {
  background: #EDF2F8;
}
#contents #product-categories .skynew-wf-section-kicker,
#skynew-wireframe-v2 #product-categories .skynew-wf-section-kicker {
  color: #A32E36;
}
#contents .skynew-wf-mobile-nav-group,
#skynew-wireframe-v2 .skynew-wf-mobile-nav-group {
  grid-column: 1 / -1;
  border: 1px solid var(--wf-border);
  border-radius: 8px;
  background: var(--wf-white);
}
#contents .skynew-wf-mobile-nav-group > summary,
#skynew-wireframe-v2 .skynew-wf-mobile-nav-group > summary {
  min-height: 48px;
  padding: 13px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--wf-navy);
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}
#contents .skynew-wf-mobile-nav-group > summary::-webkit-details-marker,
#skynew-wireframe-v2 .skynew-wf-mobile-nav-group > summary::-webkit-details-marker {
  display: none;
}
#contents .skynew-wf-mobile-nav-group > summary::after,
#skynew-wireframe-v2 .skynew-wf-mobile-nav-group > summary::after {
  content: "+";
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--wf-border);
  border-radius: 50%;
  color: var(--wf-muted);
}
#contents .skynew-wf-mobile-nav-group[open] > summary::after,
#skynew-wireframe-v2 .skynew-wf-mobile-nav-group[open] > summary::after {
  content: "-";
}
#contents .skynew-wf-mobile-nav-group .skynew-wf-mobile-link,
#skynew-wireframe-v2 .skynew-wf-mobile-nav-group .skynew-wf-mobile-link {
  margin: 0 10px 8px;
  min-height: 42px;
}
#contents .skynew-wf-mobile-cta,
#skynew-wireframe-v2 .skynew-wf-mobile-cta {
  grid-column: 1 / -1;
  justify-content: center;
  border: 1px solid var(--wf-blue);
  background: var(--wf-blue);
  color: var(--wf-white);
}
#contents .skynew-wf-mobile-cta:hover,
#skynew-wireframe-v2 .skynew-wf-mobile-cta:hover {
  background: var(--wf-blue-dark);
  color: var(--wf-white);
}
#contents .skynew-wf-section-head,
#skynew-wireframe-v2 .skynew-wf-section-head {
  margin-bottom: 28px;
  padding-bottom: 22px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 28px;
  border-bottom: 1px solid var(--wf-border);
}
#contents .skynew-wf-section-kicker,
#skynew-wireframe-v2 .skynew-wf-section-kicker {
  font-size: 12px;
}
#contents .skynew-wf-section-title,
#skynew-wireframe-v2 .skynew-wf-section-title {
  margin: 5px 0 0;
  color: var(--wf-text);
  font-size: 32px;
  line-height: 1.35;
  font-weight: 900;
}
#contents .skynew-wf-section-lead,
#skynew-wireframe-v2 .skynew-wf-section-lead {
  margin: 8px 0 0;
  color: var(--wf-muted);
  font-size: 15px;
}
#contents .skynew-wf-text-link,
#skynew-wireframe-v2 .skynew-wf-text-link {
  min-height: 42px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  border-radius: 6px;
  color: var(--wf-blue);
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}
#contents .skynew-wf-news-layout,
#skynew-wireframe-v2 .skynew-wf-news-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 18px;
  align-items: stretch;
}
#contents .skynew-wf-new-products-grid,
#skynew-wireframe-v2 .skynew-wf-new-products-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}
#contents .skynew-wf-new-products-grid .skynew-wf-product-card-feature,
#skynew-wireframe-v2 .skynew-wf-new-products-grid .skynew-wf-product-card-feature {
  grid-row: auto;
}
#contents .skynew-wf-news-list,
#skynew-wireframe-v2 .skynew-wf-news-list {
  display: grid;
  gap: 12px;
}
#contents .skynew-wf-news-item,
#skynew-wireframe-v2 .skynew-wf-news-item {
  min-height: 108px;
  padding: 16px;
  display: grid;
  align-content: center;
  gap: 4px;
  border: 1px solid var(--wf-border);
  border-radius: 8px;
  background: var(--wf-white);
  color: inherit;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(11, 49, 93, 0.05);
}
#contents .skynew-wf-news-type,
#skynew-wireframe-v2 .skynew-wf-news-type {
  width: max-content;
  padding: 2px 8px;
  border: 1px solid #BDD5EA;
  border-radius: 4px;
  background: var(--wf-light-blue);
  color: var(--wf-blue-dark);
  font-size: 12px;
  font-weight: 900;
}
#contents .skynew-wf-news-item:first-child .skynew-wf-news-type,
#skynew-wireframe-v2 .skynew-wf-news-item:first-child .skynew-wf-news-type {
  border-color: #E7C65F;
  background: var(--wf-yellow-soft);
  color: #70540A;
}
#contents .skynew-wf-news-item:nth-child(3) .skynew-wf-news-type,
#skynew-wireframe-v2 .skynew-wf-news-item:nth-child(3) .skynew-wf-news-type {
  border-color: #E9B4B8;
  background: var(--wf-red-soft);
  color: var(--wf-red);
}
#contents .skynew-wf-news-title,
#skynew-wireframe-v2 .skynew-wf-news-title {
  color: var(--wf-text);
  font-size: 16px;
  line-height: 1.45;
}
#contents .skynew-wf-news-body,
#skynew-wireframe-v2 .skynew-wf-news-body {
  color: var(--wf-muted);
  font-size: 13px;
  line-height: 1.6;
}
#contents .skynew-wf-product-track,
#skynew-wireframe-v2 .skynew-wf-product-track {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  grid-template-rows: repeat(3, minmax(118px, auto));
  gap: 16px;
}
#contents .skynew-wf-product-card,
#skynew-wireframe-v2 .skynew-wf-product-card {
  min-height: 126px;
  padding: 14px;
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 16px;
  color: inherit;
  text-decoration: none;
}
#contents .skynew-wf-product-card-feature,
#skynew-wireframe-v2 .skynew-wf-product-card-feature {
  grid-row: 1 / span 3;
  grid-template-columns: 1fr;
  align-content: stretch;
  padding: 18px;
}
#contents .skynew-wf-product-card-feature .skynew-wf-product-body,
#skynew-wireframe-v2 .skynew-wf-product-card-feature .skynew-wf-product-body {
  margin-top: 12px;
}
#contents .skynew-wf-carousel-controls,
#skynew-wireframe-v2 .skynew-wf-carousel-controls {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
#contents .skynew-wf-control-button,
#skynew-wireframe-v2 .skynew-wf-control-button {
  min-height: 40px;
  padding: 0 12px;
  border: 1px solid var(--wf-border);
  background: var(--wf-white);
  color: var(--wf-blue);
  font-size: 12px;
}
#contents .skynew-wf-carousel-dots,
#skynew-wireframe-v2 .skynew-wf-carousel-dots {
  display: flex;
  align-items: center;
  gap: 6px;
}
#contents .skynew-wf-dot,
#skynew-wireframe-v2 .skynew-wf-dot {
  width: 28px;
  height: 28px;
  border: 1px solid var(--wf-border);
  border-radius: 50%;
  background: var(--wf-white);
  color: var(--wf-muted);
  font: inherit;
  font-size: 11px;
  font-weight: 900;
  cursor: pointer;
}
#contents .skynew-wf-dot[aria-current="true"],
#skynew-wireframe-v2 .skynew-wf-dot[aria-current="true"] {
  border-color: var(--wf-blue);
  background: var(--wf-blue);
  color: var(--wf-white);
}
#contents .skynew-wf-card-grid,
#skynew-wireframe-v2 .skynew-wf-card-grid {
  display: grid;
  gap: 18px;
}
#contents .skynew-wf-grid-3,
#skynew-wireframe-v2 .skynew-wf-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
#contents .skynew-wf-card,
#skynew-wireframe-v2 .skynew-wf-card {
  min-height: 158px;
  padding: 22px;
  color: inherit;
  text-decoration: none;
}
#contents .skynew-wf-function-card,
#skynew-wireframe-v2 .skynew-wf-function-card {
  min-height: 136px;
  padding: 18px 14px 18px 20px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(106px, 38%);
  gap: 12px;
  align-items: center;
  overflow: hidden;
}
#contents .skynew-wf-function-body,
#skynew-wireframe-v2 .skynew-wf-function-body {
  position: relative;
  z-index: 1;
  min-width: 0;
}
#contents .skynew-wf-function-card .skynew-wf-card-title,
#skynew-wireframe-v2 .skynew-wf-function-card .skynew-wf-card-title {
  color: #092245;
  font-size: 18px;
  line-height: 1.42;
  paint-order: stroke fill;
  -webkit-text-stroke: 3px var(--wf-white);
  text-shadow: 0 1px 0 var(--wf-white), 0 0 8px rgba(255, 255, 255, 0.82);
}
#contents .skynew-wf-function-card .skynew-wf-card-copy,
#skynew-wireframe-v2 .skynew-wf-function-card .skynew-wf-card-copy {
  margin-top: 10px;
  color: #5E6E82;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.55;
  paint-order: stroke fill;
  -webkit-text-stroke: 2px var(--wf-white);
  text-shadow: 0 1px 0 var(--wf-white), 0 0 7px rgba(255, 255, 255, 0.85);
}
#contents .skynew-wf-function-visual,
#skynew-wireframe-v2 .skynew-wf-function-visual {
  position: relative;
  min-height: 96px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.82) 16%, rgba(255, 255, 255, 0.16) 44%, rgba(81, 83, 101, 0.78) 100%),
    linear-gradient(135deg, #D5E1EB 0%, #AAB4C2 55%, #78788A 100%);
  color: rgba(255, 255, 255, 0.92);
  padding: 12px 12px 12px 34px;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.45;
  text-align: center;
  text-shadow: 0 1px 3px rgba(11, 49, 93, 0.34);
}
#contents .skynew-wf-card:hover,
#skynew-wireframe-v2 .skynew-wf-card:hover,
#contents .skynew-wf-product-card:hover,
#skynew-wireframe-v2 .skynew-wf-product-card:hover,
#contents .skynew-wf-quick-link:hover,
#skynew-wireframe-v2 .skynew-wf-quick-link:hover,
#contents .skynew-wf-support-link:hover,
#skynew-wireframe-v2 .skynew-wf-support-link:hover {
  border-color: #9DC4E6;
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(11, 49, 93, 0.10);
}
#contents .skynew-wf-icon-token,
#skynew-wireframe-v2 .skynew-wf-icon-token {
  width: 44px;
  min-height: 34px;
  margin-bottom: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #C4D9EE;
  border-radius: 6px;
  background: var(--wf-light-blue);
  color: var(--wf-blue);
  font-size: 11px;
  font-weight: 900;
}
#contents .skynew-wf-industry-card,
#skynew-wireframe-v2 .skynew-wf-industry-card {
  border: 0;
  background: var(--wf-white);
  box-shadow: none;
  transition: transform 0.3s ease;
}
#contents .skynew-wf-industry-card:hover,
#skynew-wireframe-v2 .skynew-wf-industry-card:hover {
  border: 0;
  box-shadow: none;
  transform: translateY(-1px);
}
#contents .skynew-wf-industry-card .skynew-wf-image,
#skynew-wireframe-v2 .skynew-wf-industry-card .skynew-wf-image {
  margin-bottom: 16px;
}
#contents .skynew-wf-category-grid,
#skynew-wireframe-v2 .skynew-wf-category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
#contents .skynew-wf-category-panel,
#skynew-wireframe-v2 .skynew-wf-category-panel {
  padding: 24px;
  border: 0;
  box-shadow: none;
}
#contents .skynew-wf-category-panel-primary,
#skynew-wireframe-v2 .skynew-wf-category-panel-primary {
  border-color: transparent;
  box-shadow: none;
}
#contents .skynew-wf-category-title,
#skynew-wireframe-v2 .skynew-wf-category-title {
  min-height: 44px;
  margin: 0;
  display: flex;
  align-items: center;
  color: var(--wf-blue);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.35;
}
#contents .skynew-wf-category-summary,
#skynew-wireframe-v2 .skynew-wf-category-summary {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--wf-blue);
  font-size: 20px;
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}
#contents .skynew-wf-category-summary::-webkit-details-marker,
#skynew-wireframe-v2 .skynew-wf-category-summary::-webkit-details-marker {
  display: none;
}
#contents .skynew-wf-category-summary::after,
#skynew-wireframe-v2 .skynew-wf-category-summary::after {
  content: "+";
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--wf-border);
  border-radius: 50%;
  color: var(--wf-muted);
  font-size: 18px;
}
#contents .skynew-wf-accordion[open] > .skynew-wf-category-summary::after,
#skynew-wireframe-v2 .skynew-wf-accordion[open] > .skynew-wf-category-summary::after {
  content: "-";
}
#contents .skynew-wf-category-list,
#skynew-wireframe-v2 .skynew-wf-category-list {
  margin-top: 14px;
  display: grid;
  gap: 9px;
}
#contents .skynew-wf-category-item,
#skynew-wireframe-v2 .skynew-wf-category-item {
  min-height: 42px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 6px;
  background: var(--wf-white);
  color: #26384F;
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}
#contents .skynew-wf-category-item:hover,
#skynew-wireframe-v2 .skynew-wf-category-item:hover {
  background: var(--wf-blue);
  color: var(--wf-white);
  transform: translateY(-1px);
}
#contents .skynew-wf-usecase-accordion,
#skynew-wireframe-v2 .skynew-wf-usecase-accordion,
#contents .skynew-wf-support-accordion,
#skynew-wireframe-v2 .skynew-wf-support-accordion {
  border: 0;
  box-shadow: none;
  background: transparent;
}
#contents .skynew-wf-usecase-accordion > .skynew-wf-category-summary,
#skynew-wireframe-v2 .skynew-wf-usecase-accordion > .skynew-wf-category-summary,
#contents .skynew-wf-support-accordion > .skynew-wf-category-summary,
#skynew-wireframe-v2 .skynew-wf-support-accordion > .skynew-wf-category-summary {
  display: none;
}
#contents .skynew-wf-usecase-primary-grid,
#skynew-wireframe-v2 .skynew-wf-usecase-primary-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
#contents .skynew-wf-usecase-simple-grid,
#skynew-wireframe-v2 .skynew-wf-usecase-simple-grid {
  margin-top: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
#contents .skynew-wf-usecase-card,
#skynew-wireframe-v2 .skynew-wf-usecase-card {
  min-height: 264px;
  padding: 18px;
  background: var(--wf-white);
  border-color: var(--wf-border);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
#contents .skynew-wf-usecase-card-primary,
#skynew-wireframe-v2 .skynew-wf-usecase-card-primary {
  background: var(--wf-white);
  border-color: #A9CBEA;
}
#contents .skynew-wf-usecase-card .skynew-wf-image,
#skynew-wireframe-v2 .skynew-wf-usecase-card .skynew-wf-image {
  margin-bottom: 12px;
}
#contents .skynew-wf-support-search,
#skynew-wireframe-v2 .skynew-wf-support-search {
  margin-bottom: 14px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}
#contents .skynew-wf-support-result,
#skynew-wireframe-v2 .skynew-wf-support-result {
  margin-bottom: 16px;
  padding: 12px 14px;
  border: 1px dashed var(--wf-border-strong);
  border-radius: 6px;
  background: var(--wf-white);
  color: var(--wf-muted);
  font-size: 13px;
}
#contents .skynew-wf-support-grid,
#skynew-wireframe-v2 .skynew-wf-support-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
#contents .skynew-wf-support-link,
#skynew-wireframe-v2 .skynew-wf-support-link {
  min-height: 64px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--wf-border);
  border-radius: 6px;
  background: var(--wf-white);
  color: var(--wf-text);
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  font-weight: 900;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
#contents .skynew-wf-footer,
#skynew-wireframe-v2 .skynew-wf-footer {
  padding: 48px 0 0;
  background: var(--wf-white);
  border-top: 1px solid var(--wf-border);
}
#contents .skynew-wf-footer-grid,
#skynew-wireframe-v2 .skynew-wf-footer-grid {
  position: relative;
  padding-bottom: 54px;
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}
#contents .skynew-wf-footer-logo,
#skynew-wireframe-v2 .skynew-wf-footer-logo {
  margin: 0;
  line-height: 0;
}
#contents .skynew-wf-footer-logo-image,
#skynew-wireframe-v2 .skynew-wf-footer-logo-image {
  width: 95px;
  max-width: 100%;
  height: auto;
  display: block;
}
#contents .skynew-wf-footer-copy,
#skynew-wireframe-v2 .skynew-wf-footer-copy {
  margin: 8px 0 0;
  color: var(--wf-muted);
  font-size: 13px;
}
#contents .skynew-wf-footer-actions,
#skynew-wireframe-v2 .skynew-wf-footer-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
#contents .skynew-wf-footer-links,
#skynew-wireframe-v2 .skynew-wf-footer-links {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
}
#contents .skynew-wf-footer-link,
#skynew-wireframe-v2 .skynew-wf-footer-link {
  min-height: 34px;
  padding: 6px 10px;
  display: inline-flex;
  align-items: center;
  border-radius: 6px;
  color: var(--wf-muted);
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
}
#contents .skynew-wf-social-links,
#skynew-wireframe-v2 .skynew-wf-social-links {
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
}
#contents .skynew-wf-social-link,
#skynew-wireframe-v2 .skynew-wf-social-link {
  width: 32px;
  height: 32px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border: 1px solid var(--wf-border);
  border-radius: 6px;
  background: var(--wf-white);
  color: var(--wf-navy);
  text-decoration: none;
  font-size: 12px;
  font-weight: 900;
}
#contents .skynew-wf-social-logo,
#skynew-wireframe-v2 .skynew-wf-social-logo {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
#contents .skynew-wf-social-icon,
#skynew-wireframe-v2 .skynew-wf-social-icon {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--wf-blue);
  color: var(--wf-white);
  font-size: 11px;
  line-height: 1;
}
#contents .skynew-wf-social-link:hover,
#skynew-wireframe-v2 .skynew-wf-social-link:hover {
  border-color: #9DC4E6;
  background: var(--wf-light-blue);
  color: var(--wf-blue-dark);
}
#contents .skynew-wf-shop-info,
#skynew-wireframe-v2 .skynew-wf-shop-info {
  padding: 56px 0 64px;
  border-top: 1px solid var(--wf-border);
  background: #EDF2F8;
}
#contents .skynew-wf-shop-info-head,
#skynew-wireframe-v2 .skynew-wf-shop-info-head {
  margin-bottom: 26px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--wf-border);
}
#contents .skynew-wf-shop-info-grid,
#skynew-wireframe-v2 .skynew-wf-shop-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
#contents .skynew-wf-shop-info-card,
#skynew-wireframe-v2 .skynew-wf-shop-info-card {
  border: 1px solid var(--wf-border);
  border-radius: 8px;
  background: var(--wf-white);
  box-shadow: 0 8px 24px rgba(11, 49, 93, 0.05);
}
#contents .skynew-wf-shop-info-card[open],
#skynew-wireframe-v2 .skynew-wf-shop-info-card[open] {
  border-color: var(--wf-border-strong);
}
#contents .skynew-wf-shop-info-summary,
#skynew-wireframe-v2 .skynew-wf-shop-info-summary {
  min-height: 96px;
  padding: 18px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 26px;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  list-style: none;
}
#contents .skynew-wf-shop-info-summary::-webkit-details-marker,
#skynew-wireframe-v2 .skynew-wf-shop-info-summary::-webkit-details-marker {
  display: none;
}
#contents .skynew-wf-shop-info-summary-text,
#skynew-wireframe-v2 .skynew-wf-shop-info-summary-text {
  min-width: 0;
  display: grid;
  gap: 4px;
}
#contents .skynew-wf-shop-info-card-title,
#skynew-wireframe-v2 .skynew-wf-shop-info-card-title {
  color: var(--wf-navy);
  font-size: 17px;
  line-height: 1.45;
  font-weight: 900;
}
#contents .skynew-wf-shop-info-card-summary,
#skynew-wireframe-v2 .skynew-wf-shop-info-card-summary {
  color: var(--wf-muted);
  font-size: 13px;
  line-height: 1.6;
}
#contents .skynew-wf-shop-info-indicator,
#skynew-wireframe-v2 .skynew-wf-shop-info-indicator {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--wf-border);
  border-radius: 50%;
  color: var(--wf-blue);
  font-size: 16px;
  line-height: 1;
  font-weight: 900;
}
#contents .skynew-wf-shop-info-card[open] .skynew-wf-shop-info-indicator,
#skynew-wireframe-v2 .skynew-wf-shop-info-card[open] .skynew-wf-shop-info-indicator {
  color: var(--wf-muted);
}
#contents .skynew-wf-shop-info-card[open] .skynew-wf-shop-info-indicator,
#skynew-wireframe-v2 .skynew-wf-shop-info-card[open] .skynew-wf-shop-info-indicator {
  font-size: 0;
}
#contents .skynew-wf-shop-info-card[open] .skynew-wf-shop-info-indicator::before,
#skynew-wireframe-v2 .skynew-wf-shop-info-card[open] .skynew-wf-shop-info-indicator::before {
  content: "－";
  font-size: 16px;
}
#contents .skynew-wf-shop-info-body,
#skynew-wireframe-v2 .skynew-wf-shop-info-body {
  padding: 0 18px 18px;
}
#contents .skynew-wf-shop-info-image,
#skynew-wireframe-v2 .skynew-wf-shop-info-image {
  max-width: 320px;
  width: 100%;
  height: auto;
  margin: 0 0 14px;
  display: block;
}
#contents .skynew-wf-shop-info-lines,
#skynew-wireframe-v2 .skynew-wf-shop-info-lines {
  margin: 0;
  padding: 14px 0 0;
  display: grid;
  gap: 8px;
  border-top: 1px solid var(--wf-border);
  color: var(--wf-muted);
  font-size: 13px;
  line-height: 1.7;
}
#contents .skynew-wf-shop-info-image + .skynew-wf-shop-info-lines,
#skynew-wireframe-v2 .skynew-wf-shop-info-image + .skynew-wf-shop-info-lines {
  padding-top: 0;
  border-top: 0;
}
#contents .skynew-wf-shop-info-line,
#skynew-wireframe-v2 .skynew-wf-shop-info-line {
  margin: 0;
  overflow-wrap: anywhere;
}
#contents .skynew-wf-floating,
#skynew-wireframe-v2 .skynew-wf-floating {
  position: fixed;
  left: 22px;
  bottom: 24px;
  z-index: 55;
}
#contents .skynew-wf-floating-collapsed,
#skynew-wireframe-v2 .skynew-wf-floating-collapsed {
  display: grid;
  gap: 10px;
}
#contents .skynew-wf-floating-ai,
#skynew-wireframe-v2 .skynew-wf-floating-ai,
#contents .skynew-wf-floating-contact,
#skynew-wireframe-v2 .skynew-wf-floating-contact {
  border-radius: 10px;
  border: 1px solid var(--wf-blue);
  box-shadow: 0 12px 28px rgba(11, 49, 93, 0.18);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
#contents .skynew-wf-floating-ai:hover,
#skynew-wireframe-v2 .skynew-wf-floating-ai:hover,
#contents .skynew-wf-floating-contact:hover,
#skynew-wireframe-v2 .skynew-wf-floating-contact:hover {
  opacity: 0.7;
}
#contents .skynew-wf-floating-ai,
#skynew-wireframe-v2 .skynew-wf-floating-ai {
  width: 172px;
  min-width: 172px;
  min-height: 58px;
  padding: 8px 10px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  background: var(--wf-blue);
  color: var(--wf-white);
}
#contents .skynew-wf-floating-label,
#skynew-wireframe-v2 .skynew-wf-floating-label {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--wf-yellow);
  color: var(--wf-navy);
}
#contents .skynew-wf-floating-copy,
#skynew-wireframe-v2 .skynew-wf-floating-copy {
  font-size: 12px;
  line-height: 1.3;
  white-space: nowrap;
}
#contents .skynew-wf-floating-contact,
#skynew-wireframe-v2 .skynew-wf-floating-contact {
  width: 172px;
  min-width: 172px;
  min-height: 172px;
  aspect-ratio: 1 / 1;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--wf-white);
  color: var(--wf-blue);
  font-size: 12px;
  line-height: 1.35;
  text-align: center;
  overflow: hidden;
}
#contents .skynew-wf-floating-contact img,
#skynew-wireframe-v2 .skynew-wf-floating-contact img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
#contents .skynew-wf-floating-expanded,
#skynew-wireframe-v2 .skynew-wf-floating-expanded {
  width: min(410px, calc(100vw - 44px));
}
#contents .skynew-wf-floating-panel,
#skynew-wireframe-v2 .skynew-wf-floating-panel {
  max-height: min(620px, calc(100vh - 48px));
  overflow: auto;
  padding: 20px;
  border: 1px solid #B8CAE0;
  border-radius: 12px;
  background: var(--wf-white);
  box-shadow: 0 18px 44px rgba(11, 49, 93, 0.22);
}
#contents .skynew-wf-floating-panel-head,
#skynew-wireframe-v2 .skynew-wf-floating-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
#contents .skynew-wf-drawer,
#skynew-wireframe-v2 .skynew-wf-drawer {
  position: fixed;
  inset: 0;
  z-index: 80;
}
#contents .skynew-wf-drawer-backdrop,
#skynew-wireframe-v2 .skynew-wf-drawer-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(12, 28, 48, 0.36);
  cursor: pointer;
}
#contents .skynew-wf-drawer-panel,
#skynew-wireframe-v2 .skynew-wf-drawer-panel {
  position: absolute;
  right: 0;
  top: 0;
  width: min(460px, 100%);
  height: 100%;
  overflow: auto;
  padding: 28px;
}
#contents .skynew-wf-drawer-head,
#skynew-wireframe-v2 .skynew-wf-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
#contents .skynew-wf-icon-button,
#skynew-wireframe-v2 .skynew-wf-icon-button {
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid var(--wf-border);
  background: var(--wf-white);
  color: var(--wf-blue);
  font-size: 12px;
}
#contents .skynew-wf-highlight,
#skynew-wireframe-v2 .skynew-wf-highlight {
  animation: skynew-wf-highlight 1.4s ease;
  outline: 3px solid rgba(246, 199, 68, 0.72);
  outline-offset: 3px;
}
#contents .skynew-wf-button:focus-visible,
#skynew-wireframe-v2 .skynew-wf-button:focus-visible,
#contents .skynew-wf-control-button:focus-visible,
#skynew-wireframe-v2 .skynew-wf-control-button:focus-visible,
#contents .skynew-wf-icon-button:focus-visible,
#skynew-wireframe-v2 .skynew-wf-icon-button:focus-visible,
#contents .skynew-wf-mini-link:focus-visible,
#skynew-wireframe-v2 .skynew-wf-mini-link:focus-visible,
#contents .skynew-wf-nav-link:focus-visible,
#skynew-wireframe-v2 .skynew-wf-nav-link:focus-visible,
#contents .skynew-wf-mega-menu a:focus-visible,
#skynew-wireframe-v2 .skynew-wf-mega-menu a:focus-visible,
#contents .skynew-wf-mobile-link:focus-visible,
#skynew-wireframe-v2 .skynew-wf-mobile-link:focus-visible,
#contents .skynew-wf-mobile-nav-group > summary:focus-visible,
#skynew-wireframe-v2 .skynew-wf-mobile-nav-group > summary:focus-visible,
#contents .skynew-wf-utility-link:focus-visible,
#skynew-wireframe-v2 .skynew-wf-utility-link:focus-visible,
#contents .skynew-wf-search-input:focus-visible,
#skynew-wireframe-v2 .skynew-wf-search-input:focus-visible,
#contents .skynew-wf-ai-input:focus-visible,
#skynew-wireframe-v2 .skynew-wf-ai-input:focus-visible,
#contents .skynew-wf-chip:focus-visible,
#skynew-wireframe-v2 .skynew-wf-chip:focus-visible,
#contents .skynew-wf-card:focus-visible,
#skynew-wireframe-v2 .skynew-wf-card:focus-visible,
#contents .skynew-wf-product-card:focus-visible,
#skynew-wireframe-v2 .skynew-wf-product-card:focus-visible,
#contents .skynew-wf-category-item:focus-visible,
#skynew-wireframe-v2 .skynew-wf-category-item:focus-visible,
#contents .skynew-wf-support-link:focus-visible,
#skynew-wireframe-v2 .skynew-wf-support-link:focus-visible,
#contents .skynew-wf-quick-link:focus-visible,
#skynew-wireframe-v2 .skynew-wf-quick-link:focus-visible,
#contents .skynew-wf-dot:focus-visible,
#skynew-wireframe-v2 .skynew-wf-dot:focus-visible,
#contents .skynew-wf-category-summary:focus-visible,
#skynew-wireframe-v2 .skynew-wf-category-summary:focus-visible,
#contents .skynew-wf-social-link:focus-visible,
#skynew-wireframe-v2 .skynew-wf-social-link:focus-visible {
  outline: 3px solid rgba(246, 199, 68, 0.86);
  outline-offset: 3px;
}
@media (prefers-reduced-motion: reduce) {
#contents .skynew-wf-loading-bar span,
#skynew-wireframe-v2 .skynew-wf-loading-bar span,
#contents .skynew-wf-highlight,
#skynew-wireframe-v2 .skynew-wf-highlight {
    animation: none;
  }

}
@media (max-width: 1120px) {
#contents .skynew-wf-anchor,
#skynew-wireframe-v2 .skynew-wf-anchor {
    scroll-margin-top: 126px;
  }
#contents .skynew-wf-header-main,
#skynew-wireframe-v2 .skynew-wf-header-main {
    grid-template-columns: auto minmax(180px, 1fr) auto;
    min-height: 78px;
  }
#contents .skynew-wf-menu-toggle,
#skynew-wireframe-v2 .skynew-wf-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
#contents .skynew-wf-search,
#skynew-wireframe-v2 .skynew-wf-search,
#contents .skynew-wf-utility,
#skynew-wireframe-v2 .skynew-wf-utility,
#contents .skynew-wf-global-nav,
#skynew-wireframe-v2 .skynew-wf-global-nav {
    display: none;
  }
#contents .skynew-wf-hero-grid,
#skynew-wireframe-v2 .skynew-wf-hero-grid {
    grid-template-columns: minmax(0, 1fr);
  }
#contents .skynew-wf-hero-title,
#skynew-wireframe-v2 .skynew-wf-hero-title {
    font-size: 38px;
  }
#contents .skynew-wf-ai-card-main,
#skynew-wireframe-v2 .skynew-wf-ai-card-main {
    grid-template-columns: 1fr;
  }
#contents .skynew-wf-ai-card-head .skynew-wf-card-copy,
#skynew-wireframe-v2 .skynew-wf-ai-card-head .skynew-wf-card-copy {
    max-width: 680px;
  }
#contents .skynew-wf-ai-widget-main,
#skynew-wireframe-v2 .skynew-wf-ai-widget-main {
    grid-template-columns: 1fr;
  }
#contents .skynew-wf-ai-widget-main .skynew-wf-diagnosis-grid,
#skynew-wireframe-v2 .skynew-wf-ai-widget-main .skynew-wf-diagnosis-grid,
#contents .skynew-wf-ai-widget-main .skynew-wf-diagnosis-label,
#skynew-wireframe-v2 .skynew-wf-ai-widget-main .skynew-wf-diagnosis-label,
#contents .skynew-wf-ai-widget-main .skynew-wf-ai-input,
#skynew-wireframe-v2 .skynew-wf-ai-widget-main .skynew-wf-ai-input,
#contents .skynew-wf-ai-widget-main .skynew-wf-ai-note,
#skynew-wireframe-v2 .skynew-wf-ai-widget-main .skynew-wf-ai-note {
    grid-column: 1;
    grid-row: auto;
  }
#contents .skynew-wf-ai-widget-main .skynew-wf-diagnosis-grid,
#skynew-wireframe-v2 .skynew-wf-ai-widget-main .skynew-wf-diagnosis-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
#contents .skynew-wf-grid-3,
#skynew-wireframe-v2 .skynew-wf-grid-3,
#contents .skynew-wf-usecase-primary-grid,
#skynew-wireframe-v2 .skynew-wf-usecase-primary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
#contents .skynew-wf-usecase-simple-grid,
#skynew-wireframe-v2 .skynew-wf-usecase-simple-grid,
#contents .skynew-wf-support-grid,
#skynew-wireframe-v2 .skynew-wf-support-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
#contents .skynew-wf-shop-info-grid,
#skynew-wireframe-v2 .skynew-wf-shop-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}
@media (max-width: 760px) {
#contents .skynew-wf-anchor,
#skynew-wireframe-v2 .skynew-wf-anchor {
    scroll-margin-top: 116px;
  }
#contents .skynew-wf-header-info-inner,
#skynew-wireframe-v2 .skynew-wf-header-info-inner {
    min-height: 26px;
    padding: 5px 14px;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 14px;
    overflow-x: auto;
    font-size: 10px;
    white-space: nowrap;
    scrollbar-width: none;
  }
#contents .skynew-wf-header-info-inner span,
#skynew-wireframe-v2 .skynew-wf-header-info-inner span {
    gap: 5px;
  }
#contents .skynew-wf-header-info-inner .skynew-wf-lucide,
#skynew-wireframe-v2 .skynew-wf-header-info-inner .skynew-wf-lucide {
    width: 14px;
    height: 14px;
  }
#contents .skynew-wf-header-info-inner::-webkit-scrollbar,
#skynew-wireframe-v2 .skynew-wf-header-info-inner::-webkit-scrollbar {
    display: none;
  }
#contents .skynew-wf-header-main,
#skynew-wireframe-v2 .skynew-wf-header-main {
    min-height: 62px;
    padding: 8px 14px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 6px;
  }
#contents .skynew-wf-brand-logo,
#skynew-wireframe-v2 .skynew-wf-brand-logo {
    width: 108px;
  }
#contents .skynew-wf-brand-copy,
#skynew-wireframe-v2 .skynew-wf-brand-copy {
    max-width: 166px;
    font-size: 10px;
  }
#contents .skynew-wf-menu-label,
#skynew-wireframe-v2 .skynew-wf-menu-label {
    display: none;
  }
#contents .skynew-wf-menu-line,
#skynew-wireframe-v2 .skynew-wf-menu-line {
    margin-right: 0;
  }
#contents .skynew-wf-smp-utility,
#skynew-wireframe-v2 .skynew-wf-smp-utility {
    gap: 4px;
  }
#contents .skynew-wf-utility-link,
#skynew-wireframe-v2 .skynew-wf-utility-link {
    min-width: 44px;
    min-height: 44px;
    padding: 4px 7px;
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--wf-border);
    border-radius: 6px;
    background: var(--wf-white);
    font-size: 11px;
  }
#contents .skynew-wf-smp-utility .skynew-wf-utility-icon,
#skynew-wireframe-v2 .skynew-wf-smp-utility .skynew-wf-utility-icon {
    width: 18px;
    height: 18px;
  }
#contents .skynew-wf-smp-utility .skynew-wf-utility-icon .skynew-wf-lucide,
#skynew-wireframe-v2 .skynew-wf-smp-utility .skynew-wf-utility-icon .skynew-wf-lucide {
    width: 18px;
    height: 18px;
  }
#contents .skynew-wf-mobile-menu,
#skynew-wireframe-v2 .skynew-wf-mobile-menu {
    grid-template-columns: 1fr;
    max-height: calc(100vh - 64px);
    overflow: auto;
  }
#contents .skynew-wf-section-inner,
#skynew-wireframe-v2 .skynew-wf-section-inner {
    width: min(100% - 28px, 640px);
  }
#contents .skynew-wf-hero-bg-label,
#skynew-wireframe-v2 .skynew-wf-hero-bg-label {
    align-items: flex-start;
    padding-top: 110px;
    font-size: 18px;
  }
#contents .skynew-wf-hero-grid,
#skynew-wireframe-v2 .skynew-wf-hero-grid {
    min-height: 0;
    padding-top: 22px;
    padding-bottom: 18px;
    grid-template-columns: 1fr;
    grid-template-areas:
      "banner"
      "copy"
      "ai";
    gap: 12px;
  }
#contents .skynew-wf-hero-title,
#skynew-wireframe-v2 .skynew-wf-hero-title {
    font-size: 29px;
    line-height: 1.35;
  }
#contents .skynew-wf-hero-lead,
#skynew-wireframe-v2 .skynew-wf-hero-lead {
    font-size: 14px;
  }
#contents .skynew-wf-trust-list,
#skynew-wireframe-v2 .skynew-wf-trust-list {
    display: none;
  }
#contents .skynew-wf-ai-actions,
#skynew-wireframe-v2 .skynew-wf-ai-actions,
#contents .skynew-wf-support-search,
#skynew-wireframe-v2 .skynew-wf-support-search {
    grid-template-columns: 1fr;
    display: grid;
  }
#contents .skynew-wf-button,
#skynew-wireframe-v2 .skynew-wf-button {
    width: 100%;
  }
#contents .skynew-wf-image-hero,
#skynew-wireframe-v2 .skynew-wf-image-hero {
    min-height: 178px;
    aspect-ratio: 4 / 3;
    font-size: 14px;
  }
#contents .skynew-wf-brand-banner,
#skynew-wireframe-v2 .skynew-wf-brand-banner {
    min-height: 74px;
    height: 74px;
    max-height: 74px;
    font-size: 13px;
  }
#contents .skynew-wf-ai-card,
#skynew-wireframe-v2 .skynew-wf-ai-card {
    padding: 14px;
    overflow: hidden;
  }
#contents .skynew-wf-ai-card-main,
#skynew-wireframe-v2 .skynew-wf-ai-card-main {
    gap: 12px;
    padding: 16px;
  }
#contents .skynew-wf-ai-card-head,
#skynew-wireframe-v2 .skynew-wf-ai-card-head {
    gap: 10px;
  }
#contents .skynew-wf-ai-title-icon,
#skynew-wireframe-v2 .skynew-wf-ai-title-icon {
    width: 30px;
    min-width: 30px;
    min-height: 30px;
  }
#contents .skynew-wf-ai-title-icon .skynew-wf-lucide,
#skynew-wireframe-v2 .skynew-wf-ai-title-icon .skynew-wf-lucide {
    width: 28px;
    height: 28px;
  }
#contents .skynew-wf-ai-card-main .skynew-wf-card-title,
#skynew-wireframe-v2 .skynew-wf-ai-card-main .skynew-wf-card-title {
    font-size: 18px;
  }
#contents .skynew-wf-condition-grid,
#skynew-wireframe-v2 .skynew-wf-condition-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
#contents .skynew-wf-ai-widget-main .skynew-wf-diagnosis-grid,
#skynew-wireframe-v2 .skynew-wf-ai-widget-main .skynew-wf-diagnosis-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
#contents .skynew-wf-ai-card-main .skynew-wf-ai-result-card,
#skynew-wireframe-v2 .skynew-wf-ai-card-main .skynew-wf-ai-result-card {
    flex-basis: min(280px, 100%);
  }
#contents .skynew-wf-ai-card-main .skynew-wf-ai-actions,
#skynew-wireframe-v2 .skynew-wf-ai-card-main .skynew-wf-ai-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
    min-width: 0;
  }
#contents .skynew-wf-ai-card-main .skynew-wf-ai-actions .skynew-wf-button,
#skynew-wireframe-v2 .skynew-wf-ai-card-main .skynew-wf-ai-actions .skynew-wf-button {
    min-width: 0;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    white-space: normal;
    line-height: 1.35;
  }
#contents .skynew-wf-quick-nav-hero,
#skynew-wireframe-v2 .skynew-wf-quick-nav-hero {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
#contents .skynew-wf-quick-link,
#skynew-wireframe-v2 .skynew-wf-quick-link {
    min-height: 54px;
    font-size: 13px;
  }
#contents .skynew-wf-section,
#skynew-wireframe-v2 .skynew-wf-section {
    padding: 48px 0;
  }
#contents .skynew-wf-section-head,
#skynew-wireframe-v2 .skynew-wf-section-head {
    display: block;
    margin-bottom: 18px;
  }
#contents .skynew-wf-section-title,
#skynew-wireframe-v2 .skynew-wf-section-title {
    font-size: 25px;
  }
#contents .skynew-wf-section-lead,
#skynew-wireframe-v2 .skynew-wf-section-lead {
    font-size: 13px;
  }
#contents .skynew-wf-text-link,
#skynew-wireframe-v2 .skynew-wf-text-link {
    margin-top: 10px;
    padding-left: 0;
  }
#contents .skynew-wf-carousel-viewport,
#skynew-wireframe-v2 .skynew-wf-carousel-viewport {
    overflow: hidden;
  }
#contents .skynew-wf-news-layout,
#skynew-wireframe-v2 .skynew-wf-news-layout,
#contents .skynew-wf-new-products-grid,
#skynew-wireframe-v2 .skynew-wf-new-products-grid {
    grid-template-columns: 1fr;
  }
#contents .skynew-wf-product-track,
#skynew-wireframe-v2 .skynew-wf-product-track {
    display: flex;
    gap: 0;
    transition: transform 260ms ease;
  }
#contents .skynew-wf-product-card,
#skynew-wireframe-v2 .skynew-wf-product-card,
#contents .skynew-wf-product-card-feature,
#skynew-wireframe-v2 .skynew-wf-product-card-feature {
    min-width: 100%;
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 14px;
  }
#contents .skynew-wf-image-banner,
#skynew-wireframe-v2 .skynew-wf-image-banner,
#contents .skynew-wf-image-product,
#skynew-wireframe-v2 .skynew-wf-image-product {
    min-height: 156px;
    aspect-ratio: 4 / 3;
  }
#contents .skynew-wf-carousel-controls,
#skynew-wireframe-v2 .skynew-wf-carousel-controls {
    justify-content: center;
    flex-wrap: wrap;
  }
#contents .skynew-wf-grid-3,
#skynew-wireframe-v2 .skynew-wf-grid-3,
#contents .skynew-wf-category-grid,
#skynew-wireframe-v2 .skynew-wf-category-grid,
#contents .skynew-wf-usecase-primary-grid,
#skynew-wireframe-v2 .skynew-wf-usecase-primary-grid,
#contents .skynew-wf-usecase-simple-grid,
#skynew-wireframe-v2 .skynew-wf-usecase-simple-grid,
#contents .skynew-wf-support-grid,
#skynew-wireframe-v2 .skynew-wf-support-grid,
#contents .skynew-wf-shop-info-grid,
#skynew-wireframe-v2 .skynew-wf-shop-info-grid {
    grid-template-columns: 1fr;
  }
#contents .skynew-wf-function-card,
#skynew-wireframe-v2 .skynew-wf-function-card {
    min-height: 120px;
    padding: 16px 12px 16px 16px;
    grid-template-columns: minmax(0, 1fr) minmax(86px, 34%);
    gap: 10px;
  }
#contents .skynew-wf-function-card .skynew-wf-card-title,
#skynew-wireframe-v2 .skynew-wf-function-card .skynew-wf-card-title {
    font-size: 16px;
  }
#contents .skynew-wf-function-card .skynew-wf-card-copy,
#skynew-wireframe-v2 .skynew-wf-function-card .skynew-wf-card-copy {
    font-size: 12px;
  }
#contents .skynew-wf-function-visual,
#skynew-wireframe-v2 .skynew-wf-function-visual {
    min-height: 84px;
    height: 84px;
    padding: 10px 9px 10px 24px;
    font-size: 10px;
  }
#contents .skynew-wf-card,
#skynew-wireframe-v2 .skynew-wf-card {
    padding: 18px;
  }
#contents .skynew-wf-category-panel,
#skynew-wireframe-v2 .skynew-wf-category-panel {
    padding: 16px;
  }
#contents .skynew-wf-category-summary,
#skynew-wireframe-v2 .skynew-wf-category-summary {
    min-height: 52px;
    font-size: 17px;
  }
#contents .skynew-wf-usecase-accordion,
#skynew-wireframe-v2 .skynew-wf-usecase-accordion,
#contents .skynew-wf-support-accordion,
#skynew-wireframe-v2 .skynew-wf-support-accordion {
    padding: 0;
    border: 1px solid var(--wf-border);
    background: var(--wf-white);
    box-shadow: 0 8px 24px rgba(25, 54, 86, 0.04);
  }
#contents .skynew-wf-usecase-accordion > .skynew-wf-category-summary,
#skynew-wireframe-v2 .skynew-wf-usecase-accordion > .skynew-wf-category-summary,
#contents .skynew-wf-support-accordion > .skynew-wf-category-summary,
#skynew-wireframe-v2 .skynew-wf-support-accordion > .skynew-wf-category-summary {
    display: flex;
    padding: 0 16px;
  }
#contents .skynew-wf-usecase-accordion[open] > .skynew-wf-card-grid,
#skynew-wireframe-v2 .skynew-wf-usecase-accordion[open] > .skynew-wf-card-grid,
#contents .skynew-wf-support-accordion[open] > .skynew-wf-support-search,
#skynew-wireframe-v2 .skynew-wf-support-accordion[open] > .skynew-wf-support-search,
#contents .skynew-wf-support-accordion[open] > .skynew-wf-support-result,
#skynew-wireframe-v2 .skynew-wf-support-accordion[open] > .skynew-wf-support-result,
#contents .skynew-wf-support-accordion[open] > .skynew-wf-support-grid,
#skynew-wireframe-v2 .skynew-wf-support-accordion[open] > .skynew-wf-support-grid {
    margin-left: 16px;
    margin-right: 16px;
  }
#contents .skynew-wf-usecase-primary-grid,
#skynew-wireframe-v2 .skynew-wf-usecase-primary-grid {
    margin-top: 12px;
  }
#contents .skynew-wf-usecase-simple-grid,
#skynew-wireframe-v2 .skynew-wf-usecase-simple-grid,
#contents .skynew-wf-support-grid,
#skynew-wireframe-v2 .skynew-wf-support-grid {
    margin-bottom: 16px;
  }
#contents .skynew-wf-image-industry,
#skynew-wireframe-v2 .skynew-wf-image-industry {
    min-height: 118px;
  }
#contents .skynew-wf-image-usecase,
#skynew-wireframe-v2 .skynew-wf-image-usecase,
#contents .skynew-wf-image-usecase-primary,
#skynew-wireframe-v2 .skynew-wf-image-usecase-primary {
    min-height: 148px;
  }
#contents .skynew-wf-footer,
#skynew-wireframe-v2 .skynew-wf-footer {
    padding-bottom: 0;
  }
#contents .skynew-wf-footer-grid,
#skynew-wireframe-v2 .skynew-wf-footer-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
#contents .skynew-wf-footer-links,
#skynew-wireframe-v2 .skynew-wf-footer-links {
    justify-content: flex-start;
  }
#contents .skynew-wf-footer-actions,
#skynew-wireframe-v2 .skynew-wf-footer-actions {
    align-items: flex-start;
  }
#contents .skynew-wf-social-links,
#skynew-wireframe-v2 .skynew-wf-social-links {
    justify-content: flex-start;
  }
#contents .skynew-wf-footer-logo-image,
#skynew-wireframe-v2 .skynew-wf-footer-logo-image {
    width: 70px;
  }
#contents .skynew-wf-shop-info,
#skynew-wireframe-v2 .skynew-wf-shop-info {
    padding: 42px 0;
  }
#contents .skynew-wf-shop-info-summary,
#skynew-wireframe-v2 .skynew-wf-shop-info-summary {
    min-height: 86px;
    padding: 15px;
    grid-template-columns: minmax(0, 1fr) 26px;
    gap: 10px;
  }
#contents .skynew-wf-shop-info-body,
#skynew-wireframe-v2 .skynew-wf-shop-info-body {
    padding: 0 15px 15px;
  }
#contents .skynew-wf-floating,
#skynew-wireframe-v2 .skynew-wf-floating {
    left: 14px;
    right: auto;
    bottom: 16px;
  }
#contents .skynew-wf-floating-collapsed,
#skynew-wireframe-v2 .skynew-wf-floating-collapsed {
    width: clamp(112px, 34vw, 150px);
    gap: 8px;
  }
#contents .skynew-wf-floating-expanded,
#skynew-wireframe-v2 .skynew-wf-floating-expanded {
    width: calc(100vw - 28px);
  }
#contents .skynew-wf-floating-panel,
#skynew-wireframe-v2 .skynew-wf-floating-panel {
    max-height: 78vh;
    padding: 16px;
  }
#contents .skynew-wf-floating-ai,
#skynew-wireframe-v2 .skynew-wf-floating-ai,
#contents .skynew-wf-floating-contact,
#skynew-wireframe-v2 .skynew-wf-floating-contact {
    width: 100%;
    min-width: 0;
    height: clamp(40px, calc((12.5vh - 8px) / 2), 56px);
    min-height: 0;
    border-radius: 8px;
    padding: 0 8px;
    font-size: 12px;
    line-height: 1.25;
  }
#contents .skynew-wf-floating-ai,
#skynew-wireframe-v2 .skynew-wf-floating-ai {
    display: flex;
    justify-content: center;
    background: var(--wf-blue);
    color: var(--wf-yellow);
  }
#contents .skynew-wf-floating-label,
#skynew-wireframe-v2 .skynew-wf-floating-label {
    width: auto;
    height: auto;
    background: transparent;
    color: inherit;
    font-size: 0;
  }
#contents .skynew-wf-floating-label::after,
#skynew-wireframe-v2 .skynew-wf-floating-label::after {
    content: "PC診断";
    font-size: 13px;
  }
#contents .skynew-wf-floating-copy,
#skynew-wireframe-v2 .skynew-wf-floating-copy {
    display: none;
  }
#contents .skynew-wf-floating-contact,
#skynew-wireframe-v2 .skynew-wf-floating-contact {
    background: var(--wf-light-blue);
    color: #111111;
  }
#contents .skynew-wf-floating-contact img,
#skynew-wireframe-v2 .skynew-wf-floating-contact img {
    display: none;
  }
#contents .skynew-wf-floating-contact::after,
#skynew-wireframe-v2 .skynew-wf-floating-contact::after {
    content: "見積・お問い合わせ";
  }
#contents .skynew-wf-drawer-panel,
#skynew-wireframe-v2 .skynew-wf-drawer-panel {
    inset: auto 0 0 0;
    width: 100%;
    max-height: 92vh;
    height: auto;
    padding: 22px 18px 28px;
    border-radius: 14px 14px 0 0;
  }

}
#contents .skynew-wf-mobile-menu[hidden],
#skynew-wireframe-v2 .skynew-wf-mobile-menu[hidden],
#contents .skynew-wf-floating[hidden],
#skynew-wireframe-v2 .skynew-wf-floating[hidden],
#contents .skynew-wf-floating-collapsed[hidden],
#skynew-wireframe-v2 .skynew-wf-floating-collapsed[hidden],
#contents .skynew-wf-floating-panel[hidden],
#skynew-wireframe-v2 .skynew-wf-floating-panel[hidden],
#contents .skynew-wf-drawer[hidden],
#skynew-wireframe-v2 .skynew-wf-drawer[hidden] {
  display: none;
}
#contents img.skynew-wf-image,
#skynew-wireframe-v2 img.skynew-wf-image,
#contents .skynew-wf-brand-banner.skynew-wf-image,
#skynew-wireframe-v2 .skynew-wf-brand-banner.skynew-wf-image {
  display: block;
  width: 100%;
  padding: 0;
  color: transparent;
  text-shadow: none;
  object-fit: cover;
}
#contents .skynew-wf-brand-banner.skynew-wf-image,
#skynew-wireframe-v2 .skynew-wf-brand-banner.skynew-wf-image {
  height: 92px;
  min-height: 92px;
  max-height: 92px;
}
#contents .skynew-wf-function-visual,
#skynew-wireframe-v2 .skynew-wf-function-visual {
  padding: 0;
  background: #D8E3EB;
}
#contents .skynew-wf-function-visual::after,
#skynew-wireframe-v2 .skynew-wf-function-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.76) 8%, rgba(255, 255, 255, 0.10) 30%, rgba(81, 83, 101, 0.72) 100%);
  pointer-events: none;
}
#contents .skynew-wf-function-visual-image,
#skynew-wireframe-v2 .skynew-wf-function-visual-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 88% 50%;
}
#contents .skynew-wf-placeholder-img,
#skynew-wireframe-v2 .skynew-wf-placeholder-img {
  background: #D8E3EB;
}

/* ShopServe layout guard: prevent the first-view block from being squeezed by legacy TOP columns. */
#contents .skynew-wf-main > .skynew-wf-hero,
#skynew-wireframe-v2 .skynew-wf-main > .skynew-wf-hero,
#contents .skynew-wf-main > .skynew-wf-section,
#skynew-wireframe-v2 .skynew-wf-main > .skynew-wf-section {
  width: 100%;
  max-width: none;
  min-width: 0;
}

#contents .skynew-wf-main .skynew-wf-section-inner,
#skynew-wireframe-v2 .skynew-wf-main .skynew-wf-section-inner {
  width: min(calc(100% - clamp(28px, 4vw, 56px)), 1280px);
  margin-left: auto;
  margin-right: auto;
}

/* ShopServe TOP layout guard: expand the center column only on pages that contain this TOP markup. */
#wrapper:has(.skynew-wf-main) #contents {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  overflow: visible;
}

#wrapper:has(.skynew-wf-main) #contents > article {
  width: 100%;
}

#wrapper:has(.skynew-wf-main) #main-column {
  float: none;
  width: 100%;
  max-width: none;
}

#wrapper:has(.skynew-wf-main) #sub-column {
  display: none;
}

/* ShopServe standard-page layout guard: if the sidebar column exists but has no
   content, JS adds this class so the reserved sidebar width can be removed. */
#contents.skynew-wf-empty-sidebar {
  width: min(calc(100% - clamp(32px, 4vw, 64px)), 1280px);
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

#contents.skynew-wf-empty-sidebar > article {
  width: 100%;
  max-width: none;
  float: none;
}

#contents.skynew-wf-empty-sidebar #main-column {
  float: none;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

#contents.skynew-wf-empty-sidebar #sub-column {
  display: none;
  width: 0;
  margin: 0;
  padding: 0;
}

#contents.skynew-wf-empty-sidebar #skynew-footer-banner {
  width: 100%;
  max-width: none;
}

/* ShopServe standard-page typography guard: keep non-TOP pages readable after
   the shared TOP assets are loaded. */
#contents.skynew-wf-standard-page #main-column {
  font-size: 15px;
  line-height: 1.75;
}

#contents.skynew-wf-standard-page #main-column > *:not(#skynew-footer-banner) {
  font-size: 15px;
  line-height: 1.75;
}

#contents.skynew-wf-standard-page #main-column > *:not(#skynew-footer-banner) p,
#contents.skynew-wf-standard-page #main-column > *:not(#skynew-footer-banner) li,
#contents.skynew-wf-standard-page #main-column > *:not(#skynew-footer-banner) dt,
#contents.skynew-wf-standard-page #main-column > *:not(#skynew-footer-banner) dd,
#contents.skynew-wf-standard-page #main-column > *:not(#skynew-footer-banner) th,
#contents.skynew-wf-standard-page #main-column > *:not(#skynew-footer-banner) td,
#contents.skynew-wf-standard-page #main-column > *:not(#skynew-footer-banner) a,
#contents.skynew-wf-standard-page #main-column > *:not(#skynew-footer-banner) select,
#contents.skynew-wf-standard-page #main-column > *:not(#skynew-footer-banner) input {
  font-size: 15px;
  line-height: 1.7;
}

#contents.skynew-wf-standard-page #bread-crumb,
#contents.skynew-wf-standard-page #bread-crumb li,
#contents.skynew-wf-standard-page #bread-crumb a {
  font-size: 12px;
  line-height: 1.6;
}

#contents.skynew-wf-standard-page #main-column > *:not(#skynew-footer-banner) h1 {
  font-size: clamp(24px, 2vw, 30px);
  line-height: 1.35;
  font-weight: 800;
}

#contents.skynew-wf-standard-page #main-column > *:not(#skynew-footer-banner) h2 {
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.55;
  font-weight: 700;
}

#contents.skynew-wf-standard-page #main-column > *:not(#skynew-footer-banner) h2 a {
  font-size: inherit;
  line-height: inherit;
}

#contents.skynew-wf-standard-page #main-column > *:not(#skynew-footer-banner) .price {
  font-size: 15px;
  line-height: 1.65;
}

#contents.skynew-wf-standard-page #main-column > *:not(#skynew-footer-banner) .selling_price {
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1.45;
  font-weight: 800;
}

#contents.skynew-wf-standard-page #main-column > *:not(#skynew-footer-banner) .taxin,
#contents.skynew-wf-standard-page #main-column > *:not(#skynew-footer-banner) .sps-itemList-stockDisp {
  font-size: 14px;
  line-height: 1.7;
}

/* ShopServe product detail page: center the purchase summary area after the
   sidebar-free layout widens the main column. */
#contents.skynew-wf-product-detail-page {
  width: min(calc(100% - clamp(32px, 4vw, 64px)), 1280px);
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

#contents.skynew-wf-product-detail-page > article,
#contents.skynew-wf-product-detail-page #main-column {
  float: none;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

#contents.skynew-wf-product-detail-page #main-column > .skynew-wf-product-summary {
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

#contents.skynew-wf-product-detail-page .skynew-wf-product-summary > img:first-child {
  display: block;
  width: 100%;
  max-width: 1080px;
  height: auto;
  margin: 0 auto clamp(24px, 3vw, 36px);
}

#contents.skynew-wf-product-detail-page .skynew-wf-product-summary #itemDetail-cont {
  width: 100%;
  overflow: visible;
}

#contents.skynew-wf-product-detail-page .skynew-wf-product-summary .shopping_form {
  display: grid;
  grid-template-columns: minmax(360px, 0.95fr) minmax(430px, 1.05fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: start;
  width: 100%;
}

#contents.skynew-wf-product-detail-page .skynew-wf-product-summary .itemThumb-wrap,
#contents.skynew-wf-product-detail-page .skynew-wf-product-summary .itemOutline {
  float: none;
  width: auto;
  min-width: 0;
  margin: 0;
}

#contents.skynew-wf-product-detail-page .skynew-wf-product-summary .itemThumb-main img.mainImg {
  display: block;
  width: 100%;
  max-width: 520px;
  height: auto;
  margin: 0 auto 16px;
}

#contents.skynew-wf-product-detail-page .skynew-wf-product-summary .itemThumb ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(72px, 1fr));
  gap: 8px;
  overflow: visible;
  margin: 0;
  padding: 0;
}

#contents.skynew-wf-product-detail-page .skynew-wf-product-summary .itemThumb ul li,
#contents.skynew-wf-product-detail-page .skynew-wf-product-summary .itemThumb ul li:nth-child(5n) {
  float: none;
  display: grid;
  place-items: center;
  width: auto;
  height: auto;
  aspect-ratio: 1 / 1;
  margin: 0;
  padding: 4px;
  border: 1px solid #dbe7f3;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}

#contents.skynew-wf-product-detail-page .skynew-wf-product-summary .itemThumb ul li img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

#contents.skynew-wf-product-detail-page .skynew-wf-product-summary .itemOutline h1 {
  max-width: 100%;
}

#contents.skynew-wf-product-detail-page .skynew-wf-product-summary .itemOutline table.price,
#contents.skynew-wf-product-detail-page .skynew-wf-product-summary .itemOutline table.spec,
#contents.skynew-wf-product-detail-page .skynew-wf-product-summary .itemOutline .cartArea,
#contents.skynew-wf-product-detail-page .skynew-wf-product-summary .itemOutline p[class^="sps-wishArea"],
#contents.skynew-wf-product-detail-page .skynew-wf-product-summary .itemOutline p.cancel {
  width: 100%;
  max-width: 520px;
}

#contents.skynew-wf-product-detail-page .skynew-wf-product-summary .itemOutline .cartArea input[type="image"],
#contents.skynew-wf-product-detail-page .skynew-wf-product-summary .itemOutline p[class^="sps-wishArea"] img {
  display: block;
  width: 100%;
  max-width: 520px;
  height: auto;
}

#contents.skynew-wf-product-detail-page .skynew-wf-product-summary .itemOutline > img[src*="bnr_kessai"],
#contents.skynew-wf-product-detail-page .skynew-wf-product-summary .itemOutline img[src*="bnr_kessai"] {
  display: block !important;
  width: 100%;
  max-width: 520px;
  height: auto;
  margin: 18px 0 !important;
}

@media (max-width: 900px) {
  #contents.skynew-wf-product-detail-page .skynew-wf-product-summary .shopping_form {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  #contents.skynew-wf-product-detail-page .skynew-wf-product-summary .itemThumb-wrap,
  #contents.skynew-wf-product-detail-page .skynew-wf-product-summary .itemOutline {
    width: 100%;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 560px) {
  #contents.skynew-wf-product-detail-page {
    width: min(calc(100% - 24px), 1280px);
  }

  #contents.skynew-wf-product-detail-page .skynew-wf-product-summary .itemThumb ul {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* ShopServe header guard: make the outer ShopServe header sticky, not the inner pasted header only. */
#wrapper > header:has(.skynew-wf-header) {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
}

#wrapper > header:has(.skynew-wf-header) > *:not(.skynew-wireframe-v2):not(#skynew-wireframe-v2):not(:has(.skynew-wf-header)) {
  display: none !important;
}

#wrapper > header:has(.skynew-wf-header) .skynew-wf-header {
  position: static;
}

/* ShopServe footer guard: remove the default blue footer strip that wraps floating actions. */
body > footer:has(.skynew-wf-floating):not(.skynew-wf-footer):not(:has(.skynew-footer-banner)) {
  min-height: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  overflow: visible !important;
}

body > footer:not(#footer):not(.skynew-wf-footer):not(:has(.skynew-footer-banner)) {
  min-height: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  overflow: visible !important;
}

body > footer:not(.skynew-wf-footer):not(:has(.skynew-footer-banner)) > #footer-inner {
  display: none !important;
  min-height: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  overflow: hidden !important;
}

/* ShopServe cart guard: remove the legacy cart header above the shared header. */
#cart-header > #header-inner,
#cart-header #header-inner:has(.header-mypage),
#cart-header #header-inner:has(.header-cart),
#cart-header #header-inner:has(#header-nav-mypage),
#cart-header #header-inner:has(#header-nav-cart) {
  display: none !important;
  min-height: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
}

/* FUNCTION cards: split the text and image areas clearly, without a gradient overlay. */
#contents .skynew-wf-function-card,
#skynew-wireframe-v2 .skynew-wf-function-card {
  min-height: 172px;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 62%) minmax(132px, 38%);
  gap: 0;
  align-items: stretch;
  background: #ffffff;
  overflow: hidden;
}

#contents .skynew-wf-function-body,
#skynew-wireframe-v2 .skynew-wf-function-body {
  width: 100%;
  min-width: 0;
  max-width: none;
  padding: 26px 18px 24px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #ffffff;
  position: relative;
  z-index: 1;
}

#contents .skynew-wf-function-card .skynew-wf-card-title,
#skynew-wireframe-v2 .skynew-wf-function-card .skynew-wf-card-title {
  margin: 0;
  color: #071832;
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.55;
  letter-spacing: 0;
  word-break: keep-all;
  overflow-wrap: normal;
  text-wrap: balance;
  paint-order: normal;
  -webkit-text-stroke: 0;
  text-shadow: none;
}

#contents .skynew-wf-function-card .skynew-wf-card-copy,
#skynew-wireframe-v2 .skynew-wf-function-card .skynew-wf-card-copy {
  margin: 12px 0 0;
  color: #28476d;
  font-size: clamp(12px, 0.95vw, 13px);
  font-weight: 800;
  line-height: 1.75;
  letter-spacing: 0;
  word-break: keep-all;
  overflow-wrap: normal;
  text-wrap: balance;
  paint-order: normal;
  -webkit-text-stroke: 0;
  text-shadow: none;
}

#contents .skynew-wf-function-visual,
#skynew-wireframe-v2 .skynew-wf-function-visual {
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
  border-left: 1px solid #d5e1ec;
  border-radius: 0;
  background: #d8e3eb;
  color: transparent;
  text-shadow: none;
}

#contents .skynew-wf-function-visual::after,
#skynew-wireframe-v2 .skynew-wf-function-visual::after {
  display: none;
}

#contents .skynew-wf-function-visual-image,
#skynew-wireframe-v2 .skynew-wf-function-visual-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% 50%;
}

#contents .skynew-wf-function-card:nth-child(2) .skynew-wf-function-visual-image,
#skynew-wireframe-v2 .skynew-wf-function-card:nth-child(2) .skynew-wf-function-visual-image {
  object-position: 56% 50%;
}

#contents .skynew-wf-function-card:nth-child(3) .skynew-wf-function-visual-image,
#skynew-wireframe-v2 .skynew-wf-function-card:nth-child(3) .skynew-wf-function-visual-image {
  object-position: 52% 50%;
}

#contents .skynew-wf-function-card:nth-child(4) .skynew-wf-function-visual-image,
#skynew-wireframe-v2 .skynew-wf-function-card:nth-child(4) .skynew-wf-function-visual-image {
  object-position: 70% 50%;
}

#contents .skynew-wf-function-card:nth-child(5) .skynew-wf-function-visual-image,
#skynew-wireframe-v2 .skynew-wf-function-card:nth-child(5) .skynew-wf-function-visual-image {
  object-position: 74% 50%;
}

#contents .skynew-wf-function-card:nth-child(6) .skynew-wf-function-visual-image,
#skynew-wireframe-v2 .skynew-wf-function-card:nth-child(6) .skynew-wf-function-visual-image {
  object-position: 72% 50%;
}

@media (max-width: 900px) {
  #contents .skynew-wf-function-card,
  #skynew-wireframe-v2 .skynew-wf-function-card {
    min-height: 150px;
    grid-template-columns: minmax(0, 64%) minmax(112px, 36%);
  }

  #contents .skynew-wf-function-body,
  #skynew-wireframe-v2 .skynew-wf-function-body {
    padding: 22px 14px 20px 20px;
  }

  #contents .skynew-wf-function-card .skynew-wf-card-title,
  #skynew-wireframe-v2 .skynew-wf-function-card .skynew-wf-card-title {
    font-size: 17px;
    line-height: 1.48;
  }

  #contents .skynew-wf-function-card .skynew-wf-card-copy,
  #skynew-wireframe-v2 .skynew-wf-function-card .skynew-wf-card-copy {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.65;
  }
}

@media (max-width: 520px) {
  #contents .skynew-wf-function-card,
  #skynew-wireframe-v2 .skynew-wf-function-card {
    min-height: 132px;
    grid-template-columns: minmax(0, 66%) minmax(92px, 34%);
  }

  #contents .skynew-wf-function-body,
  #skynew-wireframe-v2 .skynew-wf-function-body {
    padding: 18px 12px 18px 16px;
  }
}

#wrapper:has(.skynew-wf-main) #main-column > section.cont.w100:has(.news),
#wrapper:has(.skynew-wf-main) #main-column > section.cont.w100:has(.newItem),
#wrapper:has(.skynew-wf-main) #main-column > section:has(> .newItem) {
  width: min(calc(100% - clamp(28px, 4vw, 56px)), 1280px);
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

#wrapper:has(.skynew-wf-main) #main-column > section:has(> .newItem) > .newItem {
  width: 100%;
  max-width: none;
  box-sizing: border-box;
}

#contents .skynew-wf-usecase-primary-grid,
#skynew-wireframe-v2 .skynew-wf-usecase-primary-grid,
#contents .skynew-wf-usecase-simple-grid,
#skynew-wireframe-v2 .skynew-wf-usecase-simple-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

#contents .skynew-wf-usecase-simple-grid,
#skynew-wireframe-v2 .skynew-wf-usecase-simple-grid {
  margin-top: 18px;
}

#contents .skynew-wf-usecase-card,
#skynew-wireframe-v2 .skynew-wf-usecase-card {
  min-height: 0;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 16px;
  align-items: flex-start;
  padding: 22px;
}

#contents .skynew-wf-usecase-card-primary,
#skynew-wireframe-v2 .skynew-wf-usecase-card-primary {
  border-color: var(--wf-border);
}

#contents .skynew-wf-usecase-icon,
#skynew-wireframe-v2 .skynew-wf-usecase-icon {
  width: 54px;
  height: 54px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: #edf2f8;
  border: 1px solid #d5e1ec;
}

#contents .skynew-wf-usecase-icon img,
#skynew-wireframe-v2 .skynew-wf-usecase-icon img {
  width: 34px;
  height: 34px;
  display: block;
  object-fit: contain;
}

#contents .skynew-wf-usecase-body,
#skynew-wireframe-v2 .skynew-wf-usecase-body {
  min-width: 0;
}

#contents .skynew-wf-usecase-card .skynew-wf-card-title,
#skynew-wireframe-v2 .skynew-wf-usecase-card .skynew-wf-card-title {
  margin-top: 0;
  line-height: 1.45;
}

#contents .skynew-wf-usecase-card .skynew-wf-card-copy,
#skynew-wireframe-v2 .skynew-wf-usecase-card .skynew-wf-card-copy {
  margin: 8px 0 0;
}

#contents .skynew-wf-usecase-card .skynew-wf-card-note,
#skynew-wireframe-v2 .skynew-wf-usecase-card .skynew-wf-card-note {
  margin: 10px 0 0;
}

#contents .skynew-wf-usecase-card .skynew-wf-image,
#skynew-wireframe-v2 .skynew-wf-usecase-card .skynew-wf-image {
  display: none;
}

@media (max-width: 900px) {
  #contents .skynew-wf-usecase-primary-grid,
  #skynew-wireframe-v2 .skynew-wf-usecase-primary-grid,
  #contents .skynew-wf-usecase-simple-grid,
  #skynew-wireframe-v2 .skynew-wf-usecase-simple-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  #contents .skynew-wf-usecase-primary-grid,
  #skynew-wireframe-v2 .skynew-wf-usecase-primary-grid,
  #contents .skynew-wf-usecase-simple-grid,
  #skynew-wireframe-v2 .skynew-wf-usecase-simple-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  #contents .skynew-wf-usecase-card,
  #skynew-wireframe-v2 .skynew-wf-usecase-card {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
    padding: 18px;
  }

  #contents .skynew-wf-usecase-icon,
  #skynew-wireframe-v2 .skynew-wf-usecase-icon {
    width: 46px;
    height: 46px;
    border-radius: 10px;
  }

  #contents .skynew-wf-usecase-icon img,
  #skynew-wireframe-v2 .skynew-wf-usecase-icon img {
    width: 29px;
    height: 29px;
  }
}

/* ShopServe footer banner area: sitewide footer isolated from the TOP page shell. */
body > footer:has(.skynew-footer-banner) {
  min-height: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  overflow: visible !important;
}

.skynew-footer-banner,
.skynew-footer-banner * {
  box-sizing: border-box;
}

.skynew-footer-banner {
  --wf-navy: #0B315D;
  --wf-blue: #2368B2;
  --wf-blue-dark: #124D88;
  --wf-light-blue: #EAF4FB;
  --wf-red: #D63B3F;
  --wf-yellow: #F6C744;
  --wf-border: #CFE0EF;
  --wf-border-strong: #AFC9DF;
  --wf-text: #10213A;
  --wf-muted: #5E6E82;
  --wf-white: #FFFFFF;
  clear: both;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 32px 0 34px;
  background: #ffffff;
  border-top: 1px solid #dbe5ef;
  color: #10233f;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}

.skynew-footer-banner--with-info {
  padding: 0;
}

.skynew-footer-banner--with-info > .skynew-footer-banner__inner {
  padding: 32px 0 34px;
}

.skynew-footer-info {
  width: 100%;
  padding: 48px 0 54px;
  background: #edf2f8;
  border-bottom: 1px solid #dbe5ef;
}

.skynew-footer-info__inner {
  width: min(calc(100% - 32px), 1180px);
  margin: 0 auto;
}

.skynew-footer-info__head {
  margin-bottom: 22px;
}

.skynew-footer-info__kicker {
  margin: 0 0 8px;
  color: #a32e36;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0;
}

.skynew-footer-info__title {
  margin: 0;
  color: #10233f;
  font-size: clamp(23px, 3vw, 34px);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0;
}

.skynew-footer-info__lead {
  margin: 10px 0 0;
  color: #526274;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}

.skynew-footer-info__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.skynew-footer-info__card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #dbe5ef;
  border-radius: 8px;
  background: #ffffff;
}

.skynew-footer-info__summary {
  min-height: 84px;
  padding: 17px 18px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28px;
  gap: 12px;
  align-items: center;
  color: #10233f;
  cursor: pointer;
  list-style: none;
}

.skynew-footer-info__summary::-webkit-details-marker {
  display: none;
}

.skynew-footer-info__card-title,
.skynew-footer-info__card-summary {
  display: block;
}

.skynew-footer-info__card-title {
  font-size: 15px;
  font-weight: 900;
  line-height: 1.45;
}

.skynew-footer-info__card-summary {
  margin-top: 5px;
  color: #667789;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
}

.skynew-footer-info__indicator {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #edf2f8;
  color: #1d64b6;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.skynew-footer-info__card[open] .skynew-footer-info__indicator {
  background: #1d64b6;
  color: #ffffff;
  transform: rotate(45deg);
}

.skynew-footer-info__body {
  padding: 0 18px 18px;
  color: #526274;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.85;
}

.skynew-footer-info__body p {
  margin: 0 0 8px;
}

.skynew-footer-info__body p:last-child {
  margin-bottom: 0;
}

.skynew-footer-info__payment-image {
  width: min(100%, 320px);
  height: auto;
  margin: 0 0 14px;
  display: block;
  border: 0;
}

.skynew-footer-banner__inner {
  width: min(calc(100% - 32px), 1180px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1.7fr);
  gap: 28px;
  align-items: start;
}

.skynew-footer-banner__brand {
  min-width: 0;
}

.skynew-footer-banner__logo-link {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
}

.skynew-footer-banner__logo {
  width: 95px;
  max-width: 100%;
  height: auto;
  display: block;
  border: 0;
  vertical-align: middle;
}

.skynew-footer-banner__copy {
  margin: 8px 0 0;
  color: #526274;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
}

.skynew-footer-banner__menu {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.skynew-footer-banner__links {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
}

.skynew-footer-banner__link {
  min-height: 34px;
  padding: 6px 10px;
  display: inline-flex;
  align-items: center;
  border-radius: 6px;
  color: #526274;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
}

.skynew-footer-banner__link:hover,
.skynew-footer-banner__link:focus-visible {
  background: #edf2f8;
  color: #1d64b6;
  text-decoration: none;
}

.skynew-footer-banner__social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
}

.skynew-footer-banner__social-link {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border: 1px solid #dbe5ef;
  border-radius: 6px;
  background: #ffffff;
  color: #10233f;
  text-decoration: none;
}

.skynew-footer-banner__social-link:hover,
.skynew-footer-banner__social-link:focus-visible {
  border-color: #9dc4e6;
  background: #edf2f8;
  opacity: 0.8;
}

.skynew-footer-banner__social-logo {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  border: 0;
}

.skynew-footer-banner .skynew-wf-floating[hidden],
.skynew-footer-banner .skynew-wf-floating-collapsed[hidden],
.skynew-footer-banner .skynew-wf-floating-panel[hidden] {
  display: none !important;
}

.skynew-footer-banner .skynew-wf-floating {
  position: fixed;
  left: 22px;
  bottom: 24px;
  z-index: 55;
  font-family: "Yu Gothic", "Yu Gothic UI", "Meiryo", system-ui, sans-serif;
  color: var(--wf-text);
}

.skynew-footer-banner .skynew-wf-floating-collapsed {
  display: grid;
  gap: 10px;
}

.skynew-footer-banner .skynew-wf-floating-ai,
.skynew-footer-banner .skynew-wf-floating-contact {
  border-radius: 10px;
  border: 1px solid var(--wf-blue);
  box-shadow: 0 12px 28px rgba(11, 49, 93, 0.18);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.skynew-footer-banner .skynew-wf-floating-ai:hover,
.skynew-footer-banner .skynew-wf-floating-contact:hover {
  opacity: 0.7;
}

.skynew-footer-banner .skynew-wf-floating-ai {
  width: 172px;
  min-width: 172px;
  min-height: 58px;
  padding: 8px 10px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  background: var(--wf-blue);
  color: var(--wf-white);
}

.skynew-footer-banner .skynew-wf-floating-label {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--wf-yellow);
  color: var(--wf-navy);
}

.skynew-footer-banner .skynew-wf-floating-copy {
  font-size: 12px;
  line-height: 1.3;
  white-space: nowrap;
}

.skynew-footer-banner .skynew-wf-floating-contact {
  width: 172px;
  min-width: 172px;
  min-height: 172px;
  aspect-ratio: 1 / 1;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--wf-white);
  color: var(--wf-blue);
  font-size: 12px;
  line-height: 1.35;
  text-align: center;
  overflow: hidden;
}

.skynew-footer-banner .skynew-wf-floating-contact img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.skynew-footer-banner .skynew-wf-floating-expanded {
  width: min(410px, calc(100vw - 44px));
}

.skynew-footer-banner .skynew-wf-floating-panel {
  max-height: min(620px, calc(100vh - 48px));
  overflow: auto;
  padding: 20px;
  border: 1px solid #B8CAE0;
  border-radius: 12px;
  background: var(--wf-white);
  box-shadow: 0 18px 44px rgba(11, 49, 93, 0.22);
}

.skynew-footer-banner .skynew-wf-floating-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.skynew-footer-banner .skynew-wf-card-title {
  margin: 0;
  color: var(--wf-text);
  font-size: 20px;
  line-height: 1.4;
  font-weight: 900;
}

.skynew-footer-banner .skynew-wf-card-copy {
  margin: 8px 0 0;
  color: var(--wf-muted);
  font-size: 14px;
  line-height: 1.75;
}

.skynew-footer-banner .skynew-wf-card-note {
  margin: 10px 0 0;
  color: #506074;
  font-size: 12px;
  line-height: 1.6;
}

.skynew-footer-banner .skynew-wf-card-kicker {
  margin: 0 0 8px;
  color: #a32e36;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.45;
}

.skynew-footer-banner .skynew-wf-ai-input {
  width: 100%;
  min-height: 88px;
  margin-top: 16px;
  padding: 14px;
  border: 1px solid var(--wf-border);
  border-radius: 8px;
  background: var(--wf-white);
  color: var(--wf-text);
  font: inherit;
  resize: vertical;
}

.skynew-footer-banner .skynew-wf-ai-note {
  margin: 8px 0 0;
  color: var(--wf-muted);
  font-size: 12px;
}

.skynew-footer-banner .skynew-wf-diagnosis-label {
  margin-top: 16px;
  display: block;
  color: var(--wf-muted);
  font-size: 12px;
  font-weight: 900;
}

.skynew-footer-banner .skynew-wf-chip-list {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.skynew-footer-banner .skynew-wf-chip {
  min-width: 0;
  min-height: 34px;
  max-width: 100%;
  padding: 0 12px;
  border: 1px solid #C4D9EE;
  border-radius: 6px;
  background: var(--wf-light-blue);
  color: var(--wf-blue-dark);
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.skynew-footer-banner .skynew-wf-ai-actions {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.skynew-footer-banner .skynew-wf-button,
.skynew-footer-banner .skynew-wf-icon-button,
.skynew-footer-banner .skynew-wf-mini-link {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 1px solid transparent;
  font: inherit;
  font-weight: 900;
  line-height: 1.3;
  cursor: pointer;
  text-decoration: none;
}

.skynew-footer-banner .skynew-wf-button {
  min-height: 42px;
  padding: 0 16px;
}

.skynew-footer-banner .skynew-wf-button-primary {
  background: var(--wf-blue);
  color: var(--wf-white);
}

.skynew-footer-banner .skynew-wf-button-quiet {
  border-color: var(--wf-border);
  background: #F9FBFD;
  color: var(--wf-navy);
}

.skynew-footer-banner .skynew-wf-icon-button {
  min-width: 58px;
  padding: 0 10px;
  background: #edf2f8;
  color: var(--wf-blue-dark);
}

.skynew-footer-banner .skynew-wf-ai-output {
  min-width: 0;
  max-width: 100%;
  margin-top: 18px;
}

.skynew-footer-banner .skynew-wf-ai-state {
  min-width: 0;
  max-width: 100%;
  padding: 16px;
  overflow: hidden;
  border: 1px dashed var(--wf-border-strong);
  border-radius: 8px;
  background: #FAFDFF;
}

.skynew-footer-banner .skynew-wf-ai-state-title {
  margin: 0;
  color: var(--wf-navy);
  font-size: 15px;
  font-weight: 900;
}

.skynew-footer-banner .skynew-wf-condition-grid {
  margin: 14px 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.skynew-footer-banner .skynew-wf-condition {
  min-width: 0;
  display: grid;
  gap: 5px;
  color: var(--wf-muted);
  font-size: 12px;
  font-weight: 800;
}

.skynew-footer-banner .skynew-wf-condition select {
  width: 100%;
  min-width: 0;
  min-height: 42px;
  max-width: 100%;
  border: 1px solid var(--wf-border);
  border-radius: 6px;
  background: var(--wf-white);
  color: var(--wf-text);
  font: inherit;
  font-size: 13px;
}

.skynew-footer-banner .skynew-wf-ai-results {
  display: grid;
  gap: 10px;
}

.skynew-footer-banner .skynew-wf-ai-result-card {
  padding: 14px;
  border: 1px solid #C5D9EA;
  border-radius: 8px;
  background: var(--wf-white);
}

.skynew-footer-banner .skynew-wf-ai-result-actions {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.skynew-footer-banner .skynew-wf-diagnosis-specs {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.skynew-footer-banner .skynew-wf-diagnosis-spec {
  min-height: 28px;
  padding: 5px 8px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #C8DBEE;
  border-radius: 6px;
  background: var(--wf-light-blue);
  color: var(--wf-navy);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.35;
}

.skynew-footer-banner .skynew-wf-match-list {
  margin: 12px 0 0;
  padding-left: 18px;
  color: #40516A;
  font-size: 12px;
  line-height: 1.55;
}

.skynew-footer-banner .skynew-wf-mini-link {
  min-height: 36px;
  padding: 0 10px;
  border: 1px solid #C8DBEE;
  background: var(--wf-light-blue);
  color: var(--wf-blue-dark);
  font-size: 12px;
}

@media (max-width: 760px) {
  .skynew-footer-info {
    padding: 38px 0 42px;
  }

  .skynew-footer-info__grid {
    grid-template-columns: 1fr;
  }

  .skynew-footer-info__summary {
    min-height: 78px;
    padding: 15px;
  }

  .skynew-footer-info__body {
    padding: 0 15px 15px;
  }

  .skynew-footer-banner {
    padding: 28px 0 30px;
  }

  .skynew-footer-banner--with-info {
    padding: 0 0 30px;
  }

  .skynew-footer-banner--with-info > .skynew-footer-banner__inner {
    padding: 28px 0 0;
  }

  .skynew-footer-banner__inner {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .skynew-footer-banner__menu {
    align-items: flex-start;
  }

  .skynew-footer-banner__links,
  .skynew-footer-banner__social {
    justify-content: flex-start;
  }

  .skynew-footer-banner__logo {
    width: 70px;
  }

  .skynew-footer-banner .skynew-wf-floating {
    left: 14px;
    right: auto;
    bottom: 16px;
  }

  .skynew-footer-banner .skynew-wf-floating-collapsed {
    width: clamp(112px, 34vw, 150px);
    gap: 8px;
  }

  .skynew-footer-banner .skynew-wf-floating-expanded {
    width: calc(100vw - 28px);
  }

  .skynew-footer-banner .skynew-wf-floating-panel {
    max-height: 78vh;
    padding: 16px;
  }

  .skynew-footer-banner .skynew-wf-floating-ai,
  .skynew-footer-banner .skynew-wf-floating-contact {
    width: 100%;
    min-width: 0;
    height: clamp(40px, calc((12.5vh - 8px) / 2), 56px);
    min-height: 0;
    border-radius: 8px;
    padding: 0 8px;
    font-size: 12px;
    line-height: 1.25;
  }

  .skynew-footer-banner .skynew-wf-floating-ai {
    display: flex;
    justify-content: center;
    background: var(--wf-blue);
    color: var(--wf-yellow);
  }

  .skynew-footer-banner .skynew-wf-floating-label {
    width: auto;
    height: auto;
    background: transparent;
    color: inherit;
    font-size: 0;
  }

  .skynew-footer-banner .skynew-wf-floating-label::after {
    content: "PC診断";
    font-size: 13px;
  }

  .skynew-footer-banner .skynew-wf-floating-copy {
    display: none;
  }

  .skynew-footer-banner .skynew-wf-floating-contact {
    background: var(--wf-light-blue);
    color: #111111;
  }

  .skynew-footer-banner .skynew-wf-floating-contact img {
    display: none;
  }

  .skynew-footer-banner .skynew-wf-floating-contact::after {
    content: "見積・お問い合わせ";
  }

  .skynew-footer-banner .skynew-wf-condition-grid {
    grid-template-columns: 1fr;
  }
}
