/* Page-specific layer. */

/* Company page */
.ck-company {
  color: #111827;
  background: #fff;
}

.ck-company-hero {
  background:
    radial-gradient(circle at 18% 20%, rgba(214, 182, 95, .14) 0%, rgba(214, 182, 95, 0) 30%),
    linear-gradient(135deg, #171b22 0%, #252b33 54%, #111827 100%);
}

.ck-company-message__layout {
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(320px, .72fr);
  gap: clamp(34px, 6vw, 74px);
  align-items: center;
}

.ck-company-message .ck-home-section-head {
  max-width: 760px;
}

.ck-company-ceo {
  margin: 0;
}

.ck-company-ceo img {
  display: block;
  width: 100%;
  border-radius: var(--ck-radius);
  box-shadow: 0 24px 70px rgba(15, 23, 42, .14);
}

.ck-company-ceo figcaption {
  margin-top: 16px;
  color: #374151;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.8;
  text-align: center;
}

.ck-company-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin-top: 42px;
}

.ck-company-logos img {
  width: min(240px, 42vw);
  height: 112px;
  object-fit: contain;
  padding: 22px 26px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: var(--ck-radius);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 18px 48px rgba(0, 0, 0, .14);
}

.ck-company-info {
  background: #f6f7f9;
}

.ck-company-table-wrap {
  width: min(900px, 100%);
  margin: 42px auto 0;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, .08);
  border-radius: var(--ck-radius);
  background: #fff;
  box-shadow: 0 24px 70px rgba(15, 23, 42, .08);
}

.ck-company-table-wrap table {
  width: 100%;
  border-collapse: collapse;
  font-family: inherit;
}

.ck-company-table-wrap th,
.ck-company-table-wrap td {
  border-bottom: 1px solid rgba(17, 24, 39, .08);
  padding: 18px 22px;
  color: #111827;
  font-size: 15px;
  line-height: 1.8;
  vertical-align: top;
}

.ck-company-table-wrap th {
  width: 180px;
  background: #f8fafc;
  color: #4b5563;
  font-weight: 900;
  text-align: left;
}

.ck-company-table-wrap td {
  font-weight: 700;
}

.ck-company-table-wrap tr:last-child th,
.ck-company-table-wrap tr:last-child td {
  border-bottom: 0;
}

/* Future page */
.ck-future {
  color: #111827;
  background: #fff;
}

.ck-future-hero {
  background:
    radial-gradient(circle at 76% 18%, rgba(214, 182, 95, .16) 0%, rgba(214, 182, 95, 0) 28%),
    linear-gradient(135deg, #171b22 0%, #252b33 54%, #111827 100%);
}

.ck-future-image,
.ck-future-sdgs__image {
  margin: 0;
}

.ck-future-image img,
.ck-future-sdgs__image img {
  display: block;
  width: 100%;
  border-radius: var(--ck-radius);
  box-shadow: 0 24px 70px rgba(15, 23, 42, .14);
}

.ck-future-card-grid,
.ck-future-vision-grid {
  display: grid;
  gap: 18px;
  margin-top: 42px;
}

.ck-future-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ck-future-card-grid article {
  min-height: 238px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--ck-radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .075) 0%, rgba(255, 255, 255, .035) 100%);
  box-shadow: 0 22px 60px rgba(0, 0, 0, .16);
}

.ck-future-card-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 20px;
  border: 1px solid rgba(214, 182, 95, .34);
  border-radius: 999px;
  background: rgba(214, 182, 95, .12);
  color: #d6b65f;
  font-size: 13px;
  font-weight: 900;
}

.ck-future-card-grid h3,
.ck-future-vision-grid h3 {
  margin: 0;
  color: #111827;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.35;
}

.ck-future-card-grid h3 {
  color: #fff;
}

.ck-future-card-grid p,
.ck-future-vision-grid p {
  margin: 14px 0 0;
  color: #5f6673;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.85;
}

.ck-future-card-grid p {
  color: rgba(255, 255, 255, .74);
}

.ck-future-vision {
  background: #f6f7f9;
}

.ck-future-vision-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ck-future-vision-grid article {
  min-height: 214px;
  padding: 28px;
  border: 1px solid rgba(17, 24, 39, .08);
  border-radius: var(--ck-radius);
  background:
    radial-gradient(circle at 16% 0%, rgba(214, 182, 95, .10) 0%, rgba(214, 182, 95, 0) 34%),
    linear-gradient(180deg, #fff 0%, #f8fafc 100%);
  box-shadow: 0 18px 48px rgba(15, 23, 42, .07);
}

.ck-future-sdgs__image {
  justify-self: center;
  width: min(420px, 100%);
  padding: 24px;
  border: 1px solid rgba(17, 24, 39, .08);
  border-radius: var(--ck-radius);
  background: #fff;
  box-shadow: 0 24px 70px rgba(15, 23, 42, .08);
}

.ck-future-sdgs__image img {
  box-shadow: none;
  object-fit: contain;
}

/* Business support page */
.ck-management {
  color: #111827;
  background: #fff;
}

.ck-management-hero {
  background:
    radial-gradient(circle at 76% 18%, rgba(214, 182, 95, .16) 0%, rgba(214, 182, 95, 0) 28%),
    linear-gradient(135deg, #171b22 0%, #242a32 54%, #111827 100%);
}

.ck-management-screen {
  margin: 0;
  padding: 16px;
  border: 1px solid rgba(17, 24, 39, .08);
  border-radius: var(--ck-radius);
  background: #fff;
  box-shadow: 0 24px 70px rgba(15, 23, 42, .12);
}

.ck-management-screen img {
  display: block;
  width: 100%;
  border-radius: 6px;
}

.ck-management-problem {
  background:
    radial-gradient(circle at 18% 18%, rgba(214, 182, 95, .10) 0%, rgba(214, 182, 95, 0) 28%),
    linear-gradient(135deg, #171b22 0%, #242931 48%, #1e232b 100%);
}

.ck-management-formula {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1.15fr;
  gap: 12px;
  align-items: center;
  margin-top: 44px;
}

.ck-management-formula article {
  min-height: 142px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--ck-radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .075) 0%, rgba(255, 255, 255, .035) 100%);
  box-shadow: 0 22px 60px rgba(0, 0, 0, .16);
}

.ck-management-formula article.is-result {
  border-color: rgba(214, 182, 95, .30);
  background:
    radial-gradient(circle at 16% 0%, rgba(214, 182, 95, .16) 0%, rgba(214, 182, 95, 0) 38%),
    linear-gradient(180deg, rgba(255, 255, 255, .09) 0%, rgba(255, 255, 255, .045) 100%);
}

.ck-management-formula span {
  display: block;
  color: rgba(255, 255, 255, .70);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.4;
}

.ck-management-formula strong {
  display: block;
  margin-top: 14px;
  color: #fff;
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 900;
  line-height: 1;
}

.ck-management-formula b {
  color: #d6b65f;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

.ck-management-note {
  margin-top: 24px;
  padding: 28px;
  border: 1px solid rgba(214, 182, 95, .24);
  border-radius: var(--ck-radius);
  background: rgba(214, 182, 95, .08);
}

.ck-management-note h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(22px, 2.3vw, 32px);
  font-weight: 900;
  line-height: 1.35;
}

.ck-management-note p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, .74);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.9;
}

.ck-management-benefit {
  background: #f6f7f9;
}

.ck-management-value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 42px;
}

