#content.site-content{padding:0;margin:0}
.entry-header,.entry-title,.kd-page-title,.keydesign-page-title,.page-header,#page-header,.breadcrumb-trail,.breadcrumbs{display:none!important}
body.page #content .keydesign-container{max-width:none;width:100%;padding-left:0;padding-right:0}
body.page #primary.content-area,body.page .site-main{max-width:none;width:100%;padding:0;margin:0}
/* Live Chat + product landings. Matches Emailwish homepage kit (Onest/Afacad, black, #F3F2F1). */
.page-template-page-live-chat #content.site-content,
.page-template-page-popup #content.site-content,
.page-template-page-wishlist #content.site-content,
.page-template-page-reviews #content.site-content,
.page-template-page-about #content.site-content,
.ew-about-page #content.site-content {
  padding: 0;
  margin: 0;
}

.ewlc {
  --ewlc-black: #000000;
  --ewlc-text: #22281e;
  --ewlc-muted: #5c6158;
  --ewlc-light: #f3f2f1;
  --ewlc-card: #ffffff;
  --ewlc-line: #e7e4df;
  --ewlc-accent: #c1b3ff;
  --ewlc-purple: #6500ff;
  --ewlc-pink: #ff8cc6;
  --ewlc-brown: #33150e;
  --ewlc-mint: #effee4;
  --ewlc-lilac: #f3f0ff;
  --ewlc-sand: #e6e2de;
  --ewlc-peach: #fff4e8;
  --ewlc-green: #2fbe6a;
  --ewlc-radius: 16px;
  --ewlc-shadow: 0 8px 22px rgb(0 0 0 / 7%);
  --ewlc-shadow-soft: 0 4px 12px rgb(0 0 0 / 5%);
  --ewlc-max: 1240px;
  color: var(--ewlc-text);
  font-family: Afacad, sans-serif;
  background: #fff;
}

.ewlc * { box-sizing: border-box; }

.ewlc-wrap {
  width: min(100% - 40px, var(--ewlc-max));
  margin: 0 auto;
}

.ewlc .ewlc-kicker,
.ewlc-team-pill {
  display: inline-block;
  font-family: Onest, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: none;
  color: #000;
  background: var(--ewlc-light);
  border-radius: 2rem;
  padding: 6px 14px;
  margin: 0 0 16px;
}

.ewlc-hero .ewlc-kicker,
.ewlc-split--alt .ewlc-kicker,
.ewlc-team-pill {
  background: #fff;
}

.ewlc-mark {
  background: linear-gradient(180deg, transparent 64%, var(--ewlc-accent) 64%);
}

.ewlc-mark--pink {
  background: linear-gradient(180deg, transparent 64%, var(--ewlc-pink) 64%);
}

.ewlc h1,
.ewlc h2,
.ewlc h3 {
  font-family: Onest, sans-serif;
  font-weight: 500;
  color: var(--ewlc-black);
  letter-spacing: -0.02em;
  margin: 0;
}

.ewlc h1 {
  font-size: clamp(36px, 5vw, 55px);
  line-height: 1.12;
}

.ewlc h2 {
  font-size: clamp(28px, 3.4vw, 40px);
  line-height: 1.2;
}

.ewlc h3 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
}

.ewlc p {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
  color: var(--ewlc-muted);
}

.ewlc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 50px;
  padding: 12px 26px;
  border-radius: 12px;
  font-family: Onest, sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  cursor: pointer;
  border: 1px solid transparent;
}

.ewlc-btn--solid {
  background: var(--ewlc-black);
  color: #fff;
}

.ewlc-btn--solid:hover {
  background: #222;
  color: #fff;
}

.ewlc-btn--ghost {
  background: #fff;
  color: var(--ewlc-black);
  border-color: var(--ewlc-black);
}

.ewlc-btn--ghost:hover {
  background: var(--ewlc-light);
  color: var(--ewlc-black);
}

.ewlc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.ewlc-hero {
  padding: 72px 0 40px;
  background: var(--ewlc-light);
}

.ewlc-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 56px;
  align-items: center;
}

.ewlc-hero p { max-width: 34em; }

.ewlc-points {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 22px;
  margin-top: 28px;
  padding: 0;
  list-style: none;
}

.ewlc-points li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: var(--ewlc-text);
}

.ewlc-points svg { flex: 0 0 auto; }

.ewlc-hero-media {
  margin: 0;
  background: none;
  border: none;
  box-shadow: none;
  overflow: hidden;
  border-radius: 24px;
}

.ewlc-hero-media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 24px;
  box-shadow: 0 18px 40px rgb(0 0 0 / 16%);
}

.ewlc-trust {
  padding: 72px 0 8px;
  text-align: center;
  overflow: hidden;
}

.ewlc-trust h2 { margin-bottom: 10px; }

.ewlc-trust p { max-width: 36em; margin: 0 auto 20px; }

.ewlc-face-stack {
  display: flex;
  justify-content: center;
  margin: 0 0 12px;
}

.ewlc-face-stack img {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #fff;
  margin-left: -17px;
  box-shadow: 0 2px 8px rgb(0 0 0 / 12%);
}

.ewlc-face-stack img:first-child { margin-left: 0; }

.ewlc-logo-marquee {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.ewlc-logo-row {
  display: flex;
  width: 100%;
  height: 52px;
  overflow: hidden;
}

.ewlc-logo-row--reverse {
  margin-top: 6px;
}

.ewlc-logo-track {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 163px;
  padding-right: 163px;
  animation: ewlc-logo-scroll 18s linear infinite;
}

.ewlc-logo-row--reverse .ewlc-logo-track {
  animation-direction: reverse;
}

.ewlc-logo-row:hover .ewlc-logo-track {
  animation-play-state: paused;
}

.ewlc-logo-track img {
  width: 160px;
  height: 52px;
  flex: 0 0 auto;
  object-fit: contain;
  transform: scale(1.45);
}

@keyframes ewlc-logo-scroll {
  to { transform: translateX(-100%); }
}

@media (prefers-reduced-motion: reduce) {
  .ewlc-logo-track { animation: none; }
  .ewlc-logo-row .ewlc-logo-track:last-child { display: none; }
}

.ewlc-split {
  padding: 88px 0;
}

.ewlc-split--alt { background: var(--ewlc-light); }

.ewlc-split--dark {
  background: #000;
  color: #fff;
}

.ewlc-split--dark h2 {
  color: #fff;
}

.ewlc-sell-lead {
  font-size: clamp(36px, 5vw, 52px);
  font-weight: 500;
  line-height: 1.15;
  text-align: center;
  margin: 0 0 80px;
}

.ewlc-split--dark .ewlc-split-grid > div > p,
.ewlc-split--dark .ewlc-points li {
  color: rgb(255 255 255 / 78%);
}

.ewlc-split--dark .ewlc-btn--solid {
  background: #fff;
  color: #000;
}

.ewlc-split--dark .ewlc-btn--solid:hover {
  background: #f3f2f1;
  color: #000;
}

.ewlc-split--dark .ewlc-btn--ghost {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

.ewlc-split--dark .ewlc-btn--ghost:hover {
  background: rgb(255 255 255 / 10%);
  color: #fff;
}

.ewlc-split-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 48px;
  align-items: center;
}

.ewlc-stories {
  padding: 88px 0;
}

.ewlc-stories .ewlc-wrap {
  width: min(100% - 40px, 1400px);
}

.ewlc-stories-intro {
  max-width: 720px;
  margin: 0 auto 40px;
  text-align: center;
}

.ewlc-stories-intro p { margin-top: 16px; }

.ewlc-stories-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.ewlc-story {
  display: flex;
  flex-direction: column;
  margin: 0;
  background: #fff;
  border: 1px solid var(--ewlc-line);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--ewlc-shadow-soft);
}

.ewlc-story figcaption {
  padding: 16px 16px 18px;
  order: 2;
}

.ewlc-story h3 {
  position: relative;
  font-size: 18px;
  margin-bottom: 6px;
}

.ewlc .ewlc-soon {
  position: absolute;
  left: 6.4em;
  top: -11px;
  z-index: 1;
  display: inline-block;
  font-family: Onest, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
  padding: 3px 8px;
  border-radius: 999px;
  background: #6500ff;
  color: #fff;
  transform: rotate(-12deg);
  white-space: nowrap;
}

.ewlc-story figcaption p { font-size: 14px; line-height: 1.45; }

.ewlc-chat {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 22px 18px;
}

.ewlc-chat--story {
  background: var(--ewlc-light);
  min-height: 380px;
  flex: 1;
}

.ewlc-chat--sell {
  flex: 1;
  justify-content: flex-end;
  padding: 20px 16px 16px;
  gap: 16px;
}

.ewlc-story .ewlc-face,
.ewlc-story .ewlc-ai {
  width: 32px;
  height: 32px;
}

.ewlc-story .ewlc-bubble {
  font-size: 13px;
  padding: 10px 13px;
}

.ewlc-story .ewlc-bubble,
.ewlc-story .ewlc-track,
.ewlc-story .ewlc-prod,
.ewlc-story .ewlc-attach-img,
.ewlc-story .ewlc-face {
  box-shadow: none;
}

.ewlc-story .ewlc-prod--lg {
  max-width: 100%;
}

