.customer-entry-page {
  color: #0f172a;
}

.customer-entry-shell {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 1.2rem;
  box-sizing: border-box;
}

.customer-entry-header {
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.customer-entry-header__inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.customer-entry-home-link {
  text-decoration: none;
  color: #334155;
  font-size: 0.86rem;
  font-weight: 700;
  padding: 0.5rem 0.8rem;
  border-radius: 999px;
  border: 1px solid #cbd5e1;
  background: rgba(255, 255, 255, 0.92);
}

.customer-entry-main {
  padding: 1.05rem 0 1.5rem;
}

.customer-entry-copy {
  padding: 0.45rem 0.15rem 0.2rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.92rem;
}

.customer-entry-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.45fr) minmax(0, 0.55fr);
  gap: 1.15rem;
  align-items: center;
  background: linear-gradient(155deg, #f7fbff 0%, rgba(246, 249, 253, 0.92) 100%);
  border: 1px solid rgba(226, 232, 240, 0.85);
  border-radius: 30px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.07);
  padding: 1.55rem 1.65rem 1.35rem;
  backdrop-filter: blur(7px);
}

.customer-entry-eyebrow {
  margin: 0;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  font-weight: 800;
  color: #64748b;
}

.customer-entry-title {
  margin: 0;
  font-size: clamp(1.78rem, 2.6vw, 2.5rem);
  line-height: 1.32;
  letter-spacing: -0.02em;
  color: #0b1f44;
}

.customer-entry-lead {
  margin: 0;
  color: #475569;
  font-size: 0.93rem;
  line-height: 1.76;
  max-width: 34rem;
}

.customer-entry-benefits {
  margin: 0.35rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.45rem;
  max-width: 38rem;
}

.customer-entry-benefits li {
  display: flex;
  align-items: flex-start;
  gap: 0.42rem;
  border: 1px solid #dbe5f2;
  background: rgba(248, 250, 252, 0.92);
  border-radius: 14px;
  min-height: 40px;
  padding: 0.46rem 0.58rem;
  font-size: 0.76rem;
  color: #334155;
  font-weight: 600;
  line-height: 1.32;
  box-sizing: border-box;
}

.benefit-icon {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #dbeafe;
  color: #1d4ed8;
  font-size: 0.66rem;
  font-weight: 900;
}

.customer-entry-start-btn {
  margin-top: 0.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  text-decoration: none;
  padding: 0.84rem 1.42rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #facc15 0%, #f59e0b 88%);
  color: #111827;
  font-size: 0.92rem;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(245, 158, 11, 0.32);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.customer-entry-start-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(245, 158, 11, 0.35);
}

.customer-entry-start-note {
  margin: 0.02rem 0 0;
  color: #64748b;
  font-size: 0.74rem;
}

.customer-entry-visual {
  min-width: 0;
}

.customer-entry-visual-panel {
  border: 1px solid rgba(210, 220, 235, 0.9);
  background-color: #f6f9fd;
  background-image: url("/static/images/이미지색.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 30px;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
  padding: 1.6rem 1.5rem;
}

.customer-entry-visual-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 32px;
  align-items: stretch;
}

.customer-entry-image {
  margin: 0;
  border: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  min-height: 470px;
  padding: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.customer-entry-image img {
  width: 100%;
  height: auto;
  max-height: 460px;
  object-fit: contain;
  display: block;
}

.customer-entry-image--kakao img {
  max-height: 420px;
}

.customer-entry-security {
  margin-top: 0.95rem;
  border: 1px solid #dbe3ef;
  border-radius: 22px;
  background: rgba(248, 251, 255, 0.92);
  box-shadow: 0 8px 16px rgba(15, 23, 42, 0.05);
  padding: 0.88rem 0.92rem;
}

.customer-entry-security h2 {
  margin: 0 0 0.55rem;
  color: #0f172a;
  font-size: 0.84rem;
  font-weight: 700;
}

.customer-entry-security__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
}

.customer-entry-security__item {
  display: flex;
  align-items: flex-start;
  gap: 0.52rem;
  border: 1px solid #e3eaf4;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.88);
  padding: 0.62rem 0.64rem;
  transition: transform 0.16s ease, box-shadow 0.16s ease;
}

.customer-entry-security__item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 15px rgba(15, 23, 42, 0.08);
}

.customer-entry-security__icon {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eef4ff;
  border: 1px solid #d9e7ff;
  flex-shrink: 0;
  font-size: 0.9rem;
}

.customer-entry-security__item h3 {
  margin: 0 0 0.26rem;
  font-size: 0.76rem;
  color: #0f172a;
}

.customer-entry-security__item p {
  margin: 0;
  font-size: 0.72rem;
  line-height: 1.45;
  color: #64748b;
}

@media (max-width: 1120px) {
  .customer-entry-hero {
    grid-template-columns: 1fr;
    padding: 1.2rem 1.1rem 1rem;
  }

  .customer-entry-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .customer-entry-visual-grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .customer-entry-image {
    min-height: 400px;
  }

  .customer-entry-image img {
    max-height: 390px;
  }

  .customer-entry-security__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .customer-entry-shell {
    padding: 0 0.85rem;
  }

  .customer-entry-main {
    padding-top: 0.9rem;
  }

  .customer-entry-hero {
    border-radius: 22px;
    padding: 1.05rem 0.95rem 0.9rem;
  }

  .customer-entry-title {
    font-size: 1.7rem;
  }

  .customer-entry-benefits {
    grid-template-columns: 1fr;
  }

  .customer-entry-visual-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .customer-entry-visual-panel {
    border-radius: 24px;
    padding: 1rem 0.9rem;
  }

  .customer-entry-image {
    min-height: 320px;
    padding: 0.75rem;
  }

  .customer-entry-image img,
  .customer-entry-image--kakao img {
    max-height: 320px;
  }

  .customer-entry-security {
    border-radius: 18px;
    padding: 0.72rem 0.78rem;
  }

  .customer-entry-start-btn {
    width: 100%;
  }
}