.ck-management-value-grid article {
  min-height: 218px;
  padding: 28px;
  border: 1px solid rgba(17, 24, 39, .08);
  border-radius: var(--ck-radius);
  background:
    radial-gradient(circle at 16% 0%, rgba(214, 182, 95, .10) 0%, rgba(214, 182, 95, 0) 34%),
    linear-gradient(180deg, #fff 0%, #f8fafc 100%);
  box-shadow: 0 18px 48px rgba(15, 23, 42, .07);
}

.ck-management-value-grid span {
  display: inline-flex;
  margin-bottom: 18px;
  color: #b6922c;
  font-size: 13px;
  font-weight: 900;
}

.ck-management-value-grid h3 {
  margin: 0;
  color: #111827;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.35;
}

.ck-management-value-grid p {
  margin: 14px 0 0;
  color: #5f6673;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.85;
}

.ck-management-ending {
  background:
    radial-gradient(circle at 50% 0%, rgba(214, 182, 95, .12) 0%, rgba(214, 182, 95, 0) 34%),
    linear-gradient(135deg, #171b22 0%, #242931 48%, #1e232b 100%);
}

/* ESL solution page */
.ck-esl {
  color: #111827;
  background: #fff;
}

.ck-esl-hero {
  background:
    radial-gradient(circle at 78% 18%, rgba(214, 182, 95, .16) 0%, rgba(214, 182, 95, 0) 28%),
    linear-gradient(135deg, #171b22 0%, #242a32 54%, #111827 100%);
}

.ck-esl-gap {
  display: grid;
  gap: 18px;
}

.ck-esl-gap article {
  padding: 28px;
  border: 1px solid rgba(17, 24, 39, .08);
  border-radius: var(--ck-radius);
  background:
    radial-gradient(circle at 16% 0%, rgba(214, 182, 95, .10) 0%, rgba(214, 182, 95, 0) 34%),
    linear-gradient(180deg, #fff 0%, #f8fafc 100%);
  box-shadow: 0 18px 48px rgba(15, 23, 42, .07);
}

.ck-esl-gap span,
.ck-esl-benefit-grid article>span:not(.ck-feature-icon),
.ck-esl-step-grid article>span {
  display: inline-flex;
  margin-bottom: 18px;
  color: #b6922c;
  font-size: 13px;
  font-weight: 900;
}

.ck-esl-gap h3,
.ck-esl-benefit-grid h3,
.ck-esl-step-grid h3,
.ck-esl-rental-grid h3 {
  margin: 0;
  color: #111827;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.35;
}

.ck-esl-gap p,
.ck-esl-impact p,
.ck-esl-benefit-grid p,
.ck-esl-step-grid p,
.ck-esl-flow-message p,
.ck-esl-rental-grid p {
  margin: 14px 0 0;
  color: #5f6673;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.85;
}

.ck-esl-impact {
  grid-column: 1 / -1;
  margin-top: 24px;
  padding: 28px;
  border: 1px solid rgba(214, 182, 95, .22);
  border-radius: var(--ck-radius);
  background:
    radial-gradient(circle at 10% 0%, rgba(214, 182, 95, .10) 0%, rgba(214, 182, 95, 0) 34%),
    linear-gradient(180deg, #fff 0%, #f8fafc 100%);
  box-shadow: 0 18px 48px rgba(15, 23, 42, .07);
}

.ck-esl-impact span {
  display: inline-flex;
  margin-bottom: 14px;
  color: #b6922c;
  font-size: 13px;
  font-weight: 900;
}

.ck-esl-impact h3,
.ck-esl-flow-message h3 {
  margin: 0;
  color: #111827;
  font-size: clamp(22px, 2.5vw, 34px);
  font-weight: 900;
  line-height: 1.35;
}

.ck-esl-solution {
  background:
    radial-gradient(circle at 18% 18%, rgba(214, 182, 95, .10) 0%, rgba(214, 182, 95, 0) 28%),
    linear-gradient(135deg, #171b22 0%, #242931 48%, #1e232b 100%);
}

.ck-esl-screen {
  margin: 0;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--ck-radius);
  background: rgba(255, 255, 255, .06);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .18);
}

.ck-esl-screen img {
  display: block;
  width: 100%;
  border-radius: 6px;
  background: #fff;
}

.ck-esl-benefits,
.ck-esl-rental {
  background: #f6f7f9;
}

.ck-esl-benefit-grid,
.ck-esl-step-grid,
.ck-esl-rental-grid {
  display: grid;
  gap: 18px;
  margin-top: 42px;
}

.ck-esl-benefit-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ck-esl-benefit-grid article,
.ck-esl-rental-grid article {
  min-height: 230px;
  padding: 28px;
  border: 1px solid rgba(17, 24, 39, .08);
  border-radius: var(--ck-radius);
  background: #fff;
  box-shadow: 0 18px 48px rgba(15, 23, 42, .07);
}

.ck-esl-benefit-grid .ck-feature-icon {
  width: 68px;
  height: 68px;
  margin: 0 0 22px;
}

.ck-esl-flow {
  background:
    radial-gradient(circle at 50% 0%, rgba(214, 182, 95, .12) 0%, rgba(214, 182, 95, 0) 34%),
    linear-gradient(135deg, #171b22 0%, #242931 48%, #1e232b 100%);
}

.ck-esl-step-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.ck-esl-step-grid article {
  min-height: 214px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--ck-radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .075) 0%, rgba(255, 255, 255, .035) 100%);
  box-shadow: 0 22px 60px rgba(0, 0, 0, .16);
}

.ck-esl-flow-message {
  width: min(920px, 100%);
  margin: 42px auto 0;
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid rgba(214, 182, 95, .24);
  border-radius: var(--ck-radius);
  background:
    radial-gradient(circle at 12% 0%, rgba(214, 182, 95, .14) 0%, rgba(214, 182, 95, 0) 34%),
    linear-gradient(180deg, rgba(255, 255, 255, .09) 0%, rgba(255, 255, 255, .045) 100%);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .18);
}

.ck-esl-flow-message h3 {
  color: #fff;
}

.ck-esl-flow-message p {
  color: rgba(255, 255, 255, .76);
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 2;
}

.ck-esl-step-grid h3 {
  color: #fff;
  font-size: 20px;
}

.ck-esl-step-grid p {
  color: rgba(255, 255, 255, .74);
  font-size: 14px;
}

.ck-esl-quote {
  width: min(880px, 100%);
  margin: 42px auto 0;
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid rgba(17, 24, 39, .08);
  border-radius: var(--ck-radius);
  background:
    radial-gradient(circle at 16% 0%, rgba(214, 182, 95, .10) 0%, rgba(214, 182, 95, 0) 34%),
    linear-gradient(180deg, #fff 0%, #f8fafc 100%);
  box-shadow: 0 18px 48px rgba(15, 23, 42, .07);
}

.ck-esl-quote p {
  margin: 0;
  color: #374151;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 900;
  line-height: 1.9;
  text-align: center;
}

.ck-esl-rental-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ck-esl-rental-note {
  margin: 22px auto 0;
  color: #6b7280;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.7;
  text-align: center;
}

/* Service page */
.ck-service {
  color: #111827;
  background: #fff;
}

.ck-service-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(108px, 9vw, 142px) 0 clamp(76px, 7vw, 104px);
  background:
    radial-gradient(circle at 76% 18%, rgba(214, 182, 95, .13) 0%, rgba(214, 182, 95, 0) 30%),
    linear-gradient(135deg, #171b22 0%, #242a32 54%, #111827 100%);
  color: var(--ck-white);
  text-align: left;
}

.ck-service-hero span,
.ck-service .ck-home-section-head>span {
  color: #d6b65f;
}

.ck-service-hero h1 {
  margin: 16px 0 0;
  max-width: 900px;
  color: var(--ck-white);
  font-size: clamp(36px, 5.4vw, 68px);
  font-weight: 900;
  line-height: 1.16;
  letter-spacing: 0;
}

.ck-service-hero p {
  max-width: 760px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: clamp(15px, 1.4vw, 18px);
  font-weight: 700;
  line-height: 2.05;
}

.ck-plan-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.ck-plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 560px;
  padding: 32px 28px 30px;
  border: 1px solid rgba(17, 24, 39, .10);
  border-radius: var(--ck-radius);
  background:
    radial-gradient(circle at 16% 0%, rgba(214, 182, 95, .08) 0%, rgba(214, 182, 95, 0) 34%),
    linear-gradient(180deg, #fff 0%, #f7f8fa 100%);
  box-shadow: 0 18px 48px rgba(15, 23, 42, .07);
}

.ck-plan-std {
  background:
    radial-gradient(circle at 16% 0%, rgba(17, 24, 39, .14) 0%, rgba(17, 24, 39, 0) 34%),
    linear-gradient(180deg, #eef2f6 0%, #dfe6ee 100%);
}

.ck-plan-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #111827;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.ck-plan-card img {
  width: min(230px, 88%);
  height: 112px;
  margin: 0 auto;
  object-fit: contain;
  object-position: center center;
}

.ck-plan-labels {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  min-height: 28px;
  margin-top: 18px;
}

.ck-plan-labels span,
.ck-plan-card li {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 28px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .78);
  color: #4b5563;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.ck-plan-price {
  margin-top: 24px;
  padding: 20px 0 18px;
  border-top: 1px solid rgba(17, 24, 39, .10);
  border-bottom: 1px solid rgba(17, 24, 39, .10);
  text-align: center;
}

.ck-plan-price strong {
  display: inline-block;
  color: #111827;
  font-size: clamp(28px, 2.3vw, 38px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

.ck-plan-price span {
  margin-left: 6px;
  color: #5f6b7a;
  font-size: 13px;
  font-weight: 900;
}

.ck-plan-fit {
  width: 100%;
  max-width: 280px;
  min-height: 50px;
  margin: 18px auto 0 !important;
  padding: 0 !important;
  color: #303846 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1.8 !important;
  text-align: left !important;
}

.ck-plan-card ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  min-height: 100px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  align-content: flex-start;
}

.ck-plan-card li {
  background: rgba(17, 24, 39, .07);
  color: #111827;
}

.ck-service-lineup {
  padding-bottom: clamp(36px, 4vw, 56px);
}

.ck-service-lineup .ck-home-section-head,
.ck-service-summary .ck-home-section-head {
  margin-bottom: 34px;
}

.ck-plan-card p {
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  padding-top: 24px;
  color: #4f5b69;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.95;
  text-align: left;
}

.ck-plan-note {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-top: 54px;
  padding: 28px 26px 26px;
  border: 1px solid rgba(17, 24, 39, .10);
  border-radius: var(--ck-radius);
  background: linear-gradient(180deg, #fff 0%, #f7f8fa 100%);
  text-align: center;
}

.ck-plan-note::before {
  content: "+";
  position: absolute;
  top: -42px;
  left: 50%;
  transform: translateX(-50%);
  color: #111827;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.ck-plan-note div {
  min-width: 0;
}

.ck-plan-note span {
  display: block;
  color: #6b7280;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
}

.ck-plan-note strong {
  display: block;
  margin-top: 8px;
  color: #111827;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 900;
  line-height: 1;
}

.ck-plan-note p {
  margin: 0;
  color: #4f5b69;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.9;
}

.ck-plan-footnote {
  max-width: 820px;
  margin: 16px auto 0;
  color: #64707f;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.8;
  text-align: center;
}

.ck-plan-guide {
  margin-top: 30px;
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid rgba(17, 24, 39, .10);
  border-radius: var(--ck-radius);
  background:
    radial-gradient(circle at 12% 0%, rgba(214, 182, 95, .09) 0%, rgba(214, 182, 95, 0) 34%),
    linear-gradient(180deg, #fff 0%, #f7f8fa 100%);
  box-shadow: 0 18px 48px rgba(15, 23, 42, .06);
}

.ck-plan-guide__head {
  display: grid;
  gap: 10px;
  max-width: 760px;
}

.ck-plan-guide__head span {
  color: #b6922c;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
}

.ck-plan-guide__head h3 {
  margin: 0;
  color: #111827;
  font-size: clamp(24px, 2.5vw, 36px);
  font-weight: 900;
  line-height: 1.28;
  letter-spacing: 0;
}

.ck-plan-guide__head p {
  margin: 0;
  color: #4f5b69;
  font-size: 15px;
  font-weight: 800;
  line-height: 2;
}

.ck-plan-guide__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
}

.ck-plan-guide__grid article {
  min-height: 158px;
  padding: 22px;
  border: 1px solid rgba(17, 24, 39, .09);
  border-radius: var(--ck-radius);
  background: rgba(255, 255, 255, .86);
}

.ck-plan-guide__grid article>span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  background: #111827;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.ck-plan-guide__grid h4 {
  margin: 18px 0 0;
  color: #111827;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0;
}

.ck-plan-guide__grid p {
  margin: 10px 0 0;
  color: #4f5b69;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.85;
}

.ck-plan-pro {
  background:
    radial-gradient(circle at 18% 0%, rgba(245, 184, 25, .19) 0%, rgba(245, 184, 25, 0) 34%),
    linear-gradient(180deg, #fff8e8 0%, #f3ead7 100%);
}

.ck-plan-dlx {
  background:
    radial-gradient(circle at 18% 0%, rgba(234, 88, 12, .15) 0%, rgba(234, 88, 12, 0) 34%),
    linear-gradient(180deg, #fff3eb 0%, #f3e5dc 100%);
}

.ck-plan-hyper {
  background:
    radial-gradient(circle at 18% 0%, rgba(132, 204, 22, .16) 0%, rgba(132, 204, 22, 0) 34%),
    linear-gradient(180deg, #f4faea 0%, #e6f1dc 100%);
}

.ck-compare-guide {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: -4px 0 28px;
}

.ck-compare-guide article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px 12px;
  align-items: start;
  padding: 20px 22px;
  border: 1px solid rgba(17, 24, 39, .08);
  border-radius: var(--ck-radius);
  background:
    radial-gradient(circle at 0% 0%, rgba(214, 182, 95, .08) 0%, rgba(214, 182, 95, 0) 38%),
    linear-gradient(180deg, #fff 0%, #f7f8fa 100%);
}

.ck-compare-guide span {
  grid-row: span 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(214, 182, 95, .34);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  color: #a67c16;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.ck-compare-guide strong {
  color: #111827;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
}

.ck-compare-guide p {
  margin: 0;
  color: #4f5b69;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.85;
}

.ck-service-table-wrap {
  position: relative;
  overflow-x: auto;
  border: 1px solid rgba(17, 24, 39, .12);
  border-radius: var(--ck-radius);
  background:
    linear-gradient(180deg, #fff 0%, #f6f7f9 100%);
  box-shadow: 0 18px 48px rgba(15, 23, 42, .07);
}

.ck-service-table-wrap table {
  width: 100%;
  min-width: 820px;
  border-collapse: collapse;
  table-layout: fixed;
  font-family: inherit;
}

.ck-service-table-wrap th,
.ck-service-table-wrap td {
  border: 1px solid rgba(17, 24, 39, .07);
  padding: 17px 16px;
  background: rgba(255, 255, 255, .82);
  color: #111827;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.7;
  text-align: center;
  vertical-align: middle;
}

.ck-service-table-wrap thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  border-bottom-color: rgba(17, 24, 39, .16);
  background: #eef2f6 !important;
  color: #111827;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .02em;
}

.ck-service-table-wrap td:first-child,
.ck-service-table-wrap th:first-child {
  text-align: center;
}

.ck-service-summary .ck-service-table-wrap table th:nth-child(n+2),
.ck-service-summary .ck-service-table-wrap table td:nth-child(n+2) {
  background: rgba(255, 255, 255, .92);
}

.ck-service-summary .ck-service-table-wrap table th:nth-child(2) {
  background: #d8dee6 !important;
}

.ck-service-summary .ck-service-table-wrap table td:nth-child(2) {
  background: #e4ebf2;
}

.ck-service-summary .ck-service-table-wrap table th:nth-child(3) {
  background: #ffe28a !important;
}

.ck-service-summary .ck-service-table-wrap table td:nth-child(3) {
  background: #fff1ce;
}

.ck-service-summary .ck-service-table-wrap table th:nth-child(4) {
  background: #ffc08a !important;
}

.ck-service-summary .ck-service-table-wrap table td:nth-child(4) {
  background: #ffe6d9;
}

.ck-service-summary .ck-service-table-wrap table th:nth-child(5) {
  background: #cde96a !important;
}

.ck-service-summary .ck-service-table-wrap table td:nth-child(5) {
  background: #e9f5d8;
}

.ck-service-table-wrap .basic,
.ck-service-table-wrap .stock,
.ck-service-table-wrap .sales,
.ck-service-table-wrap .cloudsign,
.ck-service-table-wrap .esl,
.ck-service-table-wrap .inventory,
.ck-service-table-wrap .revenue,
.ck-service-table-wrap .other {
  background:
    linear-gradient(180deg, #edf2f7 0%, #dfe6ee 100%) !important;
  border-color: rgba(17, 24, 39, .12) !important;
  color: #111827;
  font-weight: 900;
}

.ck-service-summary {
  padding-top: clamp(36px, 4vw, 56px);
  padding-bottom: clamp(36px, 4vw, 56px);
}

.ck-service-table-wrap td[data-mark="dot"],
.ck-service-table-wrap td[data-mark="cross"] {
  color: transparent;
  font-size: 0;
}

.ck-service-table-wrap td[data-mark="dot"]::before,
.ck-service-table-wrap td[data-mark="cross"]::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.ck-service-table-wrap td[data-mark="dot"]::before {
  content: "";
  width: 9px;
  height: 9px;
  background: #3b82f6;
  box-shadow: 0 0 0 5px rgba(59, 130, 246, .10);
}

.ck-service-table-wrap td[data-mark="cross"]::before {
  content: "-";
  color: #9ca3af;
  font-size: 18px;
}

.ck-service-detail {
  padding-top: clamp(36px, 4vw, 56px);
  background:
    radial-gradient(circle at 82% 20%, rgba(214, 182, 95, .08) 0%, rgba(214, 182, 95, 0) 30%),
    linear-gradient(180deg, #fff 0%, #f7f8fa 100%);
  color: #111827;
}

.ck-service-detail .ck-home-section-head {
  margin: 0 auto 34px;
  text-align: center;
}

.ck-service-detail .ck-home-section-head p {
  color: #4f5b69;
  line-height: 2;
}

.ck-service-table-dark {
  border-color: rgba(17, 24, 39, .10);
  background: #fff;
  box-shadow: 0 18px 48px rgba(15, 23, 42, .08);
}

.ck-service-table-dark table {
  border-color: rgba(17, 24, 39, .08) !important;
}

.ck-service-table-dark th,
.ck-service-table-dark td {
  border-color: rgba(17, 24, 39, .08) !important;
  background: rgba(255, 255, 255, .90) !important;
  color: #111827 !important;
}

.ck-service-table-dark table th:nth-child(2),
.ck-service-table-dark table td:nth-child(2) {
  background: rgba(148, 163, 184, .12) !important;
}

.ck-service-table-dark table th:nth-child(3),
.ck-service-table-dark table td:nth-child(3) {
  background: rgba(245, 184, 25, .13) !important;
}

.ck-service-table-dark table th:nth-child(4),
.ck-service-table-dark table td:nth-child(4) {
  background: rgba(234, 88, 12, .13) !important;
}

.ck-service-table-dark table th:nth-child(5),
.ck-service-table-dark table td:nth-child(5) {
  background: rgba(132, 204, 22, .13) !important;
}

.ck-service-table-dark thead th,
.ck-service-table-dark thead th[style] {
  background: #eef2f6 !important;
  color: #111827 !important;
}

.ck-service-table-dark td.gray {
  background: #f7f8fa !important;
}

.ck-service-table-dark .basic,
.ck-service-table-dark .stock,
.ck-service-table-dark .sales,
.ck-service-table-dark .cloudsign,
.ck-service-table-dark .esl,
.ck-service-table-dark .inventory,
.ck-service-table-dark .revenue,
.ck-service-table-dark .other {
  background:
    linear-gradient(180deg, rgba(214, 182, 95, .18) 0%, rgba(214, 182, 95, .08) 100%) !important;
  color: #111827 !important;
}

.ck-service-detail .ck-service-table-dark table th:nth-child(2) {
  background: #d8dee6 !important;
  color: #111827 !important;
}

.ck-service-detail .ck-service-table-dark table td:nth-child(2) {
  background: #e4ebf2 !important;
  color: #111827 !important;
}

.ck-service-detail .ck-service-table-dark table th:nth-child(3) {
  background: #ffe28a !important;
  color: #111827 !important;
}

.ck-service-detail .ck-service-table-dark table td:nth-child(3) {
  background: #fff1ce !important;
  color: #111827 !important;
}

.ck-service-detail .ck-service-table-dark table th:nth-child(4) {
  background: #ffc08a !important;
  color: #111827 !important;
}

.ck-service-detail .ck-service-table-dark table td:nth-child(4) {
  background: #ffe6d9 !important;
  color: #111827 !important;
}

.ck-service-detail .ck-service-table-dark table th:nth-child(5) {
  background: #cde96a !important;
  color: #111827 !important;
}

.ck-service-detail .ck-service-table-dark table td:nth-child(5) {
  background: #e9f5d8 !important;
  color: #111827 !important;
}

.ck-service-table-dark td[data-mark="dot"]::before {
  background: #3b82f6;
  box-shadow: 0 0 0 5px rgba(59, 130, 246, .10);
}

.ck-service-table-dark td[data-mark="cross"]::before {
  color: #9ca3af;
}

.ck-service-empty {
  margin: 0;
  padding: 28px;
  color: #64707f;
  font-weight: 800;
}

.ck-detail-accordion-list {
  display: grid;
  gap: 14px;
}

.ck-detail-accordion {
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, .09);
  border-radius: var(--ck-radius);
  background:
    linear-gradient(180deg, #fff 0%, #f7f8fa 100%);
  box-shadow: 0 12px 34px rgba(15, 23, 42, .055);
}

.ck-detail-accordion[open] {
  border-color: rgba(75, 100, 126, .22);
  box-shadow: 0 18px 48px rgba(15, 23, 42, .08);
}

.ck-detail-accordion summary {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  min-height: 68px;
  padding: 16px 24px;
  color: #111827;
  cursor: pointer;
  list-style: none;
  transition: background-color .2s ease;
}

.ck-detail-accordion[open] summary {
  border-bottom: 1px solid rgba(17, 24, 39, .08);
  background: rgba(216, 226, 236, .24);
}

.ck-detail-accordion summary::-webkit-details-marker {
  display: none;
}

.ck-detail-accordion summary::after {
  content: "▼";
  justify-self: end;
  color: #4f5b69;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  transition: transform .2s ease, color .2s ease;
}

.ck-detail-accordion[open] summary::after {
  content: "▲";
  color: #111827;
}

.ck-detail-accordion summary span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(75, 100, 126, .34);
  border-radius: 999px;
  background: linear-gradient(180deg, #d8e2ec 0%, #aebfce 100%);
  color: #111827;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(75, 100, 126, .16);
}

.ck-detail-accordion summary strong {
  color: #111827;
  font-size: clamp(18px, 1.8vw, 24px);
  font-weight: 900;
  line-height: 1.4;
}

.ck-detail-accordion .ck-service-table-wrap {
  margin: 18px 20px 22px;
  box-shadow: none;
}

.ck-service-table-compact table {
  min-width: 720px;
}

.ck-service-table-compact th,
.ck-service-table-compact td {
  padding: 13px 12px;
}

.ck-service-table-compact th:first-child,
.ck-service-table-compact td:first-child {
  width: 34%;
}

@keyframes ck-scroll-hint {
  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(5px);
  }
}

@keyframes ck-scroll-hint-center {
  0%,
  100% {
    transform: translate(-50%, -50%);
  }

  50% {
    transform: translate(calc(-50% + 7px), -50%);
  }
}

/* Home page */
.ck-home-hero {
  position: relative;
  width: 100%;
  min-height: calc(100dvh - 100px);
  margin-left: 0;
  overflow: hidden;
  background: #0f172a;
}

.ck-home-hero video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .42;
}

.ck-home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(8, 13, 24, .94) 0%, rgba(8, 13, 24, .78) 42%, rgba(8, 13, 24, .28) 100%),
    linear-gradient(180deg, rgba(8, 13, 24, .24) 0%, rgba(8, 13, 24, .72) 100%);
}

.ck-home-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
  align-items: center;
  gap: 56px;
  width: min(1360px, calc(100% - 28px));
  max-width: calc(100% - 28px);
  min-height: calc(100dvh - 100px);
  margin: 0 auto;
  padding: 15px 0 30px;
}

.ck-home-hero__copy {
  min-width: 0;
  max-width: 100%;
  padding-left: clamp(20px, 3vw, 44px);
  color: var(--ck-white);
}

.ck-home-eyebrow {
  transform: translateY(-8px);
}

.ck-home-award {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
  padding: 11px 14px 11px 12px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-left: 3px solid var(--ck-accent);
  border-radius: 8px;
  background: rgba(255, 255, 255, .07);
  color: rgba(255, 255, 255, .86);
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: none;
  backdrop-filter: blur(10px);
}

.ck-home-award::before {
  content: "AWARD";
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(245, 184, 25, .16);
  color: #ffe08a;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
}

.ck-home-hero h1 {
  margin: 0;
  max-width: 100%;
  color: var(--ck-white);
  font-size: clamp(44px, 5.6vw, 78px);
  font-weight: 900;
  line-height: 1.20;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: normal;
}

.ck-home-hero p {
  max-width: 580px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, .80);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.9;
}

.ck-home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.ck-home-actions a,
.ck-dark-button,
.ck-light-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: var(--ck-radius);
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.ck-home-actions a {
  min-width: 150px;
  border: 1px solid rgba(255, 255, 255, .22);
  box-shadow: 0 16px 36px rgba(0, 0, 0, .18);
  transition:
    transform .18s ease,
    border-color .18s ease,
    background .18s ease,
    box-shadow .18s ease;
}

.ck-home-primary,
.ck-light-button {
  background: var(--ck-ink);
  color: var(--ck-white);
}

.ck-home-primary {
  background: rgba(17, 24, 39, .92);
}

.ck-home-secondary,
.ck-dark-button {
  border: 1px solid rgba(255, 255, 255, .24);
  background: rgba(255, 255, 255, .08);
  color: var(--ck-white);
}

.ck-home-actions a:hover,
.ck-home-actions a:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(245, 184, 25, .66);
  background: rgba(245, 184, 25, .14);
  box-shadow: 0 20px 44px rgba(0, 0, 0, .24);
}

.ck-home-actions a:focus-visible {
  outline: 2px solid rgba(245, 184, 25, .74);
  outline-offset: 3px;
}

.ck-home-hero__visual {
  width: 87%;
  justify-self: end;
  transform: translateY(-10px);
}

.ck-home-hero__visual img,
.ck-screen-shot img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.ck-home-hero__visual img {
  filter: drop-shadow(0 30px 60px rgba(0, 0, 0, .42));
}

.ck-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity .72s cubic-bezier(.2, .8, .2, 1),
    transform .72s cubic-bezier(.2, .8, .2, 1);
  transition-delay: var(--ck-reveal-delay, 0ms);
  will-change: opacity, transform;
}