.ewlc-story .ewlc-prod--lg img {
  height: 140px;
}

/* Product recommendations: chat entrance + typing */
.ewlc-story--rec .ewlc-msg {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.ewlc-story--rec .ewlc-prod {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.ewlc-story--rec.is-in .ewlc-msg.is-visible {
  opacity: 1;
  transform: none;
}

.ewlc-story--rec.is-in .ewlc-prod.is-visible {
  opacity: 1;
  transform: none;
}

.ewlc-story--rec .ewlc-bubble.is-typing::after {
  content: "";
  display: inline-block;
  width: 0.45em;
  height: 1em;
  margin-left: 1px;
  vertical-align: -0.12em;
  background: currentColor;
  animation: ewlc-caret 0.8s steps(1) infinite;
}

.ewlc-story--rec .ewlc-typing {
  display: none;
  align-items: center;
  gap: 4px;
  min-height: 36px;
  padding: 10px 14px;
  border-radius: 14px 14px 14px 4px;
  background: #fff;
  box-shadow: none;
}

.ewlc-story--rec .ewlc-typing.is-on {
  display: inline-flex;
}

.ewlc-story--rec .ewlc-typing i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #9a9590;
  animation: ewlc-dot 1.1s ease-in-out infinite;
}

.ewlc-story--rec .ewlc-typing i:nth-child(2) { animation-delay: 0.15s; }
.ewlc-story--rec .ewlc-typing i:nth-child(3) { animation-delay: 0.3s; }

@keyframes ewlc-caret {
  50% { opacity: 0; }
}

@keyframes ewlc-dot {
  0%, 80%, 100% { opacity: 0.35; transform: translateY(0); }
  40% { opacity: 1; transform: translateY(-2px); }
}

@media (prefers-reduced-motion: reduce) {
  .ewlc-story--rec .ewlc-msg,
  .ewlc-story--rec .ewlc-prod {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .ewlc-story--rec .ewlc-bubble.is-typing::after,
  .ewlc-story--rec .ewlc-typing {
    display: none !important;
  }
}

.ewlc-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  max-width: 78%;
  min-width: 0;
}

.ewlc-stack:has(.ewlc-track) {
  max-width: none;
  flex: 1 1 auto;
}

.ewlc-msg--me .ewlc-stack {
  align-items: flex-end;
}

.ewlc-stack .ewlc-bubble,
.ewlc-stack .ewlc-track,
.ewlc-stack .ewlc-prod {
  max-width: 100%;
}

.ewlc-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.ewlc-tags span {
  background: #d4ccc5;
  color: #111;
  border-radius: 999px;
  font-family: Afacad, sans-serif;
  font-size: 11px;
  line-height: 1.2;
  padding: 4px 8px;
}

.ewlc-track {
  width: 100%;
  background: #fff;
  border: 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: none;
  font-size: 13px;
  line-height: 1.4;
}

.ewlc-track-top {
  padding: 16px 18px 14px;
  border-bottom: 1px solid var(--ewlc-line);
}

.ewlc-track-badge {
  display: inline-block;
  margin-bottom: 8px;
  background: #d4ccc5;
  color: #111;
  border-radius: 999px;
  font-family: Afacad, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 3px 9px;
}

.ewlc-track-eta {
  margin: 0;
}

.ewlc-track-eta span {
  display: block;
  font-size: 11px;
  color: var(--ewlc-muted);
}

.ewlc-track-eta strong {
  display: block;
  margin-top: 2px;
  font-family: Onest, sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--ewlc-black);
}

.ewlc-track-order {
  margin: 6px 0 0;
  font-size: 12px;
  color: var(--ewlc-muted);
}

.ewlc-track-steps {
  margin: 0;
  padding: 16px 18px 10px;
  list-style: none;
}

.ewlc-track-steps li {
  position: relative;
  padding: 0 0 12px 22px;
  color: var(--ewlc-muted);
  font-size: 12px;
}

.ewlc-track-steps li:last-child { padding-bottom: 4px; }

.ewlc-track-steps li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 4px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #d4ccc5;
  z-index: 1;
}

.ewlc-track-steps li::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 15px;
  bottom: -2px;
  width: 1.5px;
  background: var(--ewlc-line);
}

.ewlc-track-steps li:last-child::after { display: none; }

.ewlc-track-steps li.is-done::before {
  background: var(--ewlc-green);
  border-color: var(--ewlc-green);
}

.ewlc-track-steps li.is-active {
  color: var(--ewlc-black);
  font-weight: 600;
}

.ewlc-track-steps li.is-active::before {
  background: var(--ewlc-green);
  border-color: var(--ewlc-green);
  box-shadow: none;
}

.ewlc-track-link {
  display: block;
  margin: 0;
  padding: 12px 18px;
  border-top: 1px solid var(--ewlc-line);
  font-family: Onest, sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}

.ewlc-notice {
  align-self: center;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  max-width: 92%;
  background: #e4e1dc;
  color: var(--ewlc-text);
  border-radius: 12px;
  padding: 10px 12px;
  font-size: 12px;
  line-height: 1.4;
}

.ewlc-notice-ico {
  flex: 0 0 auto;
  margin-top: 1px;
  color: var(--ewlc-muted);
}

.ewlc-notice strong,
.ewlc-notice span {
  display: block;
}

.ewlc-notice strong {
  font-weight: 600;
  color: var(--ewlc-black);
}

.ewlc-notice span {
  margin-top: 2px;
  color: var(--ewlc-muted);
}

.ewlc-attach-img {
  width: 88px;
  height: 88px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgb(0 0 0 / 7%);
}

.ewlc-chip {
  align-self: flex-start;
  background: var(--ewlc-black);
  color: #fff;
  border-radius: 999px;
  font-size: 11px;
  padding: 5px 10px;
  font-family: Onest, sans-serif;
}

.ewlc-msg {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  max-width: 100%;
}

.ewlc-msg--me {
  justify-content: flex-end;
}

.ewlc-face {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 auto;
  box-shadow: 0 1px 3px rgb(0 0 0 / 12%);
}

.ewlc-bubble {
  margin: 0;
  background: #fff;
  color: var(--ewlc-text);
  border-radius: 16px 16px 16px 4px;
  padding: 10px 14px;
  font-size: 13px;
  line-height: 1.4;
  box-shadow: 0 2px 8px rgb(0 0 0 / 7%);
  max-width: 78%;
}

.ewlc-msg--me .ewlc-bubble {
  background: #111;
  color: #fff;
  border-radius: 16px 16px 4px 16px;
}

.ewlc-prod {
  display: flex;
  gap: 8px;
  background: #fff;
  border-radius: 14px 14px 14px 4px;
  padding: 8px 10px 8px 8px;
  align-items: center;
  font-size: 11px;
  line-height: 1.35;
  box-shadow: 0 2px 8px rgb(0 0 0 / 7%);
}

.ewlc-prod > span,
.ewlc-prod > img {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #d9cfc4;
  flex: 0 0 auto;
  object-fit: cover;
}

.ewlc-prod--lg {
  flex-direction: column;
  align-items: stretch;
  max-width: 240px;
  padding: 0;
  border-radius: 16px 16px 16px 6px;
  overflow: hidden;
  font-size: 14px;
}

.ewlc-prod--lg img {
  width: 100%;
  height: 160px;
  border-radius: 0;
}

.ewlc-prod--lg div {
  padding: 10px 12px 12px;
}

.ewlc-teams {
  padding: 88px 0;
  background: #fff;
}

.ewlc-teams-wrap {
  width: min(100% - 40px, 1400px);
}

.ewlc-teams-intro {
  max-width: none;
  margin: 0 auto 40px;
  text-align: center;
}

.ewlc-teams-intro h2,
.ewlc-teams-intro p {
  white-space: nowrap;
}

.ewlc-teams-intro p { margin-top: 14px; }

.ewlc-teams-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.28fr) minmax(0, 1fr);
  gap: 20px;
  align-items: stretch;
}

.ewlc-team-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  background: var(--ewlc-light);
  border: 2px solid #eeeeee;
  border-radius: 13px;
  padding: 32px 22px 22px;
  box-shadow: none;
  text-align: left;
}

.ewlc-team-card--dark {
  background: var(--ewlc-brown);
  border-color: var(--ewlc-brown);
  color: #fff;
}

.ewlc-team-pill {
  align-self: flex-start;
  width: auto;
  margin-bottom: 18px;
}

