.sk-lp,
.sk-lp * {
  box-sizing: border-box;
}

/* ===== Rich profile values section ===== */
.sk-profile-values-rich {
  margin-top: 26px;
  padding: 28px 30px 26px;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 8%, rgba(231, 243, 255, 0.94), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 252, 255, 0.96));
  border: 1px solid #d8e8f8;
  border-radius: 16px;
  box-shadow: 0 18px 42px rgba(0, 83, 153, 0.07);
}

.sk-profile-values-rich__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) 0.82fr;
  gap: 28px;
  align-items: center;
  min-height: 360px;
}

.sk-profile-values-rich__eyebrow {
  display: flex;
  gap: 16px;
  align-items: center;
  color: #0758df;
  font-size: 17px;
  font-weight: 950;
  line-height: 1.5;
}

.sk-profile-values-rich__eyebrow span {
  width: 42px;
  height: 2px;
  background: #8ab8f5;
}

.sk-profile-values-rich__hero h3 {
  margin-top: 22px;
  color: var(--sk-navy);
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 950;
  line-height: 1.45;
}

.sk-profile-values-rich__hero p:not(.sk-profile-values-rich__eyebrow) {
  margin-top: 26px;
  color: var(--sk-navy);
  font-size: 16px;
  font-weight: 850;
  line-height: 2;
}

.sk-profile-values-rich__hero > img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: 42% center;
  border-radius: 12px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 100%);
}

.sk-profile-values-rich__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 28px;
}

.sk-profile-values-rich__grid article {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  padding: 34px 42px 0;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #d7e8fb;
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(0, 83, 153, 0.06);
}

.sk-profile-values-rich__grid article::after {
  position: absolute;
  top: 18px;
  right: 28px;
  width: 86px;
  height: 86px;
  content: "";
  background-image: radial-gradient(rgba(57, 128, 232, 0.17) 1.4px, transparent 1.4px);
  background-size: 9px 9px;
}

.sk-profile-values-rich__grid b {
  position: absolute;
  top: 22px;
  left: 28px;
  color: rgba(28, 99, 224, 0.27);
  font-size: 30px;
  font-weight: 950;
  line-height: 1;
}

.sk-profile-values-rich__head {
  display: grid;
  grid-template-columns: 104px 1fr;
  gap: 26px;
  align-items: center;
  margin-top: 38px;
}

.sk-profile-values-rich__head span {
  display: grid;
  width: 92px;
  height: 92px;
  place-items: center;
  background: #eff6ff;
  border-radius: 50%;
}

.sk-profile-values-rich__head img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.sk-profile-values-rich__head h4 {
  color: var(--sk-navy);
  font-size: 28px;
  font-weight: 950;
  line-height: 1.35;
}

.sk-profile-values-rich__head h4::after {
  display: block;
  width: 44px;
  height: 3px;
  margin-top: 18px;
  content: "";
  background: #1671ff;
}

.sk-profile-values-rich__grid article > p {
  min-height: 92px;
  margin-top: 28px;
  color: var(--sk-navy);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.9;
}

.sk-profile-values-rich__photo {
  display: block;
  width: calc(100% + 84px);
  height: 150px;
  margin: 14px -42px 0;
  object-fit: cover;
  object-position: center;
}

.sk-profile-values-rich__grid article:nth-child(1) .sk-profile-values-rich__photo {
  object-position: center 43%;
}

.sk-profile-values-rich__grid article:nth-child(2) .sk-profile-values-rich__photo {
  object-position: center;
}

.sk-profile-values-rich__grid article:nth-child(3) .sk-profile-values-rich__photo {
  object-position: center 70%;
}

.sk-profile-values-rich__grid article:nth-child(4) .sk-profile-values-rich__photo {
  object-position: center 48%;
}

.sk-profile-values-rich__closing {
  display: grid;
  grid-template-columns: 210px 1fr 210px;
  gap: 22px;
  align-items: center;
  min-height: 190px;
  margin-top: 24px;
  padding: 30px 44px;
  background:
    linear-gradient(90deg, rgba(237, 249, 255, 0.94), rgba(246, 255, 252, 0.94)),
    radial-gradient(circle at 50% 50%, rgba(119, 184, 239, 0.14), transparent 40%);
  border: 1px solid #d8e8f8;
  border-radius: 14px;
  text-align: center;
}

.sk-profile-values-rich__closing::before,
.sk-profile-values-rich__closing::after {
  color: rgba(73, 136, 230, 0.28);
  font-size: 64px;
  font-weight: 950;
  line-height: 1;
}

.sk-profile-values-rich__closing::before {
  content: "“";
}

.sk-profile-values-rich__closing::after {
  content: "”";
}

.sk-profile-values-rich__closing img {
  display: none;
}

.sk-profile-values-rich__closing p {
  color: #0758df;
  font-size: 26px;
  font-weight: 950;
  line-height: 1.65;
}

.sk-profile-values-rich__closing p::after {
  display: block;
  width: 42px;
  height: 3px;
  margin: 18px auto;
  content: "";
  background: #1671ff;
}

.sk-profile-values-rich__closing span {
  color: var(--sk-navy);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.8;
}

@media (max-width: 980px) {
  .sk-profile-values-rich {
    padding: 22px 16px;
  }

  .sk-profile-values-rich__hero,
  .sk-profile-values-rich__grid,
  .sk-profile-values-rich__closing {
    grid-template-columns: 1fr;
  }

  .sk-profile-values-rich__hero > img {
    height: 260px;
    mask-image: none;
  }

  .sk-profile-values-rich__grid article {
    padding: 28px 24px 0;
  }

  .sk-profile-values-rich__photo {
    width: calc(100% + 48px);
    margin-right: -24px;
    margin-left: -24px;
  }

  .sk-profile-values-rich__closing::before,
  .sk-profile-values-rich__closing::after {
    display: none;
  }
}

.sk-lp {
  --sk-navy: #1f2d5c;
  --sk-blue: #0064c8;
  --sk-cyan: #34c2a8;
  --sk-teal: #34c2a8;
  --sk-ice: #effaff;
  --sk-ice-2: #f7fdff;
  --sk-line: #d8ecf8;
  --sk-white: #ffffff;
  --sk-shadow: 0 12px 32px rgba(0, 83, 153, 0.12);
  --sk-shadow-strong: 0 20px 52px rgba(0, 86, 162, 0.16);
  margin: 0;
  color: var(--sk-navy);
  background: var(--sk-white);
  font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.78;
  letter-spacing: 0;
  overflow: hidden;
  overflow-wrap: anywhere;
}

.sk-lp a {
  color: inherit;
  text-decoration: none;
}

.sk-lp img {
  display: block;
  max-width: 100%;
}

.sk-lp p,
.sk-lp h1,
.sk-lp h2,
.sk-lp h3,
.sk-lp ul,
.sk-lp ol {
  margin: 0;
}

.sk-lp ul,
.sk-lp ol {
  padding: 0;
  list-style: none;
}

.sk-wrap {
  width: min(100% - 68px, 1060px);
  margin-inline: auto;
}

.sk-hero {
  position: relative;
  padding: 28px 0 30px;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 47%, #eef9ff 100%);
}

.sk-hero::after {
  position: absolute;
  right: -42px;
  bottom: -120px;
  width: 430px;
  height: 430px;
  content: "";
  background-image: radial-gradient(rgba(18, 121, 185, 0.22) 1.2px, transparent 1.2px);
  background-size: 9px 9px;
}

.sk-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(360px, 0.94fr) minmax(360px, 1.06fr);
  gap: 22px;
  min-height: 630px;
  align-items: start;
}

.sk-hero__copy,
.sk-hero__visual {
  min-width: 0;
}

.sk-logo {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  margin-bottom: 34px;
  line-height: 1;
}

.sk-logo__mark {
  width: 45px;
  height: 45px;
  object-fit: contain;
}

.sk-logo__text {
  color: #111;
  font-size: 26px;
  font-weight: 900;
}

.sk-release-ribbon {
  display: flex;
  width: fit-content;
  min-height: 40px;
  align-items: center;
  padding: 0 26px;
  color: var(--sk-white);
  background: linear-gradient(90deg, #005db9, #48c2bf);
  clip-path: none;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
}

.sk-hero__sub {
  margin-top: 28px;
  color: var(--sk-navy);
  font-size: 15px;
  font-weight: 900;
}

.sk-hero__title {
  margin-top: 13px;
  color: var(--sk-navy);
  font-size: clamp(40px, 5.2vw, 56px);
  font-weight: 900;
  line-height: 1.34;
}

.sk-title-line {
  display: inline-block;
  white-space: nowrap;
}

.sk-title-line--navy {
  color: var(--sk-navy);
}

.sk-title-line--gradient {
  color: transparent;
  background: linear-gradient(90deg, #0863bd 0%, #3bb9bd 92%);
  background-clip: text;
  -webkit-background-clip: text;
}

.sk-hero__lead {
  margin-top: 16px;
  color: var(--sk-navy);
  font-size: 17px;
  font-weight: 800;
  line-height: 2.04;
}

.sk-hero__core {
  margin-top: 12px;
  color: var(--sk-teal);
  font-size: clamp(20px, 2.4vw, 25px);
  font-weight: 900;
  line-height: 1.45;
}

.sk-hero-icons {
  display: grid;
  grid-template-columns: repeat(4, minmax(78px, 1fr));
  gap: 14px;
  max-width: 500px;
  margin-top: 38px;
}

.sk-hero-icons li {
  display: grid;
  grid-template-rows: 70px 18px 18px;
  justify-items: center;
  gap: 3px;
  align-content: start;
  min-height: 112px;
  text-align: center;
}

.sk-hero-icons b {
  display: block;
  color: var(--sk-navy);
  font-size: 11.5px;
  font-weight: 900;
  line-height: 1.45;
}

.sk-round-icon {
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  background: var(--sk-white);
  border: 2px solid #e1f0f8;
  border-radius: 50%;
  box-shadow: 0 8px 22px rgba(0, 86, 162, 0.14), inset 0 0 0 7px #f8fdff;
}

.sk-round-icon img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.sk-hero__visual {
  position: relative;
  min-height: 545px;
}

.sk-hero__image {
  position: absolute;
  top: -6px;
  right: -18px;
  width: 820px;
  max-width: none;
  filter: drop-shadow(0 22px 38px rgba(6, 27, 85, 0.11));
}

.sk-hero-cta {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 214px;
  gap: 24px;
  align-items: center;
  margin-top: -36px;
}

.sk-demo-card {
  display: grid;
  grid-template-columns: 116px 1fr 42px;
  gap: 20px;
  align-items: center;
  min-height: 156px;
  padding: 22px;
  background: linear-gradient(90deg, #f4fbff, #eaf7ff);
  border: 1px solid #d9edf8;
  border-radius: 10px;
  box-shadow: var(--sk-shadow);
  overflow: hidden;
}

.sk-demo-card__badge,
.sk-bottom-cta__badge {
  display: grid;
  width: 116px;
  height: 116px;
  place-items: center;
  color: var(--sk-blue);
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 10px 25px rgba(0, 92, 178, 0.18), inset 0 0 0 1px #e3f3fb;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.45;
  text-align: center;
}

.sk-demo-card__text {
  display: grid;
  width: 100%;
  min-width: 0;
}

.sk-demo-card__text small {
  color: var(--sk-blue);
  font-size: 16px;
  font-weight: 900;
  white-space: nowrap;
}

.sk-demo-card__text strong {
  color: var(--sk-blue);
  font-size: clamp(30px, 3.7vw, 38px);
  font-weight: 900;
  line-height: 1.35;
  white-space: nowrap;
}

.sk-demo-card__text em {
  display: block;
  max-width: 100%;
  color: var(--sk-navy);
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  line-break: strict;
}

.sk-arrow-icon {
  width: 44px;
  height: 44px;
  object-fit: contain;
  filter: drop-shadow(0 8px 14px rgba(0, 86, 178, 0.25));
}

.sk-arrow-icon--white {
  padding: 6px;
  background: #fff;
  border-radius: 50%;
}

.sk-release-badge {
  position: relative;
  display: grid;
  width: 190px;
  height: 190px;
  place-items: center;
  align-content: center;
  color: #fff;
  background: linear-gradient(135deg, #0059bd 8%, #1b85d1 47%, #62d3bc 100%);
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(0, 126, 194, 0.18), 0 0 0 13px #effbff, 0 0 0 15px rgba(0, 126, 194, 0.2);
  text-align: center;
}

.sk-release-badge strong {
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
}

.sk-release-badge span {
  display: block;
  margin-top: 10px;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.1;
}

.sk-release-badge i {
  position: absolute;
  right: -12px;
  bottom: 21px;
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: 28px;
  font-style: italic;
  transform: rotate(-15deg);
}

.sk-section {
  padding: 34px 0;
  background: #fff;
}

.sk-section-title {
  max-width: 100%;
  color: var(--sk-navy);
  font-size: clamp(23px, 3.2vw, 31px);
  font-weight: 900;
  line-height: 1.45;
  text-align: center;
}

.sk-section-title--blue {
  color: #0080be;
}

.sk-made {
  padding: 16px 0 10px;
}

.sk-made .sk-wrap,
.sk-worries .sk-wrap {
  width: min(100% - 34px, 1280px);
}

.sk-origin-panel {
  display: block;
  padding: 30px 34px 26px;
  background: linear-gradient(100deg, #ffffff 0%, #f8fdff 48%, #eef9ff 100%);
  border: 1px solid #dbeefa;
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(0, 83, 153, 0.08);
}

.sk-origin-doctor {
  display: grid;
  grid-row: span 2;
  width: 100%;
  min-height: 210px;
  place-items: center;
  align-self: stretch;
}

.sk-origin-doctor img {
  width: 100%;
  max-width: 330px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 16px 24px rgba(0, 83, 153, 0.1));
}

.sk-origin-copy {
  display: grid;
  grid-template-columns: minmax(380px, 420px) 1fr;
  gap: 18px 28px;
  align-items: end;
}

.sk-origin-copy h2 {
  color: var(--sk-navy);
  font-size: clamp(25px, 3vw, 31px);
  font-weight: 900;
  line-height: 1.55;
}

.sk-origin-copy h2 span {
  display: block;
}

.sk-origin-copy p {
  min-width: 0;
  max-width: 32em;
  padding-bottom: 7px;
  color: var(--sk-navy);
  font-size: 12.5px;
  font-weight: 800;
  line-height: 2.05;
  word-break: break-all;
}

.sk-origin-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  margin-top: 22px;
  background: #fff;
  border: 1px solid #d9edf8;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(0, 83, 153, 0.09);
  overflow: hidden;
}

.sk-origin-cards article {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 100px;
  padding: 18px 16px;
}

.sk-origin-cards article + article {
  border-left: 1px solid #d9edf8;
}

.sk-origin-cards span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  background: linear-gradient(135deg, #e8fbff, #f8ffff);
  border: 1px solid #d8eff8;
  border-radius: 50%;
}

.sk-origin-cards img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.sk-origin-cards article > div,
.sk-feature-strip article > div,
.sk-bottom-cta__inner > div {
  min-width: 0;
}

.sk-origin-cards h3,
.sk-flow-list h3,
.sk-benefit-grid h3,
.sk-feature-strip h3 {
  min-width: 0;
  color: var(--sk-navy);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.sk-origin-cards p,
.sk-flow-list p,
.sk-benefit-grid p,
.sk-feature-strip p {
  min-width: 0;
  color: var(--sk-navy);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.8;
  overflow-wrap: anywhere;
}

.sk-origin-cards h3 + p,
.sk-benefit-grid h3 + p,
.sk-feature-strip h3 + p {
  margin-top: 4px;
}

.sk-worries {
  padding: 10px 0 36px;
  background: #fff;
}

.sk-worry-panel {
  padding: 24px 34px 26px;
  background: linear-gradient(100deg, #ffffff 0%, #f8fdff 48%, #eef9ff 100%);
  border: 1px solid #dbeefa;
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(0, 83, 153, 0.08);
}

.sk-worry-panel h2 {
  color: var(--sk-navy);
  font-size: clamp(24px, 3.1vw, 30px);
  font-weight: 900;
  line-height: 1.45;
  text-align: center;
}

.sk-worry-panel__grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(300px, 1.1fr);
  gap: 30px;
  align-items: center;
  min-width: 0;
  margin-top: 24px;
}

.sk-worry-list {
  display: grid;
  gap: 0;
}

.sk-worry-list li {
  position: relative;
  min-height: 42px;
  padding: 9px 0 9px 38px;
  color: var(--sk-navy);
  border-bottom: 1px solid #cfe3f2;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.55;
}

.sk-worry-list li::before {
  position: absolute;
  top: 12px;
  left: 0;
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  color: #005fc7;
  border: 2px solid #0a78d1;
  border-radius: 50%;
  content: "✓";
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}

.sk-work-illustration {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 250px;
  align-items: center;
  justify-content: center;
  padding: 2px 0 0;
}

.sk-work-illustration::before {
  content: "";
  display: none;
}

.sk-work-illustration img {
  display: block;
  width: min(100%, 620px);
  height: auto;
  filter: drop-shadow(0 16px 24px rgba(31, 45, 92, 0.08));
}

.sk-work-paper,
.sk-work-laptop,
.sk-work-envelope,
.sk-work-clock,
.sk-work-folder,
.sk-work-scribble,
.sk-work-mark {
  position: absolute;
}

.sk-work-paper {
  width: 72px;
  height: 96px;
  background: #fff;
  border: 2px solid #b7c7da;
  border-radius: 4px;
  box-shadow: 0 10px 18px rgba(31, 45, 92, 0.1);
}

.sk-work-paper::before,
.sk-work-paper::after {
  position: absolute;
  right: 12px;
  left: 12px;
  height: 2px;
  content: "";
  background: #cbd8e7;
  box-shadow: 0 12px 0 #cbd8e7, 0 24px 0 #cbd8e7;
}

.sk-work-paper::before {
  top: 44px;
}

.sk-work-paper b {
  position: absolute;
  top: 12px;
  left: 14px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #fff;
  background: #3f67b5;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 900;
}

.sk-work-paper--word {
  top: 26px;
  left: 36px;
  transform: rotate(-5deg);
}

.sk-work-paper--pdf {
  top: 34px;
  right: 178px;
  width: 76px;
  height: 104px;
  transform: rotate(6deg);
}

.sk-work-paper--pdf b {
  top: 42px;
  left: 20px;
  width: 42px;
  height: 28px;
  color: #e24747;
  background: #fff;
  border: 2px solid #e24747;
  border-radius: 50%;
  font-size: 11px;
}

.sk-work-paper--note {
  right: 262px;
  bottom: 42px;
  width: 92px;
  height: 56px;
  transform: rotate(-12deg);
}

.sk-work-paper--note::before {
  top: 14px;
}

.sk-work-laptop {
  left: 128px;
  bottom: 34px;
  width: 168px;
  height: 104px;
  background: linear-gradient(145deg, #25364e, #17243a);
  border: 6px solid #9aa8ba;
  border-radius: 8px 8px 3px 3px;
  box-shadow: 0 14px 18px rgba(31, 45, 92, 0.16);
}

.sk-work-laptop::after {
  position: absolute;
  right: -34px;
  bottom: -20px;
  left: -34px;
  height: 18px;
  content: "";
  background: linear-gradient(#cad4df, #aebccb);
  border-radius: 3px 3px 12px 12px;
}

.sk-work-envelope {
  right: 84px;
  bottom: 78px;
  width: 102px;
  height: 66px;
  background: #fff;
  border: 2px solid #9eb0c4;
  border-radius: 4px;
  box-shadow: 0 9px 14px rgba(31, 45, 92, 0.1);
}

.sk-work-envelope::before,
.sk-work-envelope::after {
  position: absolute;
  top: 8px;
  width: 58px;
  height: 44px;
  content: "";
  border-bottom: 2px solid #9eb0c4;
}

.sk-work-envelope::before {
  left: 0;
  transform: skewY(28deg);
}

.sk-work-envelope::after {
  right: 0;
  transform: skewY(-28deg);
}

.sk-work-clock {
  top: 26px;
  right: 32px;
  width: 74px;
  height: 74px;
  background: #fff;
  border: 4px solid #9eb0c4;
  border-radius: 50%;
  box-shadow: 0 9px 14px rgba(31, 45, 92, 0.1);
}

.sk-work-clock::before {
  position: absolute;
  top: 17px;
  left: 34px;
  width: 3px;
  height: 22px;
  content: "";
  background: #9eb0c4;
  transform-origin: bottom;
  transform: rotate(-32deg);
}

.sk-work-clock::after {
  position: absolute;
  top: 36px;
  left: 36px;
  width: 21px;
  height: 3px;
  content: "";
  background: #9eb0c4;
  transform-origin: left;
  transform: rotate(26deg);
}

.sk-work-folder {
  right: 0;
  bottom: 28px;
  width: 82px;
  height: 92px;
  background: #718197;
  border-radius: 4px 4px 8px 8px;
  box-shadow: 0 12px 16px rgba(31, 45, 92, 0.13);
}

.sk-work-folder::before {
  position: absolute;
  top: -12px;
  left: 8px;
  width: 38px;
  height: 14px;
  content: "";
  background: #8d9bad;
  border-radius: 5px 5px 0 0;
}

.sk-work-folder--two {
  right: 54px;
  bottom: 20px;
  background: #596a80;
  transform: scale(0.84);
}

.sk-work-scribble {
  top: 38px;
  left: 118px;
  width: 52px;
  height: 38px;
  border: 3px solid #a5b1c0;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  transform: rotate(20deg);
}

.sk-work-scribble::before,
.sk-work-scribble::after {
  position: absolute;
  content: "";
  border: 2px solid #a5b1c0;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
}

.sk-work-scribble::before {
  top: 9px;
  left: 8px;
  width: 42px;
  height: 30px;
}

.sk-work-scribble::after {
  top: 18px;
  left: 16px;
  width: 28px;
  height: 18px;
}

.sk-work-mark {
  color: #9aa8ba;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
}

.sk-work-mark--one {
  top: 86px;
  left: 8px;
}

.sk-work-mark--two {
  top: 108px;
  right: 124px;
}

.sk-work-mark--three {
  top: 66px;
  right: -4px;
}

.sk-flow {
  padding: 36px 0 20px;
  background: #fff;
}

.sk-flow .sk-wrap {
  width: min(100% - 34px, 1280px);
}

.sk-flow-panel {
  position: relative;
  padding: 34px 34px 24px;
  background: radial-gradient(circle at 91% 12%, rgba(88, 170, 238, 0.13), transparent 24%),
    linear-gradient(105deg, #ffffff 0%, #f7fcff 50%, #edf8ff 100%);
  border: 1px solid #dbeefa;
  border-radius: 10px;
  box-shadow: 0 14px 32px rgba(0, 83, 153, 0.08);
  overflow: hidden;
}

.sk-flow-panel::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 170px;
  height: 170px;
  content: "";
  background-image: radial-gradient(rgba(44, 138, 210, 0.28) 1.2px, transparent 1.2px);
  background-size: 10px 10px;
  opacity: 0.75;
}

.sk-flow-panel__top {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(520px, 0.9fr) minmax(610px, 1.1fr);
  gap: 36px;
  align-items: start;
  min-height: 390px;
}

.sk-flow-copy h2 {
  min-width: 0;
  color: var(--sk-navy);
  font-size: clamp(31px, 3.2vw, 39px);
  font-weight: 900;
  line-height: 1.55;
}

.sk-flow-copy {
  min-width: 0;
}

.sk-flow-copy h2 span {
  display: block;
  max-width: 100%;
}

.sk-flow-copy h2 span:first-child {
  white-space: nowrap;
}

.sk-flow-copy h2 span + span {
  color: #1f5dbf;
  font-size: clamp(36px, 4vw, 48px);
}

.sk-flow-copy h2 .sk-flow-title-chunk {
  display: inline;
  max-width: none;
}

.sk-flow-copy > p {
  max-width: 35em;
  margin-top: 34px;
  color: var(--sk-navy);
  font-size: 18px;
  font-weight: 800;
  line-height: 2.05;
}

.sk-flow-copy ul {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

.sk-flow-copy li {
  position: relative;
  padding-left: 42px;
  color: var(--sk-navy);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.55;
}

.sk-flow-copy li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #174aa6, #2d74c6);
  border-radius: 50%;
  content: "✓";
  font-size: 16px;
  font-weight: 900;
  box-shadow: 0 8px 16px rgba(31, 82, 171, 0.2);
}

.sk-flow-docs {
  position: relative;
  min-height: 370px;
}

.sk-flow-docs::before,
.sk-flow-docs::after {
  position: absolute;
  top: 32px;
  content: "";
  border-top: 2px dashed rgba(52, 194, 168, 0.45);
  border-radius: 50%;
}

.sk-flow-docs::before {
  left: 132px;
  width: 240px;
  height: 62px;
  transform: rotate(4deg);
}

.sk-flow-docs::after {
  right: 86px;
  width: 210px;
  height: 54px;
  border-color: rgba(111, 83, 226, 0.42);
  transform: rotate(7deg);
}

.sk-flow-doc {
  position: absolute;
  top: 62px;
  display: grid;
  width: 286px;
  min-height: 348px;
  align-content: start;
  padding: 22px 22px 20px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(219, 237, 248, 0.92);
  border-radius: 10px;
  box-shadow: 0 20px 38px rgba(31, 45, 92, 0.12);
  color: var(--sk-navy);
}

.sk-flow-doc--record {
  left: 0;
  transform: rotate(4deg);
}

.sk-flow-doc--opinion {
  left: 282px;
  transform: rotate(4deg) translateY(20px);
}

.sk-flow-doc--pdf {
  right: 0;
  transform: rotate(5deg) translateY(34px);
}

.sk-flow-doc h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 18px;
  margin: -2px -22px 16px;
  padding-left: 22px;
  color: #1f5dbf;
  border-bottom: 1px solid #e1edf7;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.3;
}

.sk-flow-doc--record h3 {
  color: #36b586;
}

.sk-flow-doc--pdf h3 {
  color: #7654e6;
}

.sk-flow-doc h3 img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.sk-flow-doc dl {
  display: grid;
  gap: 9px;
  margin: 0 0 14px;
}

.sk-flow-doc dl div {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 10px;
}

.sk-flow-doc dt,
.sk-flow-doc dd {
  margin: 0;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.55;
}

.sk-flow-doc dt {
  color: #4e5f78;
}

.sk-flow-doc b {
  display: block;
  margin-top: 11px;
  font-size: 12.5px;
  font-weight: 900;
}

.sk-flow-doc p {
  margin-top: 6px;
  color: var(--sk-navy);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.75;
}

.sk-flow-doc > span {
  display: block;
  width: 100%;
  height: 8px;
  margin-top: 9px;
  background: #edf2f6;
  border-radius: 999px;
}

.sk-flow-doc > span:nth-of-type(2) {
  width: 88%;
}

.sk-flow-doc > span:nth-of-type(3) {
  width: 68%;
}

.sk-flow-decision {
  width: fit-content;
  padding: 9px 42px 9px 28px;
  color: #15775e !important;
  background: #dff8ef;
  border-radius: 6px;
}

.sk-flow-decision::before {
  content: "● ";
  color: #39b891;
}

.sk-flow-doc ul {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}

.sk-flow-doc li {
  position: relative;
  padding-left: 22px;
  font-size: 12px;
  font-weight: 900;
}

.sk-flow-doc li::before {
  position: absolute;
  left: 0;
  color: #43a8b2;
  content: "●";
}

.sk-flow-pdf-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.sk-flow-pdf-grid section {
  display: grid;
  gap: 9px;
  justify-items: center;
  min-height: 128px;
  padding: 13px 9px;
  background: #fff;
  border: 1px solid #edf2f6;
  border-radius: 6px;
  box-shadow: 0 8px 16px rgba(31, 45, 92, 0.06);
}

.sk-flow-pdf-grid strong {
  font-size: 12px;
}

.sk-flow-pdf-grid i {
  display: grid;
  width: 44px;
  height: 52px;
  place-items: end center;
  padding-bottom: 7px;
  color: #fff;
  background: linear-gradient(#fff 0 46%, #d94848 47%);
  border: 2px solid #dfa39b;
  border-radius: 4px;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

.sk-flow-pdf-grid small {
  color: var(--sk-navy);
  font-size: 10px;
  font-weight: 900;
  line-height: 1.45;
}

.sk-flow-share {
  display: flex;
  align-items: center;
  gap: 18px;
}

.sk-flow-share::before {
  content: "♙";
  color: #1f5dbf;
}

.sk-flow-share::after {
  content: "♙";
  margin-left: auto;
  color: #1f5dbf;
}

.sk-flow-list {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin-top: -8px;
}

.sk-flow-list li {
  position: relative;
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 6px 14px;
  min-height: 146px;
  align-content: center;
  padding: 22px 18px 20px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #dbeefa;
  border-radius: 10px;
  box-shadow: 0 14px 24px rgba(0, 83, 153, 0.08);
}

.sk-flow-list li + li::before {
  position: absolute;
  top: 50%;
  left: -24px;
  width: 34px;
  height: 12px;
  content: "";
  background: url("./assets/flow-arrows/flow-arrow-teal.png") center / contain no-repeat;
  transform: translateY(-50%);
}

.sk-flow-list li + li::after {
  content: none;
}

.sk-flow-list li:nth-child(3) + li::before {
  background-image: url("./assets/flow-arrows/flow-arrow-blue.png");
}

.sk-flow-list li:nth-child(4) + li::before {
  background-image: url("./assets/flow-arrows/flow-arrow-purple.png");
}

.sk-flow-icon {
  grid-row: span 3;
  width: 66px;
  height: 66px;
  object-fit: contain;
  align-self: center;
}

.sk-flow-list b {
  color: #2c79cf;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.2;
}

.sk-flow-list h3 {
  min-height: auto;
  font-size: 16px;
  line-height: 1.55;
  overflow-wrap: normal;
  word-break: keep-all;
}

.sk-flow-list p {
  min-height: auto;
  font-size: 12px;
  overflow-wrap: normal;
  word-break: keep-all;
}

.sk-flow-list li:nth-child(4) b,
.sk-flow-list li:nth-child(5) b {
  color: #7654e6;
}

.sk-ai-purpose-section {
  position: relative;
  padding: 68px 0 56px;
  background:
    radial-gradient(circle at 50% 28%, rgba(237, 242, 255, 0.96), transparent 27%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  overflow: hidden;
}

.sk-ai-purpose-wrap {
  width: min(100% - 68px, 1320px);
  margin-inline: auto;
}

.sk-ai-purpose-heading {
  text-align: center;
}

.sk-ai-purpose-heading p {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 20px;
  color: #5a43d9;
  background: #ebe8ff;
  border-radius: 999px;
  font-size: 17px;
  font-weight: 950;
}

.sk-ai-purpose-heading h2 {
  margin-top: 18px;
  color: var(--sk-navy);
  font-size: clamp(38px, 4.1vw, 58px);
  font-weight: 950;
  line-height: 1.22;
}

.sk-ai-purpose-heading h2 span {
  color: #6c4cf6;
}

.sk-ai-purpose-heading small {
  display: block;
  margin-top: 22px;
  color: var(--sk-navy);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.9;
}

.sk-ai-purpose-heading b {
  color: #0758df;
  font-weight: 950;
}

.sk-ai-purpose-diagram {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  margin-top: 46px;
}

.sk-ai-purpose-panel {
  min-height: 428px;
  padding: 28px 44px 32px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #dcd9ff;
  border-radius: 18px;
  box-shadow: 0 20px 44px rgba(58, 76, 160, 0.08);
}

.sk-ai-purpose-panel--doctor {
  border-color: #d7e8fb;
}

.sk-ai-purpose-panel h3 {
  color: #6d50e8;
  font-size: 24px;
  font-weight: 950;
  text-align: center;
}

.sk-ai-purpose-panel--doctor h3 {
  color: #0758df;
}

.sk-ai-purpose-panel > p {
  margin-top: 8px;
  color: var(--sk-navy);
  font-size: 14px;
  font-weight: 850;
  text-align: center;
}

.sk-ai-purpose-list {
  display: grid;
  gap: 16px;
  margin-top: 26px;
}

.sk-ai-purpose-list section {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 70px;
  padding: 10px 18px 10px 0;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(0, 83, 153, 0.06);
}

.sk-ai-purpose-list img {
  width: 66px;
  height: 66px;
  object-fit: contain;
  padding: 10px;
  background: linear-gradient(180deg, #ffffff, #f7f8ff);
  border: 1px solid #e3e1ff;
  border-radius: 10px;
}

.sk-ai-purpose-panel--doctor .sk-ai-purpose-list img {
  border-color: #d8e9fb;
}

.sk-ai-purpose-list h4 {
  color: var(--sk-navy);
  font-size: 16px;
  font-weight: 950;
  line-height: 1.45;
}

.sk-ai-purpose-list span {
  display: block;
  margin-top: 4px;
  color: var(--sk-navy);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.55;
}

.sk-ai-purpose-center {
  position: relative;
  display: grid;
  min-height: 360px;
  place-items: center;
}

.sk-ai-purpose-core {
  display: grid;
  width: 250px;
  height: 250px;
  place-items: center;
  padding: 34px 24px;
  color: #5a43d9;
  background:
    radial-gradient(circle, #fff 0%, #fff 58%, transparent 59%),
    repeating-radial-gradient(circle, rgba(116, 92, 230, 0.14) 0 1px, transparent 2px 20px);
  border: 10px solid rgba(126, 104, 230, 0.68);
  border-radius: 50%;
  box-shadow: 0 16px 44px rgba(89, 77, 202, 0.14);
  text-align: center;
}

.sk-ai-purpose-core img {
  width: 76px;
  height: 76px;
  object-fit: contain;
}

.sk-ai-purpose-core strong {
  color: #6549e8;
  font-size: 26px;
  font-weight: 950;
}

.sk-ai-purpose-core span {
  display: block;
  padding-top: 14px;
  color: var(--sk-navy);
  border-top: 1px solid #d7d8ea;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.6;
}

.sk-ai-purpose-arrow {
  position: absolute;
  top: 50%;
  width: 92px;
  height: 36px;
  object-fit: contain;
  transform: translateY(-50%);
}

.sk-ai-purpose-arrow--left {
  left: -4px;
}

.sk-ai-purpose-arrow--right {
  right: -4px;
}

.sk-ai-purpose-result {
  display: grid;
  grid-template-columns: 250px repeat(4, minmax(0, 1fr));
  gap: 0;
  align-items: center;
  margin-top: 28px;
  padding: 22px 24px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #dbeafa;
  border-radius: 14px;
  box-shadow: 0 16px 34px rgba(0, 83, 153, 0.07);
}

.sk-ai-purpose-result > div,
.sk-ai-purpose-result article {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 76px;
  padding: 0 18px;
}

.sk-ai-purpose-result article {
  border-left: 1px solid #d5e3f4;
}

.sk-ai-purpose-result img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.sk-ai-purpose-result strong {
  color: #0758df;
  font-size: 22px;
  font-weight: 950;
  line-height: 1.45;
}

.sk-ai-purpose-result h3 {
  color: var(--sk-navy);
  font-size: 16px;
  font-weight: 950;
  line-height: 1.4;
}

.sk-ai-purpose-result p {
  margin-top: 4px;
  color: var(--sk-navy);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.55;
}

.sk-ai-purpose-note {
  display: grid;
  grid-template-columns: 86px 1fr 1.1fr;
  gap: 24px;
  align-items: center;
  margin-top: 18px;
  padding: 20px 28px;
  background: linear-gradient(90deg, rgba(255, 251, 238, 0.96), rgba(255, 255, 255, 0.96));
  border: 1px solid #f1d99c;
  border-radius: 14px;
}

.sk-ai-purpose-note > img {
  width: 66px;
  height: 66px;
  object-fit: contain;
}

.sk-ai-purpose-note h3 {
  color: #5f4012;
  font-size: 21px;
  font-weight: 950;
}

.sk-ai-purpose-note p,
.sk-ai-purpose-note li {
  color: var(--sk-navy);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.7;
}

.sk-ai-purpose-note p {
  margin-top: 6px;
}

.sk-ai-purpose-note ul {
  display: grid;
  gap: 8px;
}

.sk-ai-purpose-note li {
  position: relative;
  padding-left: 28px;
}

.sk-ai-purpose-note li::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 18px;
  height: 18px;
  content: "";
  background: url("./assets/value/value-check.png") center / contain no-repeat;
}

@media (max-width: 1100px) {
  .sk-ai-purpose-diagram {
    grid-template-columns: 1fr;
  }

  .sk-ai-purpose-center {
    min-height: 280px;
  }

  .sk-ai-purpose-arrow {
    display: none;
  }

  .sk-ai-purpose-result {
    grid-template-columns: 1fr 1fr;
  }

  .sk-ai-purpose-result > div {
    grid-column: 1 / -1;
  }

  .sk-ai-purpose-result article {
    border-top: 1px solid #d5e3f4;
    border-left: 0;
    padding-top: 16px;
  }

  .sk-ai-purpose-note {
    grid-template-columns: 70px 1fr;
  }

  .sk-ai-purpose-note ul {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  .sk-ai-purpose-section {
    padding: 44px 0;
  }

  .sk-ai-purpose-wrap {
    width: min(100% - 28px, 520px);
  }

  .sk-ai-purpose-heading h2 {
    font-size: 30px;
  }

  .sk-ai-purpose-heading small {
    font-size: 13px;
  }

  .sk-ai-purpose-panel {
    min-height: auto;
    padding: 22px 16px;
  }

  .sk-ai-purpose-list section {
    grid-template-columns: 54px 1fr;
    padding-right: 12px;
  }

  .sk-ai-purpose-list img {
    width: 52px;
    height: 52px;
    padding: 8px;
  }

  .sk-ai-purpose-core {
    width: 220px;
    height: 220px;
  }

  .sk-ai-purpose-result {
    grid-template-columns: 1fr;
    padding: 18px 16px;
  }

  .sk-ai-purpose-result article {
    border-left: 0;
    border-top: 1px solid #d5e3f4;
  }

  .sk-ai-purpose-note {
    grid-template-columns: 1fr;
    padding: 18px 16px;
  }
}

.sk-ai-section {
  padding: 34px 0;
  color: #fff;
  background: #fff;
}

.sk-ai-wrap {
  position: relative;
  width: min(100% - 34px, 1280px);
  margin-inline: auto;
  padding: 28px 38px 32px;
  background:
    radial-gradient(circle at 33% 7%, rgba(158, 93, 255, 0.32), transparent 20%),
    radial-gradient(circle at 88% 32%, rgba(127, 38, 255, 0.5), transparent 30%),
    radial-gradient(circle at 78% 92%, rgba(86, 36, 224, 0.62), transparent 34%),
    linear-gradient(135deg, #090946 0%, #16037d 42%, #3500a6 100%);
  border-radius: 10px;
  box-shadow: 0 18px 42px rgba(20, 4, 111, 0.25);
  overflow: hidden;
}

.sk-ai-wrap::before,
.sk-ai-wrap::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.sk-ai-wrap::before {
  right: 0;
  bottom: 278px;
  left: 0;
  height: 190px;
  background:
    radial-gradient(circle at 63% 12%, rgba(255, 255, 255, 0.45) 1px, transparent 2px),
    repeating-radial-gradient(ellipse at 73% 100%, rgba(150, 95, 255, 0.42) 0 1px, transparent 2px 13px);
  opacity: 0.62;
  transform: skewY(-4deg);
}

.sk-ai-wrap::after {
  top: 18px;
  right: 20px;
  width: 150px;
  height: 150px;
  background-image: radial-gradient(rgba(191, 164, 255, 0.45) 1.4px, transparent 1.4px);
  background-size: 11px 11px;
  opacity: 0.75;
}

.sk-ai-hero,
.sk-ai-safety,
.sk-ai-cta {
  position: relative;
  z-index: 1;
}

.sk-ai-hero {
  display: grid;
  grid-template-columns: minmax(440px, 0.77fr) minmax(600px, 1.23fr);
  gap: 48px;
  align-items: start;
}

.sk-ai-label {
  display: flex;
  width: 240px;
  height: 50px;
  align-items: center;
  padding-left: 28px;
  color: #fff;
  background: linear-gradient(135deg, #6434ff 0%, #9d4eff 100%);
  clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
  border-radius: 2px 7px 7px 2px;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0.02em;
  box-shadow: 0 0 24px rgba(155, 91, 255, 0.65);
}

.sk-ai-pill {
  display: flex;
  width: fit-content;
  align-items: center;
  min-height: 39px;
  margin-top: 24px;
  padding: 0 24px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.sk-ai-copy h2 {
  max-width: 100%;
  margin-top: 24px;
  color: #fff;
  font-size: clamp(37px, 4.7vw, 56px);
  font-weight: 900;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.sk-ai-copy,
.sk-ai-steps,
.sk-ai-step-card,
.sk-ai-safety article,
.sk-ai-cta__text,
.sk-ai-cta__demo {
  min-width: 0;
}

.sk-ai-copy h2 span {
  color: #b78cff;
  text-shadow: 0 0 20px rgba(191, 141, 255, 0.68);
}

.sk-ai-copy h2 .sk-ai-title-chunk {
  display: inline;
  color: #fff;
  text-shadow: none;
}

.sk-ai-copy h2 .sk-ai-title-chunk span {
  color: #b78cff;
  text-shadow: 0 0 20px rgba(191, 141, 255, 0.68);
}

.sk-ai-lead {
  max-width: 100%;
  max-width: 36em;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.85;
  letter-spacing: 0.01em;
}

.sk-ai-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 32px;
}

.sk-ai-points article {
  display: grid;
  justify-items: center;
  min-height: 160px;
  padding: 0 18px;
  text-align: center;
}

.sk-ai-points article + article {
  border-left: 1px solid rgba(218, 199, 255, 0.28);
}

.sk-ai-point-icon {
  position: relative;
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 26px rgba(255, 255, 255, 0.26);
}

.sk-ai-point-icon::before,
.sk-ai-point-icon::after {
  position: absolute;
  content: "";
}

.sk-ai-point-icon--target::before {
  width: 36px;
  height: 36px;
  border: 3px solid #4d25d8;
  border-radius: 50%;
  box-shadow: inset 0 0 0 8px #fff, inset 0 0 0 11px #4d25d8;
}

.sk-ai-point-icon--target::after {
  width: 48px;
  height: 3px;
  background: #4d25d8;
  box-shadow: 0 0 0 0 #4d25d8;
  transform: rotate(90deg);
}

.sk-ai-point-icon--shield::before {
  width: 38px;
  height: 45px;
  border: 3px solid #4d25d8;
  border-radius: 18px 18px 22px 22px;
  clip-path: polygon(50% 0, 100% 16%, 88% 76%, 50% 100%, 12% 76%, 0 16%);
}

.sk-ai-point-icon--shield::after {
  width: 18px;
  height: 10px;
  border-bottom: 3px solid #4d25d8;
  border-left: 3px solid #4d25d8;
  transform: rotate(-45deg);
}

.sk-ai-point-icon--clock::before {
  width: 42px;
  height: 42px;
  border: 3px solid #4d25d8;
  border-radius: 50%;
}

.sk-ai-point-icon--clock::after {
  width: 16px;
  height: 20px;
  border-bottom: 3px solid #4d25d8;
  border-left: 3px solid #4d25d8;
  transform: translate(4px, -4px);
}

.sk-ai-points h3 {
  margin-top: 16px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.4;
}

.sk-ai-points p {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.75;
}

.sk-ai-steps > h3 {
  margin-top: 40px;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}

.sk-ai-steps ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.sk-ai-step-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 366px;
  padding: 34px 24px 30px;
  color: #12075b;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(250, 246, 255, 0.96));
  border-radius: 20px;
  box-shadow: 0 24px 48px rgba(19, 6, 93, 0.26);
  text-align: center;
}

/* ビジュアル群を見出し下の残り領域で上下中央に */
.sk-ai-mic,
.sk-ai-step-card--organize ul,
.sk-ai-doc-icon {
  margin-top: auto;
}

.sk-ai-transcript,
.sk-ai-step-card--organize em,
.sk-ai-tags {
  margin-bottom: auto;
}

.sk-ai-step-card + .sk-ai-step-card::before {
  position: absolute;
  top: 50%;
  left: -30px;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #3f17d1, #6b2fff);
  border-radius: 50%;
  content: "›";
  font-size: 45px;
  font-weight: 300;
  line-height: 1;
  box-shadow: 0 10px 25px rgba(66, 23, 206, 0.42);
  transform: translateY(-50%);
  z-index: 2;
}

.sk-ai-step-card b {
  position: absolute;
  top: 14px;
  left: 22px;
  display: grid;
  width: 56px;
  height: 40px;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #7431ff, #3910c5);
  border-radius: 999px;
  font-size: 22px;
  font-weight: 900;
}

.sk-ai-step-card h4 {
  margin-top: 50px;
  color: #3510cc;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.5;
}

.sk-ai-step-card p {
  margin-top: 14px;
  color: #2a1d6e;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.85;
}

.sk-ai-mic {
  position: relative;
  display: grid;
  width: 130px;
  height: 130px;
  place-items: center;
  background: radial-gradient(circle, #fff 0 45%, rgba(111, 55, 237, 0.1) 46% 100%);
  border: 2px solid rgba(85, 36, 202, 0.12);
  border-radius: 50%;
}

.sk-ai-mic::before {
  width: 82px;
  height: 82px;
  content: "";
  background:
    linear-gradient(#fff, #fff) center 22px / 16px 42px no-repeat,
    linear-gradient(#fff, #fff) center 66px / 42px 5px no-repeat,
    linear-gradient(#fff, #fff) center 54px / 5px 18px no-repeat,
    linear-gradient(135deg, #2c0bc6, #7c3cff);
  border-radius: 50%;
}

.sk-ai-wave {
  display: flex;
  gap: 4px;
  align-items: center;
  height: 44px;
  margin-top: 24px;
}

.sk-ai-wave i {
  display: block;
  width: 3px;
  height: 22px;
  background: #7a45ff;
  border-radius: 999px;
}

.sk-ai-wave i:nth-child(2n) {
  height: 34px;
}

.sk-ai-wave i:nth-child(3n) {
  height: 18px;
}

.sk-ai-step-card--organize ul {
  display: grid;
  gap: 10px;
  width: min(100%, 170px);
}

.sk-ai-step-card--organize li {
  position: relative;
  display: flex;
  gap: 12px;
  align-items: center;
  min-height: 42px;
  padding: 7px 12px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 7px 14px rgba(40, 9, 128, 0.1);
  font-size: 14px;
  font-weight: 900;
  text-align: left;
}

.sk-ai-step-card--organize li img {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  object-fit: contain;
}

.sk-ai-step-card--organize li::before,
.sk-ai-step-card--organize li:nth-child(1)::after,
.sk-ai-step-card--organize li:nth-child(2)::after,
.sk-ai-step-card--organize li:nth-child(3)::after,
.sk-ai-step-card--organize li:nth-child(4)::after {
  content: none;
}

.sk-ai-step-card--organize em {
  margin-top: 12px;
  color: #4b21d8;
  font-size: 22px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.sk-ai-doc-icon {
  position: relative;
  display: grid;
  width: 136px;
  height: 136px;
  place-items: center;
  background: radial-gradient(circle, #fff 0 45%, rgba(111, 55, 237, 0.1) 46% 100%);
  border-radius: 50%;
}

.sk-ai-doc-icon::before {
  width: 68px;
  height: 82px;
  content: "";
  background:
    linear-gradient(#fff, #fff) 17px 27px / 34px 4px no-repeat,
    linear-gradient(#fff, #fff) 17px 41px / 34px 4px no-repeat,
    linear-gradient(#fff, #fff) 17px 55px / 22px 4px no-repeat,
    linear-gradient(135deg, #3210c8, #7c3cff);
  border-radius: 8px 8px 12px 12px;
  clip-path: polygon(0 0, 68% 0, 100% 26%, 100% 100%, 0 100%);
}

.sk-ai-doc-icon::after {
  position: absolute;
  right: 31px;
  bottom: 31px;
  width: 25px;
  height: 42px;
  content: "";
  background: #5e27e4;
  border: 5px solid #fff;
  border-radius: 6px;
  transform: rotate(36deg);
}

.sk-ai-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-top: 34px;
}

.sk-ai-tags span {
  padding: 7px 12px;
  color: #3410c8;
  background: #ede7ff;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.sk-ai-transcript {
  display: grid;
  justify-items: start;
  gap: 9px;
  width: min(100%, 210px);
  margin-top: 22px;
}

.sk-ai-transcript__line {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 11px 14px;
  color: #2a1d6e;
  background: #fff;
  border-radius: 13px 13px 13px 4px;
  box-shadow: 0 7px 16px rgba(40, 9, 128, 0.1);
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
}

.sk-ai-transcript__status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #5b34d6;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.sk-ai-transcript__status::before {
  width: 7px;
  height: 7px;
  content: "";
  background: #6a37ee;
  border-radius: 50%;
  animation: sk-ai-rec-blink 1.2s ease-in-out infinite;
}

@keyframes sk-ai-rec-blink {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(0.65);
  }
}

/* --- NERVIX AI: motion / micro-interactions --- */
@keyframes sk-ai-wave-pulse {
  0%,
  100% {
    transform: scaleY(0.4);
    opacity: 0.55;
  }
  50% {
    transform: scaleY(1);
    opacity: 1;
  }
}

.sk-ai-wave i {
  transform-origin: center;
  animation: sk-ai-wave-pulse 1.1s ease-in-out infinite;
}

.sk-ai-wave i:nth-child(2n) {
  animation-duration: 0.85s;
  animation-delay: -0.2s;
}

.sk-ai-wave i:nth-child(3n) {
  animation-duration: 1.35s;
  animation-delay: -0.45s;
}

.sk-ai-step-card,
.sk-ai-safety article {
  transition: transform 0.32s ease, box-shadow 0.32s ease;
}

.sk-ai-step-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 32px 60px rgba(19, 6, 93, 0.34);
}

.sk-ai-safety article:hover {
  transform: translateY(-3px);
}

.sk-reveal {
  opacity: 0;
  transform: translateY(28px) scale(0.97);
  transition: opacity 0.75s ease, transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--sk-reveal-delay, 0s);
  will-change: opacity, transform;
}

.sk-reveal.is-visible {
  opacity: 1;
  transform: none;
}

.sk-ai-points .sk-reveal:nth-child(2),
.sk-ai-steps ol .sk-reveal:nth-child(2),
.sk-ai-safety .sk-reveal:nth-child(2) {
  --sk-reveal-delay: 0.09s;
}

.sk-ai-points .sk-reveal:nth-child(3),
.sk-ai-steps ol .sk-reveal:nth-child(3),
.sk-ai-safety .sk-reveal:nth-child(3) {
  --sk-reveal-delay: 0.18s;
}

.sk-ai-safety .sk-reveal:nth-child(4) {
  --sk-reveal-delay: 0.27s;
}

/* card 02: 「AI整理中」タイピングドット（常時ループ） */
.sk-ai-typing {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  height: 16px;
}

.sk-ai-typing i {
  width: 7px;
  height: 7px;
  background: #4b21d8;
  border-radius: 50%;
  animation: sk-ai-typing-bounce 1.3s ease-in-out infinite;
}

.sk-ai-typing i:nth-child(2) {
  animation-delay: 0.18s;
}

.sk-ai-typing i:nth-child(3) {
  animation-delay: 0.36s;
}

@keyframes sk-ai-typing-bounce {
  0%,
  70%,
  100% {
    opacity: 0.3;
    transform: translateY(0);
  }
  35% {
    opacity: 1;
    transform: translateY(-5px);
  }
}

/* card 02: 表示時にチップが順に整列 */
.sk-ai-step-card--organize li {
  opacity: 0;
  transform: translateY(10px);
}

.sk-ai-step-card--organize.is-visible li {
  animation: sk-ai-chip-in 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.sk-ai-step-card--organize.is-visible li:nth-child(2) {
  animation-delay: 0.12s;
}

.sk-ai-step-card--organize.is-visible li:nth-child(3) {
  animation-delay: 0.24s;
}

.sk-ai-step-card--organize.is-visible li:nth-child(4) {
  animation-delay: 0.36s;
}

@keyframes sk-ai-chip-in {
  to {
    opacity: 1;
    transform: none;
  }
}

/* card 03: 表示時にタグがポップ＋書類アイコンがふわり浮遊 */
.sk-ai-tags span {
  opacity: 0;
  transform: scale(0.8);
}

.sk-ai-step-card--write.is-visible .sk-ai-tags span {
  animation: sk-ai-tag-in 0.45s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

.sk-ai-step-card--write.is-visible .sk-ai-tags span:nth-child(2) {
  animation-delay: 0.12s;
}

.sk-ai-step-card--write.is-visible .sk-ai-tags span:nth-child(3) {
  animation-delay: 0.24s;
}

@keyframes sk-ai-tag-in {
  to {
    opacity: 1;
    transform: none;
  }
}

.sk-ai-step-card--write .sk-ai-doc-icon {
  animation: sk-ai-doc-float 3.4s ease-in-out infinite;
}

@keyframes sk-ai-doc-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
  }
}

/* --- 全体: 控えめなホバーlift（医療系SaaS向けに上品に） --- */
.sk-origin-cards article,
.sk-flow-list li,
.sk-benefit-grid article,
.sk-demo-card,
.sk-ai-cta {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sk-flow-list li:hover,
.sk-benefit-grid article:hover,
.sk-origin-cards article:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 40px rgba(0, 83, 153, 0.16);
}

.sk-demo-card:hover,
.sk-ai-cta:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 46px rgba(0, 92, 178, 0.24);
}

/* --- 全体: スクロールで一度だけ現れる stagger 遅延 --- */
.sk-origin-cards .sk-reveal:nth-child(2),
.sk-benefit-grid .sk-reveal:nth-child(2),
.sk-flow-list .sk-reveal:nth-child(2) {
  --sk-reveal-delay: 0.08s;
}

.sk-origin-cards .sk-reveal:nth-child(3),
.sk-benefit-grid .sk-reveal:nth-child(3),
.sk-flow-list .sk-reveal:nth-child(3) {
  --sk-reveal-delay: 0.16s;
}

.sk-benefit-grid .sk-reveal:nth-child(4),
.sk-flow-list .sk-reveal:nth-child(4) {
  --sk-reveal-delay: 0.24s;
}

.sk-flow-list .sk-reveal:nth-child(5) {
  --sk-reveal-delay: 0.32s;
}

@media (prefers-reduced-motion: reduce) {
  .sk-ai-wave i,
  .sk-ai-transcript__status::before,
  .sk-ai-typing i,
  .sk-ai-step-card--write .sk-ai-doc-icon {
    animation: none;
  }

  .sk-origin-cards article,
  .sk-flow-list li,
  .sk-benefit-grid article,
  .sk-demo-card,
  .sk-ai-cta {
    transition: none;
  }

  .sk-ai-step-card--organize li,
  .sk-ai-tags span {
    opacity: 1;
    transform: none;
    animation: none;
  }

  .sk-ai-step-card,
  .sk-ai-safety article {
    transition: none;
  }

  .sk-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.sk-ai-safety-title {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 44px;
  color: #fff;
  font-size: 19px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.08em;
}

.sk-ai-safety-title::before,
.sk-ai-safety-title::after {
  flex: 0 0 56px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, rgba(183, 140, 255, 0), rgba(183, 140, 255, 0.85));
}

.sk-ai-safety-title::after {
  background: linear-gradient(90deg, rgba(183, 140, 255, 0.85), rgba(183, 140, 255, 0));
}

.sk-ai-safety {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 16px;
  padding: 26px 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(232, 218, 255, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 12px;
  box-shadow: 0 16px 30px rgba(18, 5, 87, 0.22);
}

.sk-ai-safety article {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 98px;
  padding: 0 22px;
}

.sk-ai-safety article + article {
  border-left: 1px solid rgba(78, 45, 170, 0.16);
}

.sk-ai-safety-icon {
  position: relative;
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  background: #fff;
  border-radius: 50%;
}

.sk-ai-safety-icon::before,
.sk-ai-safety-icon::after {
  position: absolute;
  content: "";
}

.sk-ai-safety-icon--user::before {
  top: 13px;
  width: 20px;
  height: 20px;
  border: 3px solid #4d25d8;
  border-radius: 50%;
}

.sk-ai-safety-icon--user::after {
  bottom: 12px;
  width: 34px;
  height: 22px;
  border: 3px solid #4d25d8;
  border-radius: 22px 22px 4px 4px;
}

.sk-ai-safety-icon--lock::before {
  bottom: 15px;
  width: 34px;
  height: 28px;
  border: 3px solid #4d25d8;
  border-radius: 5px;
}

.sk-ai-safety-icon--lock::after {
  top: 13px;
  width: 24px;
  height: 24px;
  border: 3px solid #4d25d8;
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
}

.sk-ai-safety-icon--doctor::before {
  width: 38px;
  height: 38px;
  border: 3px solid #4d25d8;
  border-radius: 50% 50% 44% 44%;
}

.sk-ai-safety-icon--doctor::after {
  bottom: 11px;
  width: 46px;
  height: 24px;
  border: 3px solid #4d25d8;
  border-radius: 20px 20px 4px 4px;
}

.sk-ai-safety-icon--secure::before {
  width: 38px;
  height: 45px;
  border: 3px solid #4d25d8;
  border-radius: 18px;
  clip-path: polygon(50% 0, 100% 16%, 88% 76%, 50% 100%, 12% 76%, 0 16%);
}

.sk-ai-safety-icon--secure::after {
  width: 18px;
  height: 10px;
  border-bottom: 3px solid #4d25d8;
  border-left: 3px solid #4d25d8;
  transform: rotate(-45deg);
}

.sk-ai-safety h3 {
  color: #3510aa;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.45;
}

.sk-ai-safety p {
  margin-top: 7px;
  color: #2a1d6e;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.75;
}

.sk-ai-cta {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr) 50px 246px 82px;
  gap: 18px;
  align-items: center;
  min-height: 120px;
  margin-top: 16px;
  padding: 20px 26px;
  color: #fff;
  border: 1px solid rgba(214, 190, 255, 0.7);
  border-radius: 12px;
  background: rgba(91, 22, 203, 0.28);
  box-shadow: inset 0 0 28px rgba(255, 255, 255, 0.08);
}

.sk-ai-cta__badge {
  display: grid;
  width: 94px;
  height: 94px;
  place-items: center;
  color: #3510c8;
  background: #fff;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.45;
  text-align: center;
}

.sk-ai-cta__text small,
.sk-ai-cta__demo small {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
}

.sk-ai-cta__text strong {
  display: block;
  margin-top: 7px;
  color: #fff;
  font-size: clamp(32px, 3.45vw, 45px);
  font-weight: 900;
  line-height: 1.1;
  white-space: nowrap;
}

.sk-ai-cta__arrow {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.sk-ai-cta__demo {
  padding-left: 30px;
  border-left: 1px dotted rgba(255, 255, 255, 0.58);
}

.sk-ai-cta__demo small + small {
  margin-top: 12px;
}

.sk-ai-cta__monitor {
  display: block;
  width: 82px;
  height: 58px;
  object-fit: contain;
}

.sk-ai-section {
  padding: 28px 0;
}

.sk-ai-wrap {
  padding: 20px 32px 24px;
}

.sk-ai-wrap::before {
  bottom: 192px;
  height: 150px;
}

.sk-ai-hero {
  grid-template-columns: minmax(490px, 0.9fr) minmax(560px, 1.1fr);
  gap: 28px;
}

.sk-ai-label {
  width: 235px;
  height: 48px;
  font-size: 27px;
}

.sk-ai-pill {
  min-height: 34px;
  margin-top: 18px;
  padding: 0 22px;
  font-size: 15px;
}

.sk-ai-copy h2 {
  margin-top: 22px;
  font-size: clamp(34px, 3.6vw, 43px);
  word-break: keep-all;
}

.sk-ai-lead {
  margin-top: 18px;
  font-size: 15px;
}

.sk-ai-points {
  margin-top: 22px;
}

.sk-ai-points article {
  min-height: 125px;
  padding: 0 14px;
}

.sk-ai-point-icon {
  display: block;
  width: 66px;
  height: 66px;
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(255, 255, 255, 0.22));
}

.sk-ai-points h3 {
  margin-top: 10px;
  font-size: 12.5px;
}

.sk-ai-points p {
  margin-top: 5px;
  font-size: 9.5px;
}

.sk-ai-steps > h3 {
  margin-top: 38px;
  font-size: 22px;
}

.sk-ai-steps ol {
  gap: 13px;
  margin-top: 18px;
}

.sk-ai-step-card {
  min-height: 304px;
  padding: 26px 20px 20px;
  border-radius: 16px;
}

.sk-ai-step-card + .sk-ai-step-card::before {
  left: -25px;
  width: 40px;
  height: 40px;
  font-size: 38px;
}

.sk-ai-step-card b {
  top: 12px;
  left: 18px;
  width: 48px;
  height: 34px;
  font-size: 18px;
}

.sk-ai-step-card h4 {
  margin-top: 42px;
  font-size: 16px;
}

.sk-ai-step-card p {
  margin-top: 11px;
  font-size: 12px;
}

.sk-ai-mic {
  display: block;
  width: 118px;
  height: 118px;
  margin-top: 22px;
  object-fit: contain;
  background: transparent;
  border: 0;
}

.sk-ai-wave {
  height: 34px;
  margin-top: 12px;
}

.sk-ai-step-card--organize ul {
  gap: 7px;
  width: min(100%, 160px);
  margin-top: 16px;
}

.sk-ai-step-card--organize li {
  min-height: 34px;
  padding: 8px 10px 8px 44px;
  font-size: 12px;
}

.sk-ai-step-card--organize li::before {
  top: 6px;
  left: 10px;
  width: 24px;
  height: 24px;
}

.sk-ai-step-card--organize li:nth-child(1)::after,
.sk-ai-step-card--organize li:nth-child(2)::after,
.sk-ai-step-card--organize li:nth-child(3)::after,
.sk-ai-step-card--organize li:nth-child(4)::after {
  top: 13px;
  left: 18px;
}

.sk-ai-doc-icon {
  display: block;
  width: 124px;
  height: 124px;
  margin-top: 30px;
  object-fit: contain;
  background: transparent;
}

.sk-ai-tags {
  margin-top: 18px;
}

.sk-ai-tags span {
  padding: 6px 10px;
  font-size: 10px;
}

.sk-ai-steps ol {
  gap: 26px;
  align-items: stretch;
}

.sk-ai-hero {
  grid-template-columns: minmax(430px, 0.82fr) minmax(760px, 1.38fr);
  gap: 22px;
}

.sk-ai-step-card {
  min-height: 306px;
  padding: 25px 20px 16px;
  background: linear-gradient(180deg, #ffffff 0%, #fbf9ff 100%);
  border: 1px solid rgba(235, 230, 255, 0.98);
  border-radius: 10px;
  box-shadow: 0 15px 26px rgba(23, 9, 90, 0.16);
  overflow: visible;
}

.sk-ai-step-card + .sk-ai-step-card::before {
  left: -34px;
  width: 39px;
  height: 39px;
  background: linear-gradient(145deg, #2f0bb8 0%, #7036ff 100%);
  border: 3px solid rgba(255, 255, 255, 0.86);
  box-shadow: 0 8px 18px rgba(44, 12, 183, 0.34);
  font-size: 36px;
  line-height: 0.86;
}

.sk-ai-step-card b {
  top: 16px;
  left: 16px;
  width: 47px;
  height: 32px;
  background: linear-gradient(135deg, #7b40ff 0%, #3410c6 100%);
  border-radius: 12px;
  box-shadow: 0 8px 14px rgba(62, 18, 192, 0.18);
  font-size: 18px;
}

.sk-ai-step-card h4 {
  margin-top: 52px;
  color: #3212c8;
  font-size: 16px;
  line-height: 1.45;
}

.sk-ai-step-card p {
  margin-top: 10px;
  color: #11065f;
  font-size: 11.5px;
  line-height: 1.75;
}

.sk-ai-recorder {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  margin-top: 30px;
}

.sk-ai-step-card--voice .sk-ai-mic {
  position: relative;
  z-index: 1;
  width: 102px;
  height: 102px;
  margin-top: 0;
}

.sk-ai-step-card--voice .sk-ai-wave {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 0;
  justify-content: space-between;
  height: 34px;
  margin: 0;
  transform: translateY(-50%);
  opacity: 0.72;
}

.sk-ai-step-card--voice .sk-ai-wave i {
  width: 3px;
  background: #9c73ff;
}

.sk-ai-consent {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  width: 100%;
  min-height: 68px;
  margin-top: 16px;
  padding: 11px 13px;
  background: #f2efff;
  border-radius: 10px;
  text-align: left;
}

.sk-ai-consent img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.sk-ai-consent strong,
.sk-ai-consent small {
  display: block;
  color: #150a6b;
  font-weight: 900;
  line-height: 1.5;
}

.sk-ai-consent strong {
  color: #3212c8;
  font-size: 11px;
}

.sk-ai-consent small {
  margin-top: 2px;
  font-size: 9px;
}

.sk-ai-step-card--organize ul {
  gap: 9px;
  width: min(100%, 190px);
  margin-top: 20px;
}

.sk-ai-step-card--organize li {
  min-height: 35px;
  padding: 7px 12px;
  background: #fff;
  border: 1px solid rgba(233, 228, 251, 0.88);
  border-radius: 9px;
  box-shadow: 0 7px 14px rgba(35, 10, 110, 0.12);
  font-size: 12px;
}

.sk-ai-step-card--organize li img {
  width: 24px;
  height: 24px;
}

.sk-ai-step-card--organize li::before {
  content: none;
}

.sk-ai-step-card--organize li:nth-child(1)::after,
.sk-ai-step-card--organize li:nth-child(2)::after,
.sk-ai-step-card--organize li:nth-child(3)::after,
.sk-ai-step-card--organize li:nth-child(4)::after {
  content: none;
}

.sk-ai-step-card--organize em {
  margin-top: 11px;
  color: #3510cc;
  font-size: 17px;
  letter-spacing: 0.22em;
}

.sk-ai-step-card--write .sk-ai-doc-icon {
  width: 116px;
  height: 116px;
  margin-top: 36px;
}

.sk-ai-tags {
  gap: 7px;
  margin-top: 24px;
}

.sk-ai-tags span {
  padding: 6px 10px;
  color: #3212c8;
  background: #eee9ff;
  font-size: 9.5px;
}

.sk-ai-safety-title {
  margin-top: 30px;
  font-size: 16px;
}

.sk-ai-safety {
  margin-top: 12px;
  padding: 18px 20px;
}

.sk-ai-safety article {
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 14px;
  min-height: 76px;
  padding: 0 18px;
}

.sk-ai-safety-icon {
  display: block;
  width: 54px;
  height: 54px;
  object-fit: contain;
  background: transparent;
}

.sk-ai-safety h3 {
  font-size: 13px;
}

.sk-ai-safety p {
  margin-top: 5px;
  font-size: 10.5px;
}

.sk-ai-cta {
  grid-template-columns: 96px minmax(0, 1fr) 46px 232px 76px;
  gap: 16px;
  min-height: 92px;
  margin-top: 14px;
  padding: 14px 22px;
}

.sk-ai-cta__badge {
  width: 78px;
  height: 78px;
  font-size: 16px;
}

.sk-ai-cta__text small,
.sk-ai-cta__demo small {
  font-size: 13px;
}

.sk-ai-cta__text strong {
  font-size: clamp(30px, 3.2vw, 42px);
}

.sk-benefits {
  padding-top: 16px;
  padding-bottom: 30px;
}

.sk-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.sk-benefit-grid article {
  display: grid;
  grid-template-rows: 30px auto auto;
  gap: 4px;
  min-height: 154px;
  justify-items: center;
  align-content: start;
  padding: 20px 18px;
  background: #fff;
  border: 1px solid #d9edf8;
  border-radius: 8px;
  box-shadow: 0 10px 22px rgba(0, 91, 164, 0.09);
  text-align: center;
}

.sk-check-icon {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.sk-benefit-grid p {
  font-size: 12px;
}

.sk-value-section {
  position: relative;
  padding: 64px 0 54px;
  background:
    radial-gradient(circle at 12% 12%, rgba(229, 243, 255, 0.9), transparent 22%),
    radial-gradient(circle at 84% 16%, rgba(232, 244, 255, 0.86), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f5fbff 100%);
  overflow: hidden;
}

.sk-value-section::before,
.sk-value-section::after {
  position: absolute;
  content: "";
  background-image: radial-gradient(rgba(44, 138, 210, 0.18) 1.4px, transparent 1.4px);
  background-size: 14px 14px;
  opacity: 0.7;
}

.sk-value-section::before {
  top: 92px;
  left: 0;
  width: 230px;
  height: 250px;
}

.sk-value-section::after {
  right: 0;
  bottom: 70px;
  width: 260px;
  height: 260px;
}

.sk-value-wrap {
  position: relative;
  z-index: 1;
  width: min(100% - 68px, 1320px);
  margin-inline: auto;
}

.sk-value-heading {
  text-align: center;
}

.sk-value-heading p {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  min-height: 34px;
  padding: 0 18px;
  color: #0758df;
  background: #e5f0ff;
  border-radius: 999px;
  font-size: 17px;
  font-weight: 900;
}

.sk-value-heading p img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.sk-value-heading h2 {
  margin-top: 14px;
  color: var(--sk-navy);
  font-size: clamp(38px, 4.4vw, 62px);
  font-weight: 900;
  line-height: 1.18;
}

.sk-value-heading span {
  display: block;
  margin-top: 16px;
  color: var(--sk-navy);
  font-size: 20px;
  font-weight: 800;
}

.sk-value-problems {
  display: grid;
  grid-template-columns: 1.35fr repeat(4, 1fr);
  align-items: center;
  gap: 0;
  margin-top: 34px;
  padding: 16px 26px;
  background: rgba(245, 250, 255, 0.96);
  border: 1px solid #dbeafa;
  border-radius: 18px;
  box-shadow: 0 16px 36px rgba(0, 83, 153, 0.08);
}

.sk-value-problems strong {
  color: #0758df;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.7;
}

.sk-value-problems article {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 78px;
  padding: 0 14px;
  border-left: 1px solid #b8d2f5;
}

.sk-value-problems img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.sk-value-problems p {
  color: var(--sk-navy);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.65;
}

.sk-value-problems b {
  color: var(--sk-navy);
  font-weight: 950;
}

.sk-value-down {
  display: block;
  width: 56px;
  height: 56px;
  margin: 8px auto 0;
  object-fit: contain;
}

.sk-value-main {
  padding: 28px 26px 26px;
  background: linear-gradient(180deg, rgba(239, 248, 255, 0.92), rgba(249, 253, 255, 0.96));
  border: 1px solid #dbeafa;
  border-radius: 18px;
  box-shadow: 0 18px 38px rgba(0, 83, 153, 0.08);
}

.sk-value-main > h3 {
  color: #0758df;
  font-size: 28px;
  font-weight: 950;
  text-align: center;
}

.sk-value-cards {
  display: grid;
  grid-template-columns: 1.08fr 1fr 1fr;
  gap: 16px;
  margin-top: 22px;
}

.sk-value-cards > article {
  min-height: 336px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #dbeafa;
  border-radius: 14px;
  box-shadow: 0 14px 28px rgba(0, 83, 153, 0.08);
  overflow: hidden;
}

.sk-value-cards h4 {
  color: var(--sk-navy);
  font-size: 19px;
  font-weight: 950;
  line-height: 1.45;
  text-align: center;
}

.sk-value-before-after {
  padding: 22px 22px 18px;
}

.sk-value-compare {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 38px;
  margin-top: 18px;
}

.sk-value-compare section {
  min-height: 250px;
  padding: 0 18px 20px;
  background: linear-gradient(180deg, #f9fbff, #ffffff);
  border-radius: 14px;
  box-shadow: inset 0 0 0 1px #e0ecfb;
}

.sk-value-compare section:first-child {
  background: linear-gradient(180deg, #f0f3f8, #ffffff);
}

.sk-value-compare b {
  display: block;
  width: calc(100% + 36px);
  margin: 0 -18px 18px;
  padding: 8px 0;
  color: #fff;
  background: linear-gradient(90deg, #aeb5c3, #808797);
  border-radius: 14px 14px 18px 18px;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
}

.sk-value-compare section:last-child b {
  background: linear-gradient(90deg, #2280ff, #0758df);
}

.sk-value-compare strong {
  display: block;
  color: #777f90;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
}

.sk-value-compare section:last-child strong {
  color: #0758df;
}

.sk-value-compare strong span {
  font-size: 56px;
  line-height: 1;
}

.sk-value-compare ul {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.sk-value-compare li {
  position: relative;
  padding-left: 22px;
  color: var(--sk-navy);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.5;
}

.sk-value-compare li::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 14px;
  height: 14px;
  content: "";
  background: url("./assets/value/value-check.png") center / contain no-repeat;
}

.sk-value-compare em {
  position: absolute;
  top: 86px;
  left: 50%;
  z-index: 2;
  display: grid;
  width: 92px;
  height: 92px;
  place-items: center;
  color: #0758df;
  background: #fff;
  border: 4px solid #d7e8ff;
  border-radius: 50%;
  box-shadow: 0 12px 26px rgba(0, 83, 153, 0.16);
  font-size: 20px;
  font-style: normal;
  font-weight: 950;
  line-height: 1.18;
  text-align: center;
  transform: translateX(-50%);
}

.sk-value-photo-card {
  position: relative;
  padding-top: 22px;
}

.sk-value-photo-card img {
  display: block;
  width: 100%;
  height: 238px;
  margin-top: 16px;
  object-fit: cover;
}

.sk-value-photo-card ul {
  position: absolute;
  right: 26px;
  bottom: 20px;
  left: 26px;
  display: grid;
  gap: 9px;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid #dbeafa;
  border-radius: 12px;
  backdrop-filter: blur(8px);
}

.sk-value-photo-card li {
  position: relative;
  padding-left: 28px;
  color: var(--sk-navy);
  font-size: 13px;
  font-weight: 900;
}

.sk-value-photo-card li::before {
  position: absolute;
  top: -2px;
  left: 0;
  width: 20px;
  height: 20px;
  content: "";
  background: url("./assets/value/value-check.png") center / contain no-repeat;
}

.sk-value-mind {
  padding: 22px 24px;
}

.sk-value-mind > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 24px;
  margin-top: 28px;
}

.sk-value-mind section {
  display: grid;
  justify-items: center;
  gap: 10px;
  text-align: center;
}

.sk-value-mind img {
  width: 78px;
  height: 78px;
  object-fit: contain;
}

.sk-value-mind p {
  color: var(--sk-navy);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.55;
}

.sk-value-voices {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 24px;
  padding: 26px 34px;
  background: linear-gradient(180deg, rgba(241, 249, 255, 0.96), rgba(255, 255, 255, 0.94));
  border: 1px solid #dbeafa;
  border-radius: 18px;
  box-shadow: 0 16px 34px rgba(0, 83, 153, 0.08);
}

.sk-value-voices h3 {
  grid-column: 1 / -1;
  color: #0758df;
  font-size: 24px;
  font-weight: 950;
}

.sk-value-voices article {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 12px 18px;
  align-items: center;
  min-height: 136px;
}

.sk-value-voices article + article {
  border-left: 1px solid #d0dfef;
  padding-left: 18px;
}

.sk-value-voices img {
  grid-row: span 2;
  width: 88px;
  height: 88px;
  object-fit: contain;
  border-radius: 50%;
}

.sk-value-voices p {
  color: var(--sk-navy);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.75;
}

.sk-value-voices b {
  display: inline-block;
  width: fit-content;
  padding: 4px 9px;
  color: #0758df;
  background: #eaf3ff;
  border: 1px solid #cfe2fb;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.55;
}

.sk-value-closing {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  color: #0758df;
  font-size: 24px;
  font-weight: 950;
  line-height: 1.5;
  text-align: center;
}

.sk-value-closing img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

@media (max-width: 1100px) {
  .sk-value-problems {
    grid-template-columns: 1fr 1fr;
  }

  .sk-value-problems strong {
    grid-column: 1 / -1;
  }

  .sk-value-problems article {
    border-left: 0;
    border-top: 1px solid #cfe2fb;
    padding: 14px 10px 0;
  }

  .sk-value-cards,
  .sk-value-voices {
    grid-template-columns: 1fr;
  }

  .sk-value-voices article + article {
    border-top: 1px solid #d0dfef;
    border-left: 0;
    padding-top: 18px;
    padding-left: 0;
  }
}

@media (max-width: 620px) {
  .sk-value-section {
    padding: 42px 0;
  }

  .sk-value-wrap {
    width: min(100% - 28px, 520px);
  }

  .sk-value-heading h2 {
    font-size: 31px;
    line-height: 1.35;
  }

  .sk-value-heading span {
    font-size: 14px;
    line-height: 1.8;
  }

  .sk-value-problems {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .sk-value-problems article {
    grid-template-columns: 54px 1fr;
  }

  .sk-value-problems img {
    width: 52px;
    height: 52px;
  }

  .sk-value-main {
    padding: 22px 14px;
  }

  .sk-value-main > h3 {
    font-size: 22px;
    line-height: 1.45;
  }

  .sk-value-compare {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .sk-value-compare em {
    position: static;
    width: 84px;
    height: 84px;
    margin: -2px auto;
    transform: none;
  }

  .sk-value-photo-card img {
    height: 250px;
  }

  .sk-value-photo-card ul {
    position: static;
    margin: 12px 16px 18px;
  }

  .sk-value-mind > div {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .sk-value-voices {
    padding: 22px 18px;
  }

  .sk-value-voices article {
    grid-template-columns: 76px 1fr;
  }

  .sk-value-voices img {
    width: 72px;
    height: 72px;
  }

  .sk-value-closing {
    align-items: flex-start;
    font-size: 18px;
    text-align: left;
  }
}

.sk-value-section--story {
  padding: 58px 0 24px;
  background:
    radial-gradient(circle at 8% 18%, rgba(231, 244, 255, 0.9), transparent 26%),
    radial-gradient(circle at 92% 34%, rgba(235, 244, 255, 0.86), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
}

.sk-value-section--story .sk-value-wrap {
  width: min(100% - 54px, 1040px);
}

.sk-value-section--story .sk-value-heading p {
  min-height: 38px;
  padding: 0 20px;
  background: #eaf3ff;
  font-size: 18px;
}

.sk-value-section--story .sk-value-heading p img {
  width: 24px;
  height: 24px;
}

.sk-value-section--story .sk-value-heading h2 {
  margin-top: 12px;
  font-size: clamp(38px, 5vw, 60px);
  letter-spacing: 0;
}

.sk-value-section--story .sk-value-heading h2 span {
  display: inline;
  margin: 0;
  color: #2678eb;
  font: inherit;
  line-height: inherit;
}

.sk-value-section--story .sk-value-heading > span {
  max-width: 760px;
  margin-inline: auto;
  font-size: 18px;
  line-height: 1.85;
}

.sk-value-story {
  display: grid;
  gap: 18px;
  margin-top: 26px;
}

.sk-value-story-card {
  padding: 26px 28px 28px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #d8e9fb;
  border-radius: 14px;
  box-shadow: 0 14px 34px rgba(0, 83, 153, 0.07);
}

.sk-value-story-title {
  display: flex;
  gap: 20px;
  align-items: center;
}

.sk-value-story-title b {
  display: grid;
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #2b8dff 0%, #1856d9 100%);
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(24, 86, 217, 0.24);
  font-size: 25px;
  font-weight: 950;
}

.sk-value-story-title h3 {
  color: var(--sk-navy);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 950;
  line-height: 1.35;
}

.sk-value-story-lead {
  margin-top: 8px;
  color: var(--sk-navy);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.7;
}

.sk-value-time-layout {
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  gap: 28px;
  align-items: stretch;
  margin-top: 24px;
}

.sk-value-compare--story {
  gap: 82px;
  margin-top: 0;
}

.sk-value-compare--story section {
  min-height: 300px;
  padding: 0 28px 22px;
}

.sk-value-compare--story b {
  width: calc(100% + 56px);
  margin: 0 -28px 22px;
  padding: 10px 0;
  font-size: 18px;
}

.sk-value-compare--story strong {
  font-size: 21px;
}

.sk-value-compare--story strong span {
  font-size: 68px;
}

.sk-value-compare--story li {
  font-size: 14px;
  line-height: 1.55;
}

.sk-value-compare--story em {
  top: 92px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 132px;
  height: 132px;
  padding: 8px;
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.sk-value-compare--story em > span {
  display: block;
  white-space: nowrap;
  word-break: keep-all;
}

.sk-value-time-note {
  position: relative;
  display: grid;
  align-content: end;
  min-height: 300px;
  overflow: hidden;
  border-radius: 12px;
}

.sk-value-time-note > div {
  position: absolute;
  bottom: 18px;
  left: 18px;
  z-index: 1;
  display: grid;
  grid-template-columns: 38px 1fr;
  column-gap: 12px;
  align-items: center;
  width: min(70%, 300px);
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(188, 216, 248, 0.9);
  border-radius: 14px;
  box-shadow: 0 18px 38px rgba(23, 88, 180, 0.13);
  backdrop-filter: blur(10px);
}

.sk-value-time-note > div img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.sk-value-time-note h4 {
  color: var(--sk-navy);
  font-size: 17px;
  font-weight: 950;
  line-height: 1.45;
}

.sk-value-time-note p {
  grid-column: 2;
  margin-top: 3px;
  color: var(--sk-navy);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.55;
}

.sk-value-time-note > img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
  border-radius: 0 0 12px 12px;
}

.sk-value-focus-layout {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 34px;
  align-items: stretch;
  margin-top: 24px;
}

.sk-value-focus-layout > img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  border-radius: 2px;
}

.sk-value-focus-list {
  display: grid;
  align-content: center;
  padding: 12px 0;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 12px;
}

.sk-value-focus-list section {
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 20px;
  align-items: center;
  min-height: 96px;
  padding: 18px 22px;
}

.sk-value-focus-list section + section {
  border-top: 1px solid #d9e7f5;
}

.sk-value-focus-list img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.sk-value-focus-list h4,
.sk-value-mind-list h4 {
  color: #0758df;
  font-size: 17px;
  font-weight: 950;
  line-height: 1.45;
}

.sk-value-focus-list p,
.sk-value-mind-list p {
  margin-top: 6px;
  color: var(--sk-navy);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.65;
}

.sk-value-mind-list {
  display: grid;
  gap: 14px;
  margin-top: 26px;
}

.sk-value-mind-list section {
  display: grid;
  grid-template-columns: 88px minmax(300px, 1fr) 430px;
  gap: 30px;
  align-items: center;
  min-height: 188px;
  padding: 18px 28px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.96) 48%, rgba(242, 249, 255, 0.92) 100%);
  border: 1px solid #e1edf9;
  border-radius: 12px;
  box-shadow: 0 10px 26px rgba(23, 88, 180, 0.06);
}

.sk-value-mind-icon {
  width: 78px;
  height: 78px;
  object-fit: contain;
  border-radius: 50%;
}

.sk-value-mind-list h4 {
  display: inline;
  padding: 0 4px 1px;
  background: linear-gradient(180deg, transparent 58%, rgba(255, 232, 105, 0.86) 58%);
  color: #0758df;
  font-size: 24px;
  line-height: 1.35;
}

.sk-value-mind-list p {
  margin-top: 12px;
  color: var(--sk-navy);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.65;
}

.sk-value-mind-list small {
  display: block;
  margin-top: 7px;
  color: #0758df;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.6;
}

.sk-value-mind-visual {
  justify-self: end;
  width: 430px;
  height: auto;
  aspect-ratio: 1200 / 520;
  object-fit: cover;
  object-position: center;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.86), rgba(243, 249, 255, 0.92));
  border-radius: 10px;
  box-shadow: inset 0 0 0 1px rgba(224, 237, 251, 0.72);
  filter: saturate(1.06) contrast(1.02);
}

.sk-value-story-closing {
  display: grid;
  grid-template-columns: 1fr 260px;
  gap: 28px;
  align-items: center;
  min-height: 128px;
  padding: 24px 42px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.94), rgba(240, 248, 255, 0.94)),
    radial-gradient(circle at 75% 50%, rgba(106, 159, 239, 0.14), transparent 35%);
  border: 1px solid #d8e9fb;
  border-radius: 14px;
}

.sk-value-story-closing p {
  color: #0758df;
  font-size: 27px;
  font-weight: 950;
  line-height: 1.65;
}

.sk-value-story-closing img {
  justify-self: end;
  width: 96px;
  height: 96px;
  object-fit: contain;
}

@media (max-width: 900px) {
  .sk-value-time-layout,
  .sk-value-focus-layout,
  .sk-value-story-closing {
    grid-template-columns: 1fr;
  }

  .sk-value-mind-list section {
    grid-template-columns: 70px 1fr;
  }

  .sk-value-mind-visual {
    display: none;
  }
}

@media (max-width: 620px) {
  .sk-value-section--story .sk-value-wrap {
    width: min(100% - 28px, 520px);
  }

  .sk-value-story-card {
    padding: 20px 14px;
  }

  .sk-value-story-title {
    align-items: flex-start;
  }

  .sk-value-story-title b {
    width: 44px;
    height: 44px;
    font-size: 20px;
  }

  .sk-value-compare--story {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .sk-value-compare--story em {
    position: static;
    margin: 0 auto;
    transform: none;
  }

  .sk-value-time-note {
    min-height: auto;
  }

  .sk-value-time-note > div {
    position: relative;
    width: 100%;
  }

  .sk-value-time-note > img,
  .sk-value-focus-layout > img {
    height: 240px;
  }

  .sk-value-focus-list section,
  .sk-value-mind-list section {
    grid-template-columns: 54px 1fr;
    gap: 14px;
    padding: 14px;
  }

  .sk-value-focus-list img,
  .sk-value-mind-icon {
    width: 48px;
    height: 48px;
  }

  .sk-value-story-closing {
    padding: 20px;
  }

  .sk-value-story-closing p {
    font-size: 21px;
  }

  .sk-value-story-closing img {
    justify-self: center;
    width: 72px;
    height: 72px;
  }
}

.sk-profile-section {
  position: relative;
  padding: 66px 0 56px;
  background:
    radial-gradient(circle at 86% 5%, rgba(230, 242, 255, 0.92), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
  overflow: hidden;
}

.sk-profile-section::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 260px;
  height: 260px;
  content: "";
  background-image: radial-gradient(rgba(44, 138, 210, 0.2) 1.4px, transparent 1.4px);
  background-size: 14px 14px;
  opacity: 0.65;
}

.sk-profile-wrap {
  position: relative;
  z-index: 1;
  width: min(100% - 68px, 1360px);
  margin-inline: auto;
}

.sk-profile-heading {
  text-align: center;
}

.sk-profile-heading p {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  min-height: 38px;
  padding: 0 18px;
  color: #0758df;
  background: #dfeeff;
  border-radius: 999px;
  font-size: 17px;
  font-weight: 900;
}

.sk-profile-heading p img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.sk-profile-heading h2 {
  margin-top: 18px;
  color: var(--sk-navy);
  font-size: clamp(40px, 4.8vw, 62px);
  font-weight: 900;
  line-height: 1.22;
}

.sk-profile-heading span {
  display: block;
  margin-top: 22px;
  color: var(--sk-navy);
  font-size: 17px;
  font-weight: 800;
  line-height: 2;
}

.sk-profile-main {
  display: grid;
  grid-template-columns: 340px minmax(0, 1fr);
  gap: 42px;
  align-items: center;
  margin-top: 42px;
  padding: 32px 36px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #dbeafa;
  border-radius: 14px;
  box-shadow: 0 16px 40px rgba(0, 83, 153, 0.08);
}

.sk-profile-photo {
  display: grid;
  min-height: 360px;
  place-items: center;
  background: linear-gradient(135deg, #f7fbff, #ffffff);
  border-radius: 10px;
  overflow: hidden;
}

.sk-profile-photo img {
  width: 100%;
  height: 360px;
  object-fit: contain;
  padding: 18px;
}

.sk-profile-role {
  color: #0a63e9;
  font-size: 14px;
  font-weight: 900;
}

.sk-profile-copy h3 {
  display: flex;
  gap: 28px;
  align-items: baseline;
  margin-top: 8px;
  color: var(--sk-navy);
  font-size: 42px;
  font-weight: 900;
  line-height: 1.2;
}

.sk-profile-copy h3 span {
  color: #0d4dc7;
  font-size: 16px;
  font-weight: 800;
}

.sk-profile-title {
  display: inline-block;
  margin-top: 16px;
  padding: 5px 16px;
  color: #0858df;
  border: 2px solid #0c63ff;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 900;
}

.sk-profile-body {
  margin-top: 24px;
  color: var(--sk-navy);
  font-size: 15px;
  font-weight: 800;
  line-height: 2;
}

.sk-profile-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  margin-top: 26px;
}

.sk-profile-badges span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  color: #17458e;
  background: #eef4ff;
  border: 1px solid #dbe7fb;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  white-space: nowrap;
}

.sk-profile-badges img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.sk-profile-career {
  display: none;
  padding: 30px 28px;
  background: linear-gradient(135deg, #ffffff, #f4faff);
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(0, 83, 153, 0.08);
}

.sk-profile-career h3 {
  color: #0959de;
  font-size: 18px;
  font-weight: 900;
}

.sk-profile-career ul {
  position: relative;
  display: grid;
  gap: 22px;
  margin-top: 26px;
  padding-left: 24px;
}

.sk-profile-career ul::before {
  position: absolute;
  top: 7px;
  bottom: 9px;
  left: 5px;
  width: 2px;
  content: "";
  background: #7db4ff;
}

.sk-profile-career li {
  position: relative;
  color: var(--sk-navy);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.8;
}

.sk-profile-career li::before {
  position: absolute;
  top: 9px;
  left: -25px;
  width: 9px;
  height: 9px;
  content: "";
  background: #1267f2;
  border-radius: 50%;
}

.sk-profile-career strong {
  color: #0a63e9;
}

.sk-profile-bottom {
  display: grid;
  grid-template-columns: 1fr;
  gap: 42px;
  margin-top: 18px;
  padding: 30px 36px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid #dbeafa;
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(0, 83, 153, 0.06);
}

.sk-profile-message {
  display: none;
  padding-right: 36px;
  border-right: 1px solid #d0dfef;
}

.sk-profile-message h3,
.sk-profile-values > h3 {
  color: #0a63e9;
  font-size: 18px;
  font-weight: 900;
}

.sk-profile-message p {
  margin-top: 18px;
  color: var(--sk-navy);
  font-size: 14px;
  font-weight: 800;
  line-height: 2;
}

.sk-profile-values > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 24px;
}

.sk-profile-values article {
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 0 18px;
  text-align: center;
}

.sk-profile-values article + article {
  border-left: 1px solid #d0dfef;
}

.sk-profile-values img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.sk-profile-values h4 {
  color: #0758df;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.5;
}

.sk-profile-values p {
  color: var(--sk-navy);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.8;
}

.sk-profile-closing {
  margin-top: 16px;
  padding: 18px 24px;
  color: #0758df;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid #dbeafa;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
}

.sk-pricing-section {
  position: relative;
  padding: 66px 0 72px;
  background:
    radial-gradient(circle at 88% 4%, rgba(229, 242, 255, 0.92), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
  overflow: hidden;
}

.sk-pricing-section::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 210px;
  height: 230px;
  content: "";
  background-image: radial-gradient(rgba(44, 138, 210, 0.22) 1.5px, transparent 1.5px);
  background-size: 16px 16px;
}

.sk-pricing-wrap {
  position: relative;
  z-index: 1;
  width: min(100% - 56px, 1320px);
  margin-inline: auto;
}

.sk-pricing-heading {
  text-align: center;
}

.sk-pricing-heading p {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  min-height: 40px;
  padding: 0 22px;
  color: #0050db;
  background: #dbeaff;
  border-radius: 999px;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
}

.sk-pricing-heading p span {
  width: 22px;
  height: 22px;
  background: linear-gradient(135deg, #34c2a8, #1263ea);
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 6px 6px 6px 2px;
  box-shadow: 0 3px 8px rgba(0, 83, 153, 0.2);
  transform: rotate(45deg);
}

.sk-pricing-heading h2 {
  margin-top: 20px;
  color: var(--sk-navy);
  font-size: clamp(42px, 4.6vw, 64px);
  font-weight: 900;
  line-height: 1.2;
}

.sk-pricing-heading small {
  display: block;
  margin-top: 24px;
  color: var(--sk-navy);
  font-size: 17px;
  font-weight: 800;
  line-height: 2;
}

.sk-pricing-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
  margin-top: 64px;
}

.sk-price-card {
  position: relative;
  display: flex;
  min-height: 500px;
  flex-direction: column;
  padding: 40px 48px 32px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #d6e6f5;
  border-radius: 10px;
  box-shadow: 0 16px 34px rgba(0, 83, 153, 0.09);
}

.sk-price-card--featured {
  border: 3px solid #0858ef;
  box-shadow: 0 18px 42px rgba(0, 83, 153, 0.13);
}

.sk-price-card__ribbon {
  position: absolute;
  top: -28px;
  left: 50%;
  display: grid;
  width: 150px;
  height: 40px;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #146dff, #1249d8);
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0, 83, 210, 0.22);
  font-size: 17px;
  font-weight: 900;
  transform: translateX(-50%);
}

.sk-price-card__head {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 24px;
  align-items: center;
  min-height: 112px;
  padding-bottom: 28px;
  border-bottom: 1px solid #cbdced;
}

.sk-price-card__head img {
  width: 76px;
  height: 76px;
  object-fit: contain;
  padding: 16px;
  background: #eef4fb;
  border-radius: 50%;
}

.sk-price-card__head h3 {
  color: var(--sk-navy);
  font-size: 27px;
  font-weight: 900;
  line-height: 1.35;
}

.sk-price-card__head p {
  margin-top: 6px;
  color: var(--sk-navy);
  font-size: 15px;
  font-weight: 800;
}

.sk-price-card__price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
  color: var(--sk-navy);
  white-space: nowrap;
}

.sk-price-card__price span {
  font-size: 17px;
  font-weight: 900;
}

.sk-price-card__price strong {
  color: #0f5ee9;
  font-size: 53px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.sk-price-card:first-child .sk-price-card__price strong {
  color: var(--sk-navy);
}

.sk-price-card__price em {
  font-size: 21px;
  font-style: normal;
  font-weight: 900;
}

.sk-price-card__price small {
  font-size: 14px;
  font-weight: 900;
}

.sk-price-card__users {
  align-self: center;
  margin-top: 20px;
  padding: 6px 22px;
  color: var(--sk-navy);
  background: #eef4fb;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 900;
}

.sk-price-card ul {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.sk-price-card li {
  position: relative;
  padding-left: 34px;
  color: var(--sk-navy);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
}

.sk-price-card li::before {
  position: absolute;
  left: 0;
  top: 0;
  color: #0b63f1;
  content: "✓";
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

.sk-price-card > a {
  display: grid;
  grid-template-columns: 1fr 24px;
  align-items: center;
  min-height: 56px;
  margin-top: auto;
  padding: 0 22px;
  color: #0d59e5;
  background: #fff;
  border: 2px solid #0d59e5;
  border-radius: 999px;
  font-size: 17px;
  font-weight: 900;
  text-align: center;
}

.sk-price-card--featured > a {
  color: #fff;
  background: linear-gradient(135deg, #126cff, #123bdb);
  border-color: transparent;
}

.sk-price-card > a span {
  font-size: 27px;
  line-height: 1;
}

.sk-pricing-initial {
  margin-top: 24px;
  color: var(--sk-navy);
  font-size: 16px;
  font-weight: 800;
  text-align: center;
}

.sk-pricing-initial strong {
  color: #0b63f1;
  font-size: 20px;
  font-weight: 900;
}

.sk-pricing-features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 28px;
  padding: 26px 30px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #d6e6f5;
  border-radius: 10px;
  box-shadow: 0 14px 30px rgba(0, 83, 153, 0.08);
}

.sk-pricing-features article {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 102px;
  padding: 0 24px;
}

.sk-pricing-features article + article {
  border-left: 1px solid #cbdced;
}

.sk-pricing-features img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  padding: 12px;
  background: #eef4fb;
  border-radius: 50%;
}

.sk-pricing-features h3 {
  color: #0753d7;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.45;
}

.sk-pricing-features p {
  margin-top: 8px;
  color: var(--sk-navy);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.75;
}

.sk-pricing-note {
  margin-top: 28px;
  color: #17458e;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}

.sk-referral-section {
  position: relative;
  padding: 0;
  background: #fff;
  overflow: hidden;
}

.sk-referral-wrap {
  width: min(100%, 1536px);
  margin-inline: auto;
}

.sk-referral-panel {
  position: relative;
  min-height: 980px;
  padding: 32px 78px 28px;
  color: #071944;
  background: #fff;
  overflow: hidden;
}

.sk-referral-panel::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background: linear-gradient(90deg, #fff 0%, #fff 44%, rgba(255, 255, 255, 0.9) 53%, rgba(255, 255, 255, 0) 62%);
  pointer-events: none;
}

.sk-referral-visual {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 57%;
  height: 735px;
  object-fit: cover;
  object-position: right top;
}

.sk-referral-copy,
.sk-referral-note,
.sk-referral-cta {
  position: relative;
  z-index: 2;
}

.sk-referral-copy {
  width: min(100%, 900px);
}

.sk-referral-badge {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  min-height: 50px;
  margin: 0 0 34px;
  padding: 0 28px;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
  background: linear-gradient(180deg, #0759cf 0%, #003f9e 100%);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(0, 64, 158, 0.18);
}

.sk-referral-badge img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.sk-referral-copy h2 {
  margin: 0;
  color: #071944;
  font-size: clamp(42px, 3.75vw, 58px);
  font-weight: 900;
  line-height: 1.36;
  letter-spacing: 0;
}

.sk-referral-lead {
  position: relative;
  margin: 16px 0 46px;
  padding-bottom: 18px;
  color: #0050bd;
  font-size: clamp(21px, 1.8vw, 28px);
  font-weight: 900;
  line-height: 1.45;
}

.sk-referral-lead::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 88px;
  height: 3px;
  content: "";
  background: #0050bd;
  border-radius: 999px;
}

.sk-referral-points {
  display: grid;
  gap: 0;
}

.sk-referral-points article {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  padding: 0 0 27px;
}

.sk-referral-points article + article {
  padding-top: 24px;
  border-top: 1px dotted rgba(8, 43, 91, 0.22);
}

.sk-referral-points img {
  width: 92px;
  height: 92px;
  object-fit: cover;
  border-radius: 50%;
}

.sk-referral-points p {
  margin: 8px 0 0;
  color: #071944;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.72;
}

.sk-referral-points strong {
  color: #004bad;
  font-weight: 900;
}

.sk-referral-note {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  align-items: center;
  width: 100%;
  min-height: 76px;
  margin-top: 3px;
  padding: 10px 36px;
  background: rgba(239, 247, 255, 0.94);
  border-radius: 8px;
}

.sk-referral-note img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 50%;
}

.sk-referral-note p {
  margin: 0;
  color: #071944;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.65;
}

.sk-referral-cta {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr) minmax(360px, 548px);
  gap: 28px;
  align-items: center;
  min-height: 146px;
  margin-top: 18px;
  padding: 22px 48px 22px 64px;
  background: rgba(255, 255, 255, 0.98);
  border: 1.5px solid #005ee8;
  border-radius: 12px;
}

.sk-referral-cta > img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
}

.sk-referral-cta p {
  margin: 0;
  color: #071944;
  font-size: clamp(25px, 2.15vw, 34px);
  font-weight: 900;
  line-height: 1.55;
}

.sk-referral-cta strong {
  color: #004bad;
  font-size: 1.18em;
  font-weight: 900;
}

.sk-referral-cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  min-height: 90px;
  padding: 0 34px;
  color: #fff;
  font-size: clamp(23px, 2.05vw, 34px);
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  background: linear-gradient(180deg, #0759cf 0%, #003f9e 100%);
  border-radius: 999px;
  box-shadow: 0 16px 34px rgba(0, 64, 158, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sk-referral-cta a:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 40px rgba(0, 64, 158, 0.28);
}

.sk-referral-cta a img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

@media (max-width: 1120px) {
  .sk-referral-panel {
    min-height: 0;
    padding: 34px 28px 30px;
  }

  .sk-referral-panel::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 47%, #fff 100%);
  }

  .sk-referral-visual {
    position: relative;
    display: block;
    width: calc(100% + 56px);
    height: auto;
    max-height: 430px;
    margin: -34px -28px 28px;
    object-fit: cover;
  }

  .sk-referral-copy {
    width: 100%;
  }

  .sk-referral-cta {
    grid-template-columns: 92px minmax(0, 1fr);
    padding: 22px 24px;
  }

  .sk-referral-cta a {
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
  .sk-referral-panel {
    padding: 22px 18px 24px;
  }

  .sk-referral-visual {
    width: calc(100% + 36px);
    max-height: 280px;
    margin: -22px -18px 22px;
  }

  .sk-referral-badge {
    gap: 10px;
    min-height: 44px;
    margin-bottom: 24px;
    padding: 0 18px;
    font-size: 14px;
  }

  .sk-referral-badge img {
    width: 28px;
    height: 28px;
  }

  .sk-referral-copy h2 {
    font-size: 34px;
    line-height: 1.32;
  }

  .sk-referral-lead {
    margin-bottom: 30px;
    font-size: 20px;
  }

  .sk-referral-points article {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 14px;
    padding-bottom: 22px;
  }

  .sk-referral-points article + article {
    padding-top: 20px;
  }

  .sk-referral-points img {
    width: 66px;
    height: 66px;
  }

  .sk-referral-points p,
  .sk-referral-note p {
    font-size: 15px;
    line-height: 1.75;
  }

  .sk-referral-note {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 10px;
    padding: 14px 16px;
  }

  .sk-referral-note img {
    width: 40px;
    height: 40px;
  }

  .sk-referral-cta {
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 14px;
    margin-top: 14px;
    padding: 18px 16px;
  }

  .sk-referral-cta > img {
    width: 64px;
    height: 64px;
  }

  .sk-referral-cta p {
    font-size: 22px;
    line-height: 1.45;
  }

  .sk-referral-cta a {
    min-height: 64px;
    gap: 16px;
    padding: 0 18px;
    font-size: 19px;
  }

  .sk-referral-cta a img {
    width: 30px;
    height: 30px;
  }
}

.sk-faq-section {
  position: relative;
  padding: 66px 0 72px;
  background:
    radial-gradient(circle at 12% 3%, rgba(229, 242, 255, 0.86), transparent 25%),
    linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
  overflow: hidden;
}

.sk-faq-section::before,
.sk-faq-section::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.sk-faq-section::before {
  top: 118px;
  left: 0;
  width: 150px;
  height: 210px;
  background-image: radial-gradient(rgba(44, 138, 210, 0.2) 1.5px, transparent 1.5px);
  background-size: 16px 16px;
}

.sk-faq-section::after {
  top: 170px;
  right: 0;
  width: 140px;
  height: 180px;
  background-image: radial-gradient(rgba(44, 138, 210, 0.18) 1.5px, transparent 1.5px);
  background-size: 16px 16px;
}

.sk-faq-wrap {
  position: relative;
  z-index: 1;
  width: min(100% - 56px, 1320px);
  margin-inline: auto;
}

.sk-faq-heading {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 34px;
  align-items: end;
  min-height: 292px;
}

.sk-faq-heading > div {
  text-align: center;
}

.sk-faq-heading p {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  min-height: 44px;
  padding: 0 20px;
  color: #0d5eed;
  background: #dfeeff;
  border-radius: 999px;
  font-size: 20px;
  font-weight: 900;
}

.sk-faq-heading p img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.sk-faq-heading h2 {
  margin-top: 22px;
  color: var(--sk-navy);
  font-size: clamp(48px, 5vw, 68px);
  font-weight: 900;
  line-height: 1.18;
}

.sk-faq-heading span {
  display: block;
  margin-top: 28px;
  color: var(--sk-navy);
  font-size: 18px;
  font-weight: 800;
  line-height: 2;
}

.sk-faq-person {
  width: 300px;
  height: 300px;
  object-fit: contain;
  align-self: end;
}

.sk-faq-card {
  margin-top: 0;
  padding: 36px 48px 34px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #dceafa;
  border-radius: 16px;
  box-shadow: 0 18px 42px rgba(0, 83, 153, 0.09);
}

.sk-faq-list {
  display: grid;
  gap: 14px;
}

.sk-faq-item {
  background: #fff;
  border: 1px solid #d7e7f8;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 83, 153, 0.06);
  overflow: hidden;
}

.sk-faq-question {
  display: grid;
  grid-template-columns: 48px 1fr 30px;
  gap: 18px;
  align-items: center;
  min-height: 76px;
  padding: 0 30px;
  cursor: pointer;
}

.sk-faq-question > img:first-child,
.sk-faq-answer > img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.sk-faq-question h3 {
  color: var(--sk-navy);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.55;
}

.sk-faq-toggle {
  width: 26px;
  height: 26px;
  object-fit: contain;
  justify-self: end;
}

.sk-faq-answer {
  display: none;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  align-items: start;
  padding: 28px 30px 34px;
  background: linear-gradient(180deg, #f9fcff 0%, #ffffff 100%);
  border-top: 1px solid #e1edf8;
}

.sk-faq-item--open .sk-faq-answer {
  display: grid;
}

.sk-faq-answer p {
  color: var(--sk-navy);
  font-size: 16px;
  font-weight: 800;
  line-height: 2;
}

.sk-faq-help {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
  color: var(--sk-navy);
  font-size: 15px;
  font-weight: 800;
}

.sk-faq-help img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.sk-faq-cta {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) 460px;
  gap: 28px;
  align-items: center;
  margin-top: 30px;
  padding: 32px 46px;
  background: linear-gradient(100deg, #eef7ff 0%, #ffffff 48%, #eef7ff 100%);
  border-radius: 14px;
}

.sk-faq-cta > img {
  width: 78px;
  height: 78px;
  object-fit: contain;
}

.sk-faq-cta h3 {
  color: var(--sk-navy);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.5;
}

.sk-faq-cta p {
  margin-top: 8px;
  color: var(--sk-navy);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.8;
}

.sk-faq-cta a {
  display: grid;
  grid-template-columns: 1fr 36px;
  gap: 12px;
  align-items: center;
  min-height: 72px;
  padding: 0 28px;
  color: #fff;
  background: linear-gradient(135deg, #1975ff, #0e39df);
  border-radius: 999px;
  box-shadow: 0 14px 28px rgba(0, 83, 210, 0.18);
  font-size: 19px;
  font-weight: 900;
  text-align: center;
}

.sk-faq-cta a img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.sk-faq-assurance {
  margin-top: 28px;
  padding: 34px 48px;
  background: linear-gradient(180deg, #f2f8ff, #edf7ff);
  border: 1px solid #dceafa;
  border-radius: 16px;
}

.sk-faq-assurance > h3 {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 42px;
  align-items: center;
  color: #0d5eed;
  font-size: 22px;
  font-weight: 900;
  text-align: center;
}

.sk-faq-assurance > h3::before,
.sk-faq-assurance > h3::after {
  height: 1px;
  content: "";
  background: #9fc4f3;
}

.sk-faq-assurance > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 28px;
}

.sk-faq-assurance article {
  display: grid;
  justify-items: center;
  padding: 0 28px;
  text-align: center;
}

.sk-faq-assurance article + article {
  border-left: 1px solid #c9dff5;
}

.sk-faq-assurance img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.sk-faq-assurance h4 {
  margin-top: 16px;
  color: #0d5eed;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
}

.sk-faq-assurance p {
  margin-top: 10px;
  color: var(--sk-navy);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.85;
}

.sk-feature-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 24px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #dbeefa;
  border-radius: 10px;
  box-shadow: 0 12px 28px rgba(0, 83, 153, 0.08);
  overflow: hidden;
}

.sk-feature-strip article {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 22px;
  align-items: center;
  min-height: 118px;
  padding: 22px 34px;
}

.sk-feature-strip article + article {
  border-left: 1px solid #c8dff0;
}

.sk-strip-icon {
  width: 62px;
  height: 62px;
  object-fit: contain;
}

.sk-feature-strip h3 {
  font-size: 16px;
}

.sk-feature-strip p {
  color: var(--sk-navy);
  font-size: 12.5px;
  line-height: 1.75;
}

.sk-bottom-cta {
  background: linear-gradient(90deg, #0059bd 0%, #0374cc 62%, #23a7c6 100%);
}

.sk-bottom-cta__inner {
  display: grid;
  grid-template-columns: 122px 1fr 48px 164px;
  gap: 26px;
  align-items: center;
  min-height: 160px;
  color: #fff;
}

.sk-bottom-cta__badge {
  width: 112px;
  height: 112px;
}

.sk-bottom-cta p {
  font-size: 17px;
  font-weight: 900;
  line-height: 1.2;
}

.sk-bottom-cta a {
  display: block;
  margin-top: 4px;
  color: #fff;
  font-size: clamp(32px, 4.7vw, 47px);
  font-weight: 900;
  line-height: 1.25;
}

.sk-bottom-cta small {
  display: block;
  font-size: 14px;
  font-weight: 800;
}

.sk-release-badge--small {
  width: 142px;
  height: 142px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.52);
}

.sk-release-badge--small strong {
  font-size: 27px;
}

.sk-release-badge--small span {
  margin-top: 8px;
  font-size: 18px;
}

.sk-release-badge--small i {
  right: -10px;
  bottom: 17px;
  font-size: 21px;
}

.sk-contact-section {
  position: relative;
  padding: 44px 0 64px;
  background: linear-gradient(180deg, #f6fbff 0%, #eef7ff 100%);
}

.sk-contact-card {
  position: relative;
  width: min(100% - 44px, 1280px);
  margin-inline: auto;
  padding: 58px 58px 72px;
  background:
    radial-gradient(circle at 95% 12%, rgba(218, 237, 255, 0.9), transparent 22%),
    radial-gradient(circle at 100% 26%, rgba(227, 242, 255, 0.8), transparent 20%),
    #fff;
  border: 1px solid #dcecff;
  border-radius: 16px;
  box-shadow: 0 22px 52px rgba(26, 83, 153, 0.1);
  overflow: hidden;
}

.sk-contact-card::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 210px;
  height: 210px;
  content: "";
  background-image: radial-gradient(rgba(50, 114, 214, 0.22) 1.5px, transparent 1.5px);
  background-size: 13px 13px;
  opacity: 0.62;
}

.sk-contact-heading {
  position: relative;
  z-index: 1;
  text-align: center;
}

.sk-contact-heading p {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: #1555d8;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.3;
}

.sk-contact-heading p img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.sk-contact-heading h2 {
  margin-top: 14px;
  color: var(--sk-navy);
  font-size: clamp(40px, 5vw, 58px);
  font-weight: 900;
  line-height: 1.25;
}

.sk-contact-heading span {
  display: block;
  margin-top: 28px;
  color: var(--sk-navy);
  font-size: 17px;
  font-weight: 800;
  line-height: 2;
}

.sk-contact-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 410px;
  gap: 58px;
  align-items: start;
  margin-top: 72px;
}

.sk-contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 34px;
}

.sk-contact-form label {
  display: grid;
  gap: 12px;
  color: var(--sk-navy);
  font-size: 16px;
  font-weight: 900;
}

.sk-contact-form label span {
  display: inline-flex;
  gap: 10px;
  align-items: center;
}

.sk-contact-form em,
.sk-contact-form small {
  padding: 1px 7px;
  border-radius: 999px;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.sk-contact-form em {
  color: #e95789;
  background: #fff0f6;
}

.sk-contact-form small {
  color: #7c8aa6;
  background: #f0f4fa;
}

.sk-contact-form input,
.sk-contact-form select,
.sk-contact-form textarea {
  width: 100%;
  min-height: 70px;
  padding: 0 24px;
  color: var(--sk-navy);
  background: rgba(255, 255, 255, 0.96);
  border: 2px solid #d4e1f3;
  border-radius: 8px;
  box-shadow: inset 0 2px 6px rgba(31, 45, 92, 0.03);
  font: inherit;
  font-size: 15px;
  font-weight: 800;
  outline: 0;
}

.sk-contact-form textarea {
  min-height: 176px;
  padding-top: 20px;
  resize: vertical;
}

.sk-contact-form input::placeholder,
.sk-contact-form textarea::placeholder {
  color: #93a2bd;
}

.sk-contact-privacy {
  grid-column: 1 / -1;
  position: relative;
  padding-left: 34px;
  color: #536280;
  font-size: 14px;
  font-weight: 800;
}

.sk-contact-privacy::before {
  position: absolute;
  left: 0;
  top: 3px;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  color: #fff;
  background: #536280;
  border-radius: 5px;
  content: "■";
  font-size: 8px;
}

.sk-contact-form button {
  grid-column: 1 / -1;
  justify-self: center;
  display: inline-grid;
  grid-template-columns: 1fr 58px;
  align-items: center;
  width: min(100%, 500px);
  min-height: 96px;
  padding: 0 20px 0 70px;
  color: #fff;
  background: linear-gradient(135deg, #35a3ff 0%, #1736df 100%);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 20px 40px rgba(29, 78, 225, 0.24);
  font: inherit;
  font-size: 25px;
  font-weight: 900;
  cursor: pointer;
}

.sk-contact-form button i {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  color: #1745e8;
  background: #fff;
  border-radius: 50%;
  font-style: normal;
  font-size: 30px;
}

.sk-contact-merits {
  padding: 28px 24px 22px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid #dce8fa;
  border-radius: 14px;
  box-shadow: 0 16px 40px rgba(25, 74, 148, 0.11);
}

.sk-contact-merits h3 {
  position: relative;
  margin-bottom: 18px;
  padding-bottom: 14px;
  color: #1555d8;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
}

.sk-contact-merits h3::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 54px;
  height: 3px;
  margin: 0;
  content: "";
  background: #1555d8;
  border-radius: 999px;
  transform: translateX(-50%);
}

.sk-contact-merits article {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 16px 4px;
}

.sk-contact-merits article + article {
  border-top: 1px solid #e3ecf8;
}

.sk-contact-merits img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.sk-contact-merits h4 {
  color: var(--sk-navy);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.45;
}

.sk-contact-merits p {
  margin-top: 4px;
  color: var(--sk-navy);
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1.65;
}

.sk-footer {
  position: relative;
  color: #fff;
  background:
    radial-gradient(circle at 80% 12%, rgba(0, 146, 255, 0.28), transparent 32%),
    radial-gradient(circle at 12% 100%, rgba(25, 205, 255, 0.16), transparent 30%),
    linear-gradient(135deg, #004fd1 0%, #013bc1 45%, #001d8d 100%);
  overflow: hidden;
}

.sk-footer::before,
.sk-footer::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.sk-footer::before {
  right: 46px;
  top: 68px;
  width: 190px;
  height: 190px;
  background-image: radial-gradient(rgba(255, 255, 255, 0.36) 1.4px, transparent 1.4px);
  background-size: 13px 13px;
  opacity: 0.5;
}

.sk-footer::after {
  left: -80px;
  bottom: 150px;
  width: 800px;
  height: 250px;
  border: 1px solid rgba(120, 210, 255, 0.34);
  border-color: rgba(120, 210, 255, 0.34) transparent transparent;
  border-radius: 50%;
  transform: rotate(-4deg);
}

.sk-footer__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 56px;
  width: min(100% - 72px, 1200px);
  margin-inline: auto;
  padding: 78px 0 52px;
}

.sk-footer__brand h2 {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 34px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.sk-footer__brand h2 span {
  color: #5bd6ff;
  font-size: 46px;
  font-style: italic;
  line-height: 1;
}

.sk-footer__brand p {
  margin-top: 34px;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
}

.sk-footer__badges {
  display: flex;
  gap: 24px;
  margin-top: 38px;
}

.sk-footer__badges span {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  min-width: 150px;
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 6px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
}

.sk-footer__badges img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.sk-footer__nav {
  display: contents;
}

.sk-footer__nav h3,
.sk-footer__social h3 {
  margin-bottom: 30px;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}

.sk-footer__nav a {
  display: block;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.75;
}

.sk-footer__nav a + a {
  margin-top: 22px;
}

.sk-footer__social {
  grid-column: 1 / -1;
  padding: 58px 0 56px;
  border-top: 1px solid rgba(255, 255, 255, 0.36);
  border-bottom: 1px solid rgba(255, 255, 255, 0.36);
  text-align: center;
}

.sk-footer__social div {
  display: flex;
  gap: 34px;
  justify-content: center;
}

.sk-footer__social a {
  display: grid;
  width: 66px;
  height: 66px;
  place-items: center;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  font-size: 27px;
  font-weight: 800;
}

.sk-footer__bottom {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: end;
  padding-top: 40px;
}

.sk-footer__bottom small,
.sk-footer__bottom p {
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
}

.sk-footer__bottom p {
  text-align: right;
}

/* Light footer variant matching the final LP reference */
.sk-footer {
  position: relative;
  color: var(--sk-navy);
  background:
    radial-gradient(circle at 100% 48%, rgba(224, 240, 255, 0.88), transparent 22%),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
  overflow: hidden;
}

.sk-footer::before,
.sk-footer::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.sk-footer::before {
  top: 74px;
  left: 0;
  width: 96px;
  height: 260px;
  background-image: radial-gradient(rgba(72, 146, 230, 0.16) 2px, transparent 2px);
  background-size: 24px 24px;
  opacity: 0.75;
}

.sk-footer::after {
  right: -145px;
  bottom: -112px;
  width: 650px;
  height: 430px;
  border: 1px solid rgba(102, 156, 220, 0.16);
  border-color: rgba(102, 156, 220, 0.18) transparent transparent;
  border-radius: 50%;
  box-shadow:
    0 -22px 0 -21px rgba(102, 156, 220, 0.18),
    0 -46px 0 -45px rgba(102, 156, 220, 0.15),
    0 -70px 0 -69px rgba(102, 156, 220, 0.12),
    0 -94px 0 -93px rgba(102, 156, 220, 0.1),
    0 -118px 0 -117px rgba(102, 156, 220, 0.08);
  transform: rotate(-14deg);
}

.sk-footer__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 410px minmax(0, 1fr);
  gap: 96px;
  width: min(100% - 148px, 1620px);
  margin-inline: auto;
  padding: 128px 0 72px;
}

.sk-footer__brand h2 {
  display: flex;
  gap: 22px;
  align-items: center;
  color: var(--sk-navy);
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0;
}

.sk-footer__brand h2 img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.sk-footer__brand h2 span {
  display: none;
}

.sk-footer__brand p {
  margin-top: 56px;
  color: var(--sk-navy);
  font-size: 20px;
  font-weight: 700;
  line-height: 2.05;
}

.sk-footer__badges {
  display: flex;
  gap: 20px;
  margin-top: 54px;
}

.sk-footer__badges span {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  min-width: 178px;
  min-height: 78px;
  padding: 12px 16px;
  color: var(--sk-navy);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid #cddcf0;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.55;
}

.sk-footer__badges img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  filter: none;
}

.sk-footer__nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 80px;
}

.sk-footer__nav h3 {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 22px;
  color: var(--sk-navy);
  font-size: 25px;
  font-weight: 900;
  line-height: 1.25;
}

.sk-footer__nav h3::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 3px;
  content: "";
  background: #1475ff;
  border-radius: 999px;
}

.sk-footer__nav a {
  display: block;
  color: var(--sk-navy);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.75;
}

.sk-footer__nav a + a {
  margin-top: 27px;
}

.sk-footer__social {
  display: none;
}

.sk-footer__bottom {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: start;
  margin-top: 82px;
  padding-top: 48px;
  border-top: 1px solid #b9cce4;
}

.sk-footer__bottom small,
.sk-footer__bottom p {
  color: var(--sk-navy);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.9;
}

.sk-footer__bottom p {
  text-align: right;
}

@media (max-width: 900px) {
  .sk-origin-panel {
    grid-template-columns: minmax(210px, 0.56fr) minmax(0, 1fr);
    gap: 18px 24px;
  }

  .sk-origin-doctor {
    width: 100%;
    min-height: 150px;
  }

  .sk-origin-doctor img {
    width: 100%;
    max-width: 250px;
    height: auto;
  }

  .sk-origin-copy {
    grid-template-columns: 1fr;
    gap: 8px;
    align-items: start;
  }

  .sk-origin-copy p {
    max-width: 100%;
    padding-bottom: 0;
    line-height: 1.9;
  }

  .sk-origin-cards {
    grid-column: 1 / -1;
    margin-top: 0;
  }
}

@media (max-width: 900px) {
  .sk-contact-card {
    width: min(100% - 28px, 760px);
    padding: 42px 26px 48px;
  }

  .sk-pricing-wrap {
    width: min(100% - 28px, 760px);
  }

  .sk-faq-wrap {
    width: min(100% - 28px, 760px);
  }

  .sk-faq-heading {
    grid-template-columns: 1fr;
    justify-items: center;
    min-height: auto;
  }

  .sk-faq-person {
    width: 220px;
    height: 220px;
  }

  .sk-faq-cta,
  .sk-faq-assurance > div {
    grid-template-columns: 1fr;
  }

  .sk-faq-cta {
    justify-items: center;
    text-align: center;
  }

  .sk-faq-assurance article {
    padding: 22px 0;
  }

  .sk-faq-assurance article + article {
    border-top: 1px solid #c9dff5;
    border-left: 0;
  }

  .sk-profile-wrap {
    width: min(100% - 28px, 760px);
  }

  .sk-profile-main,
  .sk-profile-bottom,
  .sk-profile-values > div {
    grid-template-columns: 1fr;
  }

  .sk-profile-main {
    gap: 28px;
  }

  .sk-profile-photo {
    min-height: 260px;
  }

  .sk-profile-photo img {
    height: 260px;
  }

  .sk-profile-message {
    padding-right: 0;
    padding-bottom: 24px;
    border-right: 0;
    border-bottom: 1px solid #d0dfef;
  }

  .sk-profile-values article {
    padding: 18px 0;
  }

  .sk-profile-values article + article {
    border-top: 1px solid #d0dfef;
    border-left: 0;
  }

  .sk-pricing-cards,
  .sk-pricing-features {
    grid-template-columns: 1fr;
  }

  .sk-pricing-cards {
    gap: 28px;
    margin-top: 46px;
  }

  .sk-price-card {
    min-height: auto;
  }

  .sk-pricing-features article {
    min-height: auto;
    padding: 20px 10px;
  }

  .sk-pricing-features article + article {
    border-top: 1px solid #cbdced;
    border-left: 0;
  }

  .sk-contact-layout,
  .sk-contact-form,
  .sk-footer__inner,
  .sk-footer__bottom {
    grid-template-columns: 1fr;
  }

  .sk-contact-layout {
    gap: 34px;
    margin-top: 44px;
  }

  .sk-contact-merits {
    padding: 30px 24px;
  }

  .sk-footer__inner {
    width: min(100% - 36px, 760px);
    gap: 46px;
    padding: 72px 0 48px;
  }

  .sk-footer__nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px 54px;
  }

  .sk-footer__bottom p {
    text-align: left;
  }
}

@media (max-width: 820px) {
  .sk-wrap {
    width: min(100% - 36px, 760px);
  }

  .sk-hero__grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .sk-hero__visual {
    min-height: 460px;
  }

  .sk-hero__image {
    top: -30px;
    right: 50%;
    width: min(760px, 112vw);
    transform: translateX(50%);
  }

  .sk-hero-cta,
  .sk-bottom-cta__inner {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .sk-demo-card {
    width: 100%;
  }

  .sk-origin-panel,
  .sk-origin-copy,
  .sk-origin-cards,
  .sk-worry-panel__grid,
  .sk-flow-panel__top,
  .sk-flow-list,
  .sk-feature-strip {
    grid-template-columns: 1fr;
  }

  .sk-origin-copy {
    gap: 10px;
  }

  .sk-origin-panel {
    padding: 26px 24px;
  }

  .sk-origin-doctor {
    grid-row: auto;
    width: min(100%, 360px);
    min-height: 160px;
    justify-self: center;
  }

  .sk-origin-cards {
    grid-column: auto;
  }

  .sk-worry-panel {
    padding: 24px;
  }

  .sk-work-illustration {
    min-height: 260px;
  }

  .sk-flow-panel {
    padding: 28px 24px 24px;
  }

  .sk-flow-panel__top {
    min-height: auto;
  }

  .sk-flow-copy h2,
  .sk-flow-copy h2 span + span {
    font-size: 32px;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .sk-flow-copy h2 span,
  .sk-flow-copy h2 span:first-child,
  .sk-flow-copy h2 span + span {
    display: block;
    max-width: 100%;
    white-space: normal;
    word-break: break-all;
    overflow-wrap: anywhere;
  }

  .sk-flow-copy h2 .sk-flow-title-chunk {
    display: block;
  }

  .sk-flow-copy > p {
    margin-top: 18px;
    font-size: 15px;
  }

  .sk-flow-copy ul {
    margin-top: 22px;
  }

  .sk-flow-copy li {
    font-size: 15px;
  }

  .sk-flow-docs {
    width: 650px;
    min-height: 292px;
    transform: scale(0.72);
    transform-origin: top left;
  }

  .sk-flow-list {
    gap: 14px;
    margin-top: -70px;
  }

  .sk-flow-list li {
    grid-template-columns: 70px minmax(0, 1fr);
  }

  .sk-flow-list li + li::before {
    top: -14px;
    left: 35px;
    width: 34px;
    height: 12px;
    transform: rotate(90deg);
  }

  .sk-flow-list li + li::after {
    content: none;
  }

  .sk-feature-strip article {
    padding: 20px 24px;
  }

  .sk-feature-strip article + article {
    border-top: 1px solid #a9d7ef;
    border-left: 0;
  }

  .sk-benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sk-flow-list {
    grid-template-columns: 1fr;
  }

  .sk-flow-list li {
    min-height: auto;
  }

  .sk-flow-list li + li::before {
    top: -14px;
    left: 35px;
    transform: rotate(90deg);
  }

  .sk-ai-wrap {
    padding: 24px;
  }

  .sk-ai-hero,
  .sk-ai-steps ol,
  .sk-ai-safety,
  .sk-ai-cta {
    grid-template-columns: 1fr;
  }

  .sk-ai-hero {
    gap: 26px;
  }

  .sk-ai-copy h2 {
    font-size: 38px;
  }

  .sk-ai-steps > h3 {
    margin-top: 0;
    font-size: 22px;
    text-align: left;
  }

  .sk-ai-step-card {
    min-height: auto;
  }

  .sk-ai-step-card + .sk-ai-step-card::before {
    top: -22px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }

  .sk-ai-safety article {
    padding: 18px 0;
  }

  .sk-ai-safety article + article {
    border-top: 1px solid rgba(78, 45, 170, 0.16);
    border-left: 0;
  }

  .sk-ai-cta {
    justify-items: center;
    text-align: center;
  }

  .sk-ai-cta__demo {
    padding-top: 20px;
    padding-left: 0;
    border-top: 1px dotted rgba(255, 255, 255, 0.58);
    border-left: 0;
  }
}

@media (max-width: 620px) {
  .sk-wrap {
    width: min(calc(100vw - 28px), 520px);
  }

  .sk-hero {
    padding-top: 20px;
  }

  .sk-logo {
    margin-bottom: 24px;
  }

  .sk-logo__mark {
    width: 39px;
    height: 39px;
  }

  .sk-logo__text {
    font-size: 21px;
  }

  .sk-release-ribbon {
    font-size: 15px;
  }

  .sk-hero__title {
    font-size: 39px;
  }

  .sk-title-line,
  .sk-demo-card__text small,
  .sk-demo-card__text strong {
    white-space: normal;
  }

  .sk-hero__lead {
    font-size: 15px;
  }

  .sk-hero-icons {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 8px;
    row-gap: 0;
    width: 100%;
    max-width: 480px;
    margin-top: 24px;
    margin-right: auto;
    margin-left: auto;
  }

  .sk-hero-icons .sk-round-icon {
    width: 54px;
    height: 54px;
  }

  .sk-hero-icons .sk-round-icon img {
    width: 36px;
    height: 36px;
  }

  .sk-hero__visual {
    min-height: 330px;
  }

  .sk-hero__image {
    top: -4px;
    width: min(560px, 138vw);
  }

  .sk-demo-card {
    grid-template-columns: 1fr;
    gap: 14px;
    justify-items: center;
    width: 100%;
    padding: 24px 18px;
    text-align: center;
  }

  .sk-demo-card__text {
    justify-items: center;
  }

  .sk-demo-card__text em {
    max-width: min(100%, 18em);
  }

  .sk-demo-card__text strong,
  .sk-bottom-cta a {
    font-size: 30px;
  }

  .sk-benefit-grid {
    grid-template-columns: 1fr;
  }

  .sk-flow-panel {
    padding: 24px 16px 20px;
  }

  .sk-flow-copy h2,
  .sk-flow-copy h2 span + span {
    font-size: 27px;
    line-height: 1.55;
  }

  .sk-flow-copy > p {
    font-size: 13px;
    line-height: 1.95;
  }

  .sk-flow-copy li {
    padding-left: 34px;
    font-size: 13px;
  }

  .sk-flow-copy li::before {
    width: 24px;
    height: 24px;
    font-size: 14px;
  }

  .sk-flow-docs {
    width: 650px;
    min-height: 238px;
    transform: scale(0.52);
  }

  .sk-flow-list {
    margin-top: -86px;
  }

  .sk-flow-list li {
    grid-template-columns: 58px minmax(0, 1fr);
    min-height: 124px;
    padding: 18px 16px;
  }

  .sk-flow-icon {
    width: 52px;
    height: 52px;
  }

  .sk-flow-list b {
    font-size: 20px;
  }

  .sk-flow-list h3 {
    font-size: 14px;
  }

  .sk-flow-list p {
    font-size: 11px;
  }

  .sk-feature-strip {
    margin-top: 20px;
  }

  .sk-feature-strip article {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    min-height: auto;
    padding: 18px 16px;
  }

  .sk-strip-icon {
    width: 44px;
    height: 44px;
  }

  .sk-feature-strip h3 {
    font-size: 14px;
  }

  .sk-feature-strip p {
    font-size: 11px;
  }

  .sk-ai-section {
    padding: 28px 0;
  }

  .sk-ai-wrap {
    width: min(100% - 20px, 520px);
    padding: 18px 16px 22px;
  }

  .sk-ai-hero,
  .sk-ai-copy,
  .sk-ai-steps,
  .sk-ai-safety,
  .sk-ai-cta {
    width: 100%;
    max-width: 100%;
    overflow: visible;
  }

  .sk-ai-wrap * {
    max-width: 100%;
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  .sk-ai-label {
    width: 210px;
    height: 46px;
    padding-left: 22px;
    font-size: 25px;
  }

  .sk-ai-pill {
    min-height: 36px;
    padding: 0 18px;
    font-size: 13px;
  }

  .sk-ai-copy h2 {
    font-size: 26px;
    line-height: 1.55;
    word-break: break-all;
    overflow-wrap: anywhere;
  }

  .sk-ai-copy h2 .sk-ai-title-chunk {
    display: block;
  }

  .sk-ai-lead {
    font-size: 12.5px;
    word-break: break-all;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .sk-ai-lead br {
    display: none;
  }

  .sk-ai-steps > h3,
  .sk-ai-step-card h4,
  .sk-ai-step-card p,
  .sk-ai-safety h3,
  .sk-ai-safety p,
  .sk-ai-cta__text strong,
  .sk-ai-cta__text small,
  .sk-ai-cta__demo small {
    max-width: 100%;
    word-break: break-all;
    overflow-wrap: anywhere;
  }

  .sk-ai-points {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .sk-ai-points article {
    grid-template-columns: 58px minmax(0, 1fr);
    min-height: auto;
    justify-items: start;
    gap: 16px;
    padding: 0;
    text-align: left;
  }

  .sk-ai-points article + article {
    padding-top: 18px;
    border-top: 1px dotted rgba(218, 199, 255, 0.65);
    border-left: 0;
  }

  .sk-ai-point-icon {
    grid-row: span 2;
    width: 58px;
    height: 58px;
  }

  .sk-ai-points h3 {
    margin-top: 0;
    font-size: 13px;
  }

  .sk-ai-points p {
    margin-top: -14px;
    font-size: 10.5px;
  }

  .sk-ai-steps > h3 {
    font-size: 18px;
  }

  .sk-ai-step-card {
    padding: 30px 18px 22px;
    border-radius: 16px;
  }

  .sk-ai-step-card h4 {
    font-size: 17px;
  }

  .sk-ai-step-card p {
    font-size: 13px;
  }

  .sk-ai-mic,
  .sk-ai-doc-icon {
    width: 112px;
    height: 112px;
  }

  .sk-ai-safety {
    padding: 12px 18px;
  }

  .sk-ai-safety article {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 14px;
  }

  .sk-ai-safety-icon {
    width: 50px;
    height: 50px;
  }

  .sk-ai-safety h3 {
    font-size: 14px;
  }

  .sk-ai-safety p {
    font-size: 11px;
  }

  .sk-ai-cta {
    gap: 16px;
    padding: 20px 16px;
  }

  .sk-ai-cta__badge {
    width: 86px;
    height: 86px;
    font-size: 18px;
  }

  .sk-ai-cta__text small,
  .sk-ai-cta__demo small {
    font-size: 13px;
  }

  .sk-ai-cta__text strong {
    font-size: 30px;
    white-space: normal;
  }

  .sk-profile-section {
    padding: 42px 0 38px;
  }

  .sk-profile-wrap {
    width: min(100% - 20px, 520px);
  }

  .sk-profile-heading p {
    min-height: 32px;
    padding: 0 14px;
    font-size: 14px;
  }

  .sk-profile-heading h2 {
    font-size: 30px;
    line-height: 1.35;
  }

  .sk-profile-heading span {
    font-size: 12.5px;
    line-height: 1.9;
  }

  .sk-profile-main,
  .sk-profile-bottom {
    padding: 18px 16px;
  }

  .sk-profile-copy h3 {
    display: block;
    font-size: 32px;
  }

  .sk-profile-copy h3 span {
    display: block;
    margin-top: 6px;
  }

  .sk-profile-title {
    font-size: 12px;
  }

  .sk-profile-body,
  .sk-profile-career li,
  .sk-profile-message p {
    font-size: 12.5px;
  }

  .sk-profile-badges {
    grid-template-columns: 1fr 1fr;
  }

  .sk-profile-career {
    padding: 24px 18px;
  }

  .sk-profile-closing {
    font-size: 13px;
    line-height: 1.8;
  }

  .sk-pricing-section {
    padding: 42px 0 46px;
  }

  .sk-pricing-wrap {
    width: min(100% - 20px, 520px);
  }

  .sk-pricing-heading p {
    min-height: 34px;
    padding: 0 14px;
    font-size: 14px;
  }

  .sk-pricing-heading p span {
    width: 18px;
    height: 18px;
  }

  .sk-pricing-heading h2 {
    font-size: 30px;
    line-height: 1.35;
  }

  .sk-pricing-heading small {
    margin-top: 14px;
    font-size: 12.5px;
    line-height: 1.9;
  }

  .sk-price-card {
    padding: 30px 24px 26px;
  }

  .sk-price-card__head {
    grid-template-columns: 68px 1fr;
    gap: 16px;
    min-height: 88px;
    padding-bottom: 22px;
  }

  .sk-price-card__head img {
    width: 58px;
    height: 58px;
    padding: 12px;
  }

  .sk-price-card__head h3 {
    font-size: 22px;
  }

  .sk-price-card__head p {
    font-size: 13px;
  }

  .sk-price-card__price strong {
    font-size: 40px;
  }

  .sk-price-card__price em {
    font-size: 17px;
  }

  .sk-price-card__users {
    font-size: 14px;
  }

  .sk-price-card li {
    font-size: 13px;
  }

  .sk-pricing-features {
    padding: 14px 18px;
  }

  .sk-pricing-features article {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 14px;
    padding: 18px 0;
  }

  .sk-pricing-features img {
    width: 50px;
    height: 50px;
    padding: 10px;
  }

  .sk-pricing-features h3 {
    font-size: 14px;
  }

  .sk-pricing-features p,
  .sk-pricing-note {
    font-size: 11px;
  }

  .sk-faq-section {
    padding: 42px 0 44px;
  }

  .sk-faq-wrap {
    width: min(100% - 20px, 520px);
  }

  .sk-faq-heading p {
    min-height: 34px;
    padding: 0 14px;
    font-size: 14px;
  }

  .sk-faq-heading p img {
    width: 22px;
    height: 22px;
  }

  .sk-faq-heading h2 {
    font-size: 34px;
  }

  .sk-faq-heading span {
    font-size: 12.5px;
    line-height: 1.9;
  }

  .sk-faq-person {
    width: 190px;
    height: 190px;
  }

  .sk-faq-card,
  .sk-faq-assurance {
    padding: 18px 14px;
  }

  .sk-faq-question {
    grid-template-columns: 36px 1fr 24px;
    gap: 10px;
    min-height: 66px;
    padding: 0 14px;
  }

  .sk-faq-question > img:first-child,
  .sk-faq-answer > img {
    width: 34px;
    height: 34px;
  }

  .sk-faq-question h3 {
    font-size: 13px;
  }

  .sk-faq-toggle {
    width: 22px;
    height: 22px;
  }

  .sk-faq-answer {
    grid-template-columns: 34px 1fr;
    gap: 12px;
    padding: 18px 14px 22px;
  }

  .sk-faq-answer p,
  .sk-faq-help,
  .sk-faq-cta p {
    font-size: 12px;
  }

  .sk-faq-cta {
    gap: 16px;
    padding: 24px 16px;
  }

  .sk-faq-cta > img {
    width: 64px;
    height: 64px;
  }

  .sk-faq-cta h3 {
    font-size: 16px;
  }

  .sk-faq-cta a {
    grid-template-columns: 1fr 28px;
    min-height: 58px;
    padding: 0 18px;
    font-size: 14px;
  }

  .sk-faq-cta a img {
    width: 24px;
    height: 24px;
  }

  .sk-faq-assurance > h3 {
    gap: 16px;
    font-size: 16px;
  }

  .sk-faq-assurance img {
    width: 56px;
    height: 56px;
  }

  .sk-faq-assurance h4 {
    font-size: 14px;
  }

  .sk-faq-assurance p {
    font-size: 11.5px;
  }

  .sk-contact-section {
    padding: 28px 0 38px;
  }

  .sk-contact-card {
    width: min(100% - 20px, 520px);
    padding: 32px 16px 36px;
    border-radius: 12px;
  }

  .sk-contact-card::after {
    width: 132px;
    height: 132px;
    background-size: 10px 10px;
  }

  .sk-contact-heading p {
    font-size: 17px;
  }

  .sk-contact-heading p img {
    width: 24px;
    height: 24px;
  }

  .sk-contact-heading h2 {
    font-size: 33px;
  }

  .sk-contact-heading span {
    margin-top: 18px;
    font-size: 13px;
    line-height: 1.9;
  }

  .sk-contact-layout {
    margin-top: 30px;
  }

  .sk-contact-form {
    gap: 20px;
  }

  .sk-contact-form label {
    font-size: 14px;
  }

  .sk-contact-form input,
  .sk-contact-form select,
  .sk-contact-form textarea {
    min-height: 56px;
    padding: 0 16px;
    font-size: 13px;
  }

  .sk-contact-form textarea {
    min-height: 132px;
    padding-top: 14px;
  }

  .sk-contact-privacy {
    padding-left: 28px;
    font-size: 11px;
    line-height: 1.8;
  }

  .sk-contact-form button {
    grid-template-columns: 1fr 48px;
    min-height: 72px;
    padding: 0 12px 0 42px;
    font-size: 20px;
  }

  .sk-contact-form button i {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }

  .sk-contact-merits article {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 16px;
    padding: 20px 0;
  }

  .sk-contact-merits img {
    width: 52px;
    height: 52px;
    padding: 11px;
  }

  .sk-contact-merits h4 {
    font-size: 14px;
  }

  .sk-contact-merits p {
    font-size: 12px;
  }

  .sk-footer__inner {
    width: min(100% - 28px, 520px);
    padding: 56px 0 38px;
  }

  .sk-footer__brand h2 {
    font-size: 27px;
  }

  .sk-footer__brand h2 span {
    font-size: 36px;
  }

  .sk-footer__brand p {
    margin-top: 20px;
    font-size: 13px;
  }

  .sk-footer__badges,
  .sk-footer__social div {
    flex-wrap: wrap;
    gap: 14px;
  }

  .sk-footer__nav {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .sk-footer__nav h3,
  .sk-footer__social h3 {
    margin-bottom: 14px;
  }

  .sk-footer__nav a + a {
    margin-top: 10px;
  }

  .sk-footer__social {
    padding: 36px 0;
  }

  .sk-footer__social a {
    width: 52px;
    height: 52px;
    font-size: 21px;
  }

  .sk-origin-panel,
  .sk-worry-panel {
    padding: 20px 16px;
  }

  .sk-origin-copy h2,
  .sk-worry-panel h2 {
    font-size: 24px;
    text-align: left;
  }

  .sk-origin-copy p {
    max-width: 100%;
    font-size: 12px;
  }

  .sk-origin-cards {
    box-shadow: 0 8px 20px rgba(0, 83, 153, 0.08);
  }

  .sk-origin-cards article {
    grid-template-columns: 42px minmax(0, 1fr);
    min-height: auto;
    padding: 14px 12px;
  }

  .sk-origin-cards p {
    font-size: 12px;
    line-height: 1.7;
    word-break: break-all;
  }

  .sk-origin-cards article + article {
    border-top: 1px solid #d9edf8;
    border-left: 0;
  }

  .sk-origin-cards span {
    width: 42px;
    height: 42px;
  }

  .sk-origin-cards img {
    width: 30px;
    height: 30px;
  }

  .sk-worry-list li {
    padding-left: 30px;
    font-size: 13px;
  }

  .sk-work-illustration {
    min-height: 220px;
  }

  .sk-work-illustration img {
    width: 100%;
    max-width: 330px;
  }

  .sk-section {
    padding: 30px 0;
  }

  .sk-bottom-cta__inner {
    padding: 24px 0;
  }
}

/* ===== 追従CTA（スリムヘッダー＋スマホ下部バー） ===== */
.sk-stickybar,
.sk-mobilecta {
  position: fixed;
  z-index: 90;
  box-sizing: border-box;
  font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 0.3s;
}

.sk-stickybar {
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid #e2ecf7;
  box-shadow: 0 6px 20px rgba(0, 83, 153, 0.08);
  transform: translateY(-100%);
}

.sk-stickybar.is-active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: none;
  transition: opacity 0.3s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.sk-stickybar__inner {
  display: flex;
  align-items: center;
  gap: 24px;
  width: min(100% - 48px, 1180px);
  height: 64px;
  margin-inline: auto;
}

.sk-stickybar__logo {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #1f2d5c;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.01em;
  text-decoration: none;
}

.sk-stickybar__logo img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.sk-stickybar__nav {
  display: flex;
  gap: 22px;
  margin-left: auto;
}

.sk-stickybar__nav a {
  color: #2c3a63;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: color 0.2s ease;
}

.sk-stickybar__nav a:hover {
  color: #1736df;
}

.sk-stickybar__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 26px;
  color: #fff;
  background: linear-gradient(135deg, #35a3ff 0%, #1736df 100%);
  border-radius: 999px;
  box-shadow: 0 10px 22px rgba(29, 78, 225, 0.26);
  font-size: 15px;
  font-weight: 900;
  white-space: nowrap;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.sk-stickybar__cta span {
  font-size: 17px;
}

.sk-stickybar__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(29, 78, 225, 0.34);
}

.sk-mobilecta {
  left: 16px;
  right: 16px;
  bottom: 16px;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 13px 20px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: linear-gradient(135deg, #35a3ff 0%, #1736df 100%);
  border-radius: 14px;
  box-shadow: 0 14px 30px rgba(29, 78, 225, 0.36);
  transform: translateY(140%);
}

.sk-mobilecta.is-active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: none;
  transition: opacity 0.3s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.sk-mobilecta__main {
  font-size: 17px;
  font-weight: 900;
}

.sk-mobilecta__sub {
  font-size: 11px;
  font-weight: 700;
  opacity: 0.9;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

/* Button press feedback */
.sk-stickybar__cta,
.sk-demo-card,
.sk-ai-cta,
.sk-ai-cta__button,
.sk-price-card a,
.sk-faq-cta a,
.sk-contact-form button,
.sk-mobilecta {
  transition: transform 0.15s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.sk-stickybar__cta:active,
.sk-demo-card:active,
.sk-ai-cta:active,
.sk-ai-cta__button:active,
.sk-price-card a:active,
.sk-faq-cta a:active,
.sk-contact-form button:active,
.sk-mobilecta:active {
  transform: scale(0.98);
}

@media (prefers-reduced-motion: reduce) {
  .sk-stickybar__cta:active,
  .sk-demo-card:active,
  .sk-ai-cta:active,
  .sk-ai-cta__button:active,
  .sk-price-card a:active,
  .sk-faq-cta a:active,
  .sk-contact-form button:active,
  .sk-mobilecta:active {
    transform: none;
  }
}

#sk-about,
#sk-features,
#sk-ai,
#sk-developer,
#sk-pricing,
#sk-faq,
#sk-contact {
  scroll-margin-top: 84px;
}

.sk-contact-form {
  scroll-margin-top: 24px;
}

@media (max-width: 820px) {
  .sk-stickybar {
    display: none;
  }

  .sk-mobilecta {
    display: flex;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sk-stickybar,
  .sk-mobilecta {
    transform: none;
    transition: opacity 0.2s ease;
  }
}

/* ===== NERVIX AI vertical layout override ===== */
.sk-ai-section {
  padding: 34px 0 42px;
  color: #fff;
  background: #fff;
}

.sk-ai-wrap {
  position: relative;
  width: min(100% - 36px, 760px);
  margin-inline: auto;
  padding: 34px 32px 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 22% 2%, rgba(128, 83, 255, 0.3), transparent 22%),
    radial-gradient(circle at 88% 38%, rgba(106, 45, 255, 0.46), transparent 31%),
    radial-gradient(circle at 66% 88%, rgba(114, 40, 255, 0.38), transparent 30%),
    linear-gradient(145deg, #05063a 0%, #0d075d 44%, #250096 100%);
  border: 1px solid rgba(181, 154, 255, 0.34);
  border-radius: 12px;
  box-shadow: 0 22px 54px rgba(23, 8, 105, 0.28);
}

.sk-ai-wrap::before {
  top: 24px;
  right: 42px;
  left: auto;
  width: 168px;
  height: 168px;
  opacity: 0.56;
  background-image: radial-gradient(rgba(194, 167, 255, 0.45) 1.3px, transparent 1.3px);
  background-size: 12px 12px;
  transform: none;
}

.sk-ai-wrap::after {
  right: -42px;
  bottom: 250px;
  width: 500px;
  height: 210px;
  opacity: 0.35;
  background:
    repeating-radial-gradient(ellipse at 55% 110%, rgba(171, 95, 255, 0.52) 0 1px, transparent 2px 13px);
  transform: rotate(-7deg);
}

.sk-ai-hero,
.sk-ai-steps,
.sk-ai-safety-block,
.sk-ai-cta,
.sk-ai-assurance {
  position: relative;
  z-index: 1;
}

.sk-ai-section .sk-reveal {
  opacity: 1;
  transform: none;
}

.sk-ai-hero {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 26px;
  align-items: center;
  min-height: 520px;
}

.sk-ai-label {
  width: 196px;
  height: 48px;
  padding-left: 26px;
  font-size: 25px;
  border-radius: 4px 7px 7px 4px;
}

.sk-ai-pill {
  min-height: 34px;
  margin-top: 14px;
  padding: 0 20px;
  font-size: 13px;
}

.sk-ai-copy h2 {
  margin-top: 48px;
  font-size: 38px;
  line-height: 1.45;
  letter-spacing: 0;
}

.sk-ai-copy h2 span {
  color: #a875ff;
}

.sk-ai-lead {
  max-width: 24em;
  margin-top: 26px;
  font-size: 16px;
  line-height: 2.05;
}

.sk-ai-points {
  display: none;
}

.sk-ai-top-visual {
  position: relative;
  min-height: 490px;
}

.sk-ai-top-card {
  position: absolute;
  padding: 22px 20px;
  color: #3510cc;
  background: linear-gradient(180deg, #fff, #f8f5ff);
  border: 1px solid rgba(224, 212, 255, 0.92);
  border-radius: 9px;
  box-shadow: 0 22px 44px rgba(3, 2, 40, 0.26);
}

.sk-ai-top-card h3 {
  color: #4a20df;
  font-size: 13px;
  font-weight: 950;
}

.sk-ai-top-card--voice {
  top: 66px;
  left: 4px;
  width: 210px;
  min-height: 125px;
}

.sk-ai-top-card--voice div {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 22px;
}

.sk-ai-top-card--voice img {
  width: 48px;
  height: 48px;
}

.sk-ai-top-wave {
  display: flex;
  gap: 4px;
  align-items: center;
}

.sk-ai-top-wave i {
  width: 3px;
  height: 18px;
  background: #b995ff;
  border-radius: 999px;
}

.sk-ai-top-wave i:nth-child(2n) {
  height: 28px;
}

.sk-ai-top-card--organize {
  top: 222px;
  left: 26px;
  width: 238px;
  min-height: 258px;
}

.sk-ai-top-card--organize ul {
  display: grid;
  gap: 11px;
  margin-top: 18px;
}

.sk-ai-top-card--organize li {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 34px;
  padding: 7px 10px;
  color: #1f156e;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 8px 16px rgba(52, 20, 132, 0.1);
  font-size: 12px;
  font-weight: 900;
}

.sk-ai-top-card--organize li img {
  width: 22px;
  height: 22px;
}

.sk-ai-top-card--write {
  top: 126px;
  right: 4px;
  display: grid;
  justify-items: center;
  width: 152px;
  min-height: 354px;
  text-align: center;
}

.sk-ai-top-card--write > img {
  width: 96px;
  height: 96px;
  margin-top: 52px;
  object-fit: contain;
}

.sk-ai-top-card--write p {
  display: grid;
  gap: 12px;
  margin-top: 38px;
}

.sk-ai-top-card--write span {
  min-width: 82px;
  padding: 8px 10px;
  color: #4a20df;
  background: #f1ebff;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 950;
}

.sk-ai-top-visual::before,
.sk-ai-top-visual::after {
  position: absolute;
  content: "";
  border: 1px dashed rgba(189, 162, 255, 0.72);
  opacity: 0.78;
  pointer-events: none;
}

.sk-ai-top-visual::before {
  top: 202px;
  left: 0;
  width: 52px;
  height: 120px;
  border-right: 0;
  border-radius: 18px 0 0 18px;
}

.sk-ai-top-visual::after {
  top: 292px;
  right: 146px;
  width: 48px;
  height: 84px;
  border-left: 0;
  border-radius: 0 18px 18px 0;
}

.sk-ai-steps {
  margin-top: 24px;
  padding: 38px 16px 18px;
  border: 1px solid rgba(206, 188, 255, 0.46);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  box-shadow: inset 0 0 36px rgba(154, 79, 255, 0.12);
}

.sk-ai-steps > h3 {
  margin: 0;
  color: #fff;
  font-size: 25px;
  line-height: 1.7;
}

.sk-ai-steps > h3::first-line {
  color: #b68cff;
}

.sk-ai-steps ol {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.sk-ai-step-card {
  min-height: 494px;
  padding: 28px 20px 24px;
  border-radius: 9px;
  box-shadow: 0 22px 42px rgba(8, 3, 65, 0.28);
}

.sk-ai-step-card + .sk-ai-step-card::before {
  top: 49%;
  left: -29px;
  width: 42px;
  height: 42px;
  content: "›";
  font-size: 38px;
  line-height: 0.85;
}

.sk-ai-step-card b {
  top: 20px;
  left: 18px;
  width: 48px;
  height: 34px;
  font-size: 18px;
}

.sk-ai-step-main-icon {
  width: 118px;
  height: 118px;
  margin-top: 86px;
  object-fit: contain;
}

.sk-ai-step-card h4 {
  margin-top: 28px;
  color: #2110bd;
  font-size: 18px;
}

.sk-ai-step-card p {
  margin-top: 13px;
  color: #150a5f;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.8;
}

.sk-ai-step-card--organize ul {
  width: 100%;
  margin-top: 28px;
}

.sk-ai-step-card--organize li {
  min-height: 39px;
  font-size: 12px;
}

.sk-ai-transcript__status {
  position: static;
  display: flex;
  width: 100%;
  min-height: 42px;
  align-items: center;
  margin-top: auto;
  padding: 0 18px;
  color: #5a2de2;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 22px rgba(48, 18, 130, 0.1);
  font-size: 12px;
  font-weight: 900;
}

.sk-ai-transcript__status::before {
  width: 7px;
  height: 7px;
  margin-right: 10px;
  background: #7441ff;
  border-radius: 50%;
}

.sk-ai-tags {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: auto;
}

.sk-ai-tags span {
  padding: 8px 10px;
  font-size: 10px;
}

.sk-ai-safety-block {
  margin-top: 22px;
  padding: 36px 24px 28px;
  border: 1px solid rgba(206, 188, 255, 0.34);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.035);
}

.sk-ai-safety-title {
  margin: 0 0 30px;
  color: #fff;
  font-size: 25px;
  font-weight: 950;
  text-align: center;
}

.sk-ai-safety-title span {
  color: #a875ff;
}

.sk-ai-safety-title::before,
.sk-ai-safety-title::after {
  content: none;
}

.sk-ai-safety {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.sk-ai-safety article {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 14px;
  min-height: 210px;
  padding: 0 16px;
  text-align: center;
}

.sk-ai-safety article + article {
  border-left: 1px solid rgba(218, 199, 255, 0.24);
}

.sk-ai-safety-icon {
  width: 70px;
  height: 70px;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(193, 167, 255, 0.35);
  border-radius: 50%;
  box-shadow: 0 0 22px rgba(160, 105, 255, 0.18);
}

.sk-ai-safety h3 {
  color: #fff;
  font-size: 13px;
  line-height: 1.7;
}

.sk-ai-safety p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.95;
}

.sk-ai-cta {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 22px;
  align-items: center;
  min-height: 430px;
  margin-top: 26px;
  padding: 40px 38px;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(206, 188, 255, 0.4);
  border-radius: 10px;
  background:
    radial-gradient(circle at 76% 46%, rgba(136, 57, 255, 0.48), transparent 38%),
    linear-gradient(135deg, rgba(30, 6, 102, 0.94), rgba(60, 8, 162, 0.72));
}

.sk-ai-cta__text {
  display: grid;
  gap: 18px;
}

.sk-ai-cta__text small {
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

.sk-ai-cta__text strong {
  color: #fff;
  font-size: 42px;
  line-height: 1.25;
  white-space: normal;
}

.sk-ai-cta__text em {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.9;
}

.sk-ai-cta__button {
  display: grid;
  grid-template-columns: 1fr 32px;
  align-items: center;
  width: min(100%, 290px);
  min-height: 64px;
  margin-top: 8px;
  padding: 0 18px 0 26px;
  color: #4a20df;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(26, 7, 93, 0.26);
  font-size: 17px;
  font-weight: 950;
}

.sk-ai-cta__button img {
  width: 30px;
  height: 30px;
}

.sk-ai-cta__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.sk-ai-cta__badges span {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  color: rgba(255, 255, 255, 0.95);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}

.sk-ai-cta__badges span::before {
  content: "✓";
  margin-right: 6px;
  color: #b39bff;
  font-weight: 900;
}

.sk-ai-cta__visual {
  justify-self: end;
  width: 340px;
  max-width: 100%;
  border-radius: 14px;
  object-fit: cover;
  mix-blend-mode: screen;
}

.sk-ai-assurance {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 22px;
  align-items: center;
  margin-top: 18px;
  padding: 22px 28px;
  border: 1px solid rgba(206, 188, 255, 0.34);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.sk-ai-assurance img {
  width: 62px;
  height: 62px;
  object-fit: contain;
}

.sk-ai-assurance h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 950;
  line-height: 1.6;
}

.sk-ai-assurance p {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  font-weight: 750;
}

@media (max-width: 820px) {
  .sk-ai-wrap {
    width: min(100% - 20px, 520px);
    padding: 24px 16px;
  }

  .sk-ai-hero,
  .sk-ai-steps ol,
  .sk-ai-safety,
  .sk-ai-cta,
  .sk-ai-assurance {
    grid-template-columns: 1fr;
  }

  .sk-ai-hero {
    min-height: auto;
  }

  .sk-ai-copy h2 {
    margin-top: 32px;
    font-size: 31px;
  }

  .sk-ai-top-visual {
    min-height: 620px;
  }

  .sk-ai-top-card--voice {
    left: 0;
  }

  .sk-ai-top-card--organize {
    top: 218px;
    left: 20px;
  }

  .sk-ai-top-card--write {
    top: 134px;
    right: 0;
  }

  .sk-ai-step-card + .sk-ai-step-card::before {
    content: none;
  }

  .sk-ai-safety article + article {
    padding-top: 20px;
    border-top: 1px solid rgba(218, 199, 255, 0.24);
    border-left: 0;
  }

  .sk-ai-cta {
    padding: 28px 22px;
  }

  .sk-ai-cta__text strong {
    font-size: 32px;
  }

  .sk-ai-cta__visual {
    justify-self: center;
  }
}

/* ===== Origin / worries redesigned block ===== */
.sk-origin-redesign {
  position: relative;
  padding: 0 0 54px;
  overflow: hidden;
  background:
    linear-gradient(180deg, #ffffff 0%, #f5fbff 58%, #ffffff 100%);
}

.sk-origin-redesign__hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(430px, 0.9fr) minmax(520px, 1.1fr);
  gap: 42px;
  align-items: center;
  width: min(100% - 72px, 1180px);
  min-height: 560px;
  margin: 0 auto;
  overflow: visible;
}

.sk-origin-redesign__copy {
  position: relative;
  z-index: 3;
  display: grid;
  align-content: center;
  max-width: 560px;
  min-width: 0;
  padding: 56px 0 72px;
}

.sk-origin-redesign__copy h2 {
  color: var(--sk-navy);
  font-size: clamp(39px, 4.5vw, 58px);
  font-weight: 950;
  line-height: 1.32;
  letter-spacing: 0;
  overflow-wrap: normal;
  word-break: keep-all;
}

.sk-origin-redesign__copy h2 span {
  display: block;
}

.sk-origin-redesign__copy p {
  margin-top: 34px;
  color: var(--sk-navy);
  font-size: 17px;
  font-weight: 850;
  line-height: 2.05;
  overflow-wrap: normal;
  word-break: keep-all;
}

.sk-origin-redesign__copy b {
  color: #0758df;
  font-weight: 950;
}

.sk-origin-redesign__doctor {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 520px;
  min-height: 0;
  object-fit: cover;
  object-position: 46% center;
  border-radius: 0;
  mask-image: linear-gradient(90deg, transparent 0%, #000 16%, #000 100%);
  transform: none;
  transform-origin: center center;
}

.sk-origin-redesign__wrap {
  position: relative;
  z-index: 3;
  margin-top: -34px;
}

.sk-origin-design-card,
.sk-origin-solution {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #d7e8fb;
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(0, 83, 153, 0.08);
}

.sk-origin-design-card {
  padding: 34px 44px 42px;
}

.sk-origin-design-card__lead {
  display: grid;
  grid-template-columns: 90px auto 90px;
  gap: 22px;
  align-items: center;
  justify-content: center;
  color: #0758df;
  font-size: 20px;
  font-weight: 950;
  text-align: center;
}

.sk-origin-design-card__lead span {
  display: block;
  height: 1px;
  background: #cfe1f5;
}

.sk-origin-design-card__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
}

.sk-origin-design-card__grid article {
  display: grid;
  justify-items: center;
  padding: 0 42px;
  text-align: center;
}

.sk-origin-design-card__grid article + article {
  border-left: 1px solid #d9e8f7;
}

.sk-origin-design-card__grid article > span {
  display: grid;
  width: 90px;
  height: 90px;
  place-items: center;
  background: #eef7ff;
  border: 1px solid #d5e8fb;
  border-radius: 50%;
}

.sk-origin-design-card__grid img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.sk-origin-design-card__grid h3 {
  margin-top: 24px;
  color: var(--sk-navy);
  font-size: 23px;
  font-weight: 950;
  line-height: 1.45;
}

.sk-origin-design-card__grid p {
  margin-top: 16px;
  color: var(--sk-navy);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.9;
}

.sk-origin-worry-block {
  margin-top: 44px;
}

.sk-origin-worry-block > h2 {
  color: var(--sk-navy);
  font-size: 30px;
  font-weight: 950;
  text-align: center;
}

.sk-origin-worry-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.sk-origin-worry-grid article {
  overflow: hidden;
  background: #fff;
  border: 1px solid #d9e8f8;
  border-radius: 7px;
  box-shadow: 0 12px 26px rgba(0, 83, 153, 0.07);
}

.sk-origin-worry-grid article > img {
  width: 100%;
  height: 184px;
  object-fit: cover;
  object-position: center 18%;
  filter: grayscale(1) saturate(0.75) contrast(0.96);
}

.sk-origin-worry-grid article > div {
  min-height: 220px;
  padding: 22px 34px 28px;
}

.sk-origin-worry-grid h3 {
  color: var(--sk-navy);
  font-size: 22px;
  font-weight: 950;
  line-height: 1.55;
  text-align: center;
}

.sk-origin-worry-grid ul {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.sk-origin-worry-grid li {
  position: relative;
  padding-left: 24px;
  color: var(--sk-navy);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.6;
}

.sk-origin-worry-grid li::before {
  position: absolute;
  left: 0;
  color: #0d56d8;
  content: "✓";
  font-weight: 950;
}

.sk-origin-down {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin: 8px auto -14px;
  color: #fff;
  background: #1d57d8;
  border: 4px solid #fff;
  border-radius: 50%;
  box-shadow: 0 7px 18px rgba(20, 78, 192, 0.24);
  font-size: 34px;
  font-weight: 900;
  line-height: 0.7;
}

.sk-origin-solution {
  position: relative;
  z-index: 1;
  padding: 32px 42px 34px;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 88%, rgba(120, 163, 255, 0.17), transparent 25%),
    linear-gradient(180deg, rgba(246, 252, 255, 0.96), rgba(255, 255, 255, 0.96));
}

.sk-origin-solution::after {
  position: absolute;
  right: -56px;
  bottom: -74px;
  width: 240px;
  height: 240px;
  content: "";
  background-image: radial-gradient(rgba(72, 132, 236, 0.22) 1.5px, transparent 1.5px);
  background-size: 9px 9px;
  border-radius: 50%;
}

.sk-origin-solution > h2 {
  color: #2d64df;
  font-size: 28px;
  font-weight: 950;
  text-align: center;
}

.sk-origin-solution__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 44px;
  align-items: center;
  margin-top: 24px;
}

.sk-origin-solution__grid > img {
  width: 100%;
  object-fit: contain;
}

.sk-origin-solution__list {
  display: grid;
  gap: 22px;
}

.sk-origin-solution__list section {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 18px;
  align-items: start;
}

.sk-origin-solution__list span {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  background: #e9f0ff;
  border-radius: 50%;
}

.sk-origin-solution__list img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.sk-origin-solution__list h3 {
  color: #0758df;
  font-size: 20px;
  font-weight: 950;
  line-height: 1.45;
}

.sk-origin-solution__list p {
  margin-top: 4px;
  color: var(--sk-navy);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.7;
}

@media (max-width: 980px) {
  .sk-origin-redesign__hero,
  .sk-origin-solution__grid {
    grid-template-columns: 1fr;
  }

  .sk-origin-redesign__hero {
    width: min(100% - 28px, 720px);
    gap: 22px;
    min-height: 0;
  }

  .sk-origin-redesign__copy {
    max-width: none;
    padding: 44px 28px 24px;
  }

  .sk-origin-redesign__doctor {
    width: 100%;
    height: 320px;
    min-height: 320px;
    object-position: center 34%;
    mask-image: linear-gradient(180deg, #000 0%, #000 100%);
  }

  .sk-origin-design-card__grid,
  .sk-origin-worry-grid {
    grid-template-columns: 1fr;
  }

  .sk-origin-design-card__grid article {
    padding: 24px 12px;
  }

  .sk-origin-design-card__grid article + article {
    border-top: 1px solid #d9e8f7;
    border-left: 0;
  }
}

/* Final overrides for the rich profile-values block */
.sk-lp .sk-profile-values-rich__closing {
  grid-template-columns: 1fr;
  position: relative;
  min-height: 210px;
  padding: 40px 80px;
}

.sk-lp .sk-profile-values-rich__closing img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.34;
  pointer-events: none;
}

.sk-lp .sk-profile-values-rich__closing > div {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto;
}

.sk-lp .sk-profile-values-rich__closing::before {
  position: absolute;
  top: 34px;
  left: 96px;
}

.sk-lp .sk-profile-values-rich__closing::after {
  position: absolute;
  right: 96px;
  bottom: 28px;
}

/* Final compact contact form */
.sk-lp .sk-contact-layout {
  grid-template-columns: minmax(360px, 560px) 410px;
  gap: 72px;
  justify-content: center;
  align-items: start;
  margin-top: 62px;
}

.sk-lp .sk-contact-form {
  grid-template-columns: 1fr;
  gap: 24px;
  align-content: start;
}

.sk-lp .sk-contact-form input,
.sk-lp .sk-contact-form select {
  min-height: 66px;
}

.sk-lp .sk-contact-privacy {
  margin-top: 4px;
}

.sk-lp .sk-contact-form button {
  width: min(100%, 430px);
  min-height: 82px;
  margin-top: 10px;
  padding-left: 54px;
}

@media (max-width: 980px) {
  .sk-lp .sk-contact-layout {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 34px;
  }

  .sk-lp .sk-contact-form button {
    width: 100%;
    min-height: 72px;
  }
}

/* Final NERVIX AI sheet layout */
.sk-lp .sk-ai-section {
  position: relative;
  margin: 0;
  padding: 74px 0 82px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 15% 12%, rgba(151, 105, 255, 0.34), transparent 26%),
    radial-gradient(circle at 82% 22%, rgba(115, 61, 255, 0.38), transparent 30%),
    radial-gradient(circle at 62% 92%, rgba(101, 25, 255, 0.35), transparent 34%),
    linear-gradient(145deg, #060735 0%, #0b0752 42%, #26008f 100%);
}

.sk-lp .sk-ai-section::before,
.sk-lp .sk-ai-section::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.sk-lp .sk-ai-section::before {
  top: 42px;
  right: max(28px, calc((100vw - 1180px) / 2 + 22px));
  width: 220px;
  height: 220px;
  opacity: 0.44;
  background-image: radial-gradient(rgba(199, 178, 255, 0.5) 1.4px, transparent 1.4px);
  background-size: 12px 12px;
}

.sk-lp .sk-ai-section::after {
  right: -140px;
  bottom: 34px;
  width: 780px;
  height: 330px;
  opacity: 0.33;
  background: repeating-radial-gradient(ellipse at 45% 100%, rgba(171, 95, 255, 0.48) 0 1px, transparent 2px 13px);
  transform: rotate(-5deg);
}

.sk-lp .sk-ai-wrap {
  position: relative;
  z-index: 1;
  width: min(100% - 56px, 1180px);
  margin-inline: auto;
  padding: 0;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.sk-lp .sk-ai-wrap::before,
.sk-lp .sk-ai-wrap::after {
  content: none;
}

.sk-lp .sk-ai-hero {
  display: grid;
  grid-template-columns: minmax(340px, 0.86fr) minmax(620px, 1.14fr);
  gap: 50px;
  align-items: center;
  min-height: 500px;
}

.sk-lp .sk-ai-label {
  width: 220px;
  height: 52px;
  padding-left: 28px;
  background: linear-gradient(100deg, #6e32ff 0%, #a35cff 100%);
  border-radius: 5px 8px 8px 5px;
  box-shadow: 0 12px 28px rgba(63, 17, 191, 0.32);
  font-size: 27px;
}

.sk-lp .sk-ai-pill {
  width: fit-content;
  min-height: 36px;
  margin-top: 14px;
  padding: 0 22px;
  border-color: rgba(255, 255, 255, 0.58);
  background: rgba(9, 7, 59, 0.36);
  box-shadow: inset 0 0 18px rgba(255, 255, 255, 0.08);
  font-size: 14px;
}

.sk-lp .sk-ai-copy h2 {
  margin-top: 44px;
  font-size: clamp(44px, 4.25vw, 62px);
  line-height: 1.32;
  letter-spacing: 0;
}

.sk-lp .sk-ai-copy h2 span {
  color: #ad83ff;
  text-shadow: 0 0 26px rgba(172, 123, 255, 0.46);
}

.sk-lp .sk-ai-lead {
  max-width: 28em;
  margin-top: 26px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 18px;
  font-weight: 800;
  line-height: 2;
}

.sk-lp .sk-ai-top-visual {
  min-height: 500px;
}

.sk-lp .sk-ai-top-card {
  color: #3510cc;
  border-color: rgba(233, 224, 255, 0.98);
  border-radius: 12px;
  box-shadow: 0 26px 50px rgba(4, 1, 38, 0.34);
}

.sk-lp .sk-ai-top-card h3 {
  font-size: 15px;
}

.sk-lp .sk-ai-top-card--voice {
  top: 34px;
  left: 4px;
  width: 282px;
  min-height: 154px;
  padding: 26px;
}

.sk-lp .sk-ai-top-card--voice img {
  width: 58px;
  height: 58px;
}

.sk-lp .sk-ai-top-wave {
  gap: 6px;
}

.sk-lp .sk-ai-top-wave i {
  width: 4px;
  background: #ac89ff;
}

.sk-lp .sk-ai-top-card--organize {
  top: 220px;
  left: 46px;
  width: 292px;
  min-height: 278px;
  padding: 26px 24px;
}

.sk-lp .sk-ai-top-card--organize li {
  min-height: 42px;
  padding: 8px 12px;
  border-radius: 9px;
  font-size: 13px;
}

.sk-lp .sk-ai-top-card--organize li img {
  width: 26px;
  height: 26px;
}

.sk-lp .sk-ai-top-card--write {
  top: 94px;
  right: 0;
  width: 198px;
  min-height: 360px;
  padding: 28px 20px;
}

.sk-lp .sk-ai-top-card--write > img {
  width: 108px;
  height: 108px;
  margin-top: 54px;
}

.sk-lp .sk-ai-top-card--write p {
  gap: 13px;
  margin-top: 32px;
}

.sk-lp .sk-ai-top-card--write span {
  min-width: 98px;
  padding: 9px 14px;
  font-size: 12px;
}

.sk-lp .sk-ai-top-visual::before {
  top: 184px;
  left: 0;
  width: 86px;
  height: 152px;
}

.sk-lp .sk-ai-top-visual::after {
  top: 300px;
  right: 190px;
  width: 68px;
  height: 90px;
}

.sk-lp .sk-ai-steps,
.sk-lp .sk-ai-safety-block,
.sk-lp .sk-ai-cta,
.sk-lp .sk-ai-assurance {
  border: 1px solid rgba(213, 197, 255, 0.35);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 0 42px rgba(151, 87, 255, 0.12);
}

.sk-lp .sk-ai-steps {
  margin-top: 54px;
  padding: 42px 32px 30px;
}

.sk-lp .sk-ai-steps > h3 {
  font-size: 28px;
  line-height: 1.65;
}

.sk-lp .sk-ai-steps ol {
  gap: 22px;
  margin-top: 34px;
}

.sk-lp .sk-ai-step-card {
  min-height: 410px;
  padding: 30px 24px 24px;
  border-radius: 12px;
}

.sk-lp .sk-ai-step-card + .sk-ai-step-card::before {
  top: 48%;
  left: -34px;
  width: 44px;
  height: 44px;
  content: "";
  background: url("./assets/nervix-ai/ai-cta-arrow-round.png") center / contain no-repeat;
  filter: drop-shadow(0 12px 18px rgba(55, 14, 156, 0.28));
}

.sk-lp .sk-ai-step-main-icon {
  width: 106px;
  height: 106px;
  margin-top: 54px;
}

.sk-lp .sk-ai-step-card h4 {
  margin-top: 22px;
  font-size: 19px;
}

.sk-lp .sk-ai-step-card p {
  font-size: 13px;
}

.sk-lp .sk-ai-step-card--organize ul {
  margin-top: 20px;
}

.sk-lp .sk-ai-voice-wave {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 42px;
  margin-top: 22px;
}

.sk-lp .sk-ai-voice-wave i {
  display: block;
  width: 4px;
  height: 22px;
  background: #ad8dff;
  border-radius: 999px;
}

.sk-lp .sk-ai-voice-wave i:nth-child(2),
.sk-lp .sk-ai-voice-wave i:nth-child(8) {
  height: 30px;
}

.sk-lp .sk-ai-voice-wave i:nth-child(3),
.sk-lp .sk-ai-voice-wave i:nth-child(6) {
  height: 38px;
}

.sk-lp .sk-ai-voice-wave i:nth-child(5) {
  height: 48px;
}

.sk-lp .sk-ai-step-note,
.sk-lp .sk-ai-output-list {
  display: grid;
  gap: 10px;
  width: 100%;
  margin-top: 20px;
}

.sk-lp .sk-ai-step-note {
  grid-template-columns: 36px 1fr;
  align-items: center;
  min-height: 54px;
  padding: 10px 14px;
  color: #170073;
  background: #f3efff;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 950;
  line-height: 1.45;
  text-align: left;
}

.sk-lp .sk-ai-step-note img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.sk-lp .sk-ai-output-list span {
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  min-height: 42px;
  padding: 8px 13px;
  color: #170073;
  background: #ffffff;
  border: 1px solid rgba(220, 213, 241, 0.9);
  border-radius: 9px;
  box-shadow: 0 7px 14px rgba(25, 8, 71, 0.07);
  font-size: 12px;
  font-weight: 950;
  text-align: left;
}

.sk-lp .sk-ai-output-list img {
  width: 29px;
  height: 29px;
  object-fit: contain;
}

.sk-lp .sk-ai-tags {
  flex-wrap: nowrap;
  margin-top: 18px;
}

.sk-lp .sk-ai-safety-block {
  margin-top: 28px;
  padding: 42px 44px 44px;
}

.sk-lp .sk-ai-safety-title {
  margin-bottom: 32px;
  font-size: 28px;
}

.sk-lp .sk-ai-safety {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.sk-lp .sk-ai-safety article {
  min-height: 190px;
  padding: 28px 30px 26px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(218, 199, 255, 0.26);
  border-radius: 14px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 16px 30px rgba(6, 1, 37, 0.14);
}

.sk-lp .sk-ai-safety article + article {
  border-left: 1px solid rgba(218, 199, 255, 0.26);
}

.sk-lp .sk-ai-safety-icon {
  width: 78px;
  height: 78px;
}

.sk-lp .sk-ai-safety h3 {
  font-size: 16px;
}

.sk-lp .sk-ai-safety p {
  max-width: 24em;
  font-size: 13px;
}

.sk-lp .sk-ai-cta {
  grid-template-columns: minmax(420px, 0.95fr) minmax(360px, 1.05fr);
  min-height: 0;
  margin-top: 30px;
  padding: 28px 50px;
  background:
    radial-gradient(circle at 76% 50%, rgba(151, 70, 255, 0.52), transparent 38%),
    linear-gradient(135deg, rgba(23, 5, 90, 0.82), rgba(70, 13, 170, 0.58));
}

.sk-lp .sk-ai-cta__text {
  gap: 12px;
}

.sk-lp .sk-ai-cta__text strong {
  font-size: clamp(42px, 4vw, 58px);
  line-height: 1.24;
}

.sk-lp .sk-ai-cta__visual {
  width: min(100%, 430px);
  max-height: 300px;
  object-fit: contain;
  mix-blend-mode: screen;
}

.sk-lp .sk-ai-assurance {
  grid-template-columns: 72px 1fr;
  margin-top: 24px;
  padding: 24px 32px;
}

@media (max-width: 980px) {
  .sk-lp .sk-ai-section {
    padding: 48px 0 56px;
  }

  .sk-lp .sk-ai-wrap {
    width: min(100% - 28px, 720px);
  }

  .sk-lp .sk-ai-hero,
  .sk-lp .sk-ai-steps ol,
  .sk-lp .sk-ai-safety,
  .sk-lp .sk-ai-cta,
  .sk-lp .sk-ai-assurance {
    grid-template-columns: 1fr;
  }

  .sk-lp .sk-ai-hero {
    gap: 28px;
    min-height: auto;
  }

  .sk-lp .sk-ai-copy h2 {
    font-size: 38px;
  }

  .sk-lp .sk-ai-top-visual {
    min-height: 560px;
  }

  .sk-lp .sk-ai-step-card + .sk-ai-step-card::before {
    content: none;
  }

  .sk-lp .sk-ai-safety article + article {
    border-top: 1px solid rgba(218, 199, 255, 0.24);
    border-left: 0;
  }

  .sk-lp .sk-ai-cta {
    min-height: auto;
    padding: 30px 24px;
  }

  .sk-lp .sk-ai-cta__visual {
    justify-self: center;
  }
}

/* Final profile/developer section rebuild */
.sk-lp .sk-profile-section {
  position: relative;
  padding: 0 0 68px;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 8%, rgba(230, 243, 255, 0.96), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f5fbff 68%, #ffffff 100%);
}

.sk-lp .sk-profile-section::after {
  top: 34px;
  right: max(26px, calc((100vw - 1360px) / 2));
  width: 220px;
  height: 220px;
  background-image: radial-gradient(rgba(44, 138, 210, 0.24) 1.4px, transparent 1.4px);
  background-size: 13px 13px;
  opacity: 0.72;
}

.sk-lp .sk-profile-wrap {
  width: min(100% - 72px, 1360px);
}

.sk-lp .sk-profile-hero {
  position: relative;
  min-height: 560px;
  overflow: hidden;
}

.sk-lp .sk-profile-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.98) 38%, rgba(255, 255, 255, 0.34) 62%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  z-index: 1;
}

.sk-lp .sk-profile-hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(500px, 0.96fr) minmax(520px, 1.04fr);
  align-items: stretch;
  min-height: 560px;
  z-index: 2;
}

.sk-lp .sk-profile-heading {
  z-index: 3;
  display: grid;
  align-content: center;
  justify-items: start;
  text-align: left;
  padding: 36px 0 72px;
}

.sk-lp .sk-profile-heading p {
  min-height: 42px;
  padding: 0 22px;
  background: #e3efff;
  border-radius: 999px;
  color: #0758df;
  font-size: 17px;
}

.sk-lp .sk-profile-heading p img {
  width: 24px;
  height: 24px;
}

.sk-lp .sk-profile-heading h2 {
  margin-top: 26px;
  font-size: clamp(48px, 4.8vw, 66px);
  line-height: 1.22;
  letter-spacing: 0;
}

.sk-lp .sk-profile-heading span {
  margin-top: 30px;
  font-size: 17px;
  line-height: 2.05;
}

.sk-lp .sk-profile-hero__photo {
  position: absolute;
  top: 0;
  right: calc((100vw - min(100vw - 72px, 1360px)) / -2);
  z-index: 0;
  width: min(58vw, 830px);
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  object-position: 54% center;
  mask-image: linear-gradient(90deg, transparent 0%, #000 26%, #000 100%);
}

.sk-lp .sk-profile-main {
  grid-template-columns: 390px minmax(0, 1fr);
  gap: 58px;
  align-items: center;
  margin-top: 22px;
  padding: 42px 42px 40px;
  background:
    radial-gradient(circle at 9% 42%, rgba(232, 242, 255, 0.74), transparent 32%),
    rgba(255, 255, 255, 0.98);
  border: 1px solid #cfe3fb;
  border-radius: 16px;
  box-shadow: 0 20px 48px rgba(0, 83, 153, 0.08);
}

.sk-lp .sk-profile-photo {
  min-height: 332px;
  background: linear-gradient(135deg, #f8fbff, #ffffff);
  border-radius: 14px;
}

.sk-lp .sk-profile-photo img {
  height: 332px;
  padding: 0;
  object-fit: contain;
  transform: none;
}

.sk-lp .sk-profile-role {
  color: #0a63e9;
  font-size: 16px;
}

.sk-lp .sk-profile-copy h3 {
  gap: 26px;
  margin-top: 10px;
  font-size: 54px;
  line-height: 1.08;
}

.sk-lp .sk-profile-copy h3 span {
  font-size: 18px;
}

.sk-lp .sk-profile-title {
  margin-top: 18px;
  padding: 7px 18px;
  border-radius: 5px;
  font-size: 15px;
}

.sk-lp .sk-profile-body {
  max-width: 760px;
  margin-top: 22px;
  font-size: 16px;
  line-height: 2.05;
}

.sk-lp .sk-profile-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.sk-lp .sk-profile-badges span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: auto;
  min-height: 44px;
  padding: 8px 18px;
  background: #eef5ff;
  border: 1px solid #d7e7fb;
  border-radius: 999px;
  color: #17458e;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.sk-lp .sk-profile-badges img {
  width: 22px;
  height: 22px;
}

.sk-lp .sk-profile-values-rich {
  margin-top: 20px;
  padding: 34px 34px 28px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid #d5e6fa;
  border-radius: 16px;
  box-shadow: 0 18px 42px rgba(0, 83, 153, 0.07);
}

.sk-lp .sk-profile-values-rich__hero {
  display: block;
  min-height: 0;
  padding: 0;
  text-align: center;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.sk-lp .sk-profile-values-rich__hero > img,
.sk-lp .sk-profile-values-rich__hero h3,
.sk-lp .sk-profile-values-rich__hero p:not(.sk-profile-values-rich__eyebrow) {
  display: none;
}

.sk-lp .sk-profile-values-rich__eyebrow {
  display: inline-grid;
  grid-template-columns: 90px auto 90px;
  gap: 22px;
  align-items: center;
  color: var(--sk-navy);
  font-size: 26px;
  font-weight: 950;
  letter-spacing: 0;
}

.sk-lp .sk-profile-values-rich__eyebrow span {
  width: 100%;
  height: 2px;
  background: #bfd9fa;
}

.sk-lp .sk-profile-values-rich__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 34px;
}

.sk-lp .sk-profile-values-rich__grid article {
  display: grid;
  grid-template-rows: auto auto 1fr 132px;
  min-height: 396px;
  padding: 0 20px;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}

.sk-lp .sk-profile-values-rich__grid article + article {
  border-left: 1px solid #d9e7f7;
}

.sk-lp .sk-profile-values-rich__grid article::after {
  content: none;
}

.sk-lp .sk-profile-values-rich__grid b {
  position: static;
  justify-self: start;
  color: rgba(65, 120, 220, 0.35);
  background: transparent;
  box-shadow: none;
  font-size: 29px;
}

.sk-lp .sk-profile-values-rich__head {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 16px;
  margin-top: 2px;
}

.sk-lp .sk-profile-values-rich__head span {
  width: 86px;
  height: 86px;
  background: #eef5ff;
  border: 1px solid #dbe9fb;
  border-radius: 50%;
}

.sk-lp .sk-profile-values-rich__head img {
  width: 46px;
  height: 46px;
}

.sk-lp .sk-profile-values-rich__head h4 {
  color: #0758df;
  font-size: 22px;
  line-height: 1.45;
}

.sk-lp .sk-profile-values-rich__head h4::after {
  width: 36px;
  margin: 12px auto 0;
}

.sk-lp .sk-profile-values-rich__grid article > p {
  margin: 18px 4px 20px;
  color: var(--sk-navy);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.9;
}

.sk-lp .sk-profile-values-rich__photo {
  align-self: end;
  width: calc(100% + 40px);
  height: 132px;
  margin: 0 -20px;
  border-radius: 10px;
  object-fit: cover;
  filter: saturate(0.95) brightness(1.05);
}

.sk-lp .sk-profile-values-rich__grid article:nth-child(1) .sk-profile-values-rich__photo {
  object-position: center;
}

.sk-lp .sk-profile-values-rich__grid article:nth-child(2) .sk-profile-values-rich__photo {
  object-position: center;
}

.sk-lp .sk-profile-values-rich__grid article:nth-child(3) .sk-profile-values-rich__photo {
  object-position: center 62%;
}

.sk-lp .sk-profile-values-rich__grid article:nth-child(4) .sk-profile-values-rich__photo {
  object-position: center;
}

.sk-lp .sk-profile-values-rich__closing {
  position: relative;
  display: grid;
  grid-template-columns: 220px 1fr 220px;
  align-items: center;
  min-height: 154px;
  margin-top: 28px;
  padding: 28px 44px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(235, 248, 255, 0.94), rgba(247, 253, 255, 0.94), rgba(233, 249, 252, 0.94));
  border: 1px solid #d7e9fb;
  border-radius: 14px;
}

.sk-lp .sk-profile-values-rich__closing img {
  position: static;
  grid-column: 1 / -1;
  grid-row: 1;
  width: 100%;
  height: 100%;
  min-height: 120px;
  object-fit: cover;
  opacity: 0.26;
}

.sk-lp .sk-profile-values-rich__closing > div {
  grid-column: 2;
  grid-row: 1;
  max-width: 800px;
}

.sk-lp .sk-profile-values-rich__closing p {
  font-size: 27px;
  line-height: 1.65;
}

.sk-lp .sk-profile-values-rich__closing span {
  margin-top: 14px;
  font-size: 14px;
}

.sk-lp .sk-profile-values-rich__closing::before,
.sk-lp .sk-profile-values-rich__closing::after {
  content: none;
}

@media (max-width: 980px) {
  .sk-lp .sk-profile-section {
    padding-bottom: 44px;
  }

  .sk-lp .sk-profile-wrap {
    width: min(100% - 28px, 720px);
  }

  .sk-lp .sk-profile-hero,
  .sk-lp .sk-profile-hero__inner {
    min-height: auto;
  }

  .sk-lp .sk-profile-hero__inner,
  .sk-lp .sk-profile-main,
  .sk-lp .sk-profile-values-rich__grid,
  .sk-lp .sk-profile-values-rich__closing {
    grid-template-columns: 1fr;
  }

  .sk-lp .sk-profile-heading {
    padding: 42px 0 28px;
  }

  .sk-lp .sk-profile-heading h2 {
    font-size: 40px;
  }

  .sk-lp .sk-profile-heading span {
    font-size: 14px;
  }

  .sk-lp .sk-profile-hero__photo {
    position: relative;
    right: auto;
    width: 100%;
    min-height: 300px;
    border-radius: 14px;
    mask-image: none;
  }

  .sk-lp .sk-profile-copy h3 {
    display: grid;
    gap: 8px;
    font-size: 40px;
  }

  .sk-lp .sk-profile-badges {
    grid-template-columns: 1fr;
  }

  .sk-lp .sk-profile-values-rich__eyebrow {
    grid-template-columns: 1fr;
    gap: 10px;
    font-size: 22px;
  }

  .sk-lp .sk-profile-values-rich__eyebrow span {
    display: none;
  }

  .sk-lp .sk-profile-values-rich__grid article {
    min-height: auto;
    padding: 24px 0;
  }

  .sk-lp .sk-profile-values-rich__grid article + article {
    border-top: 1px solid #d9e7f7;
    border-left: 0;
  }

  .sk-lp .sk-profile-values-rich__photo {
    width: 100%;
    margin: 0;
  }

  .sk-lp .sk-profile-values-rich__closing {
    padding: 30px 22px;
  }

  .sk-lp .sk-profile-values-rich__closing > div {
    grid-column: 1;
  }

  .sk-lp .sk-profile-values-rich__closing p {
    font-size: 21px;
  }
}

/* Final FAQ hero replacement */
.sk-lp .sk-faq-section {
  position: relative;
  padding: 0 0 72px;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 12%, rgba(224, 240, 255, 0.9), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f2f9ff 58%, #ffffff 100%);
}

.sk-lp .sk-faq-section::before {
  top: 150px;
  left: auto;
  right: 16px;
  width: 210px;
  height: 230px;
  opacity: 0.48;
  background-image: radial-gradient(rgba(42, 124, 224, 0.24) 1.4px, transparent 1.4px);
  background-size: 13px 13px;
}

.sk-lp .sk-faq-section::after {
  content: none;
}

.sk-lp .sk-faq-wrap {
  width: min(100% - 56px, 1380px);
}

.sk-lp .sk-faq-heading {
  position: relative;
  display: grid;
  grid-template-columns: minmax(620px, 0.96fr) minmax(560px, 1.04fr);
  gap: 38px;
  align-items: center;
  min-height: 520px;
  padding: 64px 0 42px;
}

.sk-lp .sk-faq-heading::before {
  position: absolute;
  top: 18px;
  right: -48px;
  bottom: 0;
  width: 59%;
  content: "";
  background:
    radial-gradient(circle at 52% 18%, rgba(209, 230, 250, 0.7), transparent 28%),
    linear-gradient(135deg, rgba(239, 248, 255, 0.84), rgba(255, 255, 255, 0));
  border-radius: 0 0 0 170px;
  pointer-events: none;
}

.sk-lp .sk-faq-heading__copy,
.sk-lp .sk-faq-visual {
  position: relative;
  z-index: 1;
}

.sk-lp .sk-faq-heading > div,
.sk-lp .sk-faq-heading__copy {
  text-align: left;
}

.sk-lp .sk-faq-heading p {
  min-height: 42px;
  padding: 0 20px;
  background: #e4efff;
  color: #115bdc;
  border-radius: 999px;
  font-size: 18px;
}

.sk-lp .sk-faq-heading p img {
  width: 26px;
  height: 26px;
}

.sk-lp .sk-faq-heading h2 {
  margin-top: 34px;
  color: var(--sk-navy);
  font-size: clamp(50px, 4.35vw, 64px);
  font-weight: 950;
  line-height: 1.26;
  letter-spacing: 0;
}

.sk-lp .sk-faq-heading span {
  margin-top: 28px;
  color: var(--sk-navy);
  font-size: 18px;
  font-weight: 850;
  line-height: 1.95;
}

.sk-lp .sk-faq-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  width: min(100%, 620px);
  margin-top: 42px;
}

.sk-lp .sk-faq-categories span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 132px;
  min-height: 54px;
  padding: 0 20px;
  color: var(--sk-navy);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #cfe0f5;
  border-radius: 12px;
  box-shadow: 0 10px 22px rgba(0, 83, 153, 0.05);
  font-size: 15px;
  font-weight: 900;
}

.sk-lp .sk-faq-categories img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.sk-lp .sk-faq-visual {
  min-height: 470px;
}

.sk-lp .sk-faq-device {
  position: absolute;
  right: -44px;
  bottom: 0;
  width: min(700px, 104%);
  max-width: none;
  height: 430px;
  object-fit: cover;
  object-position: center 58%;
  border-radius: 0;
  filter: drop-shadow(0 24px 34px rgba(31, 69, 130, 0.14));
  mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 100%);
}

.sk-lp .sk-faq-float {
  display: none;
}

.sk-lp .sk-faq-float__icon {
  display: grid;
  place-items: center;
  width: 84px;
  height: 84px;
  background: linear-gradient(160deg, #ffffff 0%, #f3f8ff 100%);
  border: 1px solid rgba(206, 224, 248, 0.9);
  border-radius: 50%;
  box-shadow:
    0 18px 36px rgba(29, 82, 160, 0.18),
    0 4px 10px rgba(29, 82, 160, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.sk-lp .sk-faq-float__icon img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.sk-lp .sk-faq-float__label {
  padding: 5px 14px;
  color: var(--sk-navy);
  background: #ffffff;
  border: 1px solid rgba(206, 224, 248, 0.9);
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(29, 82, 160, 0.12);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1;
}

.sk-lp .sk-faq-float--security .sk-faq-float__icon {
  background: linear-gradient(160deg, #ffffff 0%, #e7f0ff 100%);
}

.sk-lp .sk-faq-float--price .sk-faq-float__icon {
  background: linear-gradient(160deg, #ffffff 0%, #e4f7ee 100%);
  border-color: rgba(180, 222, 200, 0.9);
}

.sk-lp .sk-faq-float--support .sk-faq-float__icon {
  background: linear-gradient(160deg, #ffffff 0%, #e6f2ff 100%);
}

.sk-lp .sk-faq-float--ai .sk-faq-float__icon {
  background: linear-gradient(160deg, #ffffff 0%, #ece4ff 100%);
  border-color: rgba(206, 196, 244, 0.9);
}

.sk-lp .sk-faq-float--security {
  top: 8px;
  left: 162px;
}

.sk-lp .sk-faq-float--price {
  top: 132px;
  left: 22px;
}

.sk-lp .sk-faq-float--support {
  top: 268px;
  left: 22px;
}

.sk-lp .sk-faq-float--ai {
  top: 388px;
  left: 162px;
}

.sk-lp .sk-faq-card {
  position: relative;
  z-index: 2;
  margin-top: 0;
  padding: 28px 30px 30px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid #d6e7fa;
  border-radius: 16px;
  box-shadow: 0 20px 46px rgba(0, 83, 153, 0.1);
}

.sk-lp .sk-faq-list {
  gap: 14px;
}

.sk-lp .sk-faq-item {
  border-color: #d7e7f8;
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(0, 83, 153, 0.045);
}

.sk-lp .sk-faq-question {
  grid-template-columns: 54px 1fr 36px;
  min-height: 82px;
  padding: 0 24px;
}

.sk-lp .sk-faq-question > img:first-child,
.sk-lp .sk-faq-answer > img:first-child {
  width: 50px;
  height: 50px;
}

.sk-lp .sk-faq-question h3 {
  font-size: 21px;
}

.sk-lp .sk-faq-toggle {
  width: 34px;
  height: 34px;
}

.sk-lp .sk-faq-answer {
  grid-template-columns: 54px minmax(0, 1fr) 270px;
  gap: 22px;
  align-items: center;
  padding: 28px 24px 32px;
  background: linear-gradient(180deg, #fbfdff 0%, #ffffff 100%);
}

.sk-lp .sk-faq-answer p {
  font-size: 17px;
  line-height: 1.95;
}

.sk-lp .sk-faq-answer-device {
  display: block;
  width: 250px;
  height: 104px;
  object-fit: contain;
  justify-self: end;
}

.sk-lp .sk-faq-help,
.sk-lp .sk-faq-cta,
.sk-lp .sk-faq-assurance {
  display: none;
}

@media (max-width: 980px) {
  .sk-lp .sk-faq-section {
    padding-bottom: 44px;
  }

  .sk-lp .sk-faq-wrap {
    width: min(100% - 28px, 720px);
  }

  .sk-lp .sk-faq-heading {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 44px 0 26px;
  }

  .sk-lp .sk-faq-heading::before {
    content: none;
  }

  .sk-lp .sk-faq-heading h2 {
    font-size: 40px;
  }

  .sk-lp .sk-faq-heading span {
    font-size: 14px;
  }

  .sk-lp .sk-faq-visual {
    display: none;
  }

  .sk-lp .sk-faq-card {
    padding: 16px;
  }

  .sk-lp .sk-faq-question,
  .sk-lp .sk-faq-answer {
    grid-template-columns: 42px 1fr;
  }

  .sk-lp .sk-faq-toggle {
    grid-column: 2;
    grid-row: 1;
  }

  .sk-lp .sk-faq-answer-device {
    grid-column: 1 / -1;
    justify-self: center;
  }
}

/* Final origin problem zigzag layout */
.sk-lp .sk-origin-redesign__wrap {
  width: min(100% - 72px, 1180px);
}

.sk-lp .sk-origin-worry-block {
  position: relative;
  margin-top: 58px;
  padding: 0 0 16px;
}

.sk-lp .sk-origin-worry-block::before,
.sk-lp .sk-origin-worry-block::after {
  position: absolute;
  z-index: 0;
  content: "";
  pointer-events: none;
}

.sk-lp .sk-origin-worry-block::before {
  top: 86px;
  left: 88px;
  width: 170px;
  height: 170px;
  opacity: 0.35;
  background-image: radial-gradient(rgba(74, 139, 226, 0.26) 1.5px, transparent 1.5px);
  background-size: 13px 13px;
}

.sk-lp .sk-origin-worry-block::after {
  top: 610px;
  left: 14px;
  width: 142px;
  height: 142px;
  border: 2px dashed rgba(94, 151, 232, 0.25);
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
}

.sk-lp .sk-origin-worry-kicker {
  position: relative;
  z-index: 1;
  color: #155fe8;
  font-size: 15px;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-align: center;
}

.sk-lp .sk-origin-worry-block > h2 {
  position: relative;
  z-index: 1;
  margin-top: 12px;
  color: var(--sk-navy);
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 950;
  line-height: 1.25;
  text-align: center;
}

.sk-lp .sk-origin-worry-lead {
  position: relative;
  z-index: 1;
  margin-top: 20px;
  color: var(--sk-navy);
  font-size: 18px;
  font-weight: 850;
  line-height: 1.85;
  text-align: center;
}

.sk-lp .sk-origin-worry-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-top: 48px;
}

.sk-lp .sk-origin-worry-grid article {
  display: grid;
  grid-template-columns: 500px 560px;
  align-items: stretch;
  width: min(calc(100% - 88px), 1060px);
  min-height: 250px;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.sk-lp .sk-origin-worry-grid article:nth-child(1),
.sk-lp .sk-origin-worry-grid article:nth-child(3) {
  margin-left: 54px;
}

.sk-lp .sk-origin-worry-grid article:nth-child(2) {
  grid-template-columns: 560px 500px;
  margin-left: auto;
  margin-right: 54px;
}

.sk-lp .sk-origin-worry-grid article > img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 250px;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  filter: none;
  border-radius: 8px;
  box-shadow: 0 16px 30px rgba(0, 83, 153, 0.08);
}

.sk-lp .sk-origin-worry-grid article:nth-child(1) > img {
  object-position: center 18%;
}

.sk-lp .sk-origin-worry-grid article:nth-child(2) > img {
  order: 2;
  object-position: center 18%;
}

.sk-lp .sk-origin-worry-grid article:nth-child(3) > img {
  object-position: center 42%;
}

.sk-lp .sk-origin-worry-grid article > div {
  position: relative;
  z-index: 2;
  min-height: 250px;
  padding: 36px 132px 34px 82px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid #dce9f8;
  border-radius: 14px;
  box-shadow: 0 18px 42px rgba(0, 83, 153, 0.1);
}

.sk-lp .sk-origin-worry-grid article:nth-child(1) > div,
.sk-lp .sk-origin-worry-grid article:nth-child(3) > div {
  margin-left: -38px;
}

.sk-lp .sk-origin-worry-grid article:nth-child(2) > div {
  order: 1;
  margin-right: -38px;
  padding-right: 126px;
}

.sk-lp .sk-origin-worry-grid article > div::before {
  position: absolute;
  top: 34px;
  left: 46px;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #2d82ff 0%, #1548d6 100%);
  border-radius: 50%;
  box-shadow: 0 12px 22px rgba(19, 81, 214, 0.24);
  font-size: 18px;
  font-weight: 950;
}

.sk-lp .sk-origin-worry-grid article:nth-child(1) > div::before {
  content: "01";
}

.sk-lp .sk-origin-worry-grid article:nth-child(2) > div::before {
  content: "02";
}

.sk-lp .sk-origin-worry-grid article:nth-child(3) > div::before {
  content: "03";
}

.sk-lp .sk-origin-worry-grid article > div::after {
  position: absolute;
  top: 50%;
  right: 54px;
  width: 116px;
  height: 116px;
  content: "";
  background-color: #edf5ff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 58px 58px;
  border-radius: 50%;
  transform: translateY(-50%);
}

.sk-lp .sk-origin-worry-grid article:nth-child(1) > div::after {
  background-image: url("./assets/icons/history-clock.png");
}

.sk-lp .sk-origin-worry-grid article:nth-child(2) > div::after {
  background-image: url("./assets/icons/document.png");
}

.sk-lp .sk-origin-worry-grid article:nth-child(3) > div::after {
  background-image: url("./assets/icons/users.png");
}

.sk-lp .sk-origin-worry-grid h3 {
  position: relative;
  margin-left: 46px;
  color: var(--sk-navy);
  font-size: 28px;
  font-weight: 950;
  line-height: 1.35;
  text-align: left;
}

.sk-lp .sk-origin-worry-grid h3::after {
  display: block;
  width: 42px;
  height: 3px;
  margin-top: 16px;
  content: "";
  background: #1e64df;
  border-radius: 999px;
}

.sk-lp .sk-origin-worry-grid ul {
  gap: 12px;
  margin-top: 28px;
}

.sk-lp .sk-origin-worry-grid li {
  min-height: 22px;
  padding-left: 32px;
  color: var(--sk-navy);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.5;
}

.sk-lp .sk-origin-worry-grid li::before {
  top: 1px;
  left: 0;
  width: 21px;
  height: 21px;
  content: "";
  background: url("./assets/icons/check-circle.png") center / contain no-repeat;
}

.sk-lp .sk-origin-solution {
  margin-top: 34px;
  padding: 44px 48px 34px;
  overflow: hidden;
  background:
    radial-gradient(circle at 94% 80%, rgba(143, 184, 255, 0.15), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 252, 255, 0.98));
  border-radius: 16px;
}

.sk-lp .sk-origin-solution::before {
  position: absolute;
  left: 34px;
  bottom: 58px;
  width: 150px;
  height: 150px;
  content: "";
  border: 2px dashed rgba(94, 151, 232, 0.24);
  border-radius: 50%;
}

.sk-lp .sk-origin-solution::after {
  right: 126px;
  bottom: 26px;
  width: 140px;
  height: 140px;
  opacity: 0.52;
  background-image: radial-gradient(rgba(72, 132, 236, 0.2) 1.5px, transparent 1.5px);
  background-size: 9px 9px;
}

.sk-lp .sk-origin-solution__grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr 230px;
  gap: 34px;
  align-items: center;
  margin-top: 0;
}

.sk-lp .sk-origin-solution__intro h2 {
  color: var(--sk-navy);
  font-size: 32px;
  font-weight: 950;
  line-height: 1.55;
}

.sk-lp .sk-origin-solution__intro h2 br + * {
  color: #0f62df;
}

.sk-lp .sk-origin-solution__intro h2::first-line {
  color: var(--sk-navy);
}

.sk-lp .sk-origin-solution__intro h2 {
  background: linear-gradient(90deg, var(--sk-navy) 0 52%, #0f62df 52% 100%);
  background-clip: text;
}

.sk-lp .sk-origin-solution__intro img {
  width: 285px;
  max-width: 100%;
  margin-top: 28px;
  object-fit: contain;
}

.sk-lp .sk-origin-solution__grid > img:not(.sk-origin-solution__doctor) {
  width: 100%;
}

.sk-lp .sk-origin-solution__list {
  gap: 22px;
}

.sk-lp .sk-origin-solution__list section {
  grid-template-columns: 64px 1fr;
  gap: 20px;
}

.sk-lp .sk-origin-solution__list span {
  width: 62px;
  height: 62px;
  background: #eaf2ff;
}

.sk-lp .sk-origin-solution__list h3 {
  font-size: 21px;
}

.sk-lp .sk-origin-solution__doctor {
  align-self: end;
  width: 230px;
  max-width: 100%;
  object-fit: contain;
}

@media (max-width: 980px) {
  .sk-lp .sk-origin-redesign__wrap {
    width: min(100% - 28px, 720px);
  }

  .sk-lp .sk-origin-worry-grid article,
  .sk-lp .sk-origin-worry-grid article:nth-child(2),
  .sk-lp .sk-origin-solution__grid {
    grid-template-columns: 1fr;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .sk-lp .sk-origin-worry-grid article:nth-child(2) > img,
  .sk-lp .sk-origin-worry-grid article:nth-child(2) > div {
    order: initial;
  }

  .sk-lp .sk-origin-worry-grid article > div,
  .sk-lp .sk-origin-worry-grid article:nth-child(1) > div,
  .sk-lp .sk-origin-worry-grid article:nth-child(2) > div,
  .sk-lp .sk-origin-worry-grid article:nth-child(3) > div {
    margin: -18px 12px 0;
    padding: 28px 28px 30px;
  }

  .sk-lp .sk-origin-worry-grid article > div::before {
    position: static;
    margin-bottom: 18px;
  }

  .sk-lp .sk-origin-worry-grid article > div::after {
    display: none;
  }

  .sk-lp .sk-origin-worry-grid h3 {
    margin-left: 0;
    font-size: 24px;
  }

  .sk-lp .sk-origin-solution {
    padding: 32px 24px;
  }

  .sk-lp .sk-origin-solution__doctor {
    justify-self: center;
  }
}

/* Flow document preview as a generated raster image */
.sk-lp .sk-flow-panel {
  padding-right: 42px;
}

.sk-lp .sk-flow-panel__top {
  grid-template-columns: minmax(430px, 0.84fr) minmax(0, 1.16fr);
  gap: 30px;
  min-height: 445px;
}

.sk-lp .sk-flow-copy {
  max-width: 560px;
}

.sk-lp .sk-flow-copy h2 {
  max-width: 560px;
}

.sk-lp .sk-flow-copy h2 span + span {
  font-size: clamp(37px, 3.55vw, 48px);
  line-height: 1.38;
}

.sk-lp .sk-flow-copy h2 .sk-flow-title-chunk {
  display: block;
}

.sk-lp .sk-flow-docs {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  padding: 0;
}

.sk-lp .sk-flow-docs::before,
.sk-lp .sk-flow-docs::after {
  content: none;
}

.sk-lp .sk-flow-docs__image {
  display: block;
  width: min(100%, 730px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 20px 34px rgba(31, 45, 92, 0.12));
}

@media (max-width: 980px) {
  .sk-lp .sk-flow-docs__image {
    width: min(100%, 720px);
  }
}

/* NERVIX AI top visual: production UI image */
.sk-lp .sk-ai-top-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 570px;
  padding: 8px 0 0;
}

.sk-lp .sk-ai-top-visual::before,
.sk-lp .sk-ai-top-visual::after {
  content: none;
}

.sk-lp .sk-ai-product-screen {
  display: block;
  width: min(110%, 650px);
  max-height: 620px;
  object-fit: contain;
  border-radius: 18px;
  box-shadow:
    0 34px 72px rgba(3, 0, 42, 0.48),
    0 0 0 1px rgba(201, 213, 255, 0.45),
    0 0 48px rgba(133, 104, 255, 0.26);
}

@media (max-width: 980px) {
  .sk-lp .sk-ai-top-visual {
    min-height: 0;
    padding: 8px 0 0;
  }

  .sk-lp .sk-ai-product-screen {
    width: min(100%, 460px);
    max-height: none;
  }
}

/* Final flow section: one-stop post-interview workflow */
.sk-lp .sk-flow {
  padding: 64px 0 70px;
  background:
    radial-gradient(circle at 88% 3%, rgba(226, 244, 255, 0.78), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f5fbff 100%);
}

.sk-lp .sk-flow .sk-wrap {
  width: min(100% - 44px, 1220px);
}

.sk-lp .sk-flow-panel {
  padding: 0;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.sk-lp .sk-flow-panel::after {
  content: "\7523\696D\533B\306E\73FE\5834\306B\3001\3086\3068\308A\3068\4FA1\5024\3092\3002";
}

.sk-lp .sk-flow-panel__top {
  display: grid;
  grid-template-columns: minmax(500px, 0.95fr) minmax(520px, 1.05fr);
  gap: 34px;
  align-items: center;
  min-height: 540px;
}

.sk-lp .sk-flow-copy {
  max-width: 640px;
}

.sk-lp .sk-flow-copy::before {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-bottom: 34px;
  padding: 0 22px;
  color: #ffffff;
  background: linear-gradient(90deg, #1d79ed, #1554d5);
  border-radius: 999px;
  content: "産業医の現場に、ゆとりと価値を。";
  font-size: 14px;
  font-weight: 950;
}

.sk-lp .sk-flow-copy h2 {
  max-width: 700px;
  color: var(--sk-navy);
  font-size: clamp(42px, 4.4vw, 62px);
  font-weight: 950;
  line-height: 1.22;
  letter-spacing: 0;
}

.sk-lp .sk-flow-copy h2 span:first-child {
  white-space: nowrap;
}

.sk-lp .sk-flow-copy h2 span + span {
  color: #1264df;
  font-size: inherit;
  line-height: inherit;
}

.sk-lp .sk-flow-copy h2 .sk-flow-title-chunk {
  display: inline;
}

.sk-lp .sk-flow-copy h2 .sk-flow-title-chunk:last-child {
  display: block;
}

.sk-lp .sk-flow-copy > p {
  max-width: 35em;
  margin-top: 28px;
  color: var(--sk-navy);
  font-size: 17px;
  font-weight: 850;
  line-height: 2.05;
}

.sk-lp .sk-flow-copy ul {
  display: grid;
  gap: 16px;
  margin-top: 34px;
}

.sk-lp .sk-flow-copy li {
  min-height: 30px;
  padding-left: 44px;
  color: var(--sk-navy);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.7;
}

.sk-lp .sk-flow-copy li::before {
  top: 2px;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: #ffffff;
  background: #1264df;
  border-radius: 50%;
  content: "✓";
  font-size: 15px;
  font-weight: 950;
}

.sk-lp .sk-flow-docs {
  position: relative;
  min-height: 420px;
  align-items: center;
  justify-content: center;
  padding: 0 0 42px;
}

.sk-lp .sk-flow-docs::before {
  position: absolute;
  right: 2%;
  bottom: 0;
  z-index: 2;
  display: grid;
  width: 172px;
  height: 172px;
  place-items: center;
  padding: 46px 24px 22px;
  color: #1264df;
  background:
    radial-gradient(circle at 50% 38%, transparent 0 25px, rgba(255, 255, 255, 0) 26px),
    linear-gradient(180deg, #ffffff 0%, #eaf4ff 100%);
  border: 1px solid #d6e7fb;
  border-radius: 50%;
  box-shadow: 0 18px 36px rgba(31, 89, 176, 0.18);
  content: "作業時間を\A大幅に削減";
  font-size: 17px;
  font-weight: 950;
  line-height: 1.55;
  text-align: center;
  white-space: pre;
}

.sk-lp .sk-flow-docs::after {
  position: absolute;
  right: calc(2% + 67px);
  bottom: 106px;
  z-index: 3;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #1264df;
  border: 4px solid #1264df;
  border-radius: 50%;
  content: "◷";
  font-size: 30px;
  font-weight: 950;
  line-height: 1;
}

.sk-lp .sk-flow-docs__image {
  width: min(100%, 640px);
  filter: drop-shadow(0 24px 34px rgba(31, 69, 130, 0.15));
}

.sk-lp .sk-flow-steps-heading {
  margin-top: 34px;
  padding-top: 44px;
  text-align: center;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #dceafb;
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
}

.sk-lp .sk-flow-steps-heading span {
  display: inline-grid;
  grid-template-columns: 86px auto 86px;
  gap: 24px;
  align-items: center;
  color: #1264df;
  font-size: 15px;
  font-weight: 950;
}

.sk-lp .sk-flow-steps-heading span::before,
.sk-lp .sk-flow-steps-heading span::after {
  height: 2px;
  content: "";
  background: #9bbcf0;
}

.sk-lp .sk-flow-steps-heading h3 {
  margin-top: 10px;
  color: var(--sk-navy);
  font-size: 36px;
  font-weight: 950;
  letter-spacing: 0.06em;
}

.sk-lp .sk-flow-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 0;
  padding: 26px 84px 46px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #dceafb;
  border-top: 0;
  border-radius: 0 0 18px 18px;
  box-shadow: 0 18px 40px rgba(0, 83, 153, 0.08);
}

.sk-lp .sk-flow-list li {
  display: grid;
  grid-template-columns: 92px minmax(210px, 0.7fr) minmax(330px, 1fr);
  gap: 28px;
  align-items: center;
  min-height: 158px;
  padding: 20px 28px 20px 0;
  background: #ffffff;
  border: 1px solid #dbe8f8;
  border-radius: 13px;
  box-shadow: 0 10px 24px rgba(31, 69, 130, 0.05);
}

.sk-lp .sk-flow-list li + li {
  margin-top: 34px;
}

.sk-lp .sk-flow-list li + li::before {
  top: -29px;
  left: 50%;
  width: 28px;
  height: 28px;
  background: none;
  border-right: 5px solid #8aa0c7;
  border-bottom: 5px solid #8aa0c7;
  transform: translateX(-50%) rotate(45deg);
}

.sk-lp .sk-flow-list li + li::after {
  content: none;
}

.sk-lp .sk-flow-icon {
  grid-column: 1;
  grid-row: 1 / span 3;
  justify-self: center;
  width: 72px;
  height: 72px;
}

.sk-lp .sk-flow-list b {
  position: absolute;
  left: -42px;
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  color: #ffffff;
  background: #1264df;
  border-radius: 50%;
  box-shadow: 0 12px 24px rgba(18, 100, 223, 0.2);
  font-size: 28px;
  font-weight: 950;
}

.sk-lp .sk-flow-list h3 {
  grid-column: 2;
  color: #1264df;
  font-size: 22px;
  font-weight: 950;
  line-height: 1.55;
}

.sk-lp .sk-flow-list p {
  grid-column: 2;
  color: var(--sk-navy);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.75;
}

.sk-lp .sk-flow-list li::after {
  grid-column: 3;
  grid-row: 1 / span 3;
  display: block;
  min-height: 112px;
  padding: 22px 26px;
  color: var(--sk-navy);
  background: #ffffff;
  border: 1px solid #e0e9f6;
  border-radius: 10px;
  box-shadow: 0 12px 22px rgba(31, 69, 130, 0.055);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.8;
  white-space: pre-line;
}

.sk-lp .sk-flow-list li:nth-child(1)::after {
  content: "面談記録\A\A面談日　2026年5月18日（月）\A対象者　事務職（人事部）\A面談者　産業医　太郎\A\A主訴・相談内容";
}

.sk-lp .sk-flow-list li:nth-child(2)::after {
  content: "意見書\A\A就業判定・記載内容\A• 就業制限あり\A\A記載事項\A• 就業上の措置・配慮事項";
}

.sk-lp .sk-flow-list li:nth-child(3)::after {
  content: "共有先の選択\A\A　人事向け　　　　職場向け";
}

.sk-lp .sk-flow-list li:nth-child(4)::after {
  content: "PDF出力\A\A　人事向け　　　　職場向け\A　PDF　　　　　　PDF";
}

.sk-lp .sk-flow-list li:nth-child(5)::after {
  content: "履歴\A\A○ 2026/05/18　送付完了";
}

.sk-lp .sk-feature-strip--flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  margin-top: 34px;
  padding: 34px 32px 28px;
  background:
    radial-gradient(circle at 50% 50%, rgba(218, 239, 255, 0.78), transparent 42%),
    rgba(245, 251, 255, 0.95);
  border: 1px solid #d9eafb;
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(0, 83, 153, 0.07);
}

.sk-lp .sk-feature-strip--flow::before {
  grid-column: 1 / -1;
  justify-self: center;
  display: inline-grid;
  grid-template-columns: 96px auto 96px;
  gap: 24px;
  align-items: center;
  color: var(--sk-navy);
  content: "安心・安全・使いやすい";
  font-size: 30px;
  font-weight: 950;
}

.sk-lp .sk-feature-strip--flow::after {
  display: none;
}

.sk-lp .sk-feature-strip--flow article {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  min-height: 330px;
  padding: 34px 28px 30px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #dceafb;
  border-radius: 10px;
  box-shadow: 0 14px 30px rgba(31, 69, 130, 0.08);
  text-align: center;
}

.sk-lp .sk-feature-strip--flow article + article {
  border-left: 1px solid #dceafb;
}

.sk-lp .sk-feature-strip--flow .sk-strip-icon {
  width: 86px;
  height: 86px;
  padding: 18px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 12px 26px rgba(31, 69, 130, 0.12);
}

.sk-lp .sk-feature-strip--flow h3 {
  margin-top: 20px;
  color: #1264df;
  font-size: 20px;
  line-height: 1.6;
}

.sk-lp .sk-feature-strip--flow p {
  max-width: 18em;
  margin-top: 14px;
  color: var(--sk-navy);
  font-size: 15px;
  line-height: 1.9;
}

@media (max-width: 980px) {
  .sk-lp .sk-flow {
    padding: 44px 0 50px;
  }

  .sk-lp .sk-flow .sk-wrap {
    width: min(100% - 28px, 720px);
  }

  .sk-lp .sk-flow-panel__top,
  .sk-lp .sk-feature-strip--flow {
    grid-template-columns: 1fr;
  }

  .sk-lp .sk-flow-copy h2 {
    font-size: 38px;
  }

  .sk-lp .sk-flow-docs {
    min-height: 300px;
  }

  .sk-lp .sk-flow-docs::before,
  .sk-lp .sk-flow-docs::after {
    display: none;
  }

  .sk-lp .sk-flow-list {
    padding: 22px 18px 28px;
  }

  .sk-lp .sk-flow-list li {
    grid-template-columns: 72px 1fr;
    padding: 22px 18px;
  }

  .sk-lp .sk-flow-list b {
    position: static;
    grid-column: 1;
    grid-row: 1;
    width: 58px;
    height: 58px;
    font-size: 22px;
  }

  .sk-lp .sk-flow-icon {
    grid-column: 1;
    grid-row: 2 / span 2;
    width: 54px;
    height: 54px;
  }

  .sk-lp .sk-flow-list h3,
  .sk-lp .sk-flow-list p {
    grid-column: 2;
  }

  .sk-lp .sk-flow-list li::after {
    grid-column: 1 / -1;
    grid-row: auto;
  }
}

/* Screenshot-matched post-interview flow */
.sk-lp .sk-flow {
  padding: 34px 0 58px;
  background: linear-gradient(180deg, #f7fbff 0%, #eef7ff 100%);
}

.sk-lp .sk-flow .sk-wrap {
  width: min(100% - 48px, 1280px);
}

.sk-lp .sk-flow-panel {
  position: relative;
  padding: clamp(34px, 4vw, 46px) clamp(42px, 6vw, 72px) clamp(48px, 5.2vw, 62px) clamp(70px, 7vw, 86px);
  overflow: visible;
  background:
    radial-gradient(circle at 91% -20px, rgba(222, 240, 255, 0.88), transparent 115px),
    #ffffff;
  border: 1px solid rgba(211, 226, 244, 0.92);
  border-radius: 14px;
  box-shadow: 0 22px 56px rgba(27, 72, 137, 0.12);
}

.sk-lp .sk-flow-panel::before {
  position: absolute;
  top: 166px;
  bottom: 86px;
  left: 86px;
  width: 1px;
  content: "";
  background: #d7e3f3;
}

.sk-lp .sk-flow-panel::after {
  content: none;
}

.sk-lp .sk-flow-panel__top,
.sk-lp .sk-feature-strip--flow {
  display: none;
}

.sk-lp .sk-flow-steps-heading {
  margin: 0 0 28px;
  padding: 0;
  text-align: center;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.sk-lp .sk-flow-steps-heading span {
  display: inline-grid;
  grid-template-columns: 76px auto 76px;
  gap: 26px;
  align-items: center;
  color: #145ce2;
  font-size: 15px;
  font-weight: 950;
  line-height: 1;
}

.sk-lp .sk-flow-steps-heading span::before,
.sk-lp .sk-flow-steps-heading span::after {
  height: 2px;
  content: "";
  background: #74a4fb;
}

.sk-lp .sk-flow-steps-heading h3 {
  margin-top: 10px;
  color: #081f4e;
  font-size: 34px;
  font-weight: 950;
  line-height: 1.1;
  letter-spacing: 0.05em;
}

.sk-lp .sk-flow-list {
  position: relative;
  display: grid;
  gap: 22px;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.sk-lp .sk-flow-list li {
  position: relative;
  display: grid;
  grid-template-columns: clamp(86px, 9vw, 118px) minmax(190px, 0.82fr) minmax(260px, 1fr);
  column-gap: clamp(24px, 3vw, 34px);
  align-items: center;
  min-height: 166px;
  padding: 22px clamp(34px, 5vw, 66px) 22px clamp(70px, 7vw, 88px);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #dce7f4;
  border-radius: 12px;
  box-shadow: 0 8px 22px rgba(40, 81, 145, 0.045);
}

.sk-lp .sk-flow-list li + li {
  margin-top: 0;
}

.sk-lp .sk-flow-list li + li::before {
  position: absolute;
  top: -22px;
  left: 50%;
  width: 22px;
  height: 22px;
  content: "";
  background: transparent;
  border-right: 4px solid #8297ba;
  border-bottom: 4px solid #8297ba;
  transform: translateX(-50%) rotate(45deg);
}

.sk-lp .sk-flow-list li::after {
  content: none;
}

.sk-lp .sk-flow-list li:nth-child(1)::after,
.sk-lp .sk-flow-list li:nth-child(2)::after,
.sk-lp .sk-flow-list li:nth-child(3)::after,
.sk-lp .sk-flow-list li:nth-child(4)::after,
.sk-lp .sk-flow-list li:nth-child(5)::after {
  display: none;
  content: none;
}

.sk-lp .sk-flow-list b {
  position: absolute;
  top: 42px;
  left: -34px;
  z-index: 2;
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  color: #ffffff;
  background: linear-gradient(180deg, #3268f3 0%, #064ad0 100%);
  border-radius: 50%;
  box-shadow: 0 10px 22px rgba(12, 77, 204, 0.22);
  font-size: 24px;
  font-weight: 950;
  line-height: 1;
}

.sk-lp .sk-flow-list li:nth-child(4) b,
.sk-lp .sk-flow-list li:nth-child(5) b {
  color: #ffffff;
}

.sk-lp .sk-flow-icon {
  grid-column: 1;
  grid-row: 1 / span 2;
  justify-self: center;
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.sk-lp .sk-flow-list h3 {
  grid-column: 2;
  align-self: end;
  color: #0757df;
  font-size: 22px;
  font-weight: 950;
  line-height: 1.45;
  letter-spacing: 0;
}

.sk-lp .sk-flow-list p {
  grid-column: 2;
  align-self: start;
  margin-top: 8px;
  color: #112b5c;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.72;
}

.sk-lp .sk-flow-preview {
  grid-column: 3;
  grid-row: 1 / span 2;
  justify-self: stretch;
}

.sk-lp .sk-mini-card {
  min-height: 102px;
  padding: 16px 22px 18px;
  color: #153266;
  background: #ffffff;
  border: 1px solid #e3ebf6;
  border-radius: 7px;
  box-shadow: 0 14px 28px rgba(32, 80, 142, 0.12);
}

.sk-lp .sk-mini-card strong {
  display: block;
  padding-bottom: 8px;
  color: #1d5fe8;
  border-bottom: 1px solid #e3ebf6;
  font-size: 12px;
  font-weight: 950;
}

.sk-lp .sk-mini-card dl {
  display: grid;
  gap: 4px;
  margin: 9px 0 8px;
}

.sk-lp .sk-mini-card dl div {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 10px;
}

.sk-lp .sk-mini-card dt,
.sk-lp .sk-mini-card dd,
.sk-lp .sk-mini-card span,
.sk-lp .sk-mini-card em {
  color: #17305d;
  font-size: 10px;
  font-style: normal;
  font-weight: 850;
  line-height: 1.5;
}

.sk-lp .sk-mini-card dd {
  margin: 0;
}

.sk-lp .sk-mini-card > span {
  display: block;
  color: #2c7b52;
}

.sk-lp .sk-flow-preview--opinion .sk-mini-card,
.sk-lp .sk-flow-preview--share .sk-mini-card,
.sk-lp .sk-flow-preview--pdf .sk-mini-card,
.sk-lp .sk-flow-preview--history .sk-mini-card {
  width: min(100%, 330px);
}

.sk-lp .sk-flow-preview--opinion .sk-mini-card em {
  display: block;
  margin: 5px 0 9px;
  padding: 5px 8px;
  color: #155edb;
  background: #edf4ff;
  border-radius: 4px;
}

.sk-lp .sk-flow-preview--opinion .sk-mini-card i {
  display: block;
  width: 74%;
  height: 6px;
  margin-top: 6px;
  background: #dfe8f4;
  border-radius: 99px;
}

.sk-lp .sk-flow-preview--opinion .sk-mini-card i:nth-of-type(2) {
  width: 58%;
}

.sk-lp .sk-flow-preview--opinion .sk-mini-card i:nth-of-type(3) {
  width: 80%;
}

.sk-lp .sk-share-options,
.sk-lp .sk-pdf-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 15px;
}

.sk-lp .sk-share-options span,
.sk-lp .sk-pdf-options span {
  display: grid;
  min-height: 58px;
  place-items: center;
  color: #17305d;
  background: #ffffff;
  border: 1px solid #dfe8f4;
  border-radius: 5px;
  box-shadow: 0 4px 10px rgba(31, 69, 130, 0.045);
}

.sk-lp .sk-share-options span::before {
  width: 14px;
  height: 14px;
  margin-bottom: 4px;
  content: "";
  background: #145ce2;
  border-radius: 50% 50% 45% 45%;
  box-shadow: 18px 0 0 -4px #145ce2;
}

.sk-lp .sk-pdf-options i {
  display: grid;
  width: 30px;
  height: 38px;
  margin-top: 4px;
  place-items: end center;
  padding-bottom: 3px;
  color: #ffffff;
  background: linear-gradient(180deg, #e85252, #c72222);
  border-radius: 2px;
  font-size: 8px;
  font-style: normal;
  font-weight: 950;
}

.sk-lp .sk-history-row {
  position: relative;
  margin-top: 14px;
  padding-left: 22px;
  color: #153266;
  font-size: 13px;
}

.sk-lp .sk-history-row::before {
  position: absolute;
  top: 1px;
  left: 0;
  display: grid;
  width: 14px;
  height: 14px;
  place-items: center;
  color: #ffffff;
  content: "\2713";
  background: #356af2;
  border-radius: 50%;
  font-size: 9px;
}

@media (max-width: 760px) {
  .sk-lp .sk-flow {
    padding: 26px 0 42px;
  }

  .sk-lp .sk-flow .sk-wrap {
    width: min(100% - 24px, 520px);
  }

  .sk-lp .sk-flow-panel {
    padding: 26px 18px 32px 38px;
  }

  .sk-lp .sk-flow-panel::before {
    top: 118px;
    bottom: 56px;
    left: 34px;
  }

  .sk-lp .sk-flow-steps-heading span {
    grid-template-columns: 36px auto 36px;
    gap: 10px;
    font-size: 11px;
  }

  .sk-lp .sk-flow-steps-heading h3 {
    font-size: 23px;
  }

  .sk-lp .sk-flow-list li {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 10px 16px;
    min-height: 0;
    padding: 16px 14px 18px 34px;
  }

  .sk-lp .sk-flow-list b {
    top: 24px;
    left: -26px;
    width: 46px;
    height: 46px;
    font-size: 17px;
  }

  .sk-lp .sk-flow-icon {
    width: 48px;
    height: 48px;
  }

  .sk-lp .sk-flow-list h3 {
    font-size: 15px;
  }

  .sk-lp .sk-flow-list p {
    font-size: 12px;
  }

  .sk-lp .sk-flow-preview {
    grid-column: 1 / -1;
    grid-row: auto;
    margin-top: 8px;
  }

  .sk-lp .sk-flow-preview--opinion .sk-mini-card,
  .sk-lp .sk-flow-preview--share .sk-mini-card,
  .sk-lp .sk-flow-preview--pdf .sk-mini-card,
  .sk-lp .sk-flow-preview--history .sk-mini-card,
  .sk-lp .sk-mini-card {
    width: 100%;
  }
}

/* Three-layer information delivery diagram */
.sk-lp .sk-flow-panel:has(.sk-flow-segmentation) {
  padding: 48px 54px 52px;
  overflow: hidden;
  background:
    linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.96) 36%, rgba(246, 251, 255, 0.92) 100%),
    radial-gradient(circle at 78% 20%, rgba(217, 245, 233, 0.78), transparent 24%),
    radial-gradient(circle at 78% 55%, rgba(236, 224, 255, 0.88), transparent 24%),
    radial-gradient(circle at 78% 82%, rgba(216, 233, 255, 0.95), transparent 25%);
}

.sk-lp .sk-flow-panel:has(.sk-flow-segmentation)::before {
  content: none;
}

.sk-flow-segmentation {
  display: grid;
  grid-template-columns: minmax(430px, 0.92fr) minmax(0, 1.28fr);
  gap: 24px;
  align-items: center;
  min-height: 448px;
}

.sk-flow-segmentation__copy {
  position: relative;
  z-index: 2;
  align-self: stretch;
  display: grid;
  align-content: center;
  padding-left: 6px;
}

.sk-flow-segmentation__copy h3 {
  color: #09235c;
  font-size: 29px;
  font-weight: 950;
  line-height: 1.55;
  letter-spacing: 0;
}

.sk-flow-segmentation__copy p {
  max-width: 31em;
  margin-top: 22px;
  color: #123064;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.95;
}

.sk-core-badge {
  position: relative;
  display: grid;
  width: 174px;
  height: 174px;
  place-items: center;
  margin-top: 42px;
  padding: 36px 22px 24px;
  color: #0c48c8;
  background:
    radial-gradient(circle at 50% 44%, #ffffff 0 52%, rgba(232, 244, 255, 0.96) 53% 100%);
  border: 1px solid #d8eafb;
  border-radius: 50%;
  box-shadow:
    0 18px 36px rgba(31, 89, 176, 0.13),
    inset 0 0 0 10px rgba(237, 247, 255, 0.9);
  text-align: center;
}

.sk-core-badge::before {
  position: absolute;
  top: 33px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #fff;
  content: "";
  background: url("./assets/icons/shield.png") center / 24px 24px no-repeat, linear-gradient(180deg, #3678ff, #1455df);
  border-radius: 50%;
  box-shadow: 0 8px 16px rgba(20, 85, 223, 0.2);
}

.sk-core-badge span {
  position: absolute;
  top: 18px;
  color: #266adf;
  font-size: 11px;
  font-weight: 950;
  transform: rotate(-16deg);
}

.sk-core-badge strong {
  margin-top: 30px;
  color: #0b48c6;
  font-size: 16px;
  font-weight: 950;
  line-height: 1.4;
}

.sk-core-badge p {
  margin-top: 0;
  color: #113168;
  font-size: 11px;
  font-weight: 850;
  line-height: 1.55;
}

.sk-flow-segmentation__map {
  position: relative;
  min-height: 404px;
  overflow: visible;
}

.sk-seg-line {
  position: absolute;
  left: -38px;
  z-index: 1;
  width: 132px;
  height: 0;
  border-top: 2px dashed #1f63e8;
}

.sk-seg-line::before,
.sk-seg-line::after {
  position: absolute;
  top: -5px;
  width: 10px;
  height: 10px;
  content: "";
  background: #1f63e8;
  border-radius: 50%;
}

.sk-seg-line::before {
  left: -3px;
}

.sk-seg-line::after {
  right: -2px;
}

.sk-seg-line--top {
  top: 156px;
  transform: rotate(-24deg);
  transform-origin: left center;
}

.sk-seg-line--middle {
  top: 246px;
  transform: rotate(0deg);
}

.sk-seg-layer {
  position: absolute;
  right: 0;
  display: grid;
  grid-template-columns: 86px minmax(150px, 1fr) 190px;
  gap: 14px;
  align-items: center;
  width: min(100%, 610px);
  min-height: 126px;
}

.sk-seg-layer--doctor {
  top: 0;
}

.sk-seg-layer--hr {
  top: 137px;
}

.sk-seg-layer--workplace {
  top: 274px;
}

.sk-seg-layer__plane {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 66%;
  clip-path: polygon(14% 0, 100% 0, 84% 100%, 0 100%);
  border-radius: 4px;
  filter: drop-shadow(0 14px 18px rgba(42, 91, 148, 0.08));
}

.sk-seg-layer--doctor .sk-seg-layer__plane {
  background: linear-gradient(90deg, rgba(211, 245, 229, 0.78), rgba(244, 255, 250, 0.96));
}

.sk-seg-layer--hr .sk-seg-layer__plane {
  background: linear-gradient(90deg, rgba(225, 208, 255, 0.8), rgba(249, 245, 255, 0.98));
}

.sk-seg-layer--workplace .sk-seg-layer__plane {
  background: linear-gradient(90deg, rgba(193, 216, 252, 0.82), rgba(244, 249, 255, 0.98));
}

.sk-seg-layer > img {
  position: relative;
  z-index: 2;
  justify-self: end;
  width: 76px;
  height: 76px;
  object-fit: cover;
  object-position: center 18%;
  border: 4px solid #fff;
  border-radius: 50%;
  box-shadow: 0 10px 22px rgba(31, 69, 130, 0.15);
}

.sk-seg-layer--hr > img {
  object-position: center 18%;
}

.sk-seg-layer--workplace > img {
  object-position: center 18%;
}

.sk-seg-layer__body {
  position: relative;
  z-index: 2;
}

.sk-seg-layer__body h4 {
  font-size: 24px;
  font-weight: 950;
  line-height: 1.1;
}

.sk-seg-layer--doctor h4 {
  color: #1d8c6a;
}

.sk-seg-layer--hr h4 {
  color: #8855e6;
}

.sk-seg-layer--workplace h4 {
  color: #2471d8;
}

.sk-seg-layer__body p {
  margin-top: 10px;
  color: #122f63;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.6;
}

.sk-seg-info {
  position: relative;
  z-index: 3;
  align-self: center;
  min-height: 94px;
  padding: 12px 13px 11px;
  background: rgba(255, 255, 255, 0.96);
  border: 2px solid #cde7dc;
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(31, 69, 130, 0.06);
}

.sk-seg-layer--hr .sk-seg-info {
  border-color: #d9c9ff;
}

.sk-seg-layer--workplace .sk-seg-info {
  border-color: #c9def9;
}

.sk-seg-info strong {
  display: block;
  color: #123064;
  font-size: 12px;
  font-weight: 950;
}

.sk-seg-info ul {
  display: grid;
  gap: 3px;
  margin-top: 8px;
}

.sk-seg-info li {
  position: relative;
  padding-left: 18px;
  color: #123064;
  font-size: 10px;
  font-weight: 850;
  line-height: 1.4;
}

.sk-seg-info li::before {
  position: absolute;
  left: 0;
  color: #1264df;
  content: "\2713";
  font-weight: 950;
}

@media (max-width: 1100px) {
  .sk-flow-segmentation {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .sk-flow-segmentation__copy {
    grid-template-columns: minmax(0, 1fr) 180px;
    gap: 24px;
    align-items: center;
    padding-left: 0;
  }

  .sk-flow-segmentation__copy h3,
  .sk-flow-segmentation__copy > p {
    grid-column: 1;
  }

  .sk-core-badge {
    grid-column: 2;
    grid-row: 1 / span 2;
    margin-top: 0;
  }

  .sk-flow-segmentation__map {
    min-height: 408px;
  }

  .sk-seg-line {
    display: none;
  }

  .sk-seg-layer {
    left: 50%;
    right: auto;
    width: min(100%, 820px);
    transform: translateX(-50%);
  }
}

.sk-lp .sk-flow-steps-heading--restored {
  margin-top: 58px;
  padding-top: 42px;
  border-top: 1px solid #dce9f8;
}

.sk-lp .sk-flow-list--restored {
  margin-top: 0;
}

@media (max-width: 760px) {
  .sk-lp .sk-flow-panel:has(.sk-flow-segmentation) {
    padding: 30px 18px 28px;
  }

  .sk-flow-segmentation__copy {
    display: block;
  }

  .sk-flow-segmentation__copy h3 {
    font-size: 23px;
  }

  .sk-core-badge {
    width: 150px;
    height: 150px;
    margin: 24px auto 0;
  }

  .sk-flow-segmentation__map {
    display: grid;
    gap: 16px;
    min-height: 0;
  }

  .sk-seg-layer,
  .sk-seg-layer--doctor,
  .sk-seg-layer--hr,
  .sk-seg-layer--workplace {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    grid-template-columns: 72px 1fr;
    gap: 14px;
    width: 100%;
    min-height: 0;
    padding: 18px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid #dce9f8;
    border-radius: 12px;
    box-shadow: 0 12px 26px rgba(0, 83, 153, 0.07);
    transform: none;
  }

  .sk-seg-layer__plane {
    inset: 0;
    width: 100%;
    clip-path: none;
    opacity: 0.72;
  }

  .sk-seg-layer > img {
    width: 62px;
    height: 62px;
  }

  .sk-seg-layer__body h4 {
    font-size: 22px;
  }

  .sk-seg-info {
    grid-column: 1 / -1;
    width: 100%;
  }
}

/* Screenshot-matched safety/support cards */
.sk-lp .sk-feature-strip--flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin: 26px 0 0;
  padding: 52px 0 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.sk-lp .sk-feature-strip--flow::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  width: max-content;
  max-width: calc(100vw - 70px);
  padding: 0 76px;
  color: #071f50;
  content: "安心・安全・使いやすい";
  background:
    linear-gradient(#7aa7fb, #7aa7fb) left 50% / 58px 1px no-repeat,
    linear-gradient(#7aa7fb, #7aa7fb) right 50% / 58px 1px no-repeat;
  font-size: 17px;
  font-weight: 950;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-align: center;
  transform: translateX(-50%);
  white-space: nowrap;
}

.sk-lp .sk-feature-strip--flow::after {
  display: none;
}

.sk-lp .sk-feature-strip--flow article {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  align-content: start;
  min-height: 324px;
  padding: 54px 28px 114px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0 57%, rgba(236, 247, 255, 0.5) 74%, rgba(214, 235, 250, 0.14) 100%),
    #ffffff;
  border: 1px solid #dce9f8;
  border-radius: 8px;
  box-shadow: 0 15px 34px rgba(39, 86, 145, 0.09);
  text-align: center;
}

.sk-lp .sk-feature-strip--flow article + article {
  border-left: 1px solid #dce9f8;
}

.sk-lp .sk-feature-strip--flow article::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 122px;
  content: "";
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.86;
}

.sk-lp .sk-feature-strip--flow article:nth-child(1)::after {
  background-image:
    linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(221, 242, 255, 0.22) 34%, rgba(255, 255, 255, 0.08) 100%),
    url("./assets/value/profile-value-security-new.jpg");
}

.sk-lp .sk-feature-strip--flow article:nth-child(2)::after {
  background-image:
    linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(221, 242, 255, 0.18) 34%, rgba(255, 255, 255, 0.08) 100%),
    url("./assets/value/profile-value-usability.jpg");
}

.sk-lp .sk-feature-strip--flow article:nth-child(3)::after {
  background-image:
    linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(221, 242, 255, 0.2) 34%, rgba(255, 255, 255, 0.06) 100%),
    url("./assets/value/profile-value-trust.jpg");
  background-position: 58% bottom;
}

.sk-lp .sk-feature-strip--flow .sk-strip-icon {
  position: absolute;
  top: 18px;
  left: 50%;
  z-index: 2;
  width: 58px;
  height: 58px;
  padding: 13px;
  object-fit: contain;
  background:
    radial-gradient(circle at 50% 50%, #ffffff 0 48%, rgba(226, 241, 255, 0.9) 49% 100%);
  border: 1px solid #dce9f8;
  border-radius: 50%;
  box-shadow:
    0 10px 22px rgba(29, 96, 204, 0.12),
    inset 0 0 0 7px rgba(244, 250, 255, 0.96);
  transform: translateX(-50%);
}

.sk-lp .sk-feature-strip--flow h3 {
  position: relative;
  z-index: 2;
  max-width: 18em;
  margin: 24px auto 0;
  color: #0757df;
  font-size: 19px;
  font-weight: 950;
  line-height: 1.55;
  letter-spacing: 0;
}

.sk-lp .sk-feature-strip--flow p {
  position: relative;
  z-index: 2;
  max-width: 22em;
  margin: 14px auto 0;
  color: #16305e;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.85;
}

@media (max-width: 760px) {
  .sk-lp .sk-feature-strip--flow {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 24px;
    padding-top: 44px;
  }

  .sk-lp .sk-feature-strip--flow::before {
    padding: 0 48px;
    background-size: 34px 1px, 34px 1px;
    font-size: 14px;
    white-space: nowrap;
  }

  .sk-lp .sk-feature-strip--flow article {
    min-height: 300px;
    padding: 52px 22px 110px;
  }
}

/* ===== Hero entrance animation ===== */
@keyframes sk-hero-rise {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.sk-hero__copy > *,
.sk-hero__visual,
.sk-hero-cta > * {
  opacity: 0;
  animation: sk-hero-rise 0.75s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.sk-hero__copy > .sk-logo { animation-delay: 0.05s; }
.sk-hero__copy > .sk-release-ribbon { animation-delay: 0.15s; }
.sk-hero__copy > .sk-hero__sub { animation-delay: 0.25s; }
.sk-hero__copy > .sk-hero__title { animation-delay: 0.35s; }
.sk-hero__copy > .sk-hero__core { animation-delay: 0.5s; }
.sk-hero__copy > .sk-hero__lead { animation-delay: 0.6s; }
.sk-hero__copy > .sk-hero-icons { animation-delay: 0.75s; }
.sk-hero__visual { animation-delay: 0.35s; }
.sk-hero-cta > .sk-demo-card { animation-delay: 0.95s; }
.sk-hero-cta > .sk-release-badge { animation-delay: 1.05s; }

@media (prefers-reduced-motion: reduce) {
  .sk-hero__copy > *,
  .sk-hero__visual,
  .sk-hero-cta > * {
    opacity: 1;
    animation: none;
  }
}

/* ===== Contact Form 7 styling override ===== */
.sk-contact-form .wpcf7 {
  width: 100%;
}

.sk-contact-form .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.sk-contact-form .wpcf7-form p {
  margin: 0;
}

/* CF7 が <p> でラップする項目を 既存 <label> と同様に */
.sk-contact-form .wpcf7 label {
  display: block;
  color: var(--sk-navy);
  font-weight: 900;
}

.sk-contact-form .wpcf7 label > span:first-child {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 15px;
}

.sk-contact-form .wpcf7 label em {
  display: inline-grid;
  place-items: center;
  height: 22px;
  padding: 0 8px;
  color: #fff;
  background: linear-gradient(135deg, #ff5587, #ff3171);
  border-radius: 999px;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.sk-contact-form .wpcf7-form-control-wrap {
  display: block;
}

.sk-contact-form .wpcf7-form input[type="text"],
.sk-contact-form .wpcf7-form input[type="email"],
.sk-contact-form .wpcf7-form select {
  width: 100%;
  padding: 14px 16px;
  color: var(--sk-navy);
  background: #fff;
  border: 1.5px solid #d8e6f8;
  border-radius: 10px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.sk-contact-form .wpcf7-form input[type="text"]:focus,
.sk-contact-form .wpcf7-form input[type="email"]:focus,
.sk-contact-form .wpcf7-form select:focus {
  border-color: #1736df;
  box-shadow: 0 0 0 3px rgba(53, 163, 255, 0.18);
  outline: none;
}

.sk-contact-form .wpcf7-form input[type="text"]::placeholder,
.sk-contact-form .wpcf7-form input[type="email"]::placeholder {
  color: #97a8c4;
  font-weight: 600;
}

.sk-contact-form .wpcf7-form select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #1736df 50%),
                    linear-gradient(135deg, #1736df 50%, transparent 50%);
  background-position: calc(100% - 18px) 50%, calc(100% - 13px) 50%;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  padding-right: 38px;
}

/* 送信ボタン */
.sk-contact-form .wpcf7-form input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 6px;
  padding: 16px 28px;
  color: #fff;
  background: linear-gradient(135deg, #35a3ff 0%, #1736df 100%);
  border: none;
  border-radius: 12px;
  box-shadow: 0 12px 26px rgba(29, 78, 225, 0.26);
  font-family: inherit;
  font-size: 17px;
  font-weight: 950;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.2s ease;
}

.sk-contact-form .wpcf7-form input[type="submit"]:hover {
  box-shadow: 0 18px 36px rgba(29, 78, 225, 0.34);
}

.sk-contact-form .wpcf7-form input[type="submit"]:active {
  transform: scale(0.98);
}

/* 個人情報注意書き */
.sk-contact-form .sk-contact-privacy {
  font-size: 12px;
  font-weight: 700;
  color: #6c7fa3;
  line-height: 1.65;
}

/* エラーメッセージ */
.sk-contact-form .wpcf7-not-valid-tip {
  margin-top: 6px;
  color: #e53958;
  font-size: 13px;
  font-weight: 800;
}

.sk-contact-form .wpcf7-response-output {
  margin: 16px 0 0;
  padding: 12px 16px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 800;
  border: 1.5px solid;
}

.sk-contact-form .wpcf7 form.sent .wpcf7-response-output {
  border-color: #38b66d;
  background: rgba(56, 182, 109, 0.08);
  color: #1e7a44;
}

.sk-contact-form .wpcf7 form.invalid .wpcf7-response-output,
.sk-contact-form .wpcf7 form.failed .wpcf7-response-output {
  border-color: #e53958;
  background: rgba(229, 57, 88, 0.08);
  color: #b21d3a;
}

/* スピナー（送信中） */
.sk-contact-form .wpcf7-spinner {
  margin-left: 10px;
}

/* =====================================================
   SP/レイアウト追加修正パッチ
   ===================================================== */

/* --- 日本語テキスト改行のSP補正 (keep-all で文字単位で詰まる対策) --- */
@media (max-width: 760px) {
  .sk-lp .sk-faq-question h3,
  .sk-lp .sk-origin-redesign__copy h2,
  .sk-lp .sk-origin-redesign__copy p,
  .sk-lp .sk-origin-redesign__copy b,
  .sk-lp .sk-flow-copy h2,
  .sk-lp .sk-ai-copy h2,
  .sk-lp .sk-value-heading h2,
  .sk-lp .sk-profile-heading h2,
  .sk-lp .sk-pricing-heading h2,
  .sk-lp .sk-faq-heading h2,
  .sk-lp .sk-contact-heading h2 {
    word-break: normal;
    overflow-wrap: anywhere;
  }
}

/* --- FAQ 質問見出し SP: 3列グリッドでアイコンと開閉ボタンを横並びに --- */
@media (max-width: 760px) {
  .sk-lp .sk-faq-question {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) 30px;
    gap: 12px;
    align-items: center;
    min-height: 0;
    padding: 14px 14px;
  }

  .sk-lp .sk-faq-question > img:first-child {
    width: 36px;
    height: 36px;
    grid-column: 1;
    grid-row: 1;
  }

  .sk-lp .sk-faq-question h3 {
    grid-column: 2;
    grid-row: 1;
    font-size: 15px;
    line-height: 1.55;
  }

  .sk-lp .sk-faq-toggle {
    grid-column: 3;
    grid-row: 1;
    width: 28px;
    height: 28px;
  }
}

/* --- 料金カード「メール・電話サポート」とCTAの間隔調整 --- */
.sk-lp .sk-price-card ul + a,
.sk-lp .sk-price-card ul + .sk-price-card__cta {
  margin-top: 28px;
}

@media (max-width: 760px) {
  .sk-lp .sk-price-card ul + a,
  .sk-lp .sk-price-card ul + .sk-price-card__cta {
    margin-top: 22px;
  }
}

/* --- プロフィール写真トリミング修正 (PC + SP共通) --- */
.sk-lp .sk-profile-photo {
  position: relative;
  min-height: 0;
  aspect-ratio: 3 / 4;
  overflow: hidden;
}

.sk-lp .sk-profile-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
  border-radius: inherit;
}

@media (max-width: 760px) {
  .sk-lp .sk-profile-photo {
    aspect-ratio: 4 / 3;
    max-width: 420px;
    margin-inline: auto;
  }
}

/* Developer engineer profile */
.sk-lp .sk-profile-main--engineer {
  margin-top: 30px;
  background:
    radial-gradient(circle at 91% 18%, rgba(216, 238, 255, 0.76), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.99), rgba(247, 252, 255, 0.99));
}

.sk-lp .sk-profile-main--engineer .sk-profile-photo {
  background: linear-gradient(135deg, #ffffff, #f2f8ff);
}

.sk-lp .sk-profile-main--engineer .sk-profile-photo img {
  object-position: center 30%;
}

.sk-lp .sk-profile-body--stack {
  display: grid;
  gap: 14px;
}

.sk-lp .sk-profile-body--stack p {
  margin: 0;
}

@media (max-width: 760px) {
  .sk-lp .sk-profile-main--engineer {
    margin-top: 24px;
  }

  .sk-lp .sk-profile-main--engineer .sk-profile-photo img {
    object-position: center 25%;
  }
}

/* --- SP: ヒーロー画像を4アイコンの前 + 半透明背景としても薄く敷く --- */
@media (max-width: 820px) {
  .sk-hero {
    position: relative;
    overflow: hidden;
  }

  .sk-hero__grid {
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 2;
  }

  .sk-hero__copy {
    display: contents;
  }

  .sk-hero__copy > .sk-hero-icons {
    order: 1;
    position: relative;
    z-index: 2;
    align-self: center;
    justify-self: center;
    margin-inline: auto;
  }

  /* SP: hero全体を上に詰めて密度UP、4つの○もファーストビュー内に */
  .sk-lp .sk-hero {
    padding: 8px 0 16px;
  }

  /* 並び順: ロゴ・リボン → タイトル → リード文 → 画像 → 4アイコン */
  .sk-hero__copy > .sk-logo,
  .sk-hero__copy > .sk-release-ribbon {
    order: 0;
  }
  .sk-hero__copy > .sk-hero__title,
  .sk-hero__copy > .sk-hero__title--mincho {
    order: 1;
  }
  .sk-hero__copy > .sk-hero__lead--light {
    order: 2;
  }
  .sk-hero__visual {
    display: block;
    order: 3;
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: 0;
    margin: 6px 0 0;
  }
  .sk-hero__copy > .sk-hero-icons {
    order: 4;
  }

  .sk-hero__image {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 200px;
    margin-inline: auto;
    transform: none;
    display: block;
    filter: drop-shadow(0 6px 14px rgba(23, 88, 180, 0.18));
  }

  /* ロゴ + リボン: コンパクト */
  .sk-lp .sk-logo {
    gap: 8px;
    margin-bottom: 0;
  }
  .sk-lp .sk-logo__mark {
    width: 26px;
    height: 26px;
  }
  .sk-lp .sk-logo__text {
    font-size: 15px;
    font-weight: 900;
  }
  .sk-lp .sk-release-ribbon {
    margin-top: 8px;
    padding: 4px 10px;
    font-size: 10.5px;
    border-radius: 5px;
  }

  /* タイトル: リボンに密接 */
  .sk-lp .sk-hero__title--mincho {
    margin-top: 4px !important;
    gap: 0;
  }

  /* タイトルの各行のline-heightも詰める */
  .sk-lp .sk-hero__line-1 {
    line-height: 1.3;
  }
  .sk-lp .sk-hero__line-2 {
    line-height: 1.32;
  }

  /* リード文: タイトル直下に密接 */
  .sk-lp .sk-hero__lead--light {
    margin-top: 2px;
    font-size: 12.5px;
    line-height: 1.7;
  }

  /* 4つの○: 画像直下に密接 */
  .sk-lp .sk-hero__copy > .sk-hero-icons {
    margin-top: 8px !important;
  }

  /* ゴースト背景と白オーバーレイは SPで非表示 */
  .sk-hero::before,
  .sk-hero::after {
    display: none;
  }

  /* CTA帯と Release バッジ */
  .sk-hero-cta .sk-release-badge {
    display: none;
  }
  .sk-hero-cta {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}

/* --- SP: Origin セクションで見出し直下に写真 → その後本文 --- */
@media (max-width: 980px) {
  .sk-lp .sk-origin-redesign__hero {
    display: flex;
    flex-direction: column;
  }

  .sk-lp .sk-origin-redesign__copy {
    display: contents;
  }

  .sk-lp .sk-origin-redesign__copy h2 {
    order: 1;
  }

  .sk-lp .sk-origin-redesign__doctor {
    order: 2;
    margin: 18px 0 8px;
  }

  .sk-lp .sk-origin-redesign__copy p {
    order: 3;
  }

  .sk-lp .sk-origin-redesign__copy b {
    order: 4;
  }
}

/* --- SP: フローステップのアイコンを非表示、番号を左上配置 --- */
@media (max-width: 760px) {
  .sk-lp .sk-flow-list .sk-flow-icon {
    display: none;
  }

  .sk-lp .sk-flow-list li {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 14px;
    row-gap: 6px;
    align-items: start;
    padding: 18px 18px 20px;
  }

  .sk-lp .sk-flow-list b {
    position: relative;
    left: auto;
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 56px;
    height: 56px;
    margin: 0;
    font-size: 22px;
    align-self: start;
  }

  .sk-lp .sk-flow-list h3 {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    font-size: 17px;
  }

  .sk-lp .sk-flow-list p {
    grid-column: 2;
    grid-row: 2;
    font-size: 13px;
  }
}

/* --- SP補追加修正パッチ --- */
@media (max-width: 760px) {
  /* ① mind-list の visual 写真を完全非表示 */
  .sk-lp .sk-value-mind-visual {
    display: none !important;
  }

  /* ② NERVIX AI CTA: 画像を「無料で体験する」テキストの下に配置 */
  .sk-lp .sk-ai-cta {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 24px 22px;
  }
  .sk-lp .sk-ai-cta .sk-ai-cta__text {
    order: 1;
  }
  .sk-lp .sk-ai-cta .sk-ai-cta__visual {
    order: 2;
    width: 100%;
    max-width: 320px;
    margin-inline: auto;
    justify-self: center;
  }

  /* ③ プロフィール写真 SPでの表示確保 */
  .sk-lp .sk-profile-photo {
    aspect-ratio: 4 / 3;
    width: min(100% - 32px, 420px);
    min-height: 240px;
    margin: 0 auto 18px;
  }
  .sk-lp .sk-profile-photo img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 22%;
  }

  /* ④ FAQ ヘッディング（資格カテゴリ4つ）と FAQ 一覧の間隔短縮 */
  .sk-lp .sk-faq-heading {
    margin-bottom: 18px;
    padding-bottom: 4px;
  }
  .sk-lp .sk-faq-card {
    margin-top: 8px;
  }
  .sk-lp .sk-faq-categories {
    margin-top: 12px;
    margin-bottom: 0;
  }
}

/* --- SP: フッター隙間最適化 --- */
@media (max-width: 760px) {
  .sk-lp .sk-footer__inner {
    gap: 24px;
    padding: 36px 24px 24px;
  }

  .sk-lp .sk-footer__brand h2 {
    font-size: 19px;
    margin-bottom: 10px;
  }

  .sk-lp .sk-footer__brand p {
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 12px;
  }

  .sk-lp .sk-footer__badges {
    margin-top: 0;
  }

  .sk-lp .sk-footer__nav {
    grid-template-columns: 1fr 1fr;
    gap: 18px 24px;
  }

  .sk-lp .sk-footer__nav section {
    gap: 6px;
  }

  .sk-lp .sk-footer__nav h3 {
    margin-bottom: 6px;
    font-size: 13px;
  }

  .sk-lp .sk-footer__nav a {
    padding: 4px 0;
    font-size: 13px;
    line-height: 1.5;
  }

  .sk-lp .sk-footer__nav a + a {
    margin-top: 2px;
  }

  .sk-lp .sk-footer__bottom {
    margin-top: 18px;
    padding-top: 16px;
    gap: 8px;
  }

  .sk-lp .sk-footer__bottom small,
  .sk-lp .sk-footer__bottom p {
    font-size: 11px;
    line-height: 1.6;
  }
}

/* --- SP: アイコンのラベル切れ防止＆デモCTAバッジ四角化 --- */
@media (max-width: 820px) {
  /* grid-template-rows をリセットし flex column で自然な高さに */
  .sk-lp .sk-hero-icons li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    min-height: 0;
    overflow: visible;
  }

  .sk-lp .sk-hero-icons b {
    display: block;
    font-size: 10.5px;
    line-height: 1.35;
    white-space: nowrap;
  }

  /* CTA帯がアイコンラベルに被るネガティブマージンを SPで解除 */
  .sk-lp .sk-hero-cta {
    margin-top: 28px;
  }

  /* デモCTAカードを SPでは縦積みのコンパクト矩形に変更 */
  .sk-lp .sk-demo-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    min-height: 0;
    padding: 20px 18px;
    text-align: center;
  }

  /* 円の「30秒で予約」バッジ → 矩形ラベルに変身 */
  .sk-lp .sk-demo-card__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    height: auto;
    min-height: 0;
    margin: 0 auto;
    padding: 6px 16px;
    border-radius: 999px;
    box-shadow: 0 6px 14px rgba(0, 92, 178, 0.18);
    font-size: 13px;
    line-height: 1.4;
    white-space: nowrap;
  }
  /* badge内 <br /> は無視 */
  .sk-lp .sk-demo-card__badge br {
    display: none;
  }

  /* 右の矢印アイコンも中央寄せ */
  .sk-lp .sk-demo-card .sk-arrow-icon {
    margin: 4px auto 0;
  }
}

/* --- フッター「規約・ポリシー」見出しの改行防止 --- */
.sk-lp .sk-footer__nav h3 {
  white-space: nowrap;
}

/* Flow section wrap matched to global container width */
.sk-lp .sk-flow .sk-wrap {
  width: min(100% - 48px, 1200px);
}

.sk-lp .sk-flow-panel {
  padding: 40px 64px 44px 84px;
  border-radius: 16px;
}

.sk-lp .sk-flow-panel::before {
  top: 128px;
  bottom: 56px;
  left: 74px;
}

.sk-lp .sk-flow-steps-heading {
  margin-bottom: 22px;
}

.sk-lp .sk-flow-steps-heading span {
  grid-template-columns: 64px auto 64px;
  gap: 18px;
  font-size: 13px;
}

.sk-lp .sk-flow-steps-heading h3 {
  margin-top: 10px;
  font-size: clamp(32px, 3.8vw, 48px);
  font-weight: 950;
  line-height: 1.3;
}

.sk-lp .sk-flow-steps-heading span {
  font-size: 15px;
  font-weight: 900;
}

.sk-lp .sk-flow-list {
  gap: 22px;
}

.sk-lp .sk-flow-list li {
  grid-template-columns: 110px minmax(220px, 0.82fr) minmax(280px, 1fr);
  column-gap: 32px;
  min-height: 172px;
  padding: 28px 40px 28px 70px;
  border-radius: 14px;
}

.sk-lp .sk-flow-list li + li::before {
  top: -26px;
  width: 22px;
  height: 22px;
  border-right-width: 5px;
  border-bottom-width: 5px;
}

.sk-lp .sk-flow-list b {
  top: 38px;
  left: -34px;
  width: 68px;
  height: 68px;
  font-size: 26px;
}

.sk-lp .sk-flow-icon {
  width: 88px;
  height: 88px;
}

.sk-lp .sk-flow-list h3 {
  font-size: 24px;
  font-weight: 950;
  line-height: 1.4;
}

.sk-lp .sk-flow-list p {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.75;
}

.sk-lp .sk-flow-preview--opinion .sk-mini-card,
.sk-lp .sk-flow-preview--share .sk-mini-card,
.sk-lp .sk-flow-preview--pdf .sk-mini-card,
.sk-lp .sk-flow-preview--history .sk-mini-card,
.sk-lp .sk-mini-card {
  width: min(100%, 270px);
  min-height: 86px;
  padding: 13px 18px 14px;
}

.sk-lp .sk-mini-card strong {
  padding-bottom: 6px;
  font-size: 11px;
}

.sk-lp .sk-mini-card dl {
  gap: 3px;
  margin: 7px 0 6px;
}

.sk-lp .sk-mini-card dl div {
  grid-template-columns: 58px 1fr;
}

.sk-lp .sk-mini-card dt,
.sk-lp .sk-mini-card dd,
.sk-lp .sk-mini-card span,
.sk-lp .sk-mini-card em {
  font-size: 9px;
}

.sk-lp .sk-share-options,
.sk-lp .sk-pdf-options {
  gap: 8px;
  margin-top: 12px;
}

.sk-lp .sk-share-options span,
.sk-lp .sk-pdf-options span {
  min-height: 46px;
}

@media (max-width: 980px) {
  .sk-lp .sk-flow .sk-wrap {
    width: min(100% - 28px, 720px);
  }

  .sk-lp .sk-flow-panel {
    padding: 28px 18px 32px 38px;
  }

  .sk-lp .sk-flow-panel::before {
    left: 36px;
  }
}

/* =====================================================
   FV 明朝リデザイン (v2: flex column + 引き締めバランス)
   ===================================================== */
.sk-lp .sk-hero__title--mincho {
  display: flex !important;
  flex-direction: column;
  gap: 6px;
  margin-top: 22px;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  letter-spacing: 0.01em;
}

.sk-lp .sk-hero__line-1,
.sk-lp .sk-hero__line-2 {
  display: block;
  width: 100%;
}

.sk-lp .sk-hero__line-1 {
  color: var(--sk-navy, #0a1f4f);
  font-size: clamp(36px, 4.8vw, 60px);
  font-weight: 900;
  line-height: 1.42;
}

.sk-lp .sk-hero__line-2 {
  color: var(--sk-navy, #0a1f4f);
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 500;
  line-height: 1.48;
  opacity: 0.88;
}

.sk-lp .sk-hero__lead--light {
  margin-top: 22px;
  color: var(--sk-navy, #16305e);
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-size: clamp(13.5px, 1vw, 15.5px);
  font-weight: 500;
  line-height: 1.95;
  letter-spacing: 0.02em;
  opacity: 0.85;
}

@media (max-width: 820px) {
  .sk-lp .sk-hero__title--mincho {
    gap: 4px;
    margin-top: 16px;
  }

  .sk-lp .sk-hero__line-1 {
    font-size: clamp(28px, 7.4vw, 36px);
    line-height: 1.4;
  }

  .sk-lp .sk-hero__line-2 {
    font-size: clamp(20px, 5.4vw, 26px);
    line-height: 1.45;
  }

  .sk-lp .sk-hero__lead--light {
    margin-top: 14px;
    font-size: 13px;
    line-height: 1.85;
  }
}

/* --- 三層設計の overflow 抑制パッチ --- */
.sk-flow-segmentation {
  overflow: hidden;
  border-radius: 18px;
}

.sk-flow-segmentation__map {
  position: relative;
  padding-right: 8px;
  overflow: hidden;
}

.sk-seg-layer {
  width: 100%;
  max-width: 100%;
  grid-template-columns: 72px minmax(120px, 1fr) minmax(0, 180px);
  gap: 10px;
  padding-right: 4px;
}

.sk-seg-info {
  min-width: 0;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

@media (max-width: 980px) {
  .sk-flow-segmentation {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .sk-flow-segmentation__map {
    min-height: 0;
    padding: 0;
  }

  .sk-seg-layer {
    position: relative;
    top: auto !important;
    grid-template-columns: 64px 1fr;
    gap: 10px;
    width: 100%;
    margin-bottom: 12px;
  }

  .sk-seg-layer__plane {
    width: 100%;
    clip-path: none;
    border-radius: 10px;
  }

  .sk-seg-info {
    grid-column: 1 / -1;
    grid-row: 2;
    margin-top: 8px;
  }
}

/* =====================================================
   カードサイズ統一パッチ
   border-radius を 14px に統一、padding も整合性を取る
   ===================================================== */
.sk-lp .sk-demo-card,
.sk-lp .sk-flow-panel,
.sk-lp .sk-ai-step-card,
.sk-lp .sk-ai-top-card,
.sk-lp .sk-ai-cta,
.sk-lp .sk-ai-safety article,
.sk-lp .sk-value-story-card,
.sk-lp .sk-pricing-card,
.sk-lp .sk-price-card,
.sk-lp .sk-faq-card,
.sk-lp .sk-faq-item,
.sk-lp .sk-faq-cta,
.sk-lp .sk-faq-assurance,
.sk-lp .sk-contact-card,
.sk-lp .sk-contact-merits,
.sk-lp .sk-feature-strip--flow article,
.sk-lp .sk-origin-design-card,
.sk-lp .sk-origin-worry-grid article,
.sk-lp .sk-origin-solution,
.sk-lp .sk-profile-main,
.sk-lp .sk-value-photo-card,
.sk-lp .sk-value-story-closing,
.sk-lp .sk-ai-assurance {
  border-radius: 14px;
}

/* バッジ・小カード（より小さい角丸） */
.sk-lp .sk-demo-card__badge,
.sk-lp .sk-bottom-cta__badge,
.sk-lp .sk-round-icon,
.sk-lp .sk-release-badge,
.sk-lp .sk-profile-badges span,
.sk-lp .sk-mini-card,
.sk-lp .sk-contact-form input[type="text"],
.sk-lp .sk-contact-form input[type="email"],
.sk-lp .sk-contact-form select,
.sk-lp .sk-contact-form .wpcf7-form input,
.sk-lp .sk-contact-form .wpcf7-form select {
  border-radius: 10px;
}

/* ピル型バッジ */
.sk-lp .sk-ai-cta__badges span,
.sk-lp .sk-release-ribbon,
.sk-lp .sk-ai-pill,
.sk-lp .sk-price-card__ribbon {
  border-radius: 999px;
}

/* 大きな囲み（コンテナ系）は 18px */
.sk-lp .sk-flow-segmentation,
.sk-lp .sk-feature-strip {
  border-radius: 18px;
}

/* =====================================================
   全体サイズ整え (Final pass)
   ===================================================== */

/* --- セクション縦パディング統一 --- */
.sk-lp .sk-section,
.sk-lp .sk-ai-section,
.sk-lp .sk-value-section,
.sk-lp .sk-value-section--story,
.sk-lp .sk-profile-section,
.sk-lp .sk-pricing-section,
.sk-lp .sk-faq-section,
.sk-lp .sk-contact-section {
  padding-top: clamp(56px, 6.5vw, 84px);
  padding-bottom: clamp(56px, 6.5vw, 84px);
}

/* hero と footer は別ルールなので除外（既に最適化済み）*/

/* --- コンテナ幅統一 (PC 1200px / SP 100% - 36px) --- */
.sk-lp .sk-wrap,
.sk-lp .sk-ai-wrap,
.sk-lp .sk-value-wrap,
.sk-lp .sk-profile-wrap,
.sk-lp .sk-pricing-wrap,
.sk-lp .sk-faq-wrap {
  width: min(100% - 48px, 1200px);
  margin-inline: auto;
}

@media (max-width: 760px) {
  .sk-lp .sk-wrap,
  .sk-lp .sk-ai-wrap,
  .sk-lp .sk-value-wrap,
  .sk-lp .sk-profile-wrap,
  .sk-lp .sk-pricing-wrap,
  .sk-lp .sk-faq-wrap {
    width: min(100% - 32px, 560px);
  }
}

/* --- セクション見出し H2 サイズ統一 --- */
.sk-lp .sk-value-heading h2,
.sk-lp .sk-profile-heading h2,
.sk-lp .sk-pricing-heading h2,
.sk-lp .sk-faq-heading h2,
.sk-lp .sk-contact-heading h2,
.sk-lp .sk-flow-copy h2,
.sk-lp .sk-ai-copy h2,
.sk-lp .sk-origin-copy h2,
.sk-lp .sk-origin-redesign__copy h2,
.sk-lp .sk-origin-worry-block h2,
.sk-lp .sk-origin-solution__intro h2 {
  font-size: clamp(34px, 4.4vw, 56px);
  line-height: 1.32;
  font-weight: 950;
  letter-spacing: 0;
}

@media (max-width: 760px) {
  .sk-lp .sk-value-heading h2,
  .sk-lp .sk-profile-heading h2,
  .sk-lp .sk-pricing-heading h2,
  .sk-lp .sk-faq-heading h2,
  .sk-lp .sk-contact-heading h2,
  .sk-lp .sk-flow-copy h2,
  .sk-lp .sk-ai-copy h2,
  .sk-lp .sk-origin-copy h2,
  .sk-lp .sk-origin-redesign__copy h2,
  .sk-lp .sk-origin-worry-block h2,
  .sk-lp .sk-origin-solution__intro h2 {
    font-size: clamp(26px, 7vw, 34px);
    line-height: 1.38;
  }
}

/* --- カード内 padding 標準化 --- */
.sk-lp .sk-pricing-card,
.sk-lp .sk-price-card,
.sk-lp .sk-faq-cta,
.sk-lp .sk-ai-step-card,
.sk-lp .sk-ai-safety article,
.sk-lp .sk-origin-worry-grid article,
.sk-lp .sk-feature-strip--flow article {
  padding: clamp(20px, 2.2vw, 32px);
}

@media (max-width: 760px) {
  .sk-lp .sk-pricing-card,
  .sk-lp .sk-price-card,
  .sk-lp .sk-faq-cta,
  .sk-lp .sk-ai-step-card,
  .sk-lp .sk-ai-safety article,
  .sk-lp .sk-origin-worry-grid article,
  .sk-lp .sk-feature-strip--flow article {
    padding: 20px 18px;
  }
}

/* --- セクション間の余白を自然に --- */
.sk-lp section + section {
  border: none;
}

/* =====================================================
   三層設計セクションを縦積みレイアウトに変更
   上: タイトル+説明、下: 3レイヤー
   ===================================================== */
.sk-lp .sk-flow-segmentation {
  display: block;
  grid-template-columns: none;
  min-height: 0;
}

.sk-lp .sk-flow-segmentation__copy {
  display: block;
  max-width: 820px;
  margin: 64px auto 48px;
  padding-left: 0;
  text-align: center;
}

.sk-lp .sk-flow-segmentation__copy h3 {
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.4;
}

.sk-lp .sk-flow-segmentation__copy p {
  max-width: 660px;
  margin: 18px auto 0;
  font-size: 15px;
  line-height: 1.85;
}

.sk-lp .sk-flow-segmentation__map {
  position: relative;
  min-height: 0;
  padding-right: 0;
}

.sk-lp .sk-seg-layer {
  position: relative;
  top: auto !important;
  width: 100%;
  max-width: 100%;
  grid-template-columns: 120px minmax(220px, 1fr) minmax(0, 320px);
  gap: 28px;
  min-height: 168px;
  margin-bottom: 22px;
  padding: 16px 20px 16px 8px;
}

.sk-lp .sk-seg-layer__plane {
  width: 92%;
  clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
}

.sk-lp .sk-seg-layer > img {
  width: 110px;
  height: 110px;
}

.sk-lp .sk-seg-layer__body h4 {
  font-size: 30px;
  font-weight: 950;
  line-height: 1.3;
}

.sk-lp .sk-seg-layer__body p {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
}

/* 受け取る情報フロート: 色付き部分にかぶってOK */
.sk-lp .sk-seg-info {
  position: relative;
  z-index: 4;
  padding: 16px 20px;
  min-height: 0;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 14px 28px rgba(31, 69, 130, 0.12);
}

.sk-lp .sk-seg-info strong {
  font-size: 14px;
}

.sk-lp .sk-seg-info li {
  font-size: 13.5px;
  line-height: 1.6;
  padding-left: 22px;
}

.sk-lp .sk-seg-info li::before {
  font-size: 14px;
}

@media (max-width: 760px) {
  .sk-lp .sk-flow-segmentation__copy {
    margin-bottom: 24px;
    padding: 0 4px;
  }

  .sk-lp .sk-seg-layer {
    grid-template-columns: 64px 1fr;
    gap: 12px;
  }

  .sk-lp .sk-seg-layer__plane {
    width: 100%;
    clip-path: none;
    border-radius: 10px;
  }

  .sk-lp .sk-seg-info {
    grid-column: 1 / -1;
    grid-row: 2;
    margin-top: 8px;
  }
}

/* --- 改行制御ユーティリティ --- */
@media (max-width: 760px) {
  .pc-only { display: none !important; }
}
@media (min-width: 761px) {
  .sp-only { display: none !important; }
}

/* =====================================================
   最終 SP 調整パッチ (順序保証のため末尾)
   ===================================================== */
@media (max-width: 760px) {
  /* フロー4ステップカード: PCの3列レイアウトを完全に上書き */
  .sk-lp .sk-flow-list li {
    display: grid !important;
    grid-template-columns: 64px minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    column-gap: 14px !important;
    row-gap: 6px !important;
    min-height: 0 !important;
    padding: 18px 18px 20px !important;
  }

  .sk-lp .sk-flow-list b {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    grid-column: 1 !important;
    grid-row: 1 / span 2 !important;
    width: 56px !important;
    height: 56px !important;
    margin: 0 !important;
    font-size: 22px !important;
  }

  .sk-lp .sk-flow-list h3 {
    grid-column: 2 !important;
    grid-row: 1 !important;
    font-size: 17px !important;
    line-height: 1.4 !important;
    word-break: keep-all !important;
    overflow-wrap: anywhere !important;
  }

  .sk-lp .sk-flow-list p {
    grid-column: 2 !important;
    grid-row: 2 !important;
    font-size: 13px !important;
    margin-top: 4px !important;
  }

  /* プレビューカードはステップ全体の下に */
  .sk-lp .sk-flow-list .sk-flow-preview {
    grid-column: 1 / -1 !important;
    grid-row: 3 !important;
    margin-top: 8px !important;
  }

  /* eyebrow「シンプルな4ステップで完了」を1行に */
  .sk-lp .sk-flow-steps-heading span {
    grid-template-columns: 28px auto 28px !important;
    gap: 8px !important;
    font-size: 12px !important;
    white-space: nowrap !important;
  }

  /* 三層設計の h3 */
  .sk-lp .sk-flow-segmentation__copy h3 {
    font-size: 22px !important;
    line-height: 1.45 !important;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }

  /* 心に余裕が生まれる h3 (story 03) */
  .sk-lp .sk-value-story-card .sk-value-story-title h3 {
    word-break: keep-all;
    overflow-wrap: anywhere;
  }
}

/* User voice section */
.sk-user-voice-section {
  padding: 112px 0 72px;
  background: linear-gradient(180deg, #f4fbff 0%, #ffffff 100%);
}

.sk-user-voice-panel {
  width: min(100% - 48px, 1420px);
  margin: 0 auto;
  padding: 44px 48px 58px;
  background:
    radial-gradient(circle at 10% 20%, rgba(226, 243, 255, 0.72), transparent 28%),
    radial-gradient(circle at 86% 16%, rgba(237, 247, 255, 0.72), transparent 30%),
    #ffffff;
  border: 1px solid #d8e9fb;
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(24, 72, 130, 0.1);
}

.sk-user-voice-heading {
  display: grid;
  grid-template-columns: 128px 54px auto 128px;
  gap: 20px;
  align-items: center;
  justify-content: center;
  color: #071f50;
}

.sk-user-voice-heading > span {
  height: 2px;
  background: #1d64df;
}

.sk-user-voice-heading i {
  position: relative;
  display: block;
  width: 45px;
  height: 36px;
  border: 3px solid #1d64df;
  border-radius: 8px;
}

.sk-user-voice-heading i::before {
  position: absolute;
  right: -14px;
  bottom: -13px;
  width: 30px;
  height: 24px;
  content: "";
  background: #ffffff;
  border: 3px solid #1d64df;
  border-radius: 7px;
}

.sk-user-voice-heading i::after {
  position: absolute;
  right: -2px;
  bottom: -11px;
  width: 12px;
  height: 12px;
  content: "";
  background: #ffffff;
  border-right: 3px solid #1d64df;
  border-bottom: 3px solid #1d64df;
  transform: rotate(45deg);
}

.sk-user-voice-heading h2 {
  color: #071f50;
  font-size: 42px;
  font-weight: 950;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.sk-user-voice-layout {
  display: grid;
  grid-template-columns: minmax(360px, 456px) minmax(0, 1fr);
  gap: 72px;
  align-items: center;
  margin-top: 36px;
}

.sk-user-voice-portrait {
  position: relative;
  min-height: 740px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(243, 250, 255, 0.35), rgba(229, 241, 251, 0.9)),
    radial-gradient(circle at 10% 18%, rgba(172, 221, 158, 0.24), transparent 22%),
    #f7fbff;
  border-radius: 14px;
}

.sk-user-voice-portrait::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(255,255,255,0.35), transparent 30%),
    radial-gradient(circle at 12% 22%, rgba(89, 167, 72, 0.2), transparent 10%);
}

.sk-user-voice-portrait > img {
  position: absolute;
  right: -42px;
  bottom: 78px;
  z-index: 1;
  width: 116%;
  max-width: none;
  height: auto;
  filter: drop-shadow(0 22px 34px rgba(26, 67, 118, 0.14));
}

.sk-user-voice-profile {
  position: absolute;
  right: 42px;
  bottom: 26px;
  z-index: 2;
  width: min(78%, 340px);
  padding: 28px 34px 28px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #dce9f8;
  border-radius: 18px;
  box-shadow: 0 18px 36px rgba(24, 72, 130, 0.16);
}

.sk-user-voice-profile b {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 8px 18px;
  color: #ffffff;
  background: linear-gradient(90deg, #2e8cff, #1c55dc);
  border-radius: 999px;
  font-size: 15px;
  font-weight: 950;
  line-height: 1.35;
}

.sk-user-voice-profile small {
  display: block;
  margin-top: 18px;
  color: #071f50;
  font-size: 16px;
  font-weight: 850;
}

.sk-user-voice-profile strong {
  display: block;
  margin-top: 8px;
  color: #071f50;
  font-size: 35px;
  font-weight: 950;
  letter-spacing: 0.04em;
}

.sk-user-voice-profile strong span {
  font-size: 18px;
}

.sk-user-voice-profile em {
  display: block;
  width: 100%;
  height: 2px;
  margin: 18px 0;
  background: #b9d0ef;
}

.sk-user-voice-profile p {
  color: #071f50;
  font-size: 16px;
  font-weight: 850;
  line-height: 1.8;
}

.sk-user-voice-copy {
  min-width: 0;
}

.sk-user-voice-copy blockquote {
  position: relative;
  margin: 0;
  padding: 52px 58px 34px 42px;
  border-bottom: 1px solid #bcd4f3;
}

.sk-user-voice-copy blockquote::before,
.sk-user-voice-copy blockquote::after {
  position: absolute;
  color: #9bbcf5;
  font-size: 104px;
  font-weight: 950;
  line-height: 1;
}

.sk-user-voice-copy blockquote::before {
  top: 8px;
  left: 0;
  content: "\201C";
}

.sk-user-voice-copy blockquote::after {
  right: 0;
  bottom: 0;
  content: "\201D";
}

.sk-user-voice-copy blockquote p {
  color: #155bd6;
  font-size: clamp(28px, 2.7vw, 38px);
  font-weight: 950;
  line-height: 1.65;
  letter-spacing: 0.02em;
}

.sk-user-voice-body {
  display: grid;
  gap: 26px;
  padding: 40px 58px 0 42px;
}

.sk-user-voice-body p {
  color: #071f50;
  font-size: 18px;
  font-weight: 850;
  line-height: 2;
}

@media (max-width: 980px) {
  .sk-user-voice-panel {
    width: min(100% - 28px, 760px);
    padding: 34px 24px 38px;
  }

  .sk-user-voice-heading {
    grid-template-columns: 64px 42px auto 64px;
    gap: 12px;
  }

  .sk-user-voice-heading h2 {
    font-size: 32px;
  }

  .sk-user-voice-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .sk-user-voice-portrait {
    min-height: 620px;
  }

  .sk-user-voice-portrait > img {
    right: 0;
    width: 96%;
  }
}

/* Multiple user voices */
.sk-lp .sk-user-voice-list {
  display: grid;
  gap: 42px;
}

.sk-lp .sk-user-voice-list .sk-user-voice-layout + .sk-user-voice-layout {
  margin-top: 0 !important;
  padding-top: 42px;
  border-top: 1px solid #d8e9fb;
}

@media (max-width: 620px) {
  .sk-lp .sk-user-voice-list {
    gap: 34px;
  }

  .sk-lp .sk-user-voice-list .sk-user-voice-layout + .sk-user-voice-layout {
    padding-top: 34px;
  }
}

@media (max-width: 620px) {
  .sk-user-voice-section {
    padding: 72px 0 48px;
  }

  .sk-user-voice-heading {
    grid-template-columns: 40px auto 40px;
  }

  .sk-user-voice-heading i {
    display: none;
  }

  .sk-user-voice-heading h2 {
    font-size: 26px;
  }

  .sk-user-voice-portrait {
    min-height: 520px;
  }

  .sk-user-voice-profile {
    right: 18px;
    left: 18px;
    width: auto;
    padding: 22px;
  }

  .sk-user-voice-profile strong {
    font-size: 28px;
  }

  .sk-user-voice-copy blockquote {
    padding: 58px 8px 28px;
  }

  .sk-user-voice-copy blockquote p {
    position: relative;
    z-index: 1;
    font-size: 24px;
  }

  .sk-user-voice-copy blockquote::before,
  .sk-user-voice-copy blockquote::after {
    z-index: 0;
    font-size: 70px;
    opacity: 0.62;
  }

  .sk-user-voice-copy blockquote::before {
    top: 2px;
    left: 0;
  }

  .sk-user-voice-copy blockquote::after {
    right: 4px;
    bottom: 34px;
  }

  .sk-user-voice-body {
    gap: 20px;
    padding: 28px 8px 0;
  }

  .sk-user-voice-body p {
    font-size: 15px;
  }
}

/* =====================================================
   最終 SP 微調整パッチ (3)
   ===================================================== */
@media (max-width: 760px) {
  /* セキュリティカードなどのアイコンがタイトルに被る問題 → アイコンを上に移動 */
  .sk-lp .sk-feature-strip--flow .sk-strip-icon {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    width: 56px !important;
    height: 56px !important;
    margin: 0 auto 14px !important;
    padding: 10px !important;
  }

  .sk-lp .sk-feature-strip--flow article {
    padding-top: 28px !important;
    padding-bottom: 24px !important;
  }

  /* 三層設計のプロフィール画像を完全な円に */
  .sk-lp .sk-seg-layer > img {
    width: 76px !important;
    height: 76px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    aspect-ratio: 1 / 1 !important;
    flex-shrink: 0 !important;
  }

  /* 三層設計のSPカード再調整 */
  .sk-lp .sk-seg-layer {
    grid-template-columns: 76px 1fr !important;
  }
}

/* SP セキュリティカード: 背景デコレーション画像と本文の被りを修正 */
@media (max-width: 760px) {
  .sk-lp .sk-feature-strip--flow article {
    min-height: 0 !important;
    padding-bottom: 28px !important;
  }

  /* 背景の装飾画像を SP では薄くする+下に押し込む */
  .sk-lp .sk-feature-strip--flow article::after {
    position: relative !important;
    width: calc(100% + 48px) !important;
    height: 140px !important;
    margin: 18px -24px -28px !important;
    opacity: 0.55 !important;
    z-index: 0 !important;
  }
}

/* 「さんぎょういカルテが、すべて解決します。」を見出し化 */
.sk-lp .sk-origin-solution__title {
  text-align: center;
  margin: 0 auto 32px;
  color: var(--sk-navy);
  font-size: clamp(28px, 3.8vw, 48px);
  font-weight: 950;
  line-height: 1.4;
}

@media (max-width: 760px) {
  .sk-lp .sk-origin-solution__title {
    margin-bottom: 22px;
    font-size: clamp(22px, 6vw, 30px);
  }
}

/* Final polish: three-layer flow and user voice */
.sk-lp .sk-core-badge,
.sk-lp .sk-seg-line {
  display: none !important;
}

.sk-lp .sk-flow-panel:has(.sk-flow-segmentation) {
  padding: 56px 60px 62px !important;
  overflow: hidden !important;
}

.sk-lp .sk-flow-segmentation {
  display: grid !important;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.42fr) !important;
  gap: 32px !important;
  align-items: center !important;
  min-height: 0 !important;
  overflow: visible !important;
  border-radius: 0 !important;
}

.sk-lp .sk-flow-segmentation__copy {
  display: block !important;
  max-width: 390px !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}

.sk-lp .sk-flow-segmentation__copy h3 {
  font-size: clamp(30px, 3vw, 40px) !important;
  line-height: 1.55 !important;
}

.sk-lp .sk-flow-segmentation__copy p {
  max-width: 30em !important;
  margin: 26px 0 0 !important;
  font-size: 16px !important;
  line-height: 2 !important;
}

.sk-lp .sk-flow-segmentation__map {
  display: grid !important;
  gap: 18px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

.sk-lp .sk-seg-layer,
.sk-lp .sk-seg-layer--doctor,
.sk-lp .sk-seg-layer--hr,
.sk-lp .sk-seg-layer--workplace {
  position: relative !important;
  inset: auto !important;
  display: grid !important;
  grid-template-columns: 98px minmax(190px, 1fr) minmax(220px, 285px) !important;
  gap: 22px !important;
  align-items: center !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 146px !important;
  margin: 0 !important;
  padding: 14px 0 14px 4px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}

.sk-lp .sk-seg-layer__plane {
  inset: 0 auto 0 0 !important;
  width: calc(100% - 230px) !important;
  min-width: 430px !important;
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%) !important;
  border-radius: 3px !important;
  opacity: 1 !important;
}

.sk-lp .sk-seg-layer > img {
  width: 88px !important;
  height: 88px !important;
  justify-self: end !important;
}

.sk-lp .sk-seg-layer__body h4 {
  font-size: 29px !important;
  line-height: 1.2 !important;
}

.sk-lp .sk-seg-layer__body p {
  margin-top: 8px !important;
  font-size: 14px !important;
  line-height: 1.75 !important;
}

.sk-lp .sk-seg-info {
  width: 100% !important;
  min-width: 0 !important;
  padding: 15px 18px !important;
  border-radius: 8px !important;
}

.sk-lp .sk-seg-info strong {
  font-size: 13px !important;
}

.sk-lp .sk-seg-info li {
  font-size: 12px !important;
  line-height: 1.58 !important;
  overflow-wrap: anywhere !important;
}

.sk-lp .sk-user-voice-panel {
  width: min(100% - 48px, 1428px);
}

.sk-lp .sk-user-voice-portrait > img {
  object-fit: contain;
}

.sk-lp .sk-reveal {
  opacity: 1 !important;
  transform: none !important;
}

@media (max-width: 980px) {
  .sk-lp .sk-flow-panel:has(.sk-flow-segmentation) {
    padding: 40px 28px 44px !important;
  }

  .sk-lp .sk-flow-segmentation {
    grid-template-columns: 1fr !important;
  }

  .sk-lp .sk-flow-segmentation__copy {
    max-width: 720px !important;
    text-align: center !important;
    margin-inline: auto !important;
  }

  .sk-lp .sk-flow-segmentation__copy p {
    margin-inline: auto !important;
  }

  .sk-lp .sk-seg-layer,
  .sk-lp .sk-seg-layer--doctor,
  .sk-lp .sk-seg-layer--hr,
  .sk-lp .sk-seg-layer--workplace {
    grid-template-columns: 88px minmax(0, 1fr) minmax(220px, 300px) !important;
  }
}

@media (max-width: 760px) {
  .sk-lp .sk-flow-panel:has(.sk-flow-segmentation) {
    padding: 30px 18px 34px !important;
  }

  .sk-lp .sk-flow-segmentation__copy {
    text-align: left !important;
  }

  .sk-lp .sk-flow-segmentation__copy h3 {
    font-size: 23px !important;
  }

  .sk-lp .sk-flow-segmentation__copy p {
    font-size: 14px !important;
    line-height: 1.85 !important;
  }

  .sk-lp .sk-seg-layer,
  .sk-lp .sk-seg-layer--doctor,
  .sk-lp .sk-seg-layer--hr,
  .sk-lp .sk-seg-layer--workplace {
    grid-template-columns: 76px minmax(0, 1fr) !important;
    gap: 12px !important;
    min-height: 0 !important;
    padding: 18px !important;
    background: rgba(255, 255, 255, 0.96) !important;
    border: 1px solid #dce9f8 !important;
    border-radius: 12px !important;
    box-shadow: 0 12px 26px rgba(0, 83, 153, 0.07) !important;
  }

  .sk-lp .sk-seg-layer__plane {
    inset: 0 !important;
    width: 100% !important;
    min-width: 0 !important;
    clip-path: none !important;
    border-radius: 12px !important;
    opacity: 0.72 !important;
  }

  .sk-lp .sk-seg-info {
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
    margin-top: 6px !important;
  }
}

/* User voice compact pass */
.sk-lp .sk-user-voice-panel {
  width: min(100% - 48px, 1080px) !important;
  padding: 34px 40px 42px !important;
}

.sk-lp .sk-user-voice-heading {
  grid-template-columns: 96px 42px auto 96px !important;
  gap: 16px !important;
}

.sk-lp .sk-user-voice-heading h2 {
  font-size: 34px !important;
}

.sk-lp .sk-user-voice-heading i {
  width: 36px !important;
  height: 29px !important;
}

.sk-lp .sk-user-voice-layout {
  grid-template-columns: 330px minmax(0, 1fr) !important;
  gap: 44px !important;
  margin-top: 30px !important;
}

.sk-lp .sk-user-voice-portrait {
  display: grid !important;
  align-content: end !important;
  min-height: 500px !important;
  padding: 24px !important;
  overflow: hidden !important;
}

.sk-lp .sk-user-voice-portrait > img {
  position: relative !important;
  right: auto !important;
  bottom: auto !important;
  z-index: 1 !important;
  display: block !important;
  width: min(94%, 282px) !important;
  max-width: 100% !important;
  margin: 0 auto 18px !important;
}

.sk-lp .sk-user-voice-profile {
  position: relative !important;
  right: auto !important;
  bottom: auto !important;
  z-index: 2 !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 20px 22px 22px !important;
  border-radius: 14px !important;
}

.sk-lp .sk-user-voice-profile b {
  font-size: 13px !important;
}

.sk-lp .sk-user-voice-profile small {
  margin-top: 14px !important;
  font-size: 14px !important;
}

.sk-lp .sk-user-voice-profile strong {
  font-size: 27px !important;
}

.sk-lp .sk-user-voice-copy blockquote {
  padding: 38px 46px 28px 36px !important;
}

.sk-lp .sk-user-voice-copy blockquote p {
  font-size: clamp(23px, 2.2vw, 30px) !important;
  line-height: 1.65 !important;
}

.sk-lp .sk-user-voice-copy blockquote::before,
.sk-lp .sk-user-voice-copy blockquote::after {
  font-size: 78px !important;
}

.sk-lp .sk-user-voice-body {
  gap: 18px !important;
  padding: 28px 46px 0 36px !important;
}

.sk-lp .sk-user-voice-body p {
  font-size: 15px !important;
  line-height: 1.95 !important;
}

@media (max-width: 980px) {
  .sk-lp .sk-user-voice-panel {
    width: min(100% - 32px, 760px) !important;
  }

  .sk-lp .sk-user-voice-layout {
    grid-template-columns: 1fr !important;
  }

  .sk-lp .sk-user-voice-portrait {
    min-height: 0 !important;
  }
}

@media (max-width: 620px) {
  .sk-lp .sk-user-voice-panel {
    padding: 30px 22px 34px !important;
  }

  .sk-lp .sk-user-voice-heading {
    grid-template-columns: 42px auto 42px !important;
  }

  .sk-lp .sk-user-voice-heading h2 {
    font-size: 26px !important;
  }

  .sk-lp .sk-user-voice-portrait {
    padding: 20px 16px 18px !important;
  }

  .sk-lp .sk-user-voice-portrait > img {
    width: min(88%, 250px) !important;
    margin-bottom: 14px !important;
  }

  .sk-lp .sk-user-voice-profile {
    left: auto !important;
    padding: 18px 18px 20px !important;
  }

  .sk-lp .sk-user-voice-profile strong {
    font-size: 25px !important;
  }

  .sk-lp .sk-user-voice-copy blockquote {
    padding: 42px 8px 26px !important;
  }

  .sk-lp .sk-user-voice-copy blockquote p {
    font-size: 21px !important;
  }

  .sk-lp .sk-user-voice-copy blockquote::after {
    right: 2px !important;
    bottom: 4px !important;
    font-size: 58px !important;
  }

  .sk-lp .sk-user-voice-body {
    padding: 24px 8px 0 !important;
  }
}

/* Engagement motion pass */
@keyframes sk-soft-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -10px, 0);
  }
}

@keyframes sk-soft-pulse {
  0%,
  100% {
    box-shadow: 0 18px 36px rgba(29, 78, 225, 0.18);
  }
  50% {
    box-shadow: 0 24px 50px rgba(29, 78, 225, 0.3);
  }
}

@keyframes sk-ribbon-float {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-7px);
  }
}

@keyframes sk-cta-sheen {
  0% {
    transform: translateX(-160%) skewX(-18deg);
  }
  42%,
  100% {
    transform: translateX(380%) skewX(-18deg);
  }
}

@keyframes sk-wave-live {
  0%,
  100% {
    transform: scaleY(0.45);
    opacity: 0.58;
  }
  50% {
    transform: scaleY(1);
    opacity: 1;
  }
}

.sk-lp .sk-reveal {
  opacity: 0 !important;
  transform: translate3d(0, 32px, 0) scale(0.985) !important;
  transition:
    opacity 0.72s ease,
    transform 0.86s cubic-bezier(0.22, 1, 0.36, 1) !important;
  transition-delay: var(--sk-reveal-delay, 0s) !important;
  will-change: opacity, transform;
}

.sk-lp .sk-reveal.is-visible {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) scale(1) !important;
}

.sk-lp .sk-origin-worry-grid .sk-reveal:nth-child(2),
.sk-lp .sk-value-story .sk-reveal:nth-child(2),
.sk-lp .sk-pricing-cards .sk-reveal:nth-child(2),
.sk-lp .sk-user-voice-list .sk-user-voice-layout:nth-child(2) {
  --sk-reveal-delay: 0.1s;
}

.sk-lp .sk-origin-worry-grid .sk-reveal:nth-child(3),
.sk-lp .sk-value-story .sk-reveal:nth-child(3),
.sk-lp .sk-pricing-cards .sk-reveal:nth-child(3) {
  --sk-reveal-delay: 0.2s;
}

@media (min-width: 821px) {
  .sk-lp .sk-hero {
    --sk-pointer-x: 0;
    --sk-pointer-y: 0;
  }

  .sk-lp .sk-hero__visual {
    transform: translate3d(calc(var(--sk-pointer-x) * 10px), calc(var(--sk-pointer-y) * 8px), 0);
    transition: transform 0.55s ease-out;
    will-change: transform;
  }

  .sk-lp .sk-hero__image {
    animation: sk-soft-float 6.5s ease-in-out infinite;
  }
}

.sk-lp .sk-demo-card {
  position: relative;
  overflow: hidden;
}

.sk-lp .sk-demo-card::after {
  position: absolute;
  top: -30%;
  bottom: -30%;
  left: 0;
  width: 34%;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.68), transparent);
  opacity: 0.7;
  pointer-events: none;
  animation: sk-cta-sheen 4.6s ease-in-out infinite;
}

.sk-lp .sk-demo-card__badge {
  animation: sk-soft-float 4.8s ease-in-out infinite;
}

.sk-lp .sk-demo-card:hover,
.sk-lp .sk-price-card:hover,
.sk-lp .sk-value-story-card:hover,
.sk-lp .sk-flow-list li:hover,
.sk-lp .sk-origin-worry-grid article:hover {
  transform: translateY(-6px) !important;
}

.sk-lp .sk-round-icon,
.sk-lp .sk-price-card,
.sk-lp .sk-value-story-card,
.sk-lp .sk-origin-worry-grid article,
.sk-lp .sk-user-voice-portrait {
  transition:
    transform 0.32s ease,
    box-shadow 0.32s ease,
    filter 0.32s ease;
}

.sk-lp .sk-hero-icons li:nth-child(2n) .sk-round-icon {
  animation: sk-soft-float 5.4s ease-in-out infinite;
  animation-delay: -1.2s;
}

.sk-lp .sk-hero-icons li:nth-child(2n + 1) .sk-round-icon {
  animation: sk-soft-float 5.8s ease-in-out infinite;
  animation-delay: -2.1s;
}

.sk-lp .sk-hero-icons li:hover .sk-round-icon {
  animation: none;
  transform: translateY(-5px) scale(1.04);
  filter: saturate(1.08);
}

.sk-lp .sk-flow-preview .sk-mini-card {
  animation: sk-soft-float 5.6s ease-in-out infinite;
}

.sk-lp .sk-flow-list li:nth-child(2n) .sk-flow-preview .sk-mini-card {
  animation-delay: -1.8s;
}

.sk-lp .sk-ai-voice-wave i {
  transform-origin: center;
  animation: sk-wave-live 1.05s ease-in-out infinite;
}

.sk-lp .sk-ai-voice-wave i:nth-child(2n) {
  animation-duration: 0.82s;
  animation-delay: -0.18s;
}

.sk-lp .sk-ai-voice-wave i:nth-child(3n) {
  animation-duration: 1.28s;
  animation-delay: -0.36s;
}

.sk-lp .sk-user-voice-portrait > img {
  transition: transform 0.45s ease, filter 0.45s ease;
}

.sk-lp .sk-user-voice-layout:hover .sk-user-voice-portrait > img {
  transform: translateY(-6px) scale(1.018);
  filter: drop-shadow(0 26px 38px rgba(26, 67, 118, 0.18));
}

.sk-lp .sk-price-card--featured .sk-price-card__ribbon {
  animation: sk-ribbon-float 4.2s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce) {
  .sk-lp .sk-reveal,
  .sk-lp .sk-reveal.is-visible,
  .sk-lp .sk-hero__visual,
  .sk-lp .sk-hero__image,
  .sk-lp .sk-demo-card__badge,
  .sk-lp .sk-demo-card::after,
  .sk-lp .sk-round-icon,
  .sk-lp .sk-flow-preview .sk-mini-card,
  .sk-lp .sk-ai-voice-wave i,
  .sk-lp .sk-user-voice-portrait > img,
  .sk-lp .sk-price-card--featured .sk-price-card__ribbon {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    transition: none !important;
  }
}

/* Screenshot reproduction: problem -> demo solution -> flow steps */
.sk-lp .sk-origin-redesign {
  padding-bottom: 0;
  background: #fff;
}

.sk-lp .sk-origin-redesign__wrap {
  width: min(100% - 56px, 1320px);
}

.sk-lp .sk-origin-worry-block {
  position: relative;
  margin: 0 auto 24px;
  padding-top: 22px;
  text-align: center;
}

.sk-lp .sk-origin-worry-kicker,
.sk-lp .sk-origin-worry-lead,
.sk-lp .sk-origin-worry-grid {
  display: none !important;
}

.sk-lp .sk-origin-worry-block::before {
  position: absolute;
  top: 70px;
  left: 50%;
  width: min(520px, 54vw);
  height: 18px;
  content: "";
  border-bottom: 2px solid #b9d3f4;
  border-radius: 0 0 14px 14px;
  transform: translateX(-50%);
}

.sk-lp .sk-origin-worry-block::after {
  position: absolute;
  top: 84px;
  left: 50%;
  width: 22px;
  height: 22px;
  content: "";
  border-right: 4px solid #102345;
  border-bottom: 4px solid #102345;
  filter: drop-shadow(0 4px 6px rgba(16, 35, 69, 0.2));
  transform: translateX(-50%) rotate(45deg);
}

.sk-lp .sk-origin-worry-block > h2 {
  margin: 0;
  color: var(--sk-navy);
  font-size: clamp(22px, 2.15vw, 30px);
  font-weight: 950;
  line-height: 1.45;
  letter-spacing: 0.02em;
}

.sk-lp .sk-origin-solution--demo {
  position: relative;
  margin-top: 78px;
  padding: 0;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.sk-lp .sk-origin-solution--demo::before,
.sk-lp .sk-origin-solution--demo::after {
  content: none;
}

.sk-lp .sk-origin-solution--demo .sk-origin-solution__title {
  margin: 0 0 22px;
  color: var(--sk-navy);
  font-size: clamp(30px, 3vw, 40px);
  font-weight: 950;
  line-height: 1.35;
  text-align: center;
}

.sk-lp .sk-origin-solution--demo .sk-origin-solution__title span {
  display: inline;
  color: #0758df;
}

.sk-lp .sk-origin-solution__panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(560px, 1fr) minmax(420px, 0.72fr);
  gap: 76px;
  align-items: center;
  padding: 30px 42px 30px 50px;
  background:
    radial-gradient(circle at 10% 22%, rgba(221, 241, 255, 0.72), transparent 30%),
    radial-gradient(circle at 92% 88%, rgba(219, 239, 255, 0.76), transparent 28%),
    linear-gradient(105deg, rgba(255, 255, 255, 0.98), rgba(246, 252, 255, 0.98));
  border: 1.5px solid #a9ccff;
  border-radius: 18px;
  box-shadow: 0 13px 32px rgba(0, 80, 160, 0.08);
}

.sk-lp .sk-origin-solution__panel::before,
.sk-lp .sk-origin-solution__panel::after {
  position: absolute;
  top: -68px;
  width: 96px;
  height: 112px;
  content: "";
  background: center / contain no-repeat;
}

.sk-lp .sk-origin-solution__panel::before {
  left: 13%;
  background-image: url("./assets/solution-icons/accent-dots-left.png");
  transform: rotate(-28deg);
}

.sk-lp .sk-origin-solution__panel::after {
  right: 11%;
  background-image: url("./assets/solution-icons/accent-dots-right.png");
  transform: rotate(28deg);
}

.sk-lp .sk-origin-demo {
  min-width: 0;
}

.sk-lp .sk-origin-demo__badge {
  position: relative;
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  margin-bottom: 10px;
  padding: 0 20px;
  color: #174fb7;
  background: #fff;
  border: 2px solid #1c61dc;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 950;
}

.sk-lp .sk-origin-demo__badge::after {
  position: absolute;
  bottom: -9px;
  left: 26px;
  width: 16px;
  height: 16px;
  content: "";
  background: #fff;
  border-right: 2px solid #1c61dc;
  border-bottom: 2px solid #1c61dc;
  transform: rotate(45deg);
}

.sk-lp .sk-origin-demo h3 {
  color: var(--sk-navy);
  font-size: clamp(25px, 2.55vw, 34px);
  font-weight: 950;
  line-height: 1.28;
}

.sk-lp .sk-origin-demo__lead {
  margin-top: 14px;
  color: var(--sk-navy);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.9;
}

.sk-lp .sk-origin-video {
  position: relative;
  margin-top: 12px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #0c1730;
  border-radius: 6px;
  box-shadow: 0 13px 28px rgba(14, 35, 74, 0.18);
}

.sk-lp .sk-origin-video img,
.sk-lp .sk-origin-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.85) brightness(1.08);
  opacity: 0.8;
}

.sk-lp .sk-origin-video video {
  display: block;
  object-fit: contain;
  filter: none;
  opacity: 1;
}

.sk-lp .sk-origin-video--actual::after {
  content: none;
}

.sk-lp .sk-origin-video__poster {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  background: #0c1730;
  border: 0;
  cursor: pointer;
}

.sk-lp .sk-origin-video__poster img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sk-lp .sk-origin-video__poster::after {
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.62));
  pointer-events: none;
}

.sk-lp .sk-origin-video__poster span {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: grid;
  width: 96px;
  height: 96px;
  place-items: center;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 50%;
  box-shadow: 0 11px 26px rgba(0, 0, 0, 0.18);
  transform: translate(-50%, -50%);
}

.sk-lp .sk-origin-video__poster span::before {
  width: 0;
  height: 0;
  margin-left: 8px;
  content: "";
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 31px solid #222;
}

.sk-lp .sk-origin-video.is-playing .sk-origin-video__poster {
  display: none;
}

.sk-lp .sk-origin-video::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 38%;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.72));
}

.sk-lp .sk-origin-video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: grid;
  width: 96px;
  height: 96px;
  place-items: center;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 50%;
  box-shadow: 0 11px 26px rgba(0, 0, 0, 0.18);
  transform: translate(-50%, -50%);
}

.sk-lp .sk-origin-video__play::before {
  width: 0;
  height: 0;
  margin-left: 8px;
  content: "";
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 31px solid #222;
}

.sk-lp .sk-origin-video__controls {
  position: absolute;
  right: 16px;
  bottom: 10px;
  left: 16px;
  z-index: 3;
  display: grid;
  grid-template-columns: auto 1fr 18px 18px 18px;
  gap: 14px;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

.sk-lp .sk-origin-video__controls i {
  height: 5px;
  background: linear-gradient(90deg, #ed3240 0 20%, rgba(255, 255, 255, 0.76) 20%);
  border-radius: 999px;
}

.sk-lp .sk-origin-video__controls b {
  display: block;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.86);
  border-radius: 50%;
}

.sk-lp .sk-origin-demo-cta {
  position: relative;
  display: grid;
  grid-template-columns: 82px 1fr 28px;
  gap: 18px;
  align-items: center;
  width: min(100%, 586px);
  min-height: 96px;
  margin: 10px auto 0;
  padding: 14px 28px 14px 58px;
  color: #fff;
  background: linear-gradient(180deg, #1d66d7, #0f4fc5);
  border-radius: 10px;
  box-shadow: 0 16px 26px rgba(11, 72, 175, 0.26);
  text-decoration: none;
}

.sk-lp .sk-origin-demo-cta span {
  position: absolute;
  left: -42px;
  display: grid;
  width: 86px;
  height: 86px;
  place-items: center;
  color: #173365;
  background: #ffe079;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 950;
  line-height: 1.25;
  text-align: center;
}

.sk-lp .sk-origin-demo-cta strong {
  justify-self: center;
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 950;
  letter-spacing: 0.04em;
}

.sk-lp .sk-origin-demo-cta i,
.sk-lp .sk-origin-ai-note a i {
  width: 12px;
  height: 12px;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
  transform: rotate(45deg);
}

.sk-lp .sk-origin-demo__points {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 42px;
  justify-content: center;
  margin-top: 14px;
}

.sk-lp .sk-origin-demo__points li {
  position: relative;
  padding-left: 22px;
  color: var(--sk-navy);
  font-size: 13px;
  font-weight: 850;
}

.sk-lp .sk-origin-demo__points li::before {
  position: absolute;
  top: 2px;
  left: 0;
  display: grid;
  width: 16px;
  height: 16px;
  place-items: center;
  content: "";
  border: 2px solid #0d1f3d;
  border-radius: 50%;
}

.sk-lp .sk-origin-demo__points li::after {
  position: absolute;
  top: 6px;
  left: 5px;
  width: 6px;
  height: 3px;
  content: "";
  border-left: 2px solid #0d1f3d;
  border-bottom: 2px solid #0d1f3d;
  transform: rotate(-45deg);
}

.sk-lp .sk-origin-benefits {
  display: grid;
  gap: 20px;
  min-width: 0;
}

.sk-lp .sk-origin-benefits__label {
  position: relative;
  justify-self: center;
  color: #0b4ca4;
  font-size: 16px;
  font-weight: 950;
}

.sk-lp .sk-origin-benefits__label::before,
.sk-lp .sk-origin-benefits__label::after {
  position: absolute;
  top: 50%;
  width: 32px;
  height: 2px;
  content: "";
  background: #0b4ca4;
}

.sk-lp .sk-origin-benefits__label::before {
  left: -46px;
  transform: rotate(58deg);
}

.sk-lp .sk-origin-benefits__label::after {
  right: -46px;
  transform: rotate(-58deg);
}

.sk-lp .sk-origin-benefits section {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 22px;
  align-items: center;
  min-height: 138px;
  padding: 24px 28px 24px 18px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #e5edf7;
  border-radius: 14px;
  box-shadow: 0 9px 22px rgba(24, 54, 94, 0.12);
}

.sk-lp .sk-origin-benefits h3 {
  color: #0758df;
  font-size: clamp(19px, 1.7vw, 25px);
  font-weight: 950;
  line-height: 1.4;
}

.sk-lp .sk-origin-benefits p {
  margin-top: 10px;
  color: var(--sk-navy);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.8;
}

.sk-lp .sk-origin-benefit-icon {
  position: relative;
  display: grid;
  width: 90px;
  height: 90px;
  place-items: center;
  background: transparent;
  border-radius: 50%;
}

.sk-lp .sk-origin-benefit-icon::before,
.sk-lp .sk-origin-benefit-icon::after {
  content: none !important;
}

.sk-lp .sk-origin-benefit-icon img {
  display: block;
  width: 90px;
  height: 90px;
  object-fit: contain;
}

.sk-lp .sk-origin-ai-note {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 34px 1fr auto;
  gap: 14px;
  align-items: center;
  width: calc(100% - 96px);
  min-height: 46px;
  margin: -4px auto 0;
  padding: 9px 28px;
  color: var(--sk-navy);
  background: linear-gradient(90deg, #fff8e3, #fffdfa);
  border: 1px solid #f2d38a;
  border-radius: 12px;
}

.sk-lp .sk-origin-ai-note > span {
  position: relative;
  display: block;
  width: 22px;
  height: 26px;
  border: 3px solid #0d1f3d;
  border-radius: 0 0 9px 9px;
}

.sk-lp .sk-origin-ai-note > span::before {
  position: absolute;
  top: -8px;
  left: 4px;
  width: 10px;
  height: 8px;
  content: "";
  border: 3px solid #0d1f3d;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
}

.sk-lp .sk-origin-ai-note p {
  margin: 0;
  font-size: 14px;
  font-weight: 850;
}

.sk-lp .sk-origin-ai-note a {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  color: #0758df;
  font-size: 15px;
  font-weight: 950;
  text-decoration: none;
}

.sk-lp .sk-flow {
  padding: 14px 0 74px;
  background: #fff;
}

.sk-lp .sk-flow .sk-wrap {
  width: min(100% - 56px, 1320px);
}

.sk-lp .sk-flow-panel {
  padding: 0;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.sk-lp .sk-flow-panel::before,
.sk-lp .sk-flow-panel::after,
.sk-lp .sk-flow-panel__top,
.sk-lp .sk-flow-segmentation {
  display: none !important;
}

.sk-lp .sk-flow-steps-heading {
  position: relative;
  margin: 26px auto 16px;
  padding-top: 30px;
  text-align: center;
}

.sk-lp .sk-flow-steps-heading::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 22px;
  height: 22px;
  content: "";
  border-right: 4px solid #102345;
  border-bottom: 4px solid #102345;
  transform: translateX(-50%) rotate(45deg);
}

.sk-lp .sk-flow-steps-heading h3 {
  color: var(--sk-navy);
  font-size: clamp(25px, 2.65vw, 34px);
  font-weight: 950;
  line-height: 1.45;
}

.sk-lp .sk-flow-steps-heading h3 strong {
  color: #0758df;
  font-weight: 950;
}

.sk-lp .sk-flow-list,
.sk-lp .sk-flow-list--restored {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 88px;
  margin-top: 10px;
}

.sk-lp .sk-flow-list li:nth-child(n + 5) {
  display: none;
}

.sk-lp .sk-flow-list li {
  grid-template-columns: 1fr;
  justify-items: center;
  min-height: 188px;
  padding: 0 18px 24px;
  text-align: center;
  border-radius: 8px;
}

.sk-lp .sk-flow-list b {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  margin-top: -1px;
  padding: 0 16px;
  color: #fff !important;
  background: linear-gradient(180deg, #3c7fe2, #1b5bca);
  border-radius: 4px;
  font-size: 16px;
}

.sk-lp .sk-flow-list b::before {
  content: "STEP ";
}

.sk-lp .sk-flow-icon {
  width: 62px;
  height: 62px;
}

.sk-lp .sk-flow-list h3 {
  font-size: 18px;
}

.sk-lp .sk-flow-list p {
  font-size: 13px;
}

.sk-lp .sk-flow-list li + li::before {
  left: -62px;
  width: 48px;
  height: 20px;
}

@media (max-width: 1100px) {
  .sk-lp .sk-origin-solution__panel {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 28px;
  }

  .sk-lp .sk-origin-benefits {
    grid-template-columns: 1fr;
  }

  .sk-lp .sk-flow-list,
  .sk-lp .sk-flow-list--restored {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }

  .sk-lp .sk-flow-list li + li::before {
    content: none;
  }
}

/* CTA visual centering including the reservation badge */
.sk-lp .sk-origin-demo-cta {
  width: calc(100% - 30px) !important;
  max-width: 640px !important;
  margin-right: 0 !important;
  margin-left: 30px !important;
}

.sk-lp .sk-origin-demo__points {
  width: calc(100% - 30px) !important;
  max-width: 640px !important;
  margin-right: 0 !important;
  margin-left: 30px !important;
}

@media (max-width: 640px) {
  .sk-lp .sk-origin-demo-cta {
    width: calc(100% - 24px) !important;
    margin-left: 24px !important;
  }

  .sk-lp .sk-origin-demo__points {
    width: calc(100% - 24px) !important;
    margin-left: 24px !important;
  }
}

/* Final VSL overlay cleanup */
.sk-lp .sk-origin-video::after,
.sk-lp .sk-origin-video--actual::after,
.sk-lp .sk-origin-video__poster::after {
  display: none !important;
  content: none !important;
  background: transparent !important;
}

/* Final demo CTA position and contact purpose field */
.sk-lp .sk-origin-demo-cta {
  grid-template-columns: minmax(0, auto) 18px !important;
  justify-content: center !important;
  gap: 22px !important;
  width: min(100% - 112px, 560px) !important;
  max-width: 560px !important;
  min-width: 420px !important;
  min-height: 76px !important;
  margin: 12px auto 0 !important;
  padding: 14px 30px 14px 74px !important;
  overflow: visible !important;
}

.sk-lp .sk-origin-demo-cta span {
  left: -42px !important;
  z-index: 5 !important;
}

.sk-lp .sk-origin-demo-cta strong {
  justify-self: center !important;
  white-space: nowrap !important;
}

.sk-lp .sk-origin-demo-cta i {
  justify-self: end !important;
}

.sk-lp .sk-origin-demo__points {
  width: fit-content !important;
  max-width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.sk-lp .sk-contact-purpose-field,
.sk-lp .sk-contact-user-type-field:not([hidden]) {
  display: block;
}

.sk-lp .sk-contact-purpose-field > span,
.sk-lp .sk-contact-user-type-field > span {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 9px;
  color: var(--sk-navy);
  font-size: 14px;
  font-weight: 850;
}

.sk-lp .sk-contact-purpose-field em,
.sk-lp .sk-contact-user-type-field em {
  display: inline-grid;
  min-width: 36px;
  min-height: 20px;
  place-items: center;
  padding: 2px 8px;
  color: #e95789;
  background: #fff0f6;
  border-radius: 999px;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

.sk-lp .sk-contact-purpose-field select,
.sk-lp .sk-contact-user-type-field select {
  width: 100%;
}

@media (max-width: 640px) {
  .sk-lp .sk-origin-demo-cta {
    grid-template-columns: minmax(0, auto) 16px !important;
    width: calc(100% - 54px) !important;
    min-width: 0 !important;
    max-width: 360px !important;
    min-height: 66px !important;
    margin: 12px 0 0 30px !important;
    padding: 11px 20px 11px 58px !important;
  }

  .sk-lp .sk-origin-demo-cta span {
    left: -30px !important;
    width: 74px !important;
    height: 74px !important;
    font-size: 11px !important;
  }

  .sk-lp .sk-origin-demo-cta strong {
    font-size: clamp(18px, 5vw, 22px) !important;
  }
}

/* Final mobile CTA badge stacking */
.sk-lp .sk-origin-demo-cta {
  overflow: visible !important;
  isolation: isolate;
}

.sk-lp .sk-origin-demo-cta span {
  z-index: 3 !important;
  pointer-events: none;
}

.sk-lp .sk-origin-demo-cta strong,
.sk-lp .sk-origin-demo-cta i {
  position: relative;
  z-index: 4;
}

@media (max-width: 640px) {
  .sk-lp .sk-origin-demo-cta {
    overflow: visible !important;
    padding-left: 66px !important;
  }

  .sk-lp .sk-origin-demo-cta span {
    left: -23px !important;
    z-index: 5 !important;
  }
}

/* Final SP worry section restore */
@media (max-width: 640px) {
  .sk-lp .sk-origin-worry-block {
    margin: 54px auto 42px !important;
    padding: 0 !important;
    text-align: center !important;
  }

  .sk-lp .sk-origin-worry-block::before,
  .sk-lp .sk-origin-worry-block::after {
    display: none !important;
    content: none !important;
  }

  .sk-lp .sk-origin-worry-kicker {
    display: block !important;
    margin: 0 0 8px !important;
    font-size: 12px !important;
    letter-spacing: 0.14em !important;
  }

  .sk-lp .sk-origin-worry-block > h2 {
    margin: 0 auto !important;
    font-size: clamp(24px, 7vw, 30px) !important;
    line-height: 1.35 !important;
    letter-spacing: 0 !important;
  }

  .sk-lp .sk-origin-worry-lead {
    display: block !important;
    margin: 14px auto 0 !important;
    font-size: 14px !important;
    line-height: 1.8 !important;
  }

  .sk-lp .sk-origin-worry-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    margin-top: 24px !important;
  }

  .sk-lp .sk-origin-worry-grid article,
  .sk-lp .sk-origin-worry-grid article:nth-child(1),
  .sk-lp .sk-origin-worry-grid article:nth-child(2),
  .sk-lp .sk-origin-worry-grid article:nth-child(3) {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
  }

  .sk-lp .sk-origin-worry-grid article > img,
  .sk-lp .sk-origin-worry-grid article:nth-child(2) > img {
    order: initial !important;
    height: 176px !important;
  }

  .sk-lp .sk-origin-worry-grid article > div,
  .sk-lp .sk-origin-worry-grid article:nth-child(1) > div,
  .sk-lp .sk-origin-worry-grid article:nth-child(2) > div,
  .sk-lp .sk-origin-worry-grid article:nth-child(3) > div {
    order: initial !important;
    min-height: 0 !important;
    margin: -14px 10px 0 !important;
    padding: 22px 20px 24px !important;
  }

  .sk-lp .sk-origin-solution--demo {
    margin-top: 34px !important;
  }
}

/* Final all-viewport worry section and demo CTA sizing */
.sk-lp .sk-origin-worry-block {
  margin: 58px auto 56px !important;
  padding: 0 !important;
  text-align: center !important;
}

.sk-lp .sk-origin-worry-block::before,
.sk-lp .sk-origin-worry-block::after {
  display: none !important;
  content: none !important;
}

.sk-lp .sk-origin-worry-kicker {
  display: block !important;
  margin: 0 0 10px !important;
}

.sk-lp .sk-origin-worry-lead {
  display: block !important;
  margin-top: 18px !important;
}

.sk-lp .sk-origin-worry-grid {
  display: grid !important;
}

.sk-lp .sk-origin-solution--demo {
  margin-top: 44px !important;
}

.sk-lp .sk-origin-demo-cta {
  width: fit-content !important;
  min-width: min(100%, 520px) !important;
  max-width: min(100%, 620px) !important;
  margin: 12px auto 0 !important;
  padding-right: 28px !important;
}

.sk-lp .sk-origin-demo__points {
  width: fit-content !important;
  max-width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

@media (max-width: 640px) {
  .sk-lp .sk-origin-worry-block {
    margin: 48px auto 40px !important;
  }

  .sk-lp .sk-origin-worry-lead {
    font-size: 14px !important;
    line-height: 1.8 !important;
  }

  .sk-lp .sk-origin-demo-cta {
    width: fit-content !important;
    min-width: min(100%, 316px) !important;
    max-width: calc(100% - 24px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 70px !important;
    padding-right: 20px !important;
  }

  .sk-lp .sk-origin-demo__points {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* Remove the artificial dark VSL overlay. Browser controls may still add their own shade while visible. */
.sk-lp .sk-origin-video::after,
.sk-lp .sk-origin-video--actual::after,
.sk-lp .sk-origin-video__poster::after {
  display: none !important;
  content: none !important;
  background: transparent !important;
}

/* Final VSL overlay cleanup */
.sk-lp .sk-origin-video::after,
.sk-lp .sk-origin-video--actual::after,
.sk-lp .sk-origin-video__poster::after {
  display: none !important;
  content: none !important;
  background: transparent !important;
}

/* SPで下部セクションの画像・フォーム描画が遅れるため、LP本体は通常描画に戻す。 */
.sk-lp > section:not(.sk-hero) {
  content-visibility: visible;
  contain-intrinsic-size: auto;
}

/* Remove VSL dark bottom overlays. Native controls handle their own contrast. */
.sk-lp .sk-origin-video::after,
.sk-lp .sk-origin-video--actual::after,
.sk-lp .sk-origin-video__poster::after {
  display: none !important;
  content: none !important;
  background: none !important;
}

/* Show the 0:01 VSL poster without cropping the logo */
.sk-lp .sk-origin-video__poster img {
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
}

/* Restore the classic four-step flow cards */
.sk-lp .sk-flow {
  overflow: hidden;
  background: linear-gradient(90deg, #fff 0%, #f5fbff 100%);
}

.sk-lp .sk-flow .sk-wrap {
  width: min(100% - 56px, 1440px) !important;
}

.sk-lp .sk-flow-steps-heading {
  position: relative !important;
  margin: 34px auto 30px !important;
  padding-top: 38px !important;
  text-align: center !important;
}

.sk-lp .sk-flow-steps-heading::before {
  position: absolute !important;
  top: 0 !important;
  left: 50% !important;
  display: block !important;
  width: 22px !important;
  height: 22px !important;
  content: "" !important;
  border-right: 5px solid #102345 !important;
  border-bottom: 5px solid #102345 !important;
  transform: translateX(-50%) rotate(45deg) !important;
}

.sk-lp .sk-flow-steps-heading h3 {
  max-width: 100% !important;
  margin: 0 !important;
  color: var(--sk-navy) !important;
  font-size: clamp(28px, 3vw, 42px) !important;
  font-weight: 950 !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
}

.sk-lp .sk-flow-steps-heading h3 strong {
  color: #0758df !important;
  font-weight: 950 !important;
}

.sk-lp .sk-flow-list,
.sk-lp .sk-flow-list--restored {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 32px !important;
  align-items: stretch !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.sk-lp .sk-flow-list li:nth-child(n + 5) {
  display: none !important;
}

.sk-lp .sk-flow-list li {
  position: relative !important;
  display: flex !important;
  min-width: 0 !important;
  min-height: 560px !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  padding: 0 22px 22px !important;
  overflow: hidden !important;
  text-align: center !important;
  background: rgba(255, 255, 255, 0.98) !important;
  border: 1px solid rgba(126, 168, 229, 0.42) !important;
  border-radius: 8px !important;
  box-shadow: 0 18px 34px rgba(15, 49, 96, 0.08) !important;
}

.sk-lp .sk-flow-list li::before,
.sk-lp .sk-flow-list li::after,
.sk-lp .sk-flow-list li + li::before,
.sk-lp .sk-flow-list li + li::after {
  display: none !important;
  content: none !important;
}

.sk-lp .sk-flow-icon {
  display: block !important;
  width: 58px !important;
  height: 58px !important;
  margin: 8px 0 56px !important;
  object-fit: contain !important;
}

.sk-lp .sk-flow-list b {
  position: static !important;
  display: inline-flex !important;
  width: auto !important;
  min-width: 116px !important;
  height: 46px !important;
  min-height: 46px !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 0 52px !important;
  padding: 0 18px !important;
  color: #fff !important;
  background: linear-gradient(180deg, #3f82e6 0%, #2259c8 100%) !important;
  border-radius: 4px !important;
  box-shadow: 0 18px 34px rgba(24, 88, 198, 0.28) !important;
  font-size: 17px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

.sk-lp .sk-flow-list b::before {
  margin-right: 5px !important;
  content: "STEP" !important;
}

.sk-lp .sk-flow-list h3 {
  min-height: 70px !important;
  margin: 0 !important;
  color: #0758df !important;
  font-size: clamp(20px, 1.85vw, 28px) !important;
  font-weight: 950 !important;
  line-height: 1.35 !important;
  text-align: center !important;
  word-break: keep-all !important;
}

.sk-lp .sk-flow-list p {
  min-height: 66px !important;
  margin: 50px 0 0 !important;
  color: var(--sk-navy) !important;
  font-size: 15px !important;
  font-weight: 850 !important;
  line-height: 1.75 !important;
  text-align: center !important;
}

.sk-lp .sk-flow-preview {
  position: relative !important;
  inset: auto !important;
  display: grid !important;
  width: 176px !important;
  height: 128px !important;
  margin-top: auto !important;
  padding-top: 0 !important;
  place-items: center !important;
  overflow: hidden !important;
  transform: none !important;
}

.sk-lp .sk-flow-preview .sk-mini-card,
.sk-lp .sk-flow-list .sk-mini-card {
  position: relative !important;
  width: 164px !important;
  max-width: 164px !important;
  min-height: 112px !important;
  max-height: 128px !important;
  margin: 0 !important;
  padding: 13px 12px !important;
  overflow: hidden !important;
  background: #fff !important;
  border: 1px solid rgba(151, 186, 236, 0.48) !important;
  border-radius: 8px !important;
  box-shadow: 0 14px 30px rgba(16, 41, 83, 0.1) !important;
  transform: none !important;
  animation: none !important;
}

.sk-lp .sk-mini-card strong {
  display: block !important;
  margin: 0 0 9px !important;
  color: #2363d5 !important;
  font-size: 11px !important;
  font-weight: 950 !important;
  line-height: 1.35 !important;
  white-space: normal !important;
}

.sk-lp .sk-mini-card dl {
  display: grid !important;
  gap: 4px !important;
  margin: 0 !important;
}

.sk-lp .sk-mini-card dl div,
.sk-lp .sk-share-options,
.sk-lp .sk-pdf-options {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 6px !important;
}

.sk-lp .sk-mini-card dt,
.sk-lp .sk-mini-card dd,
.sk-lp .sk-mini-card span,
.sk-lp .sk-mini-card em {
  display: block !important;
  min-width: 0 !important;
  margin: 0 !important;
  color: #17305f !important;
  font-size: 9px !important;
  font-style: normal !important;
  font-weight: 850 !important;
  line-height: 1.35 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.sk-lp .sk-mini-card > span,
.sk-lp .sk-mini-card em,
.sk-lp .sk-share-options span,
.sk-lp .sk-pdf-options span {
  padding: 6px 5px !important;
  background: #edf4ff !important;
  border-radius: 4px !important;
}

.sk-lp .sk-pdf-options i {
  display: block !important;
  width: 32px !important;
  margin: 6px auto 0 !important;
  padding: 4px 0 !important;
  color: #fff !important;
  background: #d74235 !important;
  border-radius: 3px !important;
  font-size: 8px !important;
  font-style: normal !important;
  font-weight: 950 !important;
  line-height: 1 !important;
}

@media (max-width: 1100px) {
  .sk-lp .sk-flow-list,
  .sk-lp .sk-flow-list--restored {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 24px !important;
  }
}

@media (max-width: 640px) {
  .sk-lp .sk-flow .sk-wrap {
    width: min(100% - 28px, 520px) !important;
  }

  .sk-lp .sk-flow-steps-heading h3 {
    font-size: 22px !important;
    line-height: 1.55 !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
  }

  .sk-lp .sk-flow-list,
  .sk-lp .sk-flow-list--restored {
    grid-template-columns: 1fr !important;
  }

  .sk-lp .sk-flow-list li {
    min-height: 420px !important;
  }

  .sk-lp .sk-flow-icon {
    margin-bottom: 26px !important;
  }

  .sk-lp .sk-flow-list b {
    margin-bottom: 28px !important;
  }

  .sk-lp .sk-flow-list p {
    margin-top: 24px !important;
  }
}

@media (max-width: 640px) {
  .sk-lp .sk-origin-redesign__wrap,
  .sk-lp .sk-flow .sk-wrap {
    width: min(100% - 28px, 520px);
  }

  .sk-lp .sk-origin-worry-block::before {
    width: min(320px, 76vw);
  }

  .sk-lp .sk-origin-worry-block {
    margin-top: 46px !important;
    margin-bottom: 18px !important;
    padding-top: 0 !important;
    padding-bottom: 34px !important;
  }

  .sk-lp .sk-origin-worry-block > h2 {
    font-size: clamp(18px, 5.2vw, 22px) !important;
    line-height: 1.45 !important;
    letter-spacing: 0 !important;
  }

  .sk-lp .sk-origin-worry-block::before {
    top: auto !important;
    bottom: 8px !important;
    width: min(260px, 70vw) !important;
    height: 14px !important;
  }

  .sk-lp .sk-origin-worry-block::after {
    top: auto !important;
    bottom: -4px !important;
    width: 18px !important;
    height: 18px !important;
    border-right-width: 3px !important;
    border-bottom-width: 3px !important;
  }

  .sk-lp .sk-origin-solution--demo {
    margin-top: 66px;
  }

  .sk-lp .sk-origin-solution--demo .sk-origin-solution__title,
  .sk-lp .sk-origin-demo h3,
  .sk-lp .sk-origin-benefits h3,
  .sk-lp .sk-flow-steps-heading h3 {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .sk-lp .sk-origin-solution--demo .sk-origin-solution__title {
    font-size: 24px;
  }

  .sk-lp .sk-origin-solution__panel {
    padding: 22px 16px;
    border-radius: 14px;
  }

  .sk-lp .sk-origin-solution__panel::before,
  .sk-lp .sk-origin-solution__panel::after {
    content: none;
  }

  .sk-lp .sk-origin-video {
    aspect-ratio: 16 / 9;
  }

  .sk-lp .sk-origin-video__play {
    width: 72px;
    height: 72px;
  }

  .sk-lp .sk-origin-demo-cta {
    grid-template-columns: 1fr 24px;
    min-height: 74px;
    padding: 12px 20px 12px 58px;
  }

  .sk-lp .sk-origin-demo-cta span {
    left: -28px;
    width: 72px;
    height: 72px;
    font-size: 11px;
  }

  .sk-lp .sk-origin-benefits section {
    grid-template-columns: 68px 1fr;
    padding: 18px 16px;
  }

  .sk-lp .sk-origin-benefit-icon {
    width: 62px;
    height: 62px;
    transform: scale(0.78);
    transform-origin: left center;
  }

  .sk-lp .sk-origin-ai-note {
    grid-template-columns: 28px 1fr;
    width: 100%;
    padding: 12px 16px;
  }

  .sk-lp .sk-origin-ai-note a {
    grid-column: 1 / -1;
    justify-self: center;
  }

  .sk-lp .sk-flow-list,
  .sk-lp .sk-flow-list--restored {
    grid-template-columns: 1fr;
  }
}

/* Flow step cards repair */
.sk-lp .sk-flow-steps-heading {
  margin: 34px auto 28px;
  padding-top: 38px;
}

.sk-lp .sk-flow-steps-heading::before {
  width: 18px;
  height: 18px;
  border-right-width: 4px;
  border-bottom-width: 4px;
}

.sk-lp .sk-flow-steps-heading h3 {
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
}

.sk-lp .sk-flow-list,
.sk-lp .sk-flow-list--restored {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 28px !important;
  align-items: stretch;
  margin-top: 28px !important;
}

.sk-lp .sk-flow-list li:nth-child(n + 5) {
  display: none !important;
}

.sk-lp .sk-flow-list li {
  position: relative;
  display: flex !important;
  min-width: 0;
  min-height: 332px !important;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 0 20px 22px !important;
  overflow: hidden !important;
  text-align: center;
  background: #fff;
  border: 1px solid rgba(132, 170, 230, 0.34);
  border-radius: 8px !important;
  box-shadow: 0 18px 34px rgba(15, 49, 96, 0.08);
}

.sk-lp .sk-flow-list li::before,
.sk-lp .sk-flow-list li::after,
.sk-lp .sk-flow-list li + li::before,
.sk-lp .sk-flow-list li + li::after {
  display: none !important;
  content: none !important;
}

.sk-lp .sk-flow-list b {
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  z-index: auto !important;
  display: inline-flex !important;
  width: auto !important;
  min-width: 96px !important;
  height: 38px !important;
  min-height: 38px !important;
  flex: 0 0 auto !important;
  align-items: center;
  align-self: center;
  justify-content: center;
  margin: 0 0 16px !important;
  padding: 0 14px !important;
  transform: none !important;
  white-space: nowrap !important;
  color: #fff !important;
  background: linear-gradient(180deg, #3f82e6 0%, #1d59c7 100%) !important;
  border-radius: 4px !important;
  box-shadow: 0 12px 22px rgba(24, 88, 198, 0.22);
  font-size: 15px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
}

.sk-lp .sk-flow-list b::before {
  margin-right: 4px;
  content: "STEP" !important;
}

.sk-lp .sk-flow-icon {
  width: 54px !important;
  height: 54px !important;
  margin: 0 0 10px !important;
  object-fit: contain;
}

.sk-lp .sk-flow-list h3 {
  min-height: 52px;
  margin: 0 !important;
  color: #0758df !important;
  font-size: clamp(16px, 1.35vw, 20px) !important;
  font-weight: 950 !important;
  line-height: 1.42 !important;
  overflow-wrap: anywhere;
  word-break: keep-all;
}

.sk-lp .sk-flow-list p {
  min-height: 44px;
  margin: 8px 0 0 !important;
  color: var(--sk-navy) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.65 !important;
}

.sk-lp .sk-flow-preview {
  position: relative !important;
  inset: auto !important;
  display: grid !important;
  width: min(100%, 168px) !important;
  height: 116px !important;
  margin-top: auto !important;
  padding-top: 14px;
  place-items: center;
  overflow: hidden !important;
  transform: none !important;
}

.sk-lp .sk-flow-preview .sk-mini-card,
.sk-lp .sk-flow-list .sk-mini-card {
  position: relative !important;
  width: 138px !important;
  min-width: 0 !important;
  max-width: 138px !important;
  min-height: 88px !important;
  max-height: 104px !important;
  margin: 0 !important;
  padding: 10px !important;
  overflow: hidden !important;
  background: #fff !important;
  border: 1px solid rgba(151, 186, 236, 0.38) !important;
  border-radius: 8px !important;
  box-shadow: 0 12px 28px rgba(16, 41, 83, 0.1) !important;
  transform: none !important;
  animation: none !important;
}

.sk-lp .sk-mini-card strong {
  display: block !important;
  margin: 0 0 7px !important;
  color: #2363d5 !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  line-height: 1.35 !important;
  white-space: normal !important;
}

.sk-lp .sk-mini-card dl {
  display: grid !important;
  gap: 4px !important;
  margin: 0 !important;
}

.sk-lp .sk-mini-card dl div,
.sk-lp .sk-share-options,
.sk-lp .sk-pdf-options {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 5px !important;
}

.sk-lp .sk-mini-card dt,
.sk-lp .sk-mini-card dd,
.sk-lp .sk-mini-card span,
.sk-lp .sk-mini-card em {
  display: block !important;
  min-width: 0 !important;
  margin: 0 !important;
  color: #17305f !important;
  font-size: 8px !important;
  font-style: normal !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap !important;
}

.sk-lp .sk-mini-card > span,
.sk-lp .sk-mini-card em,
.sk-lp .sk-share-options span,
.sk-lp .sk-pdf-options span {
  padding: 5px 4px !important;
  background: #edf4ff !important;
  border-radius: 4px !important;
}

.sk-lp .sk-pdf-options i {
  display: block !important;
  width: 28px;
  margin: 5px auto 0;
  padding: 3px 0;
  color: #fff !important;
  background: #d74235 !important;
  border-radius: 3px;
  font-size: 7px !important;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}

@media (max-width: 1100px) {
  .sk-lp .sk-flow-list,
  .sk-lp .sk-flow-list--restored {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 24px !important;
  }
}

@media (max-width: 640px) {
  .sk-lp .sk-flow-steps-heading {
    margin-top: 26px;
  }

  .sk-lp .sk-flow-steps-heading h3 {
    font-size: 22px !important;
    line-height: 1.55 !important;
  }

  .sk-lp .sk-flow-list,
  .sk-lp .sk-flow-list--restored {
    grid-template-columns: 1fr !important;
  }

  .sk-lp .sk-flow-list li {
    min-height: 300px !important;
  }
}

/* Demo block visual cleanup */
.sk-lp .sk-origin-solution__panel::before,
.sk-lp .sk-origin-solution__panel::after {
  display: none !important;
  content: none !important;
}

.sk-lp .sk-origin-solution__panel,
.sk-lp .sk-origin-solution__panel * {
  box-sizing: border-box !important;
}

.sk-lp .sk-origin-video {
  background: #fff !important;
  border-radius: 6px !important;
  isolation: isolate;
}

.sk-lp .sk-origin-video img,
.sk-lp .sk-origin-video video,
.sk-lp .sk-origin-video__poster,
.sk-lp .sk-origin-video__poster img {
  border: 0 !important;
  outline: 0 !important;
}

.sk-lp .sk-origin-video video {
  position: absolute !important;
  inset: -3px -7px !important;
  width: calc(100% + 14px) !important;
  height: calc(100% + 6px) !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center center !important;
}

.sk-lp .sk-origin-video__poster {
  inset: 0 !important;
  background: #fff !important;
}

.sk-lp .sk-origin-video__poster img {
  position: absolute !important;
  inset: -3px -7px !important;
  width: calc(100% + 14px) !important;
  height: calc(100% + 6px) !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center center !important;
}

.sk-lp .sk-origin-video__poster::after {
  height: 34% !important;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.42)) !important;
}

.sk-lp .sk-origin-demo-cta {
  grid-template-columns: minmax(0, 1fr) 18px !important;
  gap: 14px !important;
  width: min(100%, 640px) !important;
  min-height: 78px !important;
  margin-top: 12px !important;
  padding: 13px 30px 13px 92px !important;
}

.sk-lp .sk-origin-demo-cta span {
  left: -30px !important;
  width: 84px !important;
  height: 84px !important;
  font-size: 13px !important;
}

.sk-lp .sk-origin-demo-cta strong {
  justify-self: start !important;
  min-width: 0;
  white-space: nowrap !important;
  letter-spacing: 0 !important;
  font-size: clamp(20px, 2.05vw, 26px) !important;
  line-height: 1.2 !important;
}

@media (max-width: 640px) {
  .sk-lp .sk-origin-demo-cta {
    grid-template-columns: minmax(0, 1fr) 16px !important;
    min-height: 66px !important;
    padding: 11px 20px 11px 58px !important;
  }

  .sk-lp .sk-origin-demo-cta span {
    left: -24px !important;
    width: 68px !important;
    height: 68px !important;
    font-size: 10px !important;
  }

  .sk-lp .sk-origin-demo-cta strong {
    font-size: clamp(17px, 5.3vw, 20px) !important;
  }

  .sk-lp .sk-origin-solution__panel {
    grid-template-columns: minmax(0, 1fr) !important;
    width: calc(100vw - 28px) !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
  }

  .sk-lp .sk-origin-demo,
  .sk-lp .sk-origin-benefits {
    width: 100% !important;
    min-width: 0 !important;
  }

  .sk-lp .sk-origin-demo h3,
  .sk-lp .sk-origin-demo__lead,
  .sk-lp .sk-origin-benefits__label,
  .sk-lp .sk-origin-benefits h3,
  .sk-lp .sk-origin-benefits p {
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
    word-break: break-all !important;
    white-space: normal !important;
  }

  .sk-lp .sk-origin-video {
    width: 100% !important;
    max-width: 100% !important;
  }

  .sk-lp .sk-origin-demo__points {
    width: 100% !important;
    gap: 8px 12px !important;
    justify-content: center !important;
  }
}

/* Final CTA alignment pass */
.sk-lp .sk-origin-demo-cta {
  width: calc(100% - 30px) !important;
  max-width: 640px !important;
  margin: 12px 0 0 30px !important;
}

.sk-lp .sk-origin-demo__points {
  width: calc(100% - 30px) !important;
  max-width: 640px !important;
  margin-right: 0 !important;
  margin-left: 30px !important;
}

@media (max-width: 640px) {
  .sk-lp .sk-origin-demo-cta {
    width: calc(100% - 24px) !important;
    margin-left: 24px !important;
  }

  .sk-lp .sk-origin-demo__points {
    width: calc(100% - 24px) !important;
    margin-left: 24px !important;
  }
}

/* Final VSL overlay cleanup */
.sk-lp .sk-origin-video::after,
.sk-lp .sk-origin-video--actual::after,
.sk-lp .sk-origin-video__poster::after {
  display: none !important;
  content: none !important;
  background: transparent !important;
}

/* Final override: demo CTA position and contact purpose field */
.sk-lp .sk-origin-demo-cta {
  grid-template-columns: minmax(0, auto) 18px !important;
  justify-content: center !important;
  gap: 22px !important;
  width: min(100% - 112px, 560px) !important;
  max-width: 560px !important;
  min-width: 420px !important;
  min-height: 76px !important;
  margin: 12px auto 0 !important;
  padding: 14px 30px 14px 74px !important;
  overflow: visible !important;
}

.sk-lp .sk-origin-demo-cta span {
  left: -42px !important;
  z-index: 5 !important;
}

.sk-lp .sk-origin-demo-cta strong {
  justify-self: center !important;
  white-space: nowrap !important;
}

.sk-lp .sk-origin-demo-cta i {
  justify-self: end !important;
}

.sk-lp .sk-origin-demo__points {
  width: fit-content !important;
  max-width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.sk-lp .sk-contact-purpose-field,
.sk-lp .sk-contact-user-type-field:not([hidden]) {
  display: block;
}

.sk-lp .sk-contact-purpose-field > span,
.sk-lp .sk-contact-user-type-field > span {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 9px;
  color: var(--sk-navy);
  font-size: 14px;
  font-weight: 850;
}

.sk-lp .sk-contact-purpose-field em,
.sk-lp .sk-contact-user-type-field em {
  display: inline-grid;
  min-width: 36px;
  min-height: 20px;
  place-items: center;
  padding: 2px 8px;
  color: #e95789;
  background: #fff0f6;
  border-radius: 999px;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

.sk-lp .sk-contact-purpose-field select,
.sk-lp .sk-contact-user-type-field select {
  width: 100%;
}

@media (max-width: 640px) {
  .sk-lp .sk-origin-demo-cta {
    grid-template-columns: minmax(0, auto) 16px !important;
    width: calc(100% - 54px) !important;
    min-width: 0 !important;
    max-width: 360px !important;
    min-height: 66px !important;
    margin: 12px 0 0 30px !important;
    padding: 11px 20px 11px 58px !important;
  }

  .sk-lp .sk-origin-demo-cta span {
    left: -30px !important;
    width: 74px !important;
    height: 74px !important;
    font-size: 11px !important;
  }

  .sk-lp .sk-origin-demo-cta strong {
    font-size: clamp(18px, 5vw, 22px) !important;
  }
}