.ck-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

#problem {
  background:
    radial-gradient(circle at 18% 18%, rgba(245, 184, 25, .10) 0%, rgba(245, 184, 25, 0) 28%),
    radial-gradient(circle at 82% 28%, rgba(148, 163, 184, .15) 0%, rgba(148, 163, 184, 0) 34%),
    linear-gradient(135deg, #171b22 0%, #242931 46%, #1e232b 100%);
}

.ck-proof-grid,
.ck-flow-grid,
.ck-feature-grid,
.ck-type-grid {
  display: grid;
  gap: 18px;
  margin-top: 42px;
}

.ck-proof-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ck-proof-grid article,
.ck-flow-grid article,
.ck-feature-grid a,
.ck-type-grid article {
  border: 1px solid var(--ck-line);
  border-radius: var(--ck-radius);
  background: var(--ck-white);
  box-shadow: 0 12px 32px rgba(15, 23, 42, .06);
}

.ck-proof-grid article {
  padding: 24px;
}

.ck-proof-grid img {
  width: auto;
  height: 42px;
  object-fit: contain;
  margin-bottom: 16px;
}

.ck-proof-mark {
  display: inline-flex;
  margin-bottom: 16px;
  color: #b2871f;
  font-size: 13px;
  font-weight: 900;
}