.ewlc-team-card h3 {
  font-family: Afacad, sans-serif;
  font-size: clamp(26px, 2.2vw, 34px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0;
  margin: 0 0 18px;
  max-width: 14em;
}

.ewlc-team-card--dark h3 { color: #fff; }

.ewlc-team-card > p {
  font-size: 16px;
  margin: 0 0 32px;
  max-width: 32em;
}

.ewlc-team-card--dark > p { color: rgb(255 255 255 / 78%); }

.ewlc-hl-green { color: #5b9e6e; }
.ewlc-hl-pink { color: #ffbce1; }
.ewlc-hl-purple { color: #685b9e; }

.ewlc-members,
.ewlc-notify,
.ewlc-crm {
  flex: 1 1 auto;
  text-align: left;
}

.ewlc-members {
  background: #fff;
  border-radius: 16px;
  padding: 12px;
}

.ewlc-members-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
  color: var(--ewlc-black);
}

.ewlc-invite {
  background: #111;
  color: #fff;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
}

.ewlc-member {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) auto 14px;
  gap: 8px;
  align-items: center;
  background: #fff;
  border-radius: 12px;
  padding: 8px 10px;
  margin-bottom: 8px;
}

.ewlc-member:last-child { margin-bottom: 0; }

.ewlc-member img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
}

.ewlc-member strong,
.ewlc-member span {
  display: block;
}

.ewlc-member strong { font-size: 15px; line-height: 1.2; }
.ewlc-member span {
  font-size: 13px;
  color: var(--ewlc-muted);
}

.ewlc-kebab {
  color: #9a9590;
  display: flex;
}

.ewlc-access {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-style: normal;
  font-size: 12px;
  font-weight: 600;
  border-radius: 999px;
  padding: 4px 9px;
  white-space: nowrap;
  background: #d4ccc5;
  color: #111;
}

.ewlc-access--full { background: #d8f3e0; color: #1a7a3a; }
.ewlc-access--chat { background: #dce7f7; color: #1d4e89; }
.ewlc-access--view { background: #e7e4df; color: #5c6158; }
.ewlc-access--none { background: #ececec; color: #7a7a7a; }

.ewlc-notify {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 38%);
  grid-template-rows: 1fr auto;
  column-gap: 14px;
  align-items: stretch;
  min-width: 0;
  overflow: hidden;
  background: #f3f2f1;
  border-radius: 16px;
  padding: 24px 16px 16px;
}

.ewlc-notify-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  grid-row: 2;
  gap: 20px;
  min-width: 0;
}

.ewlc-notify-item {
  min-width: 0;
}

.ewlc-push {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  background: #fff;
  border-radius: 14px;
  padding: 14px 16px;
  box-shadow: 0 8px 24px rgb(0 0 0 / 6%);
}

.ewlc-push img,
.ewlc-push-ew {
  width: 36px;
  height: 36px;
  flex: none;
}

.ewlc-push img {
  object-fit: contain;
}

.ewlc-push-ew {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #111;
  color: #fff;
  font-family: Onest, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

.ewlc-push-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: 10px;
  row-gap: 3px;
  align-items: start;
  min-width: 0;
}

.ewlc-push-copy strong {
  font-family: Onest, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
  color: #111;
  white-space: nowrap;
}

.ewlc-push-copy small {
  font-size: 11px;
  line-height: 1.25;
  color: #9a9590;
  white-space: nowrap;
}

.ewlc .ewlc-push-copy p {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.35;
  color: #8a8680;
}

.ewlc .ewlc-push-label {
  margin: 12px 0 0;
  font-family: Onest, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  color: #5c6158;
}

.ewlc-iphone {
  position: relative;
  grid-row: 2;
  min-width: 0;
  align-self: stretch;
}

.ewlc-iphone img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}

.ewlc-crm {
  background: #fff;
  border: 0;
  border-radius: 20px;
  overflow: hidden;
}

.ewlc-crm-section {
  padding: 16px 18px;
}

.ewlc-crm-section + .ewlc-crm-section {
  border-top: 1px solid #eee;
}

.ewlc-crm h4 {
  margin: 0;
  font-family: Afacad, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--ewlc-black);
  letter-spacing: 0;
}

.ewlc-crm-rowhead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.ewlc-crm-person {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.ewlc-crm-person img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
}

.ewlc-crm-person strong,
.ewlc-crm-person span {
  display: block;
}

.ewlc-crm-person strong {
  font-size: 16px;
  color: var(--ewlc-black);
  line-height: 1.25;
}

.ewlc-crm-person span {
  font-size: 13px;
  color: #666;
  margin-top: 3px;
}

.ewlc-crm-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.ewlc-crm-facts span {
  background: var(--ewlc-light);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 12px;
  color: #5c6158;
}

.ewlc-context-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.ewlc-context-item:last-child { margin-bottom: 0; }

.ewlc-context-item img {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  object-fit: cover;
  background: var(--ewlc-light);
}

.ewlc-context-item strong {
  display: block;
  font-size: 15px;
  color: var(--ewlc-black);
  line-height: 1.3;
}

.ewlc-context-item span {
  display: block;
  font-size: 13px;
  color: var(--ewlc-muted);
  margin-top: 2px;
}

.ewlc-crm-total {
  font-size: 16px;
  color: var(--ewlc-black);
}

.ewlc-crm-orderfoot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.ewlc-crm-orderfoot span {
  font-size: 13px;
  color: #666;
}

.ewlc-crm .ewlc-access {
  padding: 5px 12px;
}

.ewlc-crm-link {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: #3b82f6;
}

.ewlc-crm-section > .ewlc-crm-link {
  margin-top: 10px;
}

.ewlc-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 16px;
  color: var(--ewlc-black);
}

.ewlc-story h3,
.ewlc-purpose-card h3,
.ewlc-sell-shot h3,
.ewlc-need-card h3,
.ewlc-combo-card h3 {
  font-family: Afacad, sans-serif;
}

.ewlc-sell-visual {
  position: relative;
  min-height: 540px;
  background: none;
  border: none;
  box-shadow: none;
  overflow: visible;
}

.ewlc-sell-shot {
  position: absolute;
  left: 0;
  top: 36px;
  width: 54%;
  margin: 0;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgb(0 0 0 / 16%);
  overflow: hidden;
  transform: rotate(-2deg);
  z-index: 1;
}

.ewlc-sell-shot img {
  display: block;
  width: 100%;
  height: auto;
}

.ewlc-sell-shot figcaption {
  padding: 16px 18px 18px;
}

.ewlc-sell-shot h3 {
  font-size: 20px;
  margin-bottom: 4px;
}

.ewlc-sell-shot p {
  font-size: 15px;
  line-height: 1.45;
}

.ewlc-sell-chat {
  position: relative;
  z-index: 2;
  width: min(340px, 72%);
  min-height: 520px;
  margin-left: auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 18px 40px rgb(0 0 0 / 16%);
  overflow: hidden;
}

.ewlc-sell-chat header {
  background: #33150e;
  color: #fff;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: Afacad, sans-serif;
  font-size: 15px;
  line-height: 1.25;
}

.ewlc-sell-chat header strong {
  display: block;
  font-weight: 600;
}

.ewlc-sell-chat header small {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  opacity: 0.85;
}

.ewlc-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ewlc-green);
  display: inline-block;
}

.ewlc-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  background: #c8b8a4;
}

.ewlc-chat--sell .ewlc-bubble {
  font-size: 13px;
  padding: 10px 13px;
}

.ewlc-sell-composer {
  margin: 0 14px 14px;
  padding: 11px 14px;
  border-radius: 999px;
  background: var(--ewlc-light);
  color: var(--ewlc-muted);
  font-size: 13px;
  font-family: Afacad, sans-serif;
}

.ewlc-purpose {
  padding: 88px 0;
  background: var(--ewlc-light);
}

.ewlc-purpose h2 {
  text-align: center;
  margin-bottom: 36px;
}

.ewlc-purpose-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 16px;
}

.ewlc-purpose-card {
  background: #fff;
  border: 0;
  border-radius: var(--ewlc-radius);
  padding: 32px 28px;
  text-align: center;
  box-shadow: var(--ewlc-shadow-soft);
}

.ewlc-purpose-card--dark {
  background: var(--ewlc-brown);
  color: #fff;
}

.ewlc-purpose-card--dark h3,
.ewlc-purpose-card--dark p,
.ewlc-purpose-card--dark .ewlc-icon {
  color: #fff;
}

.ewlc-purpose-card .ewlc-icon { margin: 0 auto 16px; }

.ewlc-purpose-card p { font-size: 16px; margin-top: 8px; }

/* Commerce data hub */
.ewlc-hub {
  padding: 88px 0;
  background:
    radial-gradient(ellipse 48% 62% at 72% 48%, rgb(193 179 255 / 38%) 0%, transparent 68%),
    radial-gradient(ellipse 40% 50% at 68% 52%, rgb(243 240 255 / 85%) 0%, transparent 58%),
    #fafaf8;
}

.ewlc-hub-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 48px;
  align-items: center;
}

.ewlc-hub-copy h2 {
  font-size: clamp(28px, 3.2vw, 40px);
  max-width: 14em;
}

.ewlc-hub-copy p:last-child {
  margin-top: 16px;
  max-width: 36em;
  font-size: 17px;
  line-height: 1.5;
  color: var(--ewlc-muted);
}

.ewlc-hub-visual {
  display: flex;
  justify-content: center;
}

/* Hub orbit: parent spin + node counter-spin keeps labels upright. */
.ewlc-hub-stage {
  --hub-outer-r: 210px;
  --hub-inner-r: 138px;
  position: relative;
  width: min(100%, 580px);
  aspect-ratio: 1;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.ewlc-hub-glow {
  position: absolute;
  inset: 14%;
  border-radius: 50%;
  background: radial-gradient(circle, rgb(193 179 255 / 55%) 0%, rgb(243 240 255 / 48%) 38%, rgb(243 240 255 / 0%) 72%);
  pointer-events: none;
}

.ewlc-hub-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1.5px dashed #d9d4ce;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.ewlc-hub-ring--outer {
  width: calc(var(--hub-outer-r) * 2);
  height: calc(var(--hub-outer-r) * 2);
  animation: ewlc-hub-spin 56s linear infinite;
}

