﻿/* Version: v2.0.0 (2026-08-01) | White-first landing · header split */
/* Environment: HTML5 + Tailwind CDN + Vanilla JS */
/* Author: Cursor Agent */

body {
  background: #ffffff;
}

.lx-site-header {
  border-bottom: 1px solid #e5e7eb !important;
  box-shadow: none;
}

.lx-nav-pill,
.lx-header-action {
  box-shadow: none;
}

.lx-hero {
  min-height: 760px;
  background:
    radial-gradient(circle at 12% 18%, rgba(15, 92, 97, 0.05), transparent 38%),
    radial-gradient(circle at 88% 12%, rgba(20, 138, 143, 0.04), transparent 40%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.lx-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(rgba(15, 23, 42, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, 0.03) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(circle at center, black, transparent 78%);
  opacity: 0.45;
}

.lx-hero-orb {
  position: absolute;
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  background: rgba(15, 92, 97, 0.06);
  filter: blur(40px);
  animation: lx-float 9s ease-in-out infinite alternate;
}

.lx-hero-orb.one {
  top: 12%;
  left: 6%;
}

.lx-hero-orb.two {
  right: 8%;
  bottom: 8%;
  animation-delay: -3s;
}

.lx-hero-grid {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 8.5rem 1.5rem 5rem;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.lx-hero-copy {
  text-align: left;
}

.lx-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.5rem 0.85rem;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  background: #fff;
  color: #0f5c61;
  font-size: 0.85rem;
  font-weight: 820;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.lx-hero-title {
  margin: 1.2rem 0 1.25rem;
  color: #0f172a;
  font-size: clamp(2.6rem, 5.8vw, 5.25rem);
  font-weight: 880;
  letter-spacing: -0.065em;
  line-height: 1.03;
  word-break: keep-all;
}

.lx-hero-title--minimal span {
  display: block;
}

.lx-hero-title--minimal span:first-child {
  font-size: clamp(4rem, 10vw, 8.5rem);
  letter-spacing: -0.085em;
  color: #0f172a;
}

.lx-hero-title--minimal span:last-child {
  margin-top: 0.4rem;
  color: #475569;
  font-size: clamp(1.55rem, 3.3vw, 3rem);
  letter-spacing: -0.045em;
}

.lx-hero-sub {
  max-width: 43rem;
  color: #64748b;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  font-weight: 560;
  line-height: 1.65;
  word-break: keep-all;
}

.lx-hero-sub-line {
  display: block;
}

.lx-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.lx-hero-linkmap {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  margin-top: 2.25rem;
  padding: 0.75rem;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
}

.lx-hero-linkmap span {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.8rem 1.05rem;
  border-radius: 999px;
  background: #f8fafc;
  color: #0f172a;
  font-weight: 820;
}

.lx-hero-linkmap em { font-style: normal; }

.lx-hero-linkmap strong {
  color: #0f5c61;
  font-size: 2rem;
  line-height: 1;
}

.lx-product-preview {
  position: relative;
  border: 1px solid #e5e7eb;
  border-radius: 28px;
  padding: 0.9rem;
  background: #fff;
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.08);
}

.lx-preview-window {
  overflow: hidden;
  border-radius: 24px;
  background: #f8fafc;
  color: #061416;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.lx-preview-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.15rem;
  border-bottom: 1px solid #e5e7eb;
}

.lx-window-dots {
  display: flex;
  gap: 0.35rem;
}

.lx-window-dots i {
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 50%;
  background: #cbd5e1;
}

.lx-preview-body {
  padding: 1.2rem;
  display: grid;
  gap: 1rem;
}

.lx-flow-card {
  display: grid;
  grid-template-columns: 3.8rem 1fr auto;
  gap: 0.9rem;
  align-items: center;
  padding: 0.95rem;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 24px rgba(6, 20, 22, 0.05);
  animation: lx-soft-pulse 3.8s ease-in-out infinite;
}

.lx-flow-card:nth-child(2) { animation-delay: 0.6s; }
.lx-flow-card:nth-child(3) { animation-delay: 1.2s; }

.lx-qr {
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 14px;
  background:
    linear-gradient(90deg, #061416 10px, transparent 10px) 0 0 / 18px 18px,
    linear-gradient(#061416 10px, transparent 10px) 0 0 / 18px 18px,
    #fff;
  border: 8px solid #fff;
  box-shadow: 0 0 0 1px #cbd5e1;
}

.lx-qr-img {
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 14px;
  background: #fff;
  padding: 0.25rem;
  box-shadow:
    0 0 0 1px #cbd5e1,
    0 10px 20px rgba(6, 20, 22, 0.08);
}

.lx-flow-copy strong {
  display: block;
  color: #061416;
  font-size: 1rem;
  font-weight: 840;
}

.lx-flow-copy span {
  display: block;
  margin-top: 0.2rem;
  color: #64748b;
  font-size: 0.82rem;
  font-weight: 620;
}

.lx-flow-value {
  color: #0f5c61;
  font-size: 1.15rem;
  font-weight: 850;
}

.lx-mini-dashboard {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
}

.lx-mini-kpi {
  padding: 1rem;
  border-radius: 18px;
  background:
    radial-gradient(circle at top right, rgba(94, 234, 212, 0.18), transparent 44%),
    linear-gradient(135deg, #0f5c61, #148a8f);
  color: #fff;
}

.lx-mini-kpi span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.76rem;
  font-weight: 720;
}

.lx-mini-kpi strong {
  display: block;
  margin-top: 0.3rem;
  font-size: 1.55rem;
  font-weight: 850;
  letter-spacing: -0.04em;
}

.lx-mini-chart {
  grid-column: 1 / -1;
  min-height: 8rem;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(15, 92, 97, 0.08), transparent),
    repeating-linear-gradient(90deg, transparent 0 42px, rgba(15, 92, 97, 0.06) 42px 43px),
    #fff;
  border: 1px solid #e5e7eb;
  position: relative;
  overflow: hidden;
}

.lx-mini-chart::after {
  content: "";
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1.6rem;
  height: 4.8rem;
  background: linear-gradient(135deg, transparent 0 12%, #0f5c61 12% 14%, transparent 14% 32%, #148a8f 32% 34%, transparent 34% 58%, #0f5c61 58% 60%, transparent 60%);
}

.lx-story {
  background:
    radial-gradient(circle at top left, rgba(15, 92, 97, 0.08), transparent 34%),
    #fbfaf7;
}

.lx-story-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 2.5rem;
}

.lx-story-step {
  position: relative;
  padding: 1.1rem;
  border: 1px solid rgba(15, 92, 97, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 16px 34px rgba(6, 20, 22, 0.06);
}

.lx-story-step::after {
  content: "";
  position: absolute;
  top: 2rem;
  right: -0.62rem;
  width: 0.45rem;
  height: 0.45rem;
  border-top: 2px solid #0f5c61;
  border-right: 2px solid #0f5c61;
  transform: rotate(45deg);
}

.lx-story-step:last-child::after {
  display: none;
}

.lx-story-icon {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: #f2faf9;
  color: #0f5c61;
  margin-bottom: 0.9rem;
}

.lx-story-step h3 {
  margin: 0;
  color: #061416;
  font-size: 1rem;
  font-weight: 850;
  letter-spacing: -0.02em;
}

.lx-story-step p {
  margin: 0.45rem 0 0;
  color: #64748b;
  font-size: 0.86rem;
  font-weight: 560;
  line-height: 1.55;
}

.lx-sales-note {
  margin-top: 2rem;
  padding: 1.3rem 1.4rem;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  background: #f8fafc;
  color: #0f172a;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
}

.lx-sales-cta {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.85rem 1.15rem 0.85rem 0.9rem;
  border: 1.5px solid #0f5c61;
  border-radius: 22px;
  background: #0f5c61;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(15, 92, 97, 0.16);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    background 220ms ease;
}

.lx-sales-cta:hover {
  background: #148a8f;
  border-color: #148a8f;
  transform: translateY(-1px);
}

.lx-sales-cta-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 1.15rem;
}

.lx-sales-cta-label {
  color: #0f5c61;
  font-size: clamp(0.92rem, 1.6vw, 1.05rem);
  font-weight: 850;
  letter-spacing: -0.02em;
  line-height: 1.2;
  white-space: nowrap;
}

.lx-sales-cta:hover {
  transform: translateY(-4px);
  box-shadow:
    0 22px 44px rgba(6, 20, 22, 0.32),
    0 2px 0 rgba(255, 255, 255, 0.75) inset;
}

.lx-sales-cta:active {
  transform: translateY(-1px);
}

#distribution article {
  padding: clamp(2rem, 4vw, 3.25rem) !important;
}

#distribution article > p:first-child {
  font-size: clamp(1rem, 1.5vw, 1.2rem) !important;
  letter-spacing: 0.06em !important;
}

#distribution article .flex.flex-wrap span:not(.text-gray-400) {
  padding: 0.85rem 1.15rem !important;
  font-size: clamp(1.05rem, 1.8vw, 1.35rem) !important;
  border-radius: 999px !important;
}