.ck-proof-grid h3,
.ck-flow-grid h3,
.ck-feature-grid h3,
.ck-type-grid h3,
.ck-problem-list h3 {
  margin: 0;
  color: var(--ck-ink);
  font-size: 19px;
  font-weight: 800;
  line-height: 1.35;
}

.ck-proof-grid p,
.ck-flow-grid p,
.ck-feature-grid p,
.ck-type-grid p,
.ck-problem-list p {
  margin: 12px 0 0;
  color: var(--ck-muted);
  font-size: 14px;
  line-height: 1.75;
}

.ck-problem-layout {
  display: block;
}

.ck-problem-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 44px;
}

.ck-problem-list article {
  min-height: 214px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--ck-radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .075) 0%, rgba(255, 255, 255, .04) 100%);
  box-shadow: 0 22px 60px rgba(0, 0, 0, .14);
}

.ck-problem-list span,
.ck-flow-grid span {
  display: inline-flex;
  margin-bottom: 16px;
  color: #d6b65f;
  font-size: 13px;
  font-weight: 900;
}

.ck-problem-list h3 {
  color: var(--ck-white);
}

.ck-problem-list p {
  color: rgba(255, 255, 255, .72);
}

.ck-problem-impact {
  margin-top: 34px;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--ck-radius);
  background:
    radial-gradient(circle at 8% 0%, rgba(214, 182, 95, .14) 0%, rgba(214, 182, 95, 0) 30%),
    linear-gradient(180deg, rgba(255, 255, 255, .075) 0%, rgba(255, 255, 255, .035) 100%);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .18);
  text-align: center;
}

.ck-problem-impact>span {
  display: inline-flex;
  justify-content: center;
  margin-bottom: 14px;
  color: #d6b65f;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .08em;
}

.ck-problem-impact h3 {
  margin: 0;
  color: var(--ck-white);
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 800;
  line-height: 1.35;
}

.ck-problem-impact ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.ck-problem-impact li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 74px;
  padding: 26px 18px 20px;
  border: 1px solid rgba(214, 182, 95, .22);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .105) 0%, rgba(255, 255, 255, .052) 100%);
  color: var(--ck-white);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.45;
  text-align: center;
  box-shadow: 0 16px 40px rgba(0, 0, 0, .12);
}

.ck-problem-impact li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 42px;
  height: 3px;
  border-radius: 999px;
  background: #d6b65f;
  transform: translateX(-50%);
}

.ck-flow-grid {
  position: relative;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  isolation: isolate;
}

.ck-home-section-head .ck-solution-subtitle {
  margin-top: 28px;
  color: #111827;
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 900;
  line-height: 1.55;
}

.ck-home-section-head .ck-solution-lead {
  margin-top: 14px;
  color: #64707f;
  font-size: clamp(15px, 1.45vw, 18px);
  font-weight: 700;
  line-height: 2;
}

.ck-home-solution-kicker {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto 34px;
  color: #d6b65f;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: .08em;
  text-align: center;
}

.ck-home-solution .ck-split {
  grid-template-columns: minmax(0, 520px) minmax(0, 420px);
  justify-content: center;
  align-items: center;
  column-gap: clamp(48px, 6vw, 92px);
}

.ck-home-solution .ck-home-section-head {
  justify-self: center;
  max-width: 560px;
}

.ck-solution-visual {
  justify-self: center;
  width: min(420px, 100%);
  margin: 0 auto;
}

.ck-solution-visual img {
  display: block;
  width: 100%;
}

.ck-esl-highlight .ck-equal-visual-frame,
.ck-management-highlight .ck-equal-visual-frame {
  align-self: center;
  justify-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 520px;
  max-width: 100%;
  height: 336px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 12px;
  background: rgba(255, 255, 255, .06);
}

.ck-esl-highlight .ck-split,
.ck-management-highlight .ck-split {
  grid-template-columns: minmax(0, 520px) minmax(0, 520px);
  justify-content: center;
  column-gap: clamp(44px, 5vw, 80px);
  row-gap: 24px;
}

.ck-esl-highlight .ck-split {
  grid-template-areas:
    "text visual"
    "action visual";
}

.ck-management-highlight .ck-split {
  grid-template-areas:
    "visual text"
    "visual action";
}

.ck-esl-highlight .ck-equal-visual-frame {
  grid-area: visual;
  align-self: center;
}

.ck-esl-highlight .ck-home-section-head {
  grid-area: text;
  align-self: end;
}

.ck-esl-highlight .ck-split-action {
  grid-area: action;
  align-self: start;
}

.ck-management-highlight .ck-equal-visual-frame {
  grid-area: visual;
}

.ck-management-highlight .ck-home-section-head {
  grid-area: text;
}

.ck-management-highlight .ck-split-action {
  grid-area: action;
  align-self: start;
}

.ck-esl-highlight .ck-equal-visual-frame img,
.ck-management-highlight .ck-equal-visual-frame img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  object-fit: contain;
}

.ck-management-highlight .ck-equal-visual-frame {
  border-color: rgba(17, 24, 39, .14);
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .08);
}

.ck-flow-grid::before {
  content: "";
  position: absolute;
  top: 47px;
  right: 7%;
  left: 7%;
  z-index: -1;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(214, 182, 95, 0), rgba(214, 182, 95, .46) 12%, rgba(17, 24, 39, .28) 50%, rgba(214, 182, 95, .46) 88%, rgba(214, 182, 95, 0));
}

.ck-flow-grid article {
  position: relative;
  z-index: 1;
  min-height: 232px;
  padding: 24px 20px 22px;
  background:
    radial-gradient(circle at 18% 0%, rgba(214, 182, 95, .09) 0%, rgba(214, 182, 95, 0) 34%),
    linear-gradient(180deg, #f7f8fa 0%, #f0f2f5 100%);
}

.ck-flow-grid span {
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  border: 1px solid rgba(214, 182, 95, .32);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(15, 23, 42, .10);
  color: #b68b24;
  font-size: 15px;
  line-height: 1;
}

.ck-flow-grid h3 {
  font-size: 21px;
}

.ck-flow-grid p {
  font-size: 14px;
  line-height: 1.85;
}

.ck-screen-section .ck-home-section-head {
  margin-bottom: 42px;
}

.ck-screen-shot {
  margin: 0;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 12px;
  background: rgba(255, 255, 255, .06);
}

.ck-product-insight {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ck-product-insight article {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--ck-radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .075) 0%, rgba(255, 255, 255, .035) 100%);
  box-shadow: 0 22px 60px rgba(0, 0, 0, .16);
}

.ck-product-insight span {
  display: inline-flex;
  margin-bottom: 18px;
  color: #d6b65f;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ck-product-insight h3 {
  margin: 0;
  color: var(--ck-white);
  font-size: 23px;
  font-weight: 800;
  line-height: 1.35;
}

.ck-product-insight p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, .74);
  font-size: 15px;
  line-height: 1.85;
}

.ck-feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ck-feature-grid a {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 238px;
  padding: 26px;
  color: inherit;
  text-decoration: none;
}

.ck-feature-grid a::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid transparent;
  pointer-events: none;
  transition: border-color .18s ease;
}

.ck-feature-grid a:hover::after {
  border-color: rgba(17, 24, 39, .18);
}

.ck-feature-grid img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  margin-bottom: 22px;
}

.ck-feature-grid--twelve {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  overflow: visible;
}

.ck-feature-grid--twelve a {
  --ck-preview-y: 10px;
  align-items: center;
  min-height: 268px;
  padding: 28px 22px 24px;
  overflow: visible;
  text-align: center;
}

.ck-feature-grid--twelve a.is-preview-up {
  --ck-preview-y: -10px;
}

.ck-feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  margin: 0 auto 22px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.ck-feature-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0;
}

.ck-feature-grid--twelve h3 {
  font-size: 19px;
  line-height: 1.5;
}

.ck-feature-grid--twelve p {
  max-width: 220px;
  margin: 12px auto 0;
  color: #777f8c;
  font-size: 12px;
  line-height: 1.65;
}

.ck-feature-screen-button {
  display: none;
}

.ck-feature-card-number,
.ck-feature-mobile-controls {
  display: none;
}