.ewlc-hub-ring--inner {
  width: calc(var(--hub-inner-r) * 2);
  height: calc(var(--hub-inner-r) * 2);
  animation: ewlc-hub-spin 34s linear infinite reverse;
  animation-delay: -11s;
}

.ewlc-hub-center {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  max-width: 42%;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: translate(-50%, -50%);
  animation: ewlc-hub-breathe 6s ease-in-out infinite;
  transform-origin: center center;
}

.ewlc-hub-logo {
  display: block;
  width: min(88px, 22%);
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
}

.ewlc-hub-orbit {
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 1;
  transform-origin: 50% 50%;
}

.ewlc-hub-orbit--outer {
  animation: ewlc-hub-orbit-spin 56s linear infinite;
}

.ewlc-hub-orbit--inner {
  animation: ewlc-hub-orbit-spin 34s linear infinite reverse;
  animation-delay: -11s;
}

.ewlc-hub-orbit li {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  margin: 0;
  /* Place on ring, then un-rotate so the node starts upright. */
  transform: rotate(var(--a0, 0deg)) translateY(calc(var(--hub-r) * -1)) rotate(calc(var(--a0, 0deg) * -1));
}

.ewlc-hub-orbit--outer li {
  --hub-r: var(--hub-outer-r);
}

.ewlc-hub-orbit--inner li {
  --hub-r: var(--hub-inner-r);
}

/* Counter-rotate with the parent orbit so icons/labels stay readable. */
.ewlc-hub-orbit--outer .ewlc-hub-node {
  animation: ewlc-hub-node-spin 56s linear infinite reverse;
}

.ewlc-hub-orbit--inner .ewlc-hub-node {
  animation: ewlc-hub-node-spin 34s linear infinite;
  animation-delay: -11s;
}

.ewlc-hub-node {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  width: 96px;
  height: 96px;
  min-height: 0;
  margin: 0;
  padding: 10px 8px;
  text-align: center;
  color: #111;
  background: #fff;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 10px 24px rgb(0 0 0 / 8%);
  box-sizing: border-box;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  backface-visibility: hidden;
  will-change: transform;
}

.ewlc-hub-node .ewlc-icon {
  width: 22px;
  height: 22px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-sizing: border-box;
  flex-shrink: 0;
  box-shadow: none;
  color: #111;
}

.ewlc-hub-orbit--inner .ewlc-hub-node {
  width: 86px;
  height: 86px;
  padding: 8px;
  border-radius: 50%;
}

.ewlc-hub-orbit--inner .ewlc-hub-node .ewlc-icon {
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
}

.ewlc-hub-node em {
  display: block;
  max-width: 78px;
  margin: 0;
  font-family: Onest, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.15;
  color: #3a3a3a;
}

.ewlc-hub-orbit--inner .ewlc-hub-node em {
  font-size: 9px;
  max-width: 70px;
}