#distribution article .text-gray-400 {
  font-size: 1.45rem !important;
}

#distribution article .grid.gap-3 > div {
  gap: 1rem !important;
  padding: 1.15rem !important;
}

#distribution article .grid.gap-3 > div > span {
  width: 2.6rem !important;
  height: 2.6rem !important;
  border-radius: 14px !important;
  font-size: 1.05rem !important;
}

#distribution article .grid.gap-3 p:first-child {
  font-size: clamp(1.1rem, 1.7vw, 1.35rem) !important;
}

#distribution article .grid.gap-3 p:last-child {
  font-size: clamp(1rem, 1.45vw, 1.15rem) !important;
}

.lx-dist-after {
  display: grid;
  gap: 1rem;
}

.lx-dist-direct {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
}

.lx-dist-pill {
  padding: 0.85rem 1.15rem;
  border-radius: 999px;
  background: #f3f4f6;
  color: #111827;
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  font-weight: 800;
}

.lx-dist-arrow {
  color: #9ca3af;
  font-size: 1.45rem;
  font-weight: 700;
}

.lx-dist-core {
  display: grid;
  gap: 0.55rem;
  padding: 1.15rem 1.25rem;
  border: 2px dashed rgba(15, 92, 97, 0.28);
  border-radius: 1.25rem;
  background: linear-gradient(180deg, rgba(15, 92, 97, 0.06), rgba(15, 92, 97, 0.03));
  text-align: center;
}