.ck-feature-grid--twelve {
  counter-reset: feature-card;
}

.ck-feature-grid--twelve a {
  counter-increment: feature-card;
}

.ck-feature-grid--twelve a::before {
  content: counter(feature-card, decimal-leading-zero);
  position: absolute;
  top: 18px;
  left: 18px;
  display: inline-grid;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(214, 182, 95, .42);
  border-radius: 999px;
  place-items: center;
  color: #8b6d1f;
  background: rgba(214, 182, 95, .16);
  font-size: 13px;
  font-weight: 900;
}

.ck-feature-preview {
  position: absolute;
  left: 50%;
  top: calc(100% + 16px);
  z-index: 8;
  display: block;
  width: min(390px, 86vw);
  padding: 12px;
  border: 1px solid rgba(229, 231, 235, .94);
  border-radius: 10px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 24px 70px rgba(15, 23, 42, .22);
  color: var(--ck-ink);
  opacity: 0;
  pointer-events: none;
  text-align: left;
  transform: translate(-50%, var(--ck-preview-y)) scale(.98);
  transition: opacity .18s ease, transform .18s ease;
}

.ck-feature-preview::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -7px;
  width: 14px;
  height: 14px;
  border-top: 1px solid rgba(229, 231, 235, .94);
  border-left: 1px solid rgba(229, 231, 235, .94);
  background: rgba(255, 255, 255, .98);
  transform: translateX(-50%) rotate(45deg);
}

.ck-feature-grid--twelve a.is-preview-up .ck-feature-preview {
  top: auto;
  bottom: calc(100% + 16px);
}

.ck-feature-grid--twelve a.is-preview-up .ck-feature-preview::after {
  top: auto;
  bottom: -7px;
  border-top: 0;
  border-left: 0;
  border-right: 1px solid rgba(229, 231, 235, .94);
  border-bottom: 1px solid rgba(229, 231, 235, .94);
}

.ck-feature-preview img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 180px;
  margin: 0;
  border: 1px solid rgba(229, 231, 235, .8);
  border-radius: 7px;
  object-fit: contain;
  background: #f8fafc;
}

.ck-feature-preview span {
  display: block;
  margin-top: 10px;
  color: #4b5563;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
}

.ck-feature-grid--twelve a:hover,
.ck-feature-grid--twelve a:focus-visible {
  z-index: 12;
}

.ck-feature-grid--twelve a:hover .ck-feature-preview,
.ck-feature-grid--twelve a:focus-visible .ck-feature-preview {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.ck-feature-grid--twelve a:nth-child(4n + 1) .ck-feature-preview {
  left: 0;
  transform: translate(0, var(--ck-preview-y)) scale(.98);
}

.ck-feature-grid--twelve a:nth-child(4n + 1):hover .ck-feature-preview,
.ck-feature-grid--twelve a:nth-child(4n + 1):focus-visible .ck-feature-preview {
  transform: translate(0, 0) scale(1);
}

.ck-feature-grid--twelve a:nth-child(4n) .ck-feature-preview {
  right: 0;
  left: auto;
  transform: translate(0, var(--ck-preview-y)) scale(.98);
}

.ck-feature-grid--twelve a:nth-child(4n):hover .ck-feature-preview,
.ck-feature-grid--twelve a:nth-child(4n):focus-visible .ck-feature-preview {
  transform: translate(0, 0) scale(1);
}

.ck-feature-screen-modal {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(15, 23, 42, .72);
}

.ck-feature-screen-modal.is-open {
  display: flex;
}

.ck-feature-modal-open {
  overflow: hidden;
}

.ck-feature-screen-dialog {
  position: relative;
  width: min(960px, 100%);
  max-height: min(86vh, 760px);
  overflow: auto;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .28);
}

.ck-feature-screen-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  margin-top: 22px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: #111827;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
}

.ck-feature-screen-media {
  padding: 26px 26px 0;
  background: #f6f7f9;
}

.ck-feature-screen-media img {
  display: block;
  width: 100%;
  max-height: 430px;
  object-fit: contain;
  border: 1px solid rgba(17, 24, 39, .10);
  border-radius: 8px;
  background: #fff;
}

.ck-feature-screen-body {
  padding: 24px 28px 28px;
}

.ck-feature-screen-body span {
  display: inline-flex;
  color: #b6922c;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
}

.ck-feature-screen-body h3 {
  margin: 10px 0 0;
  color: #111827;
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 900;
  line-height: 1.35;
}

.ck-feature-screen-body p {
  margin: 14px 0 0;
  color: #4b5563;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.85;
}

.ck-home-extensions {
  background:
    radial-gradient(circle at 18% 0%, rgba(214, 182, 95, .10) 0%, rgba(214, 182, 95, 0) 34%),
    linear-gradient(180deg, #20242b 0%, #171b22 100%);
}

.ck-extension-list {
  display: grid;
  gap: 22px;
  margin-top: 48px;
}

.ck-extension-card {
  display: grid;
  grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(28px, 4vw, 52px);
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 10px;
  background:
    radial-gradient(circle at 0% 0%, rgba(214, 182, 95, .14) 0%, rgba(214, 182, 95, 0) 34%),
    linear-gradient(180deg, rgba(255, 255, 255, .08) 0%, rgba(255, 255, 255, .04) 100%);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .18);
}

.ck-extension-card figure {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  margin: 0;
  padding: 18px;
  border-radius: 8px;
  background: #fff;
}

.ck-extension-card img {
  display: block;
  max-width: 100%;
  max-height: 230px;
  object-fit: contain;
}

.ck-extension-card span {
  display: inline-flex;
  margin-bottom: 12px;
  color: #d6b65f;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .08em;
}

.ck-extension-card h3 {
  margin: 0;
  color: var(--ck-white);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 900;
  line-height: 1.25;
}

.ck-extension-card p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .74);
  font-size: clamp(15px, 1.3vw, 17px);
  font-weight: 700;
  line-height: 1.9;
}

.ck-extension-card .ck-extension-lead {
  margin-top: 18px;
  color: rgba(255, 255, 255, .92);
  font-size: clamp(18px, 1.8vw, 23px);
  font-weight: 900;
  line-height: 1.6;
}

.ck-home-types {
  background: var(--ck-soft);
}

.ck-type-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ck-type-grid article {
  padding: 26px;
}

.ck-type-grid img {
  display: block;
  width: min(220px, 88%);
  height: 100px;
  margin: 0 auto;
  object-fit: contain;
}