@keyframes ewlc-hub-spin {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes ewlc-hub-orbit-spin {
  to { transform: rotate(360deg); }
}

@keyframes ewlc-hub-node-spin {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes ewlc-hub-breathe {
  0%, 100% { transform: translate(-50%, -50%) scale(1); }
  50% { transform: translate(-50%, -50%) scale(1.05); }
}

@media (prefers-reduced-motion: reduce) {
  .ewlc-hub-ring,
  .ewlc-hub-center,
  .ewlc-hub-orbit,
  .ewlc-hub-orbit .ewlc-hub-node {
    animation: none !important;
  }
}

/* AI guidance section */
.ewlc-guidance {
  padding: 88px 0 100px;
  background:
    radial-gradient(ellipse 70% 80% at 58% 48%, rgb(255 140 198 / 14%) 0%, transparent 60%),
    radial-gradient(ellipse 55% 65% at 18% 20%, rgb(255 248 242 / 45%) 0%, transparent 58%),
    radial-gradient(ellipse 48% 55% at 88% 82%, rgb(51 21 14 / 3%) 0%, transparent 52%),
    linear-gradient(165deg, #fffaf7 0%, #fff 52%, #fff9fb 100%);
}

.ewlc-guidance > .ewlc-wrap > h2 {
  max-width: 12em;
  margin: 0 0 36px;
  font-size: clamp(28px, 3.4vw, 42px);
}

.ewlc-guidance-stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 500px) minmax(276px, 342px);
  gap: 0;
  align-items: center;
  justify-content: start;
  max-width: 920px;
}

.ewlc-guidance-card,
.ewlc-guidance-testpanel {
  background: #fff;
  border-radius: 16px;
}

.ewlc-guidance-card {
  position: relative;
  z-index: 1;
  padding: 0 0 36px;
  margin-right: -36px;
  border: 1px solid #f0d4e0;
  box-shadow:
    0 0 0 1px rgb(255 140 198 / 8%),
    0 14px 36px rgb(51 21 14 / 8%);
  font-family: Afacad, sans-serif;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.ewlc-guidance-stage.is-in .ewlc-guidance-card {
  opacity: 1;
  transform: none;
}

.ewlc-guidance-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 28px 28px 12px;
  border-bottom: 0;
}

.ewlc-guidance-card-head strong {
  font-family: Afacad, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #6b6762;
}

.ewlc-guidance-card-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ewlc-guidance-test {
  position: relative;
  z-index: 2;
  padding: 5px 12px;
  border: 1px solid #e0dbd5;
  border-radius: 8px;
  background: #fff;
  font-family: Afacad, sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #5c6158;
  cursor: default;
}

.ewlc-guidance-stage.is-testing .ewlc-guidance-test {
  border-color: #111;
  background: #111;
  color: #fff;
}

.ewlc-guidance-close {
  font-size: 20px;
  line-height: 1;
  color: #b0aaa4;
}

.ewlc-guidance-body {
  padding: 2px 28px 0;
}

.ewlc-guidance-rule {
  margin: 0;
  min-height: 1.35em;
  font-family: Afacad, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  color: #000;
}

.ewlc-guidance-rule,
.ewlc-guidance-rule span {
  color: #000;
}

.ewlc-guidance-rule .is-typing::after {
  content: "";
  display: inline-block;
  width: 0.45em;
  height: 1em;
  margin-left: 1px;
  vertical-align: -0.12em;
  background: currentColor;
  animation: ewlc-caret 0.8s steps(1) infinite;
}

.ewlc-guidance-sub {
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.45;
  color: #8a8680;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.ewlc-guidance-logic {
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ewlc-guidance-if,
.ewlc-guidance-then,
.ewlc-guidance-cond,
.ewlc-guidance-action {
  margin: 0;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.ewlc-guidance-stage .is-shown {
  opacity: 1 !important;
  transform: none !important;
}

.ewlc-guidance-if,
.ewlc-guidance-then {
  font-family: Afacad, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #b0aaa4;
}

.ewlc-guidance-then {
  margin-top: 10px;
}

.ewlc-guidance-cond,
.ewlc-guidance-action {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  padding-left: 2px;
  font-size: 12px;
  line-height: 1.4;
  color: #5c6158;
}

.ewlc-guidance-pill {
  display: inline-flex;
  align-items: center;
  padding: 4px 9px;
  border-radius: 999px;
  background: #f3f2f1;
  font-family: Afacad, sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #333;
}

.ewlc-guidance-shopify,
.ewlc-guidance-check {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}

img.ewlc-guidance-shopify {
  width: 16px;
  height: 16px;
  display: block;
}

.ewlc-guidance-cursor {
  position: absolute;
  top: 18px;
  right: 78px;
  width: 18px;
  height: 18px;
  opacity: 0;
  pointer-events: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M3 2.5 14.5 9.2 9.2 10.4 7.2 15.8 3 2.5Z' fill='%23111' stroke='%23fff' stroke-width='1'/%3E%3C/svg%3E") center / contain no-repeat;
  transition: opacity 0.25s ease, transform 0.55s ease;
  z-index: 3;
}

.ewlc-guidance-stage.is-pointing .ewlc-guidance-cursor {
  opacity: 1;
  transform: translate(18px, 4px);
}

.ewlc-guidance-testpanel {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 342px;
  min-height: 520px;
  border: 0;
  border-radius: 18px;
  background: var(--ewlc-light);
  box-shadow: 0 18px 40px rgb(0 0 0 / 14%);
  overflow: hidden;
  opacity: 0;
  transform: translateY(18px) scale(0.98);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.ewlc-guidance-stage.is-testing .ewlc-guidance-testpanel {
  opacity: 1;
  transform: none;
}

.ewlc-guidance-testpanel header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  background: #111;
  color: #fff;
  font-family: Afacad, sans-serif;
  font-size: 15px;
  line-height: 1.25;
}

.ewlc-guidance-testpanel header strong {
  display: block;
  font-weight: 600;
}

.ewlc-guidance-testpanel header small {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  opacity: 0.85;
}

.ewlc-guidance-testchat {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-end;
  gap: 12px;
  min-height: 0;
  padding: 16px 14px 12px;
  background: transparent;
}

.ewlc-guidance-tmsg {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  max-width: 94%;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.ewlc-guidance-tmsg.is-visible {
  opacity: 1;
  transform: none;
}

.ewlc-guidance-tmsg--me {
  align-self: flex-end;
  flex-direction: row-reverse;
}

.ewlc-guidance-tmsg .ewlc-face {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.ewlc-guidance-tmsg .ewlc-bubble {
  margin: 0;
  font-family: Afacad, sans-serif;
  font-size: 13px;
  line-height: 1.4;
  padding: 10px 13px;
  box-shadow: none;
}

.ewlc-guidance-tmsg--me .ewlc-bubble {
  background: #111;
  color: #fff;
  border-radius: 10px 10px 2px 10px;
}

.ewlc-guidance-tmsg:not(.ewlc-guidance-tmsg--me) .ewlc-bubble {
  background: #fff;
  color: #111;
  border-radius: 10px 10px 10px 2px;
}

.ewlc-guidance-tmsg .ewlc-bubble.is-typing::after {
  content: "";
  display: inline-block;
  width: 0.45em;
  height: 1em;
  margin-left: 1px;
  vertical-align: -0.12em;
  background: currentColor;
  animation: ewlc-caret 0.8s steps(1) infinite;
}

.ewlc-guidance-testpanel .ewlc-sell-composer {
  margin: 0 14px 12px;
  background: #fff;
  border-radius: 8px;
}

@media (prefers-reduced-motion: reduce) {
  .ewlc-guidance-card,
  .ewlc-guidance-testpanel,
  .ewlc-guidance-sub,
  .ewlc-guidance-if,
  .ewlc-guidance-then,
  .ewlc-guidance-cond,
  .ewlc-guidance-action,
  .ewlc-guidance-tmsg {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .ewlc-guidance-cursor,
  .ewlc-guidance-rule .is-typing::after,
  .ewlc-guidance-tmsg .ewlc-bubble.is-typing::after {
    display: none !important;
  }
}

.ewlc-flow {
  padding: 88px 0 100px;
  background: var(--ewlc-light);
  overflow: hidden;
}

.ewlc-flow-wrap {
  width: min(calc((100% - 32px) * 0.96), 1707px);
}

.ewlc-flow-intro {
  max-width: none;
  margin: 0 auto 56px;
  text-align: center;
}

.ewlc-flow-intro h2 {
  white-space: nowrap;
}

.ewlc-flow .ewlc-kicker {
  background: #fff;
}

.ewlc-flow-intro p:last-child {
  max-width: 40em;
  margin: 16px auto 0;
}

.ewlc-journey-board {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 48px minmax(0, 1fr) 48px minmax(0, 1fr) 48px minmax(0, 1fr) 48px minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  gap: 0 0;
  align-items: stretch;
}

.ewlc-journey-col {
  display: contents;
}

.ewlc-journey-col > .ewlc-journey-head {
  grid-row: 1;
  margin-bottom: 20px;
}

.ewlc-journey-col > .ewlc-journey-card {
  grid-row: 2;
}

.ewlc-journey-col:nth-child(1) > .ewlc-journey-head,
.ewlc-journey-col:nth-child(1) > .ewlc-journey-card { grid-column: 1; }
.ewlc-journey-board > .ewlc-journey-arrow:nth-child(2),
.ewlc-journey-board > p:nth-child(2):has(.ewlc-journey-arrow) { grid-column: 2; grid-row: 1; }
.ewlc-journey-col:nth-child(3) > .ewlc-journey-head,
.ewlc-journey-col:nth-child(3) > .ewlc-journey-card { grid-column: 3; }
.ewlc-journey-board > .ewlc-journey-arrow:nth-child(4),
.ewlc-journey-board > p:nth-child(4):has(.ewlc-journey-arrow) { grid-column: 4; grid-row: 1; }
.ewlc-journey-col:nth-child(5) > .ewlc-journey-head,
.ewlc-journey-col:nth-child(5) > .ewlc-journey-card { grid-column: 5; }
.ewlc-journey-board > .ewlc-journey-arrow:nth-child(6),
.ewlc-journey-board > p:nth-child(6):has(.ewlc-journey-arrow) { grid-column: 6; grid-row: 1; }
.ewlc-journey-col:nth-child(7) > .ewlc-journey-head,
.ewlc-journey-col:nth-child(7) > .ewlc-journey-card { grid-column: 7; }
.ewlc-journey-board > .ewlc-journey-arrow:nth-child(8),
.ewlc-journey-board > p:nth-child(8):has(.ewlc-journey-arrow) { grid-column: 8; grid-row: 1; }
.ewlc-journey-col:nth-child(9) > .ewlc-journey-head,
.ewlc-journey-col:nth-child(9) > .ewlc-journey-card { grid-column: 9; }

.ewlc-journey-head {
  min-width: 0;
}

.ewlc-journey-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #e6e2de;
  font-family: Onest, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.ewlc-journey-head h3 {
  font-family: Afacad, sans-serif;
  font-size: clamp(26px, 2.2vw, 34px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0;
  margin: 0 0 18px;
}

.ewlc .ewlc-journey-head p {
  font-size: 16px;
  line-height: 1.6;
}

.ewlc-journey-arrow,
.ewlc-journey-board > p:has(> .ewlc-journey-arrow) {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: start;
  width: 100%;
  height: 32px;
  margin: 0;
  color: #111;
  pointer-events: none;
}

.ewlc-journey-arrow svg,
.ewlc-journey-board > p:has(> .ewlc-journey-arrow) svg {
  display: block;
  width: 100%;
  max-width: 56px;
  height: 12px;
}

.ewlc-journey-board > p:has(> .ewlc-journey-arrow) .ewlc-journey-arrow {
  display: contents;
}

.ewlc-journey-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 18px 40px rgb(0 0 0 / 6%);
  padding: 22px 20px;
  min-height: 391px;
}

.ewlc-journey-storehead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.ewlc-journey-storehead .ewlc-journey-brand {
  margin: 0;
}

.ewlc-journey-store-tools {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #111;
}

.ewlc-journey-store-tools svg {
  display: block;
}

.ewlc-journey-bag {
  position: relative;
  display: inline-flex;
}

.ewlc-journey-bag em {
  position: absolute;
  top: -5px;
  right: -6px;
  min-width: 12px;
  height: 12px;
  padding: 0 3px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-family: Onest, sans-serif;
  font-size: 8px;
  font-style: normal;
  font-weight: 600;
  line-height: 12px;
  text-align: center;
}

.ewlc-journey-gallery {
  margin-bottom: 12px;
}

.ewlc-journey-hero {
  position: relative;
  margin-bottom: 8px;
}

.ewlc-journey-photo {
  width: 100%;
  height: 148px;
  object-fit: contain;
  object-position: center;
  background: #f3f2f1;
  border-radius: 13px;
  display: block;
}

.ewlc-journey-nav,
.ewlc-journey-heart {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #111;
  box-shadow: 0 2px 8px rgb(0 0 0 / 10%);
  cursor: pointer;
}

.ewlc-journey-nav--prev { left: 8px; top: 50%; margin-top: -12px; }
.ewlc-journey-nav--next { right: 8px; top: 50%; margin-top: -12px; }

.ewlc-journey-heart {
  top: 8px;
  right: 8px;
}

.ewlc-journey-thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 6px;
}

.ewlc-journey-thumb {
  padding: 0;
  border: 1.5px solid transparent;
  border-radius: 8px;
  background: #f3f2f1;
  overflow: hidden;
  cursor: pointer;
}

.ewlc-journey-thumb.is-on {
  border-color: #111;
}

.ewlc-journey-thumb img {
  display: block;
  width: 100%;
  height: 36px;
  object-fit: cover;
}

.ewlc-journey-pdp {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 0 0 auto;
  margin-top: auto;
  text-align: left;
}

.ewlc-journey-pdp > strong {
  margin-top: 0;
  font-family: Afacad, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.15;
  color: #111;
}

.ewlc .ewlc-journey-pdp-rate {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 4px 0 0;
  font-size: 11px;
  line-height: 1;
  color: #111;
}

.ewlc-journey-pdp-rate span {
  letter-spacing: 1px;
  font-size: 10px;
}

.ewlc-journey-pdp-rate b {
  font-weight: 600;
}

.ewlc .ewlc-journey-pdp-rate em {
  font-style: normal;
  font-weight: 400;
  color: #8a8680;
}

.ewlc .ewlc-journey-pdp-price {
  margin: 4px 0 0;
  font-family: Afacad, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #111;
}

.ewlc-journey-pdp-price span {
  margin-left: 6px;
  font-family: Onest, sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #8a8680;
}

.ewlc .ewlc-journey-pdp-copy {
  margin: 4px 0 0;
  font-size: 12px;
  line-height: 1.4;
  color: #6f6b66;
}

.ewlc-journey-pdp-sizes {
  display: flex;
  gap: 6px;
  margin-top: 8px;
  margin-bottom: 0;
}

.ewlc-journey-pdp-sizes span {
  min-width: 52px;
  padding: 5px 8px;
  border: 1px solid #e7e4df;
  border-radius: 8px;
  background: #fff;
  font-family: Onest, sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  color: #5c6158;
}

.ewlc-journey-pdp-sizes .is-on {
  border-color: #111;
  background: #111;
  color: #fff;
}

.ewlc-journey-card > .ewlc-journey-btn {
  width: 100%;
  margin-top: 16px;
  flex-shrink: 0;
}

.ewlc-journey-card--pdp > .ewlc-journey-btn {
  margin-top: auto;
}

.ewlc-journey-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 10px;
  background: #000;
  color: #fff;
  font-family: Onest, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.ewlc-journey-btn--ghost {
  background: var(--ewlc-light);
  color: #000;
}

.ewlc-journey-card--chat {
  padding: 0;
  overflow: hidden;
  min-height: 459px;
  background: var(--ewlc-light);
}

.ewlc-journey-card--chat header {
  background: #111;
  color: #fff;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: Afacad, sans-serif;
  font-size: 15px;
  line-height: 1.25;
}

.ewlc-journey-card--chat header strong {
  display: block;
  font-weight: 600;
}

.ewlc-journey-card--chat header small {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  opacity: 0.85;
}

.ewlc-chat--journey {
  flex: 1;
  justify-content: flex-end;
  padding: 16px 16px 16px;
  gap: 12px;
  background: transparent;
}

.ewlc-journey-card--chat .ewlc-face,
.ewlc-journey-card--chat .ewlc-ai {
  width: 32px;
  height: 32px;
}

.ewlc-chat--journey .ewlc-bubble {
  font-size: 13px;
  padding: 10px 13px;
  border-radius: 13px 13px 13px 3px;
}

.ewlc-journey-card--chat .ewlc-msg--me .ewlc-bubble {
  border-radius: 13px 13px 3px 13px;
}

.ewlc-journey-card--chat .ewlc-bubble,
.ewlc-journey-card--chat .ewlc-prod,
.ewlc-journey-card--chat .ewlc-attach-img,
.ewlc-journey-card--chat .ewlc-face {
  box-shadow: none;
}

.ewlc-journey-card--chat .ewlc-prod {
  border-radius: 11px 11px 11px 3px;
}

.ewlc-journey-card--chat .ewlc-prod--lg {
  max-width: 100%;
  border-radius: 13px 13px 13px 5px;
}

.ewlc-journey-card--chat .ewlc-prod--lg img {
  height: 119px;
}

.ewlc-journey-card--chat .ewlc-sell-composer {
  margin: 0 14px 12px;
  background: #fff;
  border-radius: 10px;
}

.ewlc-prod-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 10px;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 10px;
  background: #111;
  color: #fff;
  font-family: Onest, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.ewlc-journey-card--track {
  align-items: stretch;
}

.ewlc-journey-success {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin-bottom: 14px;
  padding: 0;
  background: none;
  border-radius: 0;
  text-align: center;
}

.ewlc-journey-success-ico,
.ewlc-journey-card--track li > i {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.ewlc-journey-success-ico {
  width: 32px;
  height: 32px;
  margin: 0;
  flex: 0 0 32px;
  background: #2fbe6a;
}

.ewlc-journey-success-ico svg {
  width: 22px;
  height: 22px;
}

.ewlc-journey-success-ico circle { fill: transparent; }
.ewlc-journey-success-ico path { stroke: #fff; }

.ewlc-journey-success strong {
  display: block;
  font-family: Afacad, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.ewlc-journey-success p {
  margin-top: 2px;
  font-size: 12px;
}

.ewlc-journey-orderitem {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin-bottom: 14px;
  padding: 10px 12px;
  background: #f3f2f1;
  border-radius: 12px;
  text-align: left;
}

.ewlc-journey-orderitem > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 44px;
}

.ewlc-journey-orderitem img {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  object-fit: cover;
}

.ewlc-journey-orderitem strong,
.ewlc-journey-orderitem b {
  display: block;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  color: #111;
}

.ewlc-journey-orderitem b {
  text-align: right;
}

.ewlc .ewlc-journey-orderitem span {
  display: block;
  margin-top: 3px;
  font-size: 11px;
  line-height: 1.3;
  color: #8a8680;
}

.ewlc-journey-orderitem > div:last-child {
  text-align: right;
  white-space: nowrap;
}

.ewlc-journey-card--track ol {
  width: 100%;
  margin: auto 0;
  padding: 0;
  list-style: none;
}

.ewlc-journey-card--track li {
  position: relative;
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) auto;
  column-gap: 10px;
  align-items: center;
  padding: 0 0 12px;
}

.ewlc-journey-card--track li:last-child { padding-bottom: 0; }

.ewlc-journey-card--track li::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 24px;
  bottom: 0;
  width: 1.5px;
  background: #e7e4df;
}

.ewlc-journey-card--track li:last-child::after { display: none; }

.ewlc-journey-card--track li.is-done::after { background: #2fbe6a; }

.ewlc-journey-card--track li > i {
  width: 22px;
  height: 22px;
  margin-top: 0;
  background: #e7e4df;
  color: #fff;
  overflow: hidden;
}

.ewlc-journey-card--track li > i svg {
  width: 12px;
  height: 12px;
  margin: 0;
  color: inherit;
}

.ewlc-journey-card--track li > i circle:first-child { fill: transparent; }
.ewlc-journey-card--track li.is-done > i path { stroke: #fff; }

.ewlc-journey-card--track li.is-done > i { background: #2fbe6a; }

.ewlc-journey-card--track li.is-active > i {
  background: #2fbe6a;
  color: #fff;
  box-shadow: 0 0 0 4px rgb(47 190 106 / 28%);
  animation: ewlc-pulse 1.6s ease-out infinite;
}

@keyframes ewlc-pulse {
  0% { box-shadow: 0 0 0 0 rgb(47 190 106 / 45%); }
  70% { box-shadow: 0 0 0 8px rgb(47 190 106 / 0%); }
  100% { box-shadow: 0 0 0 0 rgb(47 190 106 / 0%); }
}

@media (prefers-reduced-motion: reduce) {
  .ewlc-journey-card--track li.is-active > i { animation: none; }
}

.ewlc-journey-card--track li strong {
  display: block;
  font-family: Afacad, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  color: #111;
}

.ewlc-journey-card--track li span {
  display: block;
  margin-top: 0;
  font-size: 11px;
  line-height: 1.3;
  color: var(--ewlc-muted);
  white-space: nowrap;
}

.ewlc-journey-card--track li:not(.is-done):not(.is-active) strong {
  font-weight: 400;
  color: var(--ewlc-muted);
}

.ewlc-journey-card--track .ewlc-journey-btn {
  width: 100%;
  margin-top: 0;
}

.ewlc-journey-card--review {
  align-items: center;
  text-align: center;
}

.ewlc-journey-brand {
  font-family: Onest, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 14px;
}

.ewlc-journey-mailhead {
  width: 100%;
  text-align: center;
  margin-bottom: 14px;
}

.ewlc-journey-mailhead .ewlc-journey-brand {
  display: block;
  margin: 0;
}

.ewlc-journey-mailfoot {
  width: 100%;
  margin-top: 16px;
  padding-top: 4px;
  text-align: center;
}

.ewlc-journey-social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
  color: #c4c0ba;
}

.ewlc-journey-social svg {
  display: block;
}

.ewlc-journey-mailfoot .ewlc-journey-brand {
  display: block;
  margin: 0 0 4px;
  font-size: 11px;
  color: #6f6b66;
}

.ewlc .ewlc-journey-mailfoot small {
  display: block;
  font-family: Onest, sans-serif;
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #b0aaa4;
}

.ewlc-journey-card--mail .ewlc-journey-btn {
  margin-top: auto;
}

.ewlc-journey-card--track.ewlc-journey-card--mail .ewlc-journey-btn {
  margin-top: 0;
}

.ewlc .ewlc-journey-review-kicker {
  margin: 0 0 8px;
  font-family: Onest, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  color: #b0aaa4;
}

.ewlc-journey-card--review > strong {
  font-family: Afacad, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  color: #111;
}

.ewlc .ewlc-journey-card--review > p {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.45;
  color: #8a8680;
}

.ewlc-journey-review-hero {
  width: auto;
  height: 118px;
  aspect-ratio: 3 / 4;
  margin: 14px auto 0;
  object-fit: cover;
  object-position: center 40%;
  border-radius: 12px;
  display: block;
}

.ewlc-journey-stars {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin: 14px 0 12px;
  color: #111;
}

.ewlc-journey-stars svg {
  display: block;
  filter: none;
}

.ewlc-journey-card--review .ewlc-journey-btn,
.ewlc-journey-card--track .ewlc-journey-btn {
  width: 100%;
}

.ewlc-journey-card--review .ewlc-journey-btn {
  margin-top: 0;
  margin-bottom: 0;
}

.ewlc-journey-quote {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) 36px;
  gap: 8px;
  align-items: start;
  width: 100%;
  margin-top: 14px;
  padding: 12px 0;
  background: transparent;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-radius: 0;
  text-align: left;
}

.ewlc-journey-quote > img:first-child {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}

.ewlc-journey-quote-copy {
  min-width: 0;
}

.ewlc-journey-quote-top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
}

.ewlc-journey-quote-stars {
  display: flex;
  gap: 2px;
  margin: 4px 0;
  color: #111;
}

.ewlc-journey-quote-prod {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  object-fit: cover;
}

.ewlc-journey-quote strong {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #111;
}

.ewlc-journey-quote small {
  flex: 0 0 auto;
  font-size: 10px;
  color: #9a9590;
  white-space: nowrap;
}

.ewlc .ewlc-journey-quote p {
  margin: 0;
  font-size: 11px;
  line-height: 1.4;
  color: #111;
}

.ewlc-journey-pill {
  align-self: center;
  background: #d8f0df;
  color: #1f6b38;
  border-radius: 999px;
  font-family: Onest, sans-serif;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 10px;
  margin-bottom: 10px;
}

.ewlc-journey-card--wish {
  align-items: center;
  text-align: center;
}

.ewlc-journey-card--wish > strong {
  font-family: Afacad, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  color: #111;
}

.ewlc .ewlc-journey-card--wish > p {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.45;
  color: #8a8680;
}

.ewlc-journey-wish-hero {
  width: 100%;
  height: 118px;
  margin: 14px 0 12px;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
  display: block;
}

.ewlc-journey-card--wish .ewlc-journey-btn {
  width: 100%;
  margin-top: 0;
  margin-bottom: 14px;
}

.ewlc-journey-card--wish ul {
  width: 100%;
  margin: 0;
  padding: 4px 12px;
  list-style: none;
  background: #f3f2f1;
  border: 0;
  border-radius: 14px;
  text-align: left;
}

.ewlc-journey-card--wish li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) 8px;
  align-items: center;
  gap: 10px;
  min-height: 0;
  padding: 10px 0;
  border: 0;
  border-bottom: 1px solid #e7e4df;
  border-radius: 0;
  font-size: 13px;
}

.ewlc-journey-card--wish li:last-child {
  border-bottom: 0;
}

.ewlc-journey-row-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
}

.ewlc-journey-row-ico--heart {
  background: #f8e4d6;
  color: #e07a3a;
}

.ewlc-journey-row-ico--repeat {
  background: #d8f0df;
  color: #2fbe6a;
}

.ewlc-journey-card--wish li strong {
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  color: #111;
}

.ewlc .ewlc-journey-card--wish li p {
  margin: 2px 0 0;
  font-size: 11px;
  line-height: 1.35;
  color: #8a8680;
}

.ewlc-journey-card--wish li i {
  width: 6px;
  height: 6px;
  margin: 0;
  border-right: 1.4px solid #b8b3ad;
  border-bottom: 1.4px solid #b8b3ad;
  transform: rotate(-45deg);
}

.ewlc .ewlc-journey-loop {
  display: grid;
  grid-template-columns: minmax(48px, 1fr) auto minmax(48px, 1fr);
  align-items: end;
  margin: 56px 0 0;
  padding-top: 0;
  text-align: center;
}

.ewlc-journey-loop-arm {
  position: relative;
  display: block;
  min-width: 0;
  height: 72px;
}

.ewlc-journey-loop-line {
  display: block;
  width: 100%;
  height: 72px;
}

.ewlc-journey-loop-arrow {
  position: absolute;
  top: 0;
  width: 18px;
  height: 16px;
  pointer-events: none;
}

.ewlc-journey-loop-arm--left .ewlc-journey-loop-arrow {
  left: -1px;
}

.ewlc-journey-loop-arm--right .ewlc-journey-loop-arrow {
  right: -1px;
}

.ewlc-journey-loop > span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  background: #e8f6ec;
  color: #1f6b38;
  border-radius: 999px;
  padding: 8px 18px 8px 14px;
  font-family: Onest, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.ewlc-journey-infinity {
  flex: 0 0 auto;
  display: block;
}

.ewlc-need {
  padding: 88px 0;
  background: var(--ewlc-light);
  text-align: center;
}

.ewlc-need-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin-top: 40px;
  text-align: center;
}

.ewlc-need-card {
  background: #fff;
  border-radius: 12px;
  padding: 22px 12px 20px;
  box-shadow: var(--ewlc-shadow-soft);
}

.ewlc-need-card .ewlc-icon {
  margin: 0 auto 8px;
}

.ewlc-need-card h3 {
  font-size: 16px;
  margin-bottom: 8px;
}

.ewlc-need-card p {
  font-size: 14px;
  line-height: 1.45;
}

.ewlc-moments {
  padding: 88px 0;
}

.ewlc-moments-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.ewlc-mock {
  margin-top: 22px;
  background: var(--ewlc-light);
  border-radius: 16px;
  overflow: hidden;
}

.ewlc-mock-label {
  font-family: Onest, sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: var(--ewlc-text);
  padding: 18px 20px 0;
}

.ewlc-mock .ewlc-chat {
  padding: 20px;
}

.ewlc-mock-label + .ewlc-chat {
  padding-top: 12px;
}

.ewlc-rec-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.ewlc-ai {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--ewlc-green);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.ewlc-combo {
  padding: 40px 0 88px;
}

.ewlc-combo-lead {
  max-width: 40em;
  margin-top: 12px;
}

.ewlc-combo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  margin-top: 36px;
}