.lx-dist-core-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0.75rem 1.2rem;
  border-radius: 999px;
  background: #0f5c61;
  color: #fff;
  font-size: clamp(1.05rem, 1.8vw, 1.3rem);
  font-weight: 850;
  box-shadow: 0 10px 24px rgba(15, 92, 97, 0.22);
}

.lx-dist-core-desc {
  margin: 0;
  color: #4b5563;
  font-size: clamp(0.95rem, 1.4vw, 1.1rem);
  font-weight: 600;
  line-height: 1.55;
  word-break: keep-all;
}

.lx-kakao-icon {
  background: #fee500;
  color: #191919;
}

#sectors a > div:first-child {
  width: 4rem;
  height: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: #f2faf9;
  color: #0f5c61;
}

#sectors a:hover > div:first-child {
  background: rgba(255, 255, 255, 0.12);
  color: #5eead4;
}

.lx-sales-note strong {
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  letter-spacing: -0.04em;
  color: #0f172a;
}

.lx-sales-note span {
  color: #64748b;
  font-weight: 600;
}

.lx-sales-note .lx-sales-cta-label {
  color: #fff !important;
  opacity: 1;
}


/* Header styles → shared/luxera-header.css */


.lx-reveal,
.lx-story-step,
.lx-product-preview {
  will-change: transform, opacity;
}

@keyframes lx-float {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to { transform: translate3d(24px, -18px, 0) scale(1.08); }
}

@keyframes lx-soft-pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}

@media (max-width: 1180px) {
  .lx-hero-grid {
    grid-template-columns: 1fr;
    padding-top: 6.75rem;
  }

  .lx-hero-copy {
    text-align: center;
  }

  .lx-hero-sub,
  .lx-hero-linkmap {
    margin-left: auto;
    margin-right: auto;
  }

  .lx-hero-ctas {
    justify-content: center;
  }

  .lx-story-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lx-story-step::after {
    display: none;
  }
}

@media (max-width: 640px) {
  .lx-section {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .lx-hero {
    min-height: auto;
  }

  .lx-hero-grid {
    padding: 8.65rem 0.9rem 3.5rem;
    gap: 2rem;
  }

  .lx-hero-title--minimal span:first-child {
    font-size: clamp(3.2rem, 18vw, 5.2rem);
  }

  .lx-hero-title--minimal span:last-child {
    font-size: clamp(1.25rem, 7vw, 1.8rem);
  }

  .lx-hero-sub {
    font-size: 1.03rem;
    line-height: 1.58;
  }

  .lx-hero-ctas {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .lx-hero-ctas .lx-btn {
    width: 100%;
    justify-content: center;
  }

  .lx-mini-dashboard {
    grid-template-columns: 1fr;
  }

  .lx-hero-linkmap {
    width: 100%;
    justify-content: center;
    gap: 0.45rem;
  }

  .lx-hero-linkmap span {
    padding: 0.75rem 0.85rem;
    font-size: 0.9rem;
  }

  .lx-flow-card {
    grid-template-columns: 3.2rem 1fr;
  }

  .lx-flow-value {
    grid-column: 2;
    font-size: 1rem;
  }

  .lx-story-grid {
    grid-template-columns: 1fr;
    margin-top: 2rem;
    gap: 0.85rem;
  }

  .lx-story-step {
    padding: 1rem;
  }

  .lx-sales-note {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 1rem;
    padding: 1.15rem;
  }

  .lx-sales-note strong {
    font-size: 1.28rem;
    line-height: 1.18;
  }

  .lx-sales-note span {
    display: block;
    margin-top: 0.45rem;
    font-size: 0.95rem;
    line-height: 1.55;
  }

  .lx-sales-cta {
    width: 100%;
    justify-content: center;
    padding: 0.85rem 1rem;
  }

  .lx-sales-cta-label {
    color: #0f5c61 !important;
    white-space: normal;
    max-width: none;
    text-align: center;
  }

  #distribution article {
    padding: 1.35rem !important;
    border-radius: 1.5rem !important;
  }

  .lx-dist-direct {
    display: grid;
    grid-template-columns: 1fr;
  }

  .lx-dist-arrow {
    transform: rotate(90deg);
    margin: -0.25rem 0;
  }
}

/* Interactive control borders — micro emphasis (v2.0.1) */
.lx-btn-secondary,
.lx-btn-ghost,
.lx-hero-kicker,
.lx-hero-linkmap,
.lx-sales-note,
.lx-product-preview,
#sectors a,
#distribution article {
  border-color: #8795a8;
}
.lx-btn {
  border-width: 1.5px;
}
.lx-btn-secondary,
.lx-btn-ghost {
  border-style: solid;
  border-color: #8795a8;
}