.ck-type-grid .ck-type-std {
  background:
    radial-gradient(circle at 16% 0%, rgba(17, 24, 39, .14) 0%, rgba(17, 24, 39, 0) 34%),
    linear-gradient(180deg, #eef2f6 0%, #dfe6ee 100%);
}

.ck-type-grid .ck-type-pro {
  background:
    radial-gradient(circle at 18% 0%, rgba(245, 184, 25, .19) 0%, rgba(245, 184, 25, 0) 34%),
    linear-gradient(180deg, #fff8e8 0%, #f3ead7 100%);
}

.ck-type-grid .ck-type-dlx {
  background:
    radial-gradient(circle at 18% 0%, rgba(234, 88, 12, .15) 0%, rgba(234, 88, 12, 0) 34%),
    linear-gradient(180deg, #fff3eb 0%, #f3e5dc 100%);
}

.ck-type-grid .ck-type-hyper {
  background:
    radial-gradient(circle at 18% 0%, rgba(132, 204, 22, .16) 0%, rgba(132, 204, 22, 0) 34%),
    linear-gradient(180deg, #f4faea 0%, #e6f1dc 100%);
}

.ck-type-grid h3 {
  font-size: 26px;
}

.ck-type-action {
  margin-top: 32px;
  text-align: center;
}

.ck-story-cta .ck-dark-button {
  margin-top: 34px;
}

.ck-faq-list {
  display: grid;
  gap: 14px;
  width: min(860px, 100%);
  margin: 42px auto 0;
}

.qa-box {
  position: relative;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(17, 24, 39, .14);
  border-radius: 6px;
  background: #fff;
  box-shadow: none;
  transition:
    border-color .22s ease,
    box-shadow .22s ease,
    background .22s ease;
}

.qa-box.active {
  border-color: rgba(17, 24, 39, .18);
  box-shadow: 0 12px 30px rgba(15, 23, 42, .045);
}

.qa-box::before {
  display: none;
}

.qa-box.active::before {
  display: none;
}

.qa-q {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 18px;
  width: 100%;
  margin: 0;
  padding: 20px 22px;
  border: 0;
  background: #fff7cf;
  color: #424242;
  font-size: clamp(17px, 1.75vw, 20px);
  font-weight: 800;
  line-height: 1.5;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
}

.qa-q::after {
  content: "▼";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #474747;
  font-size: 14px;
  line-height: 1;
  transition:
    transform .24s ease,
    background .22s ease,
    border-color .22s ease;
}

.qa-box.active .qa-q::after {
  transform: rotate(180deg);
}

.qa-q:focus-visible {
  outline: 2px solid rgba(214, 182, 95, .68);
  outline-offset: -4px;
}

.qa-a {
  max-height: 0;
  margin: 0 22px;
  padding: 0;
  overflow: hidden;
  border-top: 1px solid rgba(126, 126, 126, 0.226);
  opacity: 0;
  transform: translateY(-4px);
  transition:
    max-height .34s ease,
    padding .34s ease,
    opacity .24s ease,
    transform .24s ease;
}

.qa-box.active .qa-a {
  max-height: 280px;
  padding: 18px 0 24px;
  opacity: 1;
  transform: translateY(0);
}

.answer-label {
  color: #616161;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.7;
}

.answer-detail {
  margin-top: 10px;
  color: #3f4652;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.85;
}

/* Shared page responsive adjustments */
@media (prefers-reduced-motion: reduce) {
  .ck-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 1200px) {
  .ck-feature-grid--twelve {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ck-feature-grid--twelve a:nth-child(n) .ck-feature-preview {
    right: auto;
    left: 50%;
    transform: translate(-50%, 10px) scale(.98);
  }

  .ck-feature-grid--twelve a:nth-child(n):hover .ck-feature-preview,
  .ck-feature-grid--twelve a:nth-child(n):focus-visible .ck-feature-preview {
    transform: translate(-50%, 0) scale(1);
  }

  .ck-feature-grid--twelve a:nth-child(3n + 1) .ck-feature-preview {
    left: 0;
    transform: translate(0, 10px) scale(.98);
  }

  .ck-feature-grid--twelve a:nth-child(3n + 1):hover .ck-feature-preview,
  .ck-feature-grid--twelve a:nth-child(3n + 1):focus-visible .ck-feature-preview {
    transform: translate(0, 0) scale(1);
  }

  .ck-feature-grid--twelve a:nth-child(3n) .ck-feature-preview {
    right: 0;
    left: auto;
    transform: translate(0, 10px) scale(.98);
  }

  .ck-feature-grid--twelve a:nth-child(3n):hover .ck-feature-preview,
  .ck-feature-grid--twelve a:nth-child(3n):focus-visible .ck-feature-preview {
    transform: translate(0, 0) scale(1);
  }
}

@media (max-width: 1200px) {

  .ck-esl-highlight .ck-split,
  .ck-management-highlight .ck-split {
    grid-template-columns: 1fr;
    grid-template-areas: none;
  }

  .ck-esl-highlight .ck-equal-visual-frame,
  .ck-management-highlight .ck-equal-visual-frame {
    grid-area: auto;
    grid-column: auto;
    grid-row: auto;
    width: min(520px, 100%);
    height: auto;
    aspect-ratio: 1.55;
  }

  .ck-esl-highlight .ck-home-section-head,
  .ck-esl-highlight .ck-split-action,
  .ck-management-highlight .ck-home-section-head,
  .ck-management-highlight .ck-split-action {
    grid-area: auto;
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 1100px) {
  .ck-plan-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ck-plan-guide__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ck-compare-guide {
    grid-template-columns: 1fr;
  }

  .ck-home-hero__inner,
  .ck-problem-layout,
  .ck-split,
  .ck-split-reverse {
    grid-template-columns: 1fr;
  }

  .ck-home-hero__visual {
    width: min(100%, 820px);
    max-width: 820px;
    justify-self: center;
    transform: translateY(0);
  }

  .ck-problem-list,
  .ck-problem-impact ul {
    grid-template-columns: 1fr;
  }

  .ck-proof-grid,
  .ck-type-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ck-flow-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ck-product-insight {
    grid-template-columns: 1fr;
  }

  .ck-flow-grid::before {
    display: none;
  }
}

@media (max-width: 900px) {
  .ck-company-message__layout {
    grid-template-columns: 1fr;
  }

  .ck-company-ceo {
    width: min(520px, 100%);
    margin: 0 auto;
  }

  .ck-feature-grid--twelve {
    display: flex;
    gap: 14px;
    position: relative;
    width: calc(100% + 40px);
    margin-right: -20px;
    margin-left: -20px;
    padding: 8px 20px 18px;
    overflow-x: auto;
    overflow-y: visible;
    overscroll-behavior-x: contain;
    scroll-padding-left: 20px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .ck-feature-preview {
    display: none;
  }

  .ck-feature-grid--twelve a {
    flex: 0 0 min(320px, 82vw);
    min-height: 310px;
    padding: 26px 24px;
    scroll-snap-align: center;
    transform: scale(.92);
    opacity: .72;
    transition: transform .28s ease, opacity .28s ease, box-shadow .28s ease;
  }

  .ck-feature-grid--twelve a.is-mobile-neighbor {
    opacity: .84;
    transform: scale(.95);
  }

  .ck-feature-grid--twelve a.is-mobile-active {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 24px 70px rgba(15, 23, 42, .13);
  }

  .ck-feature-card-number {
    display: none;
  }

  .ck-feature-grid--twelve a::before {
    top: 16px;
    left: 16px;
  }

  .ck-feature-grid--twelve h3 {
    font-size: 22px;
    line-height: 1.45;
  }

  .ck-feature-grid--twelve p {
    max-width: 230px;
    font-size: 14px;
    line-height: 1.85;
  }

  .ck-feature-screen-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    margin-top: auto;
    padding: 0 18px;
    border: 1px solid rgba(17, 24, 39, .12);
    border-radius: 999px;
    color: #111827;
    background: #f6cf58;
    font-size: 14px;
    font-weight: 900;
  }

  .ck-feature-mobile-controls {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    margin: 32px 0 8px;
  }

  .ck-feature-mobile-controls span {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 14px;
    border: 1px solid rgba(17, 24, 39, .08);
    border-radius: 999px;
    color: #4b5563;
    background: #fff;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .08);
    font-size: 13px;
    font-weight: 900;
  }

  .ck-feature-mobile-controls button {
    display: inline-grid;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(17, 24, 39, .10);
    border-radius: 999px;
    place-items: center;
    color: #111827;
    background: #f6cf58;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .10);
    font-size: 28px;
    font-weight: 800;
  }

  .ck-future-card-grid,
  .ck-future-vision-grid,
  .ck-management-value-grid {
    grid-template-columns: 1fr;
  }

  .ck-management-formula {
    grid-template-columns: 1fr;
  }

  .ck-management-formula b {
    transform: rotate(90deg);
  }

  .ck-esl-benefit-grid,
  .ck-esl-step-grid,
  .ck-esl-rental-grid {
    grid-template-columns: 1fr;
  }
}

/* Improvement log */
.ck-log-page {
  min-height: 100vh;
  color: #111827;
  background: #fff;
}

.ck-log-hero,
.ck-log-detail-hero,
.ck-public-update-hero {
  padding: 138px 0 86px;
  color: #fff;
  background:
    radial-gradient(circle at 80% 16%, rgba(214, 182, 95, .16) 0%, rgba(214, 182, 95, 0) 30%),
    linear-gradient(135deg, #171b22 0%, #252b34 52%, #111827 100%);
}

.ck-log-hero span,
.ck-log-detail-hero span,
.ck-public-update-hero span,
.ck-log-label,
.ck-log-admin-head span {
  display: inline-flex;
  color: #d6b65f;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .08em;
}

.ck-log-hero h1,
.ck-log-detail-hero h1,
.ck-public-update-hero h1 {
  margin: 22px 0 0;
  max-width: 900px;
  color: #fff;
  font-size: clamp(42px, 6vw, 86px);
  font-weight: 900;
  line-height: 1.16;
  letter-spacing: 0;
}

.ck-log-hero p,
.ck-log-detail-hero p,
.ck-public-update-hero p {
  max-width: 780px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.9;
}

.ck-log-hero a,
.ck-log-back,
.ck-log-admin-head a,
.ck-log-admin-list a,
.ck-log-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 8px;
  color: #111827;
  background: #f6cf58;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
}

.ck-log-hero a {
  margin-top: 34px;
}

.ck-log-section {
  padding: 86px 0;
}

.ck-log-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 34px;
  align-items: start;
}

.ck-log-list,
.ck-log-admin-list {
  display: grid;
  gap: 18px;
}

.ck-log-card,
.ck-public-update-card,
.ck-log-empty,
.ck-log-detail article,
.ck-log-admin-list article,
.ck-log-login-card,
.ck-log-form,
.ck-log-archive {
  border: 1px solid rgba(17, 24, 39, .10);
  border-radius: var(--ck-radius);
  background:
    radial-gradient(circle at 12% 0%, rgba(214, 182, 95, .10) 0%, rgba(214, 182, 95, 0) 28%),
    #fff;
  box-shadow: 0 20px 60px rgba(15, 23, 42, .08);
}

.ck-log-card,
.ck-public-update-card,
.ck-log-empty,
.ck-log-admin-list article {
  padding: 30px;
}

.ck-log-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.ck-log-card-meta span,
.ck-log-card-meta em,
.ck-log-card-meta time {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: #eef2f7;
  color: #4b5563;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.ck-log-card-meta span {
  background: #111827;
  color: #fff;
}

.ck-log-card-meta em {
  background: rgba(214, 182, 95, .18);
  color: #8b6d1f;
}

.ck-log-card h2,
.ck-public-update-card h2,
.ck-log-admin-list h2 {
  margin: 18px 0 0;
  color: #111827;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.45;
}

.ck-log-card p,
.ck-public-update-card p,
.ck-log-admin-list p,
.ck-log-empty p {
  margin: 14px 0 0;
  color: #5f6673;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.9;
}

.ck-log-card a,
.ck-log-admin-list a {
  margin-top: 22px;
  color: #fff;
  background: #111827;
}

.ck-public-update-card div:not(.ck-log-card-meta) {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(17, 24, 39, .08);
  color: #4b5563;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.9;
}

.ck-home-updates {
  background: #f6f7f9;
}

.ck-home-update-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 42px;
}

.ck-home-update-grid article {
  min-height: 250px;
  padding: 26px;
  border: 1px solid rgba(17, 24, 39, .08);
  border-radius: var(--ck-radius);
  background:
    radial-gradient(circle at 16% 0%, rgba(214, 182, 95, .11) 0%, rgba(214, 182, 95, 0) 34%),
    #fff;
  box-shadow: 0 18px 48px rgba(15, 23, 42, .07);
}

.ck-home-update-grid h3 {
  margin: 18px 0 0;
  color: #111827;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.45;
}

.ck-home-update-grid p {
  margin: 14px 0 0;
  color: #5f6673;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.85;
}

.ck-log-archive {
  position: sticky;
  top: 112px;
  padding: 24px;
}

.ck-log-archive h2 {
  margin: 0 0 18px;
  color: #111827;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: .08em;
}

.ck-log-archive div {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(17, 24, 39, .08);
}

.ck-log-archive strong,
.ck-log-archive a {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: #111827;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
}

.ck-log-archive a {
  margin-top: 10px;
  padding: 10px 12px;
  border-radius: 8px;
  color: #5f6673;
  background: #f6f7f9;
}

.ck-log-archive a.is-current {
  color: #111827;
  background: rgba(214, 182, 95, .24);
}

.ck-log-detail {
  max-width: 960px;
}

.ck-log-detail article {
  padding: 30px;
}

.ck-log-detail article + article {
  margin-top: 18px;
}

.ck-log-detail article span {
  display: block;
  color: #b6922c;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
}

.ck-log-detail p,
.ck-log-detail li {
  margin: 12px 0 0;
  color: #4b5563;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.95;
}

.ck-log-detail ul {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.ck-log-detail li {
  display: flex;
  gap: 14px;
}

.ck-log-detail li time {
  color: #111827;
  font-weight: 900;
}

.ck-log-back {
  margin-top: 28px;
}

.ck-log-login {
  display: grid;
  min-height: auto;
  padding: 38px 20px 80px;
  place-items: start center;
  background: #f6f7f9;
}

.ck-log-admin-page .ck-log-login {
  padding-top: 38px;
}

.ck-log-admin-page .ck-log-login-card {
  margin-top: 0;
}

.ck-log-login-card {
  width: min(100%, 520px);
  padding: 42px;
}

.ck-log-login-card h1 {
  margin: 12px 0 0;
  color: #111827;
  font-size: 42px;
  font-weight: 900;
}

.ck-log-login-card p {
  margin: 16px 0 0;
  color: #5f6673;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
}

.ck-log-login-card form,
.ck-log-form {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.ck-log-login-card label,
.ck-log-form label {
  display: grid;
  gap: 8px;
}

.ck-log-login-card label span,
.ck-log-form label span {
  color: #4b5563;
  font-size: 13px;
  font-weight: 900;
}

.ck-log-login-card input,
.ck-log-form input,
.ck-log-form select,
.ck-log-form textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid rgba(17, 24, 39, .14);
  border-radius: 8px;
  color: #111827;
  background: #fff;
  font: inherit;
  font-size: 16px;
  font-weight: 700;
}

.ck-log-form textarea {
  min-height: 130px;
  resize: vertical;
}

.ck-log-login-card button,
.ck-log-form button {
  min-height: 52px;
  border: 0;
  border-radius: 8px;
  color: #111827;
  background: #f6cf58;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
}

.ck-log-error,
.ck-log-success {
  padding: 14px 16px;
  border-radius: 8px;
  font-weight: 900;
}

.ck-log-error {
  color: #991b1b !important;
  background: #fee2e2;
}

.ck-log-success {
  color: #166534;
  background: #dcfce7;
}

.ck-log-admin-page {
  background: #f6f7f9;
}

.ck-log-admin-head {
  padding: 70px 0 34px;
  color: #fff;
  background: #111827;
}

.ck-log-admin-head .ck-home-container {
  display: flex;
  gap: 20px;
  align-items: end;
  justify-content: space-between;
}

.ck-log-admin-head h1 {
  margin: 10px 0 0;
  color: #fff;
  font-size: 44px;
  font-weight: 900;
}

.ck-log-admin-head div div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.ck-log-admin-head a {
  min-height: 42px;
  color: #111827;
}

.ck-log-form {
  padding: 30px;
}

.ck-log-form-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

@media (max-width: 900px) {
  .ck-log-hero,
  .ck-log-detail-hero,
  .ck-public-update-hero {
    padding: 112px 0 64px;
    text-align: center;
  }

  .ck-log-hero h1,
  .ck-log-detail-hero h1,
  .ck-public-update-hero h1 {
    font-size: clamp(38px, 12vw, 58px);
  }

  .ck-log-hero p,
  .ck-log-detail-hero p,
  .ck-public-update-hero p {
    font-size: 17px;
  }

  .ck-log-layout,
  .ck-home-update-grid,
  .ck-log-form-grid {
    grid-template-columns: 1fr;
  }

  .ck-log-archive {
    position: static;
    order: -1;
  }

  .ck-log-section {
    padding: 58px 0;
  }

  .ck-log-card,
  .ck-log-empty,
  .ck-log-detail article,
  .ck-log-admin-list article,
  .ck-log-login-card,
  .ck-log-form,
  .ck-log-archive {
    padding: 24px;
  }

  .ck-log-card h2,
  .ck-log-admin-list h2 {
    font-size: 23px;
  }

  .ck-log-admin-head .ck-home-container {
    display: grid;
    align-items: start;
  }

  .ck-log-admin-head div div {
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  .ck-service-hero {
    padding: 96px 0 66px;
  }

  .ck-service-hero h1 {
    line-height: 1.18;
  }

  .ck-service-hero p {
    margin-top: 24px;
    line-height: 1.95;
  }

  .ck-plan-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ck-plan-card {
    min-height: auto;
    padding: 24px 22px;
  }

  .ck-plan-fit,
  .ck-plan-card ul {
    min-height: 0;
  }

  .ck-plan-price {
    margin-top: 20px;
    padding: 18px 0 16px;
  }

  .ck-plan-card p {
    padding-top: 20px;
    line-height: 1.9;
  }

  .ck-plan-note {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .ck-plan-guide {
    padding: 22px;
  }

  .ck-plan-guide__grid {
    grid-template-columns: 1fr;
  }

  .ck-service-table-wrap table {
    min-width: 760px;
  }

  .ck-service-table-wrap {
    padding-bottom: 34px;
  }

  .ck-service-table-wrap:not(.is-scrolled)::before {
    content: "";
    position: sticky;
    left: 0;
    top: 0;
    z-index: 4;
    display: block;
    width: 100%;
    height: 0;
    pointer-events: none;
  }

  .ck-service-table-wrap:not(.is-scrolled) table {
    filter: grayscale(.34) brightness(.88);
    opacity: .72;
    transition: filter .2s ease, opacity .2s ease;
  }

  .ck-service-table-wrap:not(.is-scrolled)::after {
    content: "▶ 右にスライド";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 5;
    transform: translate(-50%, -50%);
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 34px;
    padding: 0 14px;
    border: 1px solid rgba(75, 100, 126, .18);
    border-radius: 999px;
    background: rgba(255, 255, 255, .96);
    color: #111827;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .18);
    pointer-events: none;
    animation: ck-scroll-hint-center 1.2s ease-in-out infinite;
  }

  .ck-detail-accordion summary {
    grid-template-columns: 40px minmax(0, 1fr) auto;
    padding: 16px 18px;
  }

  .ck-detail-accordion .ck-service-table-wrap {
    margin: 0 12px 12px;
  }
}

@media (max-width: 640px) {
  .ck-company-table-wrap {
    overflow-x: auto;
  }

  .ck-company-table-wrap table {
    min-width: 620px;
  }

  .ck-company-logos img {
    width: min(220px, 100%);
  }
}

@media (max-width: 760px) {
  .ck-split>.ck-home-section-head {
    max-width: 100%;
    text-align: center;
  }

  .ck-split>.ck-home-section-head span {
    margin-right: auto;
    margin-left: auto;
  }

  .ck-home-hero__inner {
    grid-template-columns: 1fr;
    gap: 28px;
    width: calc(100% - 20px);
    max-width: calc(100% - 20px);
    min-height: auto;
    padding: 38px 0 72px;
  }

  .ck-home-hero__copy {
    padding-left: 0;
  }

  .ck-home-hero h1 {
    font-size: clamp(36px, 11.5vw, 44px) !important;
    line-height: 1.12;
  }

  .ck-home-hero p {
    max-width: 100%;
    margin-top: 32px;
    font-size: 15.5px;
    font-weight: 650;
    line-height: 2;
  }

  .ck-home-eyebrow {
    font-size: 14px !important;
    line-height: 1.5;
  }

  .ck-home-actions {
    justify-content: center;
    gap: 10px;
    margin-top: 36px;
  }

  .ck-home-actions a {
    min-width: 132px;
    min-height: 54px;
    padding: 0 18px;
    font-size: 15px;
  }

  .ck-home-award {
    display: flex;
    justify-content: center;
    width: min(100%, 520px);
    max-width: calc(100% - 28px);
    margin: 24px auto 0;
    padding: 12px 14px 12px 12px;
    font-size: 12px;
    text-align: center;
  }

  .ck-home-award::before {
    min-height: 22px;
    font-size: 11px;
  }

  .ck-home-hero__visual {
    width: 100%;
    max-width: 100%;
    justify-self: center;
    transform: translateY(0);
  }

  .ck-home-solution-kicker {
    width: calc(100% - 20px);
    margin-bottom: 24px;
  }

  .ck-home-solution .ck-split {
    grid-template-columns: 1fr;
    width: calc(100% - 20px);
    max-width: calc(100% - 20px);
    row-gap: 28px;
  }

  .ck-home-solution .ck-home-section-head {
    max-width: 100%;
    text-align: center;
  }

  .ck-home-solution .ck-home-section-head span {
    margin-right: auto;
    margin-left: auto;
  }

  .ck-solution-visual {
    width: min(440px, 88%);
    margin: 18px auto 0;
  }

  .ck-proof-grid,
  .ck-flow-grid,
  .ck-feature-grid,
  .ck-type-grid {
    grid-template-columns: 1fr;
  }

  .ck-feature-grid--twelve {
    grid-template-columns: 1fr;
  }

  .ck-feature-grid a,
  .ck-proof-grid article,
  .ck-type-grid article {
    padding: 22px;
  }

  .ck-feature-grid--twelve a {
    min-height: auto;
  }

  .ck-extension-list {
    gap: 18px;
    margin-top: 32px;
  }

  .ck-extension-card {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 22px;
    text-align: center;
  }

  .ck-extension-card figure {
    min-height: 0;
    padding: 14px;
  }

  .ck-extension-card img {
    max-height: 210px;
    margin: 0 auto;
  }

  .ck-extension-card span {
    justify-content: center;
  }

  .ck-extension-card h3 {
    font-size: 26px;
  }

  .ck-extension-card p {
    font-size: 14px;
    line-height: 1.85;
  }

  .ck-extension-card .ck-extension-lead {
    font-size: 17px;
  }

  .ck-flow-grid article {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    column-gap: 14px;
    min-height: auto;
    padding: 20px;
  }

  .ck-flow-grid span {
    width: 42px;
    height: 42px;
    margin: 0;
    font-size: 13px;
  }

  .ck-flow-grid h3 {
    font-size: 22px;
  }

  .ck-flow-grid p {
    grid-column: 1 / -1;
    margin-top: 14px;
  }

  .ck-faq-list {
    gap: 12px;
    margin-top: 32px;
  }

  .qa-box {
    border-radius: 6px;
  }

  .qa-q {
    grid-template-columns: minmax(0, 1fr) 30px;
    column-gap: 12px;
    padding: 17px 18px;
    font-size: 16px;
    font-weight: 800;
  }

  .qa-q::after {
    width: 30px;
    height: 30px;
    font-size: 10px;
  }

  .qa-a {
    margin: 0 18px;
  }

  .qa-box.active .qa-a {
    padding: 14px 0 20px;
  }

  .answer-label {
    font-size: 15px;
  }

  .answer-detail {
    font-size: 14px;
    font-weight: 500;
  }
}

/* ESL story page */
.ck-esl-story-link {
  background: #fff;
}

.ck-esl-story-card {
  display: flex;
  min-height: 220px;
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid rgba(17, 24, 39, .08);
  border-radius: var(--ck-radius);
  background:
    radial-gradient(circle at 16% 0%, rgba(214, 182, 95, .12) 0%, rgba(214, 182, 95, 0) 34%),
    linear-gradient(180deg, #fff 0%, #f8fafc 100%);
  color: inherit;
  text-decoration: none;
  box-shadow: 0 18px 48px rgba(15, 23, 42, .07);
  flex-direction: column;
  justify-content: center;
  transition: transform .18s ease, border-color .18s ease;
}

.ck-esl-story-card:hover {
  transform: translateY(-2px);
  border-color: rgba(17, 24, 39, .18);
}

.ck-esl-story-card span {
  display: inline-flex;
  margin-bottom: 18px;
  color: #b6922c;
  font-size: 13px;
  font-weight: 900;
}

.ck-esl-story-card strong {
  display: block;
  color: #111827;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 900;
  line-height: 1.35;
}

.ck-esl-story {
  color: #111827;
  background: #fff;
}

.ck-esl-story-hero {
  background:
    radial-gradient(circle at 76% 18%, rgba(214, 182, 95, .16) 0%, rgba(214, 182, 95, 0) 28%),
    linear-gradient(135deg, #171b22 0%, #242a32 54%, #111827 100%);
}

.ck-esl-story-photo {
  margin: 0;
  padding: 16px;
  border: 1px solid rgba(17, 24, 39, .08);
  border-radius: var(--ck-radius);
  background: #fff;
  box-shadow: 0 24px 70px rgba(15, 23, 42, .12);
}

.ck-esl-story-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 6px;
  object-fit: cover;
}

.ck-esl-story-concept {
  background: #f6f7f9;
}

.ck-esl-story-concept-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 42px;
}

.ck-esl-story-concept-grid article {
  min-height: 230px;
  padding: 28px;
  border: 1px solid rgba(17, 24, 39, .08);
  border-radius: var(--ck-radius);
  background: #fff;
  box-shadow: 0 18px 48px rgba(15, 23, 42, .07);
}

.ck-esl-story-concept-grid span {
  display: inline-flex;
  margin-bottom: 18px;
  color: #b6922c;
  font-size: 13px;
  font-weight: 900;
}

.ck-esl-story-concept-grid h3 {
  margin: 0;
  color: #111827;
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 900;
  line-height: 1.35;
}

.ck-esl-story-concept-grid p {
  margin: 14px 0 0;
  color: #5f6673;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.85;
}

.ck-esl-story-problem,
.ck-esl-story-intro,
.ck-esl-story-change {
  background:
    radial-gradient(circle at 18% 18%, rgba(214, 182, 95, .10) 0%, rgba(214, 182, 95, 0) 28%),
    linear-gradient(135deg, #171b22 0%, #242931 48%, #1e232b 100%);
}

.ck-esl-story-point-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 42px;
}

.ck-esl-story-point-grid article {
  min-height: 230px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--ck-radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .075) 0%, rgba(255, 255, 255, .035) 100%);
  box-shadow: 0 22px 60px rgba(0, 0, 0, .16);
}

.ck-esl-story-point-grid span {
  display: inline-flex;
  margin-bottom: 18px;
  color: #b6922c;
  font-size: 13px;
  font-weight: 900;
}

.ck-esl-story-point-grid h3 {
  margin: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.35;
}

.ck-esl-story-point-grid p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, .74);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.85;
}

.ck-esl-story-message {
  width: min(920px, 100%);
  margin: 42px auto 0;
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid rgba(214, 182, 95, .24);
  border-radius: var(--ck-radius);
  background:
    radial-gradient(circle at 12% 0%, rgba(214, 182, 95, .14) 0%, rgba(214, 182, 95, 0) 34%),
    linear-gradient(180deg, rgba(255, 255, 255, .09) 0%, rgba(255, 255, 255, .045) 100%);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .18);
}

.ck-esl-story-message h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(22px, 2.5vw, 34px);
  font-weight: 900;
  line-height: 1.35;
}

.ck-esl-story-message p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, .76);
  font-size: clamp(16px, 1.6vw, 19px);
  font-weight: 700;
  line-height: 2;
}