.ewlc-combo-card {
  background: #fff;
  border: 1px solid var(--ewlc-line);
  border-radius: 16px;
  padding: 24px;
}

.ewlc-combo-card h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  margin-bottom: 16px;
}

.ewlc-combo-card h3 .ewlc-icon {
  width: 28px;
  height: 28px;
  margin: 0;
}

.ewlc-combo-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ewlc-combo-card li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 8px 0;
  font-size: 15px;
}

.ewlc-stats {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.ewlc-stats strong {
  display: block;
  font-family: Onest, sans-serif;
  font-size: 22px;
}

/* Platform / trust strip */
.ewlc-platform {
  padding: 88px 0;
  background: #1a1a1a;
  color: #f3f2f1;
}

.ewlc-platform h2,
.ewlc-platform h3,
.ewlc-platform strong {
  color: #fff;
}

.ewlc-platform-intro {
  margin-bottom: 36px;
  text-align: center;
}

.ewlc-platform-intro h2 {
  font-size: clamp(26px, 3vw, 36px);
  max-width: 18em;
  margin: 0 auto;
}

.ewlc-platform-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 28px;
}

.ewlc-platform-card {
  position: relative;
  overflow: hidden;
  padding: 28px 26px;
  border-radius: 18px;
  background: #242424;
}

.ewlc-platform-logo {
  display: inline-flex;
  color: #fff;
  margin-bottom: 18px;
}

.ewlc-platform-logo .ewlc-icon {
  width: 28px;
  height: 28px;
  margin: 0;
  color: #fff;
}

.ewlc-platform-card h3 {
  font-size: clamp(22px, 2.2vw, 28px);
  margin-bottom: 12px;
}

.ewlc-platform-card p {
  margin: 0;
  max-width: 34em;
  font-size: 15px;
  line-height: 1.5;
  color: #bdb8b2;
}

.ewlc-platform-cols {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  padding-top: 8px;
}

.ewlc-platform-cols > div {
  padding-top: 8px;
}

.ewlc-platform-ico {
  display: inline-flex;
  color: #fff;
  margin-bottom: 12px;
}

.ewlc-platform-ico .ewlc-icon {
  width: 22px;
  height: 22px;
  margin: 0;
  color: #fff;
}

.ewlc-platform-cols strong {
  display: block;
  font-family: Onest, sans-serif;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;
}

.ewlc-platform-cols p {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: #9e9891;
}

.ewlc-faq {
  padding: 88px 0;
  background: #f7f7f7;
  text-align: center;
}

.ewlc-faq-intro {
  margin-bottom: 40px;
}

.ewlc-faq-label {
  margin: 0 0 12px;
  font-family: Afacad, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--ewlc-black);
}

.ewlc-faq-intro h2 {
  font-family: Onest, sans-serif;
  font-weight: 500;
}

.ewlc-faq-list {
  width: min(100%, 760px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: left;
}

.ewlc-faq-item {
  background: transparent;
  border: 0;
}

.ewlc-faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  min-height: 72px;
  padding: 22px 32px;
  background: #fff;
  border: 0;
  border-radius: 12px;
  cursor: pointer;
  list-style: none;
  font-family: Afacad, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--ewlc-black);
  text-align: left;
}

.ewlc-faq-q i {
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  border-right: 1.6px solid #000;
  border-bottom: 1.6px solid #000;
  transform: rotate(45deg);
  margin-top: -4px;
  transition: transform 0.4s ease;
}

.ewlc-faq-item.is-open .ewlc-faq-q i {
  transform: rotate(-135deg);
  margin-top: 4px;
}

.ewlc-faq-a {
  display: grid;
  grid-template-rows: 0fr;
  background: transparent;
  transition: grid-template-rows 0.35s ease;
}

.ewlc-faq-item.is-open .ewlc-faq-a {
  grid-template-rows: 1fr;
}

.ewlc-faq-a > div {
  overflow: hidden;
  min-height: 0;
}

.ewlc .ewlc-faq-a p {
  padding: 20px 32px;
  margin: 0 0 1em;
  font-size: 16px;
  background: transparent;
}

.ewlc-close {
  padding: 40px 0 100px;
}

.ewlc-close-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 20px;
  align-items: stretch;
}