.ck-esl-story-message--light {
  background:
    radial-gradient(circle at 12% 0%, rgba(214, 182, 95, .12) 0%, rgba(214, 182, 95, 0) 34%),
    linear-gradient(180deg, #fff 0%, #f8fafc 100%);
  box-shadow: 0 18px 48px rgba(15, 23, 42, .07);
}

.ck-esl-story-message--light h3 {
  color: #111827;
}

.ck-esl-story-message--light p {
  color: #5f6673;
}

.ck-esl-story-patent,
.ck-esl-story-next {
  background: #f6f7f9;
}

.ck-esl-story-patent-card {
  display: grid;
  min-height: 260px;
  margin: 0;
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid rgba(17, 24, 39, .08);
  border-radius: var(--ck-radius);
  background:
    radial-gradient(circle at 16% 0%, rgba(214, 182, 95, .10) 0%, rgba(214, 182, 95, 0) 34%),
    linear-gradient(180deg, #fff 0%, #f8fafc 100%);
  box-shadow: 0 18px 48px rgba(15, 23, 42, .07);
  place-items: center;
}

.ck-esl-story-patent-card img {
  width: min(260px, 80%);
  height: auto;
}

/* Development story page */
.ck-story {
  color: #111827;
  background: #fff;
}

.ck-story-hero {
  background:
    radial-gradient(circle at 76% 18%, rgba(214, 182, 95, .16) 0%, rgba(214, 182, 95, 0) 28%),
    linear-gradient(135deg, #171b22 0%, #242a32 54%, #111827 100%);
}

.ck-story-keyword,
.ck-story-brand-card {
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid rgba(17, 24, 39, .08);
  border-radius: var(--ck-radius);
  background:
    radial-gradient(circle at 16% 0%, rgba(214, 182, 95, .10) 0%, rgba(214, 182, 95, 0) 34%),
    linear-gradient(180deg, #fff 0%, #f8fafc 100%);
  box-shadow: 0 18px 48px rgba(15, 23, 42, .07);
}

.ck-story-keyword span,
.ck-story-step-grid span,
.ck-story-link-grid span {
  display: inline-flex;
  margin-bottom: 18px;
  color: #b6922c;
  font-size: 13px;
  font-weight: 900;
}

.ck-story-keyword h3,
.ck-story-step-grid h3,
.ck-story-principle-grid h3 {
  margin: 0;
  color: #111827;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.35;
}

.ck-story-keyword p,
.ck-story-step-grid p,
.ck-story-principle-grid p {
  margin: 14px 0 0;
  color: #5f6673;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.85;
}

.ck-story-timeline {
  background:
    radial-gradient(circle at 18% 18%, rgba(214, 182, 95, .10) 0%, rgba(214, 182, 95, 0) 28%),
    linear-gradient(135deg, #171b22 0%, #242931 48%, #1e232b 100%);
}

.ck-story-step-grid,
.ck-story-principle-grid,
.ck-story-link-grid {
  display: grid;
  gap: 18px;
  margin-top: 42px;
}

.ck-story-step-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ck-story-step-grid article {
  min-height: 238px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--ck-radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .075) 0%, rgba(255, 255, 255, .035) 100%);
  box-shadow: 0 22px 60px rgba(0, 0, 0, .16);
}

.ck-story-step-grid h3 {
  color: #fff;
}

.ck-story-step-grid p {
  color: rgba(255, 255, 255, .74);
}

.ck-story-principle,
.ck-story-next {
  background: #f6f7f9;
}

.ck-story-principle-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ck-story-principle-grid article {
  min-height: 210px;
  padding: 28px;
  border: 1px solid rgba(17, 24, 39, .08);
  border-radius: var(--ck-radius);
  background: #fff;
  box-shadow: 0 18px 48px rgba(15, 23, 42, .07);
}

.ck-story-brand-card {
  display: grid;
  place-items: center;
  min-height: 260px;
  background: rgba(255, 255, 255, .94);
}

.ck-story-brand-card img {
  width: min(260px, 72%);
  height: auto;
}

.ck-story-link-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ck-story-link-grid a {
  display: block;
  min-height: 144px;
  padding: 28px;
  border: 1px solid rgba(17, 24, 39, .08);
  border-radius: var(--ck-radius);
  background: #fff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 18px 48px rgba(15, 23, 42, .07);
  transition: transform .18s ease, border-color .18s ease;
}

.ck-story-link-grid a:hover {
  transform: translateY(-2px);
  border-color: rgba(17, 24, 39, .18);
}

.ck-story-link-grid strong {
  display: block;
  color: #111827;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.45;
}

/* First guide page */
.ck-first {
  color: #111827;
  background: #fff;
}

.ck-first-hero {
  background:
    radial-gradient(circle at 76% 18%, rgba(214, 182, 95, .16) 0%, rgba(214, 182, 95, 0) 28%),
    linear-gradient(135deg, #171b22 0%, #242a32 54%, #111827 100%);
}

.ck-first-visual {
  margin: 0;
  padding: 16px;
  border: 1px solid rgba(17, 24, 39, .08);
  border-radius: var(--ck-radius);
  background: #fff;
  box-shadow: 0 24px 70px rgba(15, 23, 42, .12);
}

.ck-first-visual img {
  display: block;
  width: 100%;
  border-radius: 6px;
}

.ck-first-problem,
.ck-first-structure.ck-home-dark,
.ck-first-use.ck-home-dark {
  background:
    radial-gradient(circle at 18% 18%, rgba(214, 182, 95, .10) 0%, rgba(214, 182, 95, 0) 28%),
    linear-gradient(135deg, #171b22 0%, #242931 48%, #1e232b 100%);
}

.ck-first-value {
  background: #fff;
}

.ck-first-value-message {
  max-width: 820px;
}

.ck-first-structure {
  background: #f6f7f9;
}

.ck-first-structure-image {
  margin: 46px auto 0;
  padding: 18px;
  border: 1px solid rgba(17, 24, 39, .08);
  border-radius: var(--ck-radius);
  background: #fff;
  box-shadow: 0 24px 70px rgba(15, 23, 42, .10);
}

.ck-first-structure-image img {
  display: block;
  width: 100%;
  border-radius: 6px;
}

.ck-first-structure-grid,
.ck-first-problem-grid,
.ck-first-use-grid {
  display: grid;
  gap: 18px;
  margin-top: 42px;
}

.ck-first-structure-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 22px;
}

.ck-first-problem-grid,
.ck-first-use-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ck-first-structure-grid article,
.ck-first-problem-grid article,
.ck-first-use-grid article {
  border-radius: var(--ck-radius);
}

.ck-first-structure-grid article {
  min-height: 250px;
  padding: 28px 24px;
  border: 1px solid rgba(17, 24, 39, .08);
  background: #fff;
  box-shadow: 0 18px 48px rgba(15, 23, 42, .07);
}

.ck-first-problem-grid article {
  min-height: 214px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, .12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .075) 0%, rgba(255, 255, 255, .035) 100%);
  box-shadow: 0 22px 60px rgba(0, 0, 0, .16);
}

.ck-first-use-grid article {
  min-height: 214px;
  padding: 26px;
  border: 1px solid rgba(17, 24, 39, .08);
  background:
    radial-gradient(circle at 16% 0%, rgba(214, 182, 95, .10) 0%, rgba(214, 182, 95, 0) 34%),
    linear-gradient(180deg, #fff 0%, #f8fafc 100%);
  box-shadow: 0 18px 48px rgba(15, 23, 42, .07);
}

.ck-first-structure-grid img {
  display: block;
  width: 72px;
  height: 72px;
  margin-bottom: 20px;
  object-fit: contain;
}

.ck-first-problem-grid span {
  display: inline-flex;
  margin-bottom: 18px;
  color: #b6922c;
  font-size: 13px;
  font-weight: 900;
}

.ck-first-structure-grid h3,
.ck-first-problem-grid h3,
.ck-first-use-grid h3 {
  margin: 0;
  color: #111827;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.35;
}

.ck-first-structure-grid h3 {
  font-size: 20px;
}

.ck-first-problem-grid h3 {
  color: #fff;
}

.ck-first-structure-grid p,
.ck-first-problem-grid p,
.ck-first-use-grid p {
  margin: 14px 0 0;
  color: #5f6673;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.85;
}

.ck-first-problem-grid p {
  color: rgba(255, 255, 255, .74);
}

.ck-home-dark .ck-first-structure-grid h3,
.ck-home-dark .ck-first-use-grid h3 {
  color: #111827;
}

.ck-home-dark .ck-first-structure-grid p,
.ck-home-dark .ck-first-use-grid p {
  color: #5f6673;
}

.ck-first-next {
  background: #f6f7f9;
}

@media (max-width: 900px) {

  .ck-esl-story-concept-grid,
  .ck-esl-story-point-grid,
  .ck-story-step-grid,
  .ck-story-principle-grid,
  .ck-story-link-grid,
  .ck-first-structure-grid,
  .ck-first-problem-grid,
  .ck-first-use-grid {
    grid-template-columns: 1fr;
  }
}