.ewlc-table,
.ewlc-cta {
  border: 0;
  border-radius: 18px;
  background: var(--ewlc-light);
  padding: 32px;
  box-shadow: var(--ewlc-shadow-soft);
}

.ewlc-table h2,
.ewlc-cta h2 { margin-bottom: 18px; }

.ewlc-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}

.ewlc-table th,
.ewlc-table td {
  padding: 12px 8px;
  text-align: left;
  border-bottom: 1px solid var(--ewlc-line);
}

.ewlc-table th {
  font-family: Onest, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.ewlc-table td:not(:first-child),
.ewlc-table th:not(:first-child) { text-align: center; }

.ewlc-yes { color: var(--ewlc-green); font-weight: 700; }
.ewlc-no { color: #b0aea8; }

.ewlc-cta {
  background: var(--ewlc-brown);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}

.ewlc-cta h2,
.ewlc-cta p {
  color: #fff;
}

.ewlc-cta .ewlc-kicker {
  background: rgb(255 255 255 / 14%);
  color: #fff;
}

.ewlc-cta .ewlc-btn--solid {
  background: #fff;
  color: var(--ewlc-black);
}

.ewlc-cta .ewlc-widget-preview label {
  color: #8a837c;
}

.ewlc-cta .ewlc-kicker { margin-bottom: 8px; }

.ewlc-widget-preview {
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  border: 1px solid var(--ewlc-line);
  font-size: 13px;
}

.ewlc-widget-preview label {
  display: block;
  color: var(--ewlc-muted);
  margin-bottom: 4px;
  font-size: 12px;
}

.ewlc-widget-preview input {
  width: 100%;
  border: 1px solid var(--ewlc-line);
  border-radius: 8px;
  padding: 8px 10px;
  margin-bottom: 10px;
  font: inherit;
}

.ewlc-swatches { display: flex; gap: 8px; }
.ewlc-swatches i {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: block;
}

@media (max-width: 980px) {
  .ewlc-hero-grid,
  .ewlc-split-grid,
  .ewlc-close-grid,
  .ewlc-purpose-grid,
  .ewlc-moments-grid,
  .ewlc-combo-grid {
    grid-template-columns: 1fr;
  }

  .ewlc-need-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ewlc-stories-list {
    grid-template-columns: 1fr 1fr;
  }

  .ewlc-sell-visual {
    min-height: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .ewlc-sell-shot {
    position: static;
    width: min(420px, 100%);
    transform: none;
  }

  .ewlc-sell-chat {
    width: min(360px, 100%);
    min-height: 460px;
    margin: 0;
  }

  .ewlc-teams-intro h2,
  .ewlc-teams-intro p,
  .ewlc-flow-intro h2 {
    white-space: normal;
  }

  .ewlc-teams-grid,
  .ewlc-notify {
    grid-template-columns: 1fr;
  }

  .ewlc-hub-grid,
  .ewlc-platform-cards,
  .ewlc-guidance-stage {
    grid-template-columns: 1fr;
    max-width: none;
  }

  .ewlc-guidance-card {
    margin-right: 0;
  }

  .ewlc-guidance-testpanel {
    max-width: min(342px, 100%);
    min-height: 460px;
  }

  .ewlc-platform-cols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ewlc-hub-stage {
    --hub-outer-r: 176px;
    --hub-inner-r: 116px;
    width: min(100%, 480px);
  }

  .ewlc-hub-node {
    width: 84px;
    height: 84px;
    min-height: 0;
    padding: 8px;
    gap: 2px;
  }

  .ewlc-hub-node .ewlc-icon {
    margin: 0;
  }

  .ewlc-hub-node em {
    font-size: 9px;
    max-width: 68px;
  }

  .ewlc-notify {
    padding: 14px;
  }

  .ewlc-iphone {
    min-height: 240px;
    width: min(180px, 50%);
    margin: 0 auto;
  }

  .ewlc-journey-board {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 36px;
  }

  .ewlc-journey-col {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .ewlc-journey-col > .ewlc-journey-head,
  .ewlc-journey-col > .ewlc-journey-card {
    grid-column: auto;
    grid-row: auto;
  }

  .ewlc-journey-col > .ewlc-journey-head {
    margin-bottom: 0;
  }

  .ewlc-journey-arrow,
  .ewlc-journey-board > p:has(> .ewlc-journey-arrow),
  .ewlc-journey-loop-arm {
    display: none;
  }

  .ewlc .ewlc-journey-loop {
    display: block;
    margin-top: 40px;
  }

  .ewlc-journey-head {
    margin-bottom: 0;
  }

  .ewlc-hero { padding-top: 40px; }

  .ewlc-logo-track {
    gap: 96px;
    padding-right: 96px;
  }

  .ewlc-logo-track img { width: 130px; }

  .ewlc-logo-row--reverse { margin-top: 6px; }
}

@media (max-width: 767px) {
  .ewlc-split--dark .ewlc-sell-lead {
    margin-bottom: 20px;
  }

  .ewlc-split--dark .ewlc-split-grid > div:first-child,
  .ewlc-split--dark .ewlc-split-grid > div:first-child h2 {
    text-align: center;
  }

  .ewlc-split--dark .ewlc-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .ewlc-split--dark .ewlc-btn {
    width: 100%;
  }

  .ewlc-split--dark .ewlc-points {
    flex-direction: column;
    align-items: flex-start;
    width: max-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  /* Journey PDP: keep size chips clear of Add to Cart when flex auto-margins collapse. */
  .ewlc-journey-pdp-sizes {
    gap: 8px;
    margin-top: 10px;
    margin-bottom: 12px;
  }

  .ewlc-journey-card--pdp > .ewlc-journey-btn {
    margin-top: 0;
  }

  /* Journey track: even step spacing + connector into the final Delivered row. */
  .ewlc-journey-card--track ol {
    margin: 4px 0 14px;
  }

  .ewlc-journey-card--track li {
    padding-bottom: 16px;
    min-height: 38px;
  }

  .ewlc-journey-card--track li:last-child {
    padding-bottom: 0;
    min-height: 28px;
  }

  .ewlc-journey-card--track li::after {
    top: 26px;
  }

  .ewlc-journey-card--track li.is-active::after {
    background: #2fbe6a;
    opacity: 0.45;
  }

  .ewlc-journey-card--track li > i {
    flex: 0 0 22px;
  }

  .ewlc-journey-card--track.ewlc-journey-card--mail .ewlc-journey-btn {
    margin-top: 4px;
  }
}

@media (max-width: 640px) {
  .ewlc-stories-list,
  .ewlc-purpose-grid,
  .ewlc-need-grid,
  .ewlc-rec-grid {
    grid-template-columns: 1fr;
  }

  .ewlc-platform-cols {
    grid-template-columns: 1fr;
  }

  .ewlc-hub-stage {
    --hub-outer-r: 148px;
    --hub-inner-r: 98px;
  }

  .ewlc-hub-node {
    width: 76px;
    height: 76px;
    min-height: 0;
    padding: 6px;
    border-radius: 50%;
    gap: 2px;
  }

  .ewlc-hub-node .ewlc-icon {
    width: 18px;
    height: 18px;
    margin: 0;
    padding: 0;
  }

  .ewlc-hub-node em {
    max-width: 60px;
    font-size: 8px;
  }

  .ewlc-journey-board {
    grid-template-columns: 1fr;
  }

  .ewlc-journey-arrow,
  .ewlc-journey-board > p:has(> .ewlc-journey-arrow),
  .ewlc-journey-loop-arm {
    display: none;
  }

  .ewlc-wrap { width: min(100% - 28px, var(--ewlc-max)); }
}

/* —— About page —— */
.ew-about-page .keydesign-page-title,
.page-template-page-about .keydesign-page-title { display: none !important; }

.ew-about-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}
.ew-about-card {
  background: var(--ewlc-card);
  border: 1px solid var(--ewlc-line);
  border-radius: var(--ewlc-radius);
  padding: 22px 22px 24px;
  box-shadow: var(--ewlc-shadow-soft);
}
.ew-about-card h3 { margin-bottom: 10px; }
.ew-about-card p { font-size: 16px; color: var(--ewlc-muted); line-height: 1.45; }

.ew-about-story-panel {
  background: #fff;
  border: 1px solid var(--ewlc-line);
  border-radius: var(--ewlc-radius);
  padding: 28px 26px;
  box-shadow: var(--ewlc-shadow);
}
.ew-about-quote {
  font-family: Onest, sans-serif;
  font-size: clamp(20px, 2.4vw, 26px);
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: var(--ewlc-black);
}
.ew-about-quote-meta {
  margin-top: 12px !important;
  font-size: 14px !important;
  color: var(--ewlc-muted) !important;
}

.ew-about-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.ew-about-links a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--ewlc-line);
  color: var(--ewlc-black);
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
}
.ew-about-links a:hover { background: var(--ewlc-light); }

.ew-about-nap {
  margin-top: 18px !important;
  font-size: 14px !important;
  color: var(--ewlc-muted) !important;
}
.ew-about-nap a { color: inherit; }
.ew-about-social {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 14px;
}
.ew-about-social a {
  color: var(--ewlc-black);
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
}
.ew-about-social a:hover { text-decoration: underline; }

@media (max-width: 900px) {
  .ew-about-grid { grid-template-columns: 1fr; }
}
