/* [project]/src/app/ew-home.css [app-client] (css) */
.ew-home {
  --green: #1c7a55;
  --green-bright: #2ba071;
  --green-deep: #0e4030;
  --green-ink: #0a2e22;
  --mint: #f2ece0;
  --mint-2: #fbf7ef;
  --mint-line: #e7decd;
  --cream: #f2ece0;
  --sand: #ebe2d2;
  --butter: #f6ebd3;
  --sage2: #e6ede4;
  --gold: #c18b2c;
  --gold-bright: #ddb04a;
  --gold-soft: #f2e6c6;
  --ink: #12211a;
  --muted: #6a675c;
  --muted-2: #928d7f;
  --white: #fff;
  --shadow: 0 20px 54px -26px #1e140842;
  --shadow-sm: 0 10px 26px -16px #1e140833;
  --maxw: 1180px;
  --gutter: clamp(20px, 5vw, 60px);
  --sp: clamp(52px, 6.5vw, 92px);
  --r: 24px;
  --ew-sans: var(--font-ew), -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--white);
  color: var(--ink);
  font-family: var(--ew-sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  font-size: clamp(1rem, .5vw + .92rem, 1.08rem);
  line-height: 1.62;
  overflow-x: hidden;
}

.ew-home * {
  box-sizing: border-box;
}

.ew-home img {
  max-width: 100%;
  display: block;
}

.ew-home a {
  color: inherit;
  text-decoration: none;
}

.ew-home h1, .ew-home h2 {
  font-family: var(--ew-sans);
  letter-spacing: -.02em;
  font-weight: 500;
  line-height: 1.08;
}

.ew-home h3, .ew-home h4 {
  font-family: var(--ew-sans);
  letter-spacing: -.015em;
  font-weight: 600;
  line-height: 1.2;
}

.ew-home .wrap {
  max-width: var(--maxw);
  padding-inline: var(--gutter);
  margin: 0 auto;
}

.ew-home section {
  position: relative;
}

.ew-home .pad {
  padding-block: var(--sp);
}

.ew-home .pill {
  letter-spacing: .02em;
  background: var(--mint);
  color: var(--green);
  border-radius: 100px;
  align-items: center;
  gap: .5em;
  padding: .5em 1em;
  font-size: .78rem;
  font-weight: 700;
  display: inline-flex;
}

.ew-home .pill.gold {
  background: var(--gold-soft);
  color: #9a6e16;
}

.ew-home .pill.on-dark {
  color: #cfefdd;
  background: #ffffff1f;
}

.ew-home .pill .dot {
  opacity: .9;
  background: currentColor;
  border-radius: 50%;
  width: 7px;
  height: 7px;
}

.ew-home .btn {
  font-family: var(--ew-sans);
  cursor: pointer;
  white-space: nowrap;
  border: 2px solid #0000;
  border-radius: 100px;
  align-items: center;
  gap: .55em;
  padding: .92em 1.5em;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  transition: transform .22s, background .22s, color .22s, border-color .22s, box-shadow .22s;
  display: inline-flex;
}

.ew-home .btn .arr {
  transition: transform .22s;
}

.ew-home .btn:hover .arr {
  transform: translateX(3px);
}

.ew-home .btn-gold {
  background: var(--gold);
  color: #fff;
  box-shadow: 0 12px 26px -12px #c18b2c99;
}

.ew-home .btn-gold:hover {
  background: var(--gold-bright);
  transform: translateY(-2px);
}

.ew-home .btn-dark {
  background: var(--ink);
  color: #fff;
  box-shadow: 0 14px 30px -16px #12211a80;
}

.ew-home .btn-dark:hover {
  background: var(--green-deep);
  transform: translateY(-2px);
}

.ew-home .btn-green {
  background: var(--green);
  color: #fff;
  box-shadow: 0 12px 26px -14px #1c7a55b3;
}

.ew-home .btn-green:hover {
  background: var(--green-bright);
  transform: translateY(-2px);
}

.ew-home .btn-ghost {
  color: var(--green-deep);
  border-color: var(--mint-line);
  background: #fff;
}

.ew-home .btn-ghost:hover {
  border-color: var(--green);
  transform: translateY(-2px);
}

.ew-home .btn-white {
  color: var(--green-deep);
  background: #fff;
}

.ew-home .btn-white:hover {
  box-shadow: var(--shadow-sm);
  transform: translateY(-2px);
}

.ew-home .on-dark .btn-ghost {
  color: #fff;
  background: none;
  border-color: #ffffff52;
}

.ew-home .on-dark .btn-ghost:hover {
  background: #ffffff12;
  border-color: #fff;
}

.ew-home .hero {
  isolation: isolate;
  background: var(--green-ink);
  padding-block: clamp(64px, 8vw, 110px);
  position: relative;
  overflow: hidden;
}

.ew-home .hero-shade {
  background: linear-gradient(#0a2e2299, #0a2e227a 45%, #061a13d6);
}

.ew-home .hero-grid {
  z-index: 2;
  position: relative;
}

.ew-home .hero-copy {
  max-width: 760px;
}

.ew-home .hero h1 {
  color: #fff;
  margin-top: 1.2rem;
  font-size: clamp(2.375rem, 5.2vw, 4rem);
  line-height: 1.04;
}

.ew-home .hero h1 em {
  color: var(--gold-bright);
  font-style: normal;
}

.ew-home .hero .lead {
  color: #ffffffdb;
  max-width: 46ch;
  margin-top: 1.5rem;
  font-size: clamp(1.05rem, 1.2vw, 1.125rem);
}

.ew-home .hero .lead b {
  color: #fff;
  font-weight: 700;
}

.ew-home .hero .scopy {
  color: #fffffff2;
  font-weight: 400;
}

@media (min-width: 901px) {
  .ew-home .hero .scopy {
    white-space: nowrap;
  }
}

.ew-home .hero .scopy b, .ew-home .hero .social .scopy b {
  color: #fff;
}

.ew-home .hero-cta {
  flex-wrap: wrap;
  gap: .8rem;
  margin-top: 2rem;
  display: flex;
}

.ew-home .social {
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-top: 2.1rem;
  display: flex;
}

.ew-home .social .scopy b {
  color: var(--green-deep);
  font-weight: 800;
}

.ew-home .social .scopy {
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.35;
}

.ew-home .stars {
  color: var(--gold);
  letter-spacing: 1px;
  font-size: .95rem;
}

.ew-home .case-app svg {
  overflow: visible;
}

.ew-home .hero-media {
  aspect-ratio: 4 / 3;
  background: linear-gradient(150deg, var(--green-bright), var(--green-deep));
  box-shadow: var(--shadow);
  z-index: 2;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}

.ew-home .hero-media img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.ew-home .hero-media:after {
  content: "";
  background: linear-gradient(#0b35270a, #0b35274d);
  position: absolute;
  inset: 0;
}

.ew-home .media-pill {
  z-index: 4;
  color: var(--green-deep);
  background: #fffffff0;
  border-radius: 100px;
  align-items: center;
  gap: .5em;
  padding: .5em .85em;
  font-size: .74rem;
  font-weight: 800;
  display: flex;
  position: absolute;
  top: 14px;
  left: 14px;
}

.ew-home .media-pill .d {
  background: var(--gold);
  border-radius: 50%;
  width: 7px;
  height: 7px;
}

.ew-home .playbtn {
  z-index: 4;
  cursor: pointer;
  width: 72px;
  height: 72px;
  box-shadow: var(--shadow);
  background: #fffffff5;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin: auto;
  transition: transform .25s;
  display: flex;
  position: absolute;
  inset: 0;
}

.ew-home .playbtn:hover {
  transform: scale(1.07);
}

.ew-home .playbtn:after {
  content: "";
  border-left: 20px solid var(--green);
  border-top: 12px solid #0000;
  border-bottom: 12px solid #0000;
  margin-left: 5px;
}

.ew-home .trustbar {
  background: #fff;
  border-top: 1px solid #0e4a350f;
  border-bottom: 1px solid #0e4a350f;
}

.ew-home .trustbar .wrap {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: .8rem 2.4rem;
  padding-block: 22px;
  display: flex;
}

.ew-home .trustbar .ti {
  color: var(--muted);
  align-items: center;
  gap: .6em;
  font-size: .84rem;
  font-weight: 700;
  display: inline-flex;
}

.ew-home .trustbar .ti svg {
  width: 18px;
  height: 18px;
  color: var(--green);
}

.ew-home .trusted {
  padding: 30px 0 4px;
}

.ew-home .trusted-lab {
  text-align: center;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted-2);
  margin-bottom: 16px;
  font-size: .72rem;
  font-weight: 800;
}

.ew-home .trusted-row {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 14px 44px;
  display: flex;
}

.ew-home .trusted-row .org {
  letter-spacing: .005em;
  color: var(--green-deep);
  opacity: .55;
  font-size: clamp(1rem, 2vw, 1.3rem);
  font-weight: 800;
}

.ew-home .trusted-note {
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #9a6e16;
  margin-top: 14px;
  font-size: .66rem;
  font-weight: 700;
}

.ew-home .help {
  background: #fff;
}

.ew-home .help-head {
  text-align: center;
  max-width: 42ch;
  margin: 0 auto;
}

.ew-home .help-head h2 {
  color: var(--green-deep);
  margin-top: 1rem;
  font-size: clamp(1.7rem, 3.1vw, 2.5rem);
}

.ew-home .trip {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: clamp(28px, 3.2vw, 40px);
  display: grid;
}

.ew-home .grid9 {
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: clamp(28px, 3.2vw, 40px);
  display: grid;
}

.ew-home .ocard {
  border: 1px solid var(--mint-line);
  background: var(--mint-2);
  border-radius: 18px;
  flex-direction: column;
  gap: .45rem;
  padding: 20px 20px 18px;
  transition: transform .28s, box-shadow .28s;
  display: flex;
  position: relative;
}

.ew-home .ocard:hover {
  box-shadow: var(--shadow-sm);
  transform: translateY(-4px);
}

.ew-home .ocard .fchip {
  letter-spacing: .07em;
  text-transform: uppercase;
  color: var(--green);
  align-items: center;
  gap: .45em;
  font-size: .64rem;
  font-weight: 800;
  display: inline-flex;
}

.ew-home .ocard .fchip:before {
  content: "";
  background: var(--gold);
  border-radius: 50%;
  width: 6px;
  height: 6px;
}

.ew-home .ocard h3 {
  color: var(--green-deep);
  letter-spacing: -.02em;
  font-size: 1.06rem;
  line-height: 1.2;
}

.ew-home .ocard p {
  color: var(--muted);
  font-size: .88rem;
  line-height: 1.5;
}

.ew-home .ocard:nth-child(3n+1) {
  background: var(--cream);
}

.ew-home .ocard:nth-child(3n+2) {
  background: #fff;
}

.ew-home .ocard:nth-child(3n) {
  background: var(--sage2);
}

.ew-home .tcard {
  background: var(--mint-2);
  border: 1px solid var(--mint-line);
  border-radius: var(--r);
  text-align: left;
  padding: 30px 26px;
  transition: transform .3s, box-shadow .3s;
}

.ew-home .tcard:hover {
  box-shadow: var(--shadow-sm);
  transform: translateY(-5px);
}

.ew-home .tcard .ic {
  width: 52px;
  height: 52px;
  box-shadow: var(--shadow-sm);
  background: #fff;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  margin-bottom: 18px;
  display: flex;
}

.ew-home .tcard .ic svg {
  width: 26px;
  height: 26px;
  color: var(--green);
}

.ew-home .tcard:nth-child(2) .ic svg {
  color: var(--gold);
}

.ew-home .tcard:first-child {
  background: var(--cream);
}

.ew-home .tcard:nth-child(2) {
  background: var(--butter);
}

.ew-home .tcard:nth-child(3) {
  background: var(--sage2);
}

.ew-home .tcard h3 {
  color: var(--green-deep);
  font-size: 1.32rem;
}

.ew-home .tcard p {
  color: var(--muted);
  margin-top: .55rem;
  font-size: 1rem;
}

.ew-home .system {
  background: var(--mint);
}

.ew-home .sec-head {
  max-width: 60ch;
}

.ew-home .sec-head.center {
  text-align: center;
  margin: 0 auto;
}

.ew-home .sec-head h2 {
  color: var(--green-deep);
  margin-top: 1rem;
  font-size: clamp(1.7rem, 3.1vw, 2.5rem);
}

.ew-home .sec-head .sub {
  color: var(--muted);
  max-width: 52ch;
  margin-top: 1rem;
  font-size: 1.12rem;
}

.ew-home .sec-head.center .sub {
  margin-inline: auto;
}

.ew-home .feat {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: clamp(28px, 3.4vw, 44px);
  display: grid;
}

.ew-home .fcard {
  border: 1px solid var(--mint-line);
  border-radius: var(--r);
  background: #fff;
  flex-direction: column;
  padding: 26px 24px;
  transition: transform .3s, box-shadow .3s;
  display: flex;
}

.ew-home .fcard:hover {
  box-shadow: var(--shadow);
  transform: translateY(-5px);
}

.ew-home .fcard .ic {
  background: var(--mint);
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 16px;
  display: flex;
}

.ew-home .fcard .ic svg {
  width: 24px;
  height: 24px;
  color: var(--green);
}

.ew-home .fcard h3 {
  color: var(--green-deep);
  font-size: 1.22rem;
}

.ew-home .fcard p {
  color: var(--muted);
  flex: 1;
  margin-top: .5rem;
  font-size: .98rem;
}

.ew-home .mock {
  background: var(--mint-2);
  border: 1px solid var(--mint-line);
  border-radius: 14px;
  margin-top: 18px;
  padding: 14px;
  overflow: hidden;
}

.ew-home .wear {
  background: linear-gradient(160deg, #0d3a2b, var(--green-ink) 70%);
  border-radius: 14px;
  margin-top: 18px;
  padding: 14px 14px 12px;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 1px #ffffff12, 0 18px 40px -22px #0a2e22cc;
}

.ew-home .wear:after {
  content: "";
  pointer-events: none;
  background: radial-gradient(circle, #2ba07147, #0000 70%);
  border-radius: 50%;
  width: 140px;
  height: 140px;
  position: absolute;
  top: -40px;
  right: -30px;
}

.ew-home .wear-top {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.ew-home .wear-top .wt {
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #9cc6b2;
  font-size: .7rem;
  font-weight: 800;
}

.ew-home .wear-top .wv {
  color: #fff;
  background: #2ba0714d;
  border-radius: 100px;
  padding: .3em .75em;
  font-size: .74rem;
  font-weight: 800;
}

.ew-home .wear-bars {
  align-items: flex-end;
  gap: 6px;
  height: 58px;
  display: flex;
}

.ew-home .wear-bars i {
  background: linear-gradient(#4fcb96, #2ba07166);
  border-radius: 5px 5px 2px 2px;
  flex: 1;
  box-shadow: 0 0 14px -2px #2ba0718c;
}

.ew-home .wear-bars i.low {
  background: linear-gradient(180deg, var(--gold-bright), #ddb04a66);
}

.ew-home .wear-days {
  gap: 6px;
  margin-top: 6px;
  display: flex;
}

.ew-home .wear-days span {
  text-align: center;
  color: #6e9b87;
  text-transform: uppercase;
  letter-spacing: .05em;
  flex: 1;
  font-size: .56rem;
  font-weight: 700;
}

.ew-home .wear-foot {
  color: #9cc6b2;
  border-top: 1px solid #ffffff1a;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding-top: 10px;
  font-size: .72rem;
  font-weight: 700;
  display: flex;
}

.ew-home .wear-foot b {
  color: #fff;
  font-weight: 800;
}

.ew-home .chatmock {
  background: var(--mint-2);
  border: 1px solid var(--mint-line);
  border-radius: 16px;
  margin-top: 18px;
  overflow: hidden;
  box-shadow: 0 16px 40px -24px #1e140859;
}

.ew-home .chat-head {
  border-bottom: 1px solid var(--mint-line);
  background: #fff;
  align-items: center;
  gap: 10px;
  padding: 11px 14px;
  display: flex;
}

.ew-home .chat-head .cav {
  background: var(--green);
  color: #fff;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-size: .72rem;
  font-weight: 800;
  display: flex;
}

.ew-home .chat-head .cwho b {
  color: var(--green-deep);
  font-size: .84rem;
  font-weight: 800;
  line-height: 1.1;
  display: block;
}

.ew-home .chat-head .cwho span {
  color: var(--muted);
  align-items: center;
  gap: .35em;
  font-size: .68rem;
  font-weight: 600;
  display: flex;
}

.ew-home .chat-head .cwho span:before {
  content: "";
  background: var(--green-bright);
  border-radius: 50%;
  width: 6px;
  height: 6px;
}

.ew-home .chat-body {
  flex-direction: column;
  gap: 8px;
  padding: 13px 14px 14px;
  display: flex;
}

.ew-home .cbub {
  border: 1px solid var(--mint-line);
  max-width: 82%;
  color: var(--ink);
  box-shadow: var(--shadow-sm);
  background: #fff;
  border-radius: 13px 13px 13px 4px;
  padding: 9px 12px 17px;
  font-size: .82rem;
  font-weight: 600;
  line-height: 1.45;
  position: relative;
}

.ew-home .cbub.me {
  background: var(--green);
  border-color: var(--green);
  color: #fff;
  border-radius: 13px 13px 4px;
  margin-left: auto;
}

.ew-home .cbub .ct {
  color: var(--muted-2);
  font-size: .58rem;
  font-weight: 700;
  position: absolute;
  bottom: 4px;
  right: 10px;
}

.ew-home .cbub.me .ct {
  color: #ffffffbf;
}

.ew-home .cbub.me .ct:after {
  content: " ✓✓";
  letter-spacing: -.08em;
  font-size: .58rem;
}

.ew-home .cbub .cq {
  background: var(--mint);
  color: var(--green-deep);
  border-radius: 9px;
  margin-top: 6px;
  padding: 7px 9px;
  font-size: .74rem;
  font-weight: 700;
  display: block;
}

.ew-home .cbub.me .cq {
  color: #fff;
  background: #ffffff29;
}

.ew-home .mock-row {
  color: var(--muted);
  justify-content: space-between;
  align-items: center;
  font-size: .74rem;
  font-weight: 700;
  display: flex;
}

.ew-home .mock-bar {
  background: #dfeee6;
  border-radius: 6px;
  height: 8px;
  margin-top: 7px;
  overflow: hidden;
}

.ew-home .mock-bar i {
  border-radius: 6px;
  height: 100%;
  display: block;
}

.ew-home .mock-bar i.g {
  background: var(--green);
}

.ew-home .mock-bar i.c {
  background: var(--gold);
}

.ew-home .bubble {
  border: 1px solid var(--mint-line);
  color: var(--ink);
  box-shadow: var(--shadow-sm);
  background: #fff;
  border-radius: 12px 12px 12px 4px;
  max-width: 90%;
  padding: 10px 12px;
  font-size: .82rem;
  font-weight: 600;
}

.ew-home .bubble.me {
  background: var(--green);
  color: #fff;
  border-color: var(--green);
  border-radius: 12px 12px 4px;
  margin-left: auto;
}

.ew-home .bubble + .bubble {
  margin-top: 8px;
}

.ew-home .fcard.wide {
  grid-column: span 2;
}

.ew-home .fcard.accent {
  background: var(--green);
  color: #fff;
  border-color: var(--green);
}

.ew-home .fcard.accent h3 {
  color: #fff;
}

.ew-home .fcard.accent p {
  color: #cfefdd;
}

.ew-home .fcard.accent .ic {
  background: #ffffff29;
}

.ew-home .fcard.accent .ic svg {
  color: #fff;
}

.ew-home .shot {
  border: 1px solid var(--mint-line);
  background: var(--mint-2);
  border-radius: 14px;
  height: 186px;
  margin-top: 18px;
  position: relative;
  overflow: hidden;
}

.ew-home .shot img {
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 100%;
}

.ew-home .shot.noimg img {
  display: none;
}

.ew-home .shot.noimg:after {
  content: "Screenshot";
  height: 100%;
  color: var(--muted-2);
  justify-content: center;
  align-items: center;
  font-size: .78rem;
  font-weight: 700;
  display: flex;
}

.ew-home .track {
  background: #fff;
}

.ew-home .toolglimpse {
  margin-top: clamp(26px, 3vw, 40px);
}

.ew-home .tg-frame {
  border-radius: var(--r);
  border: 1px solid var(--mint-line);
  box-shadow: var(--shadow);
  background: #fff;
  overflow: hidden;
}

.ew-home .tg-bar {
  background: var(--mint-2);
  border-bottom: 1px solid var(--mint-line);
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  display: flex;
}

.ew-home .tg-dots {
  gap: 6px;
  display: inline-flex;
}

.ew-home .tg-dots i {
  background: #d9d2c4;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.ew-home .tg-title {
  color: var(--muted);
  letter-spacing: .01em;
  font-size: .82rem;
  font-weight: 700;
}

.ew-home .tg-tag {
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--green);
  background: var(--sage2);
  border-radius: 100px;
  margin-left: auto;
  padding: .35em .7em;
  font-size: .62rem;
  font-weight: 800;
}

.ew-home .tg-body {
  padding: clamp(18px, 2.6vw, 26px);
}

.ew-home .tg-controls {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 14px 18px;
  margin-bottom: 16px;
  display: flex;
}

.ew-home .tg-tabs {
  flex-wrap: wrap;
  gap: 6px;
  display: inline-flex;
}

.ew-home .tg-tabs button {
  border: 1px solid var(--mint-line);
  background: var(--mint-2);
  color: var(--muted);
  cursor: pointer;
  border-radius: 100px;
  padding: .42em .9em;
  font-family: inherit;
  font-size: .78rem;
  font-weight: 800;
  transition: background .2s, color .2s, border-color .2s;
}

.ew-home .tg-tabs button:hover {
  color: var(--green-deep);
  border-color: #cfc3a8;
}

.ew-home .tg-tabs button.on {
  background: var(--green);
  color: #fff;
  border-color: var(--green);
}

.ew-home .tg-ctrl {
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  display: flex;
}

.ew-home .tg-seg {
  background: var(--mint);
  border: 1px solid var(--mint-line);
  border-radius: 100px;
  padding: 3px;
  display: inline-flex;
}

.ew-home .tg-seg button {
  color: var(--muted);
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 100px;
  padding: .42em .95em;
  font-family: inherit;
  font-size: .78rem;
  font-weight: 800;
  transition: background .2s, color .2s;
}

.ew-home .tg-seg button.on {
  background: var(--green-deep);
  color: #fff;
}

.ew-home .tg-read {
  letter-spacing: .02em;
  border-radius: 100px;
  padding: .45em .9em;
  font-size: .72rem;
  font-weight: 800;
  display: inline-block;
}

.ew-home .tg-read.std {
  color: #9a6e16;
  background: var(--gold-soft);
  border: 1px solid #e0c893;
}

.ew-home .tg-read.inc {
  color: var(--green);
  background: var(--sage2);
  border: 1px solid #bbd2c0;
}

.ew-home .cv {
  fill: none;
  stroke-width: 2.4px;
  stroke-linecap: round;
}

.ew-home .hf .yax {
  fill: var(--muted-2);
  font-size: 7px;
  font-weight: 700;
  font-family: var(--ew-sans);
}

.ew-home .hf-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 11px;
  display: grid;
}

.ew-home .hf {
  background: var(--mint-2);
  border: 1px solid var(--mint-line);
  border-radius: 12px;
  padding: 9px 10px 7px;
}

.ew-home .hf-top {
  justify-content: space-between;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 3px;
  display: flex;
}

.ew-home .hf-name {
  color: var(--green-deep);
  letter-spacing: -.01em;
  font-size: .74rem;
  font-weight: 800;
}

.ew-home .hf-win {
  color: var(--muted-2);
  letter-spacing: .03em;
  flex: none;
  font-size: .58rem;
  font-weight: 700;
}

.ew-home .hf svg {
  width: 100%;
  height: auto;
  display: block;
}

.ew-home .tg-note {
  text-align: center;
  color: var(--muted);
  margin-top: 16px;
  font-size: .88rem;
  line-height: 1.5;
}

.ew-home .tg-note a {
  color: var(--green);
  white-space: nowrap;
  font-weight: 800;
  text-decoration: none;
}

.ew-home .tg-cap {
  text-align: center;
  color: var(--muted);
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: .5em;
  margin-top: 16px;
  font-size: .92rem;
  display: flex;
}

.ew-home .tg-cap .d {
  background: var(--gold-bright);
  border-radius: 50%;
  flex: none;
  width: 9px;
  height: 9px;
}

.ew-home .bgrid {
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 16px;
  display: grid;
}

.ew-home .bcard {
  background: var(--mint-2);
  border: 1px solid var(--mint-line);
  border-radius: 18px;
  flex-direction: column;
  padding: 24px 22px;
  transition: transform .3s, box-shadow .3s;
  display: flex;
  position: relative;
}

.ew-home .bcard:before {
  content: "";
  background: var(--green);
  width: 44px;
  height: 3px;
  transition: width .3s;
  position: absolute;
  top: -1px;
  left: 21px;
}

.ew-home .bcard:hover:before {
  width: 74px;
}

.ew-home .bcard:hover {
  box-shadow: var(--shadow-sm);
  transform: translateY(-4px);
}

.ew-home .bcard .lab, .ew-home .bfeature .lab {
  letter-spacing: .03em;
  text-transform: uppercase;
  color: var(--green);
  align-items: center;
  gap: .65em;
  font-size: .74rem;
  font-weight: 800;
  display: flex;
}

.ew-home .bcard .lab svg, .ew-home .bfeature .lab svg {
  background: var(--sage2);
  box-sizing: border-box;
  border-radius: 9px;
  flex: none;
  width: 30px;
  height: 30px;
  padding: 6.5px;
}

.ew-home .bfeature .lab svg {
  background: #ffffff29;
}

.ew-home .bcard h3 {
  color: var(--green-deep);
  letter-spacing: -.02em;
  margin-top: .7rem;
  font-size: 1.2rem;
}

@media (min-width: 641px) {
  .ew-home .bcard h3 {
    min-height: 2.4em;
  }
}

.ew-home .ben {
  flex-direction: column;
  gap: .6rem;
  margin: 1rem 0 1.1rem;
  display: flex;
}

.ew-home .ben .row {
  color: var(--muted);
  align-items: flex-start;
  gap: .6em;
  font-size: .92rem;
  line-height: 1.46;
  display: flex;
}

.ew-home .ben .row .t {
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  border-radius: 100px;
  flex: none;
  width: 52px;
  margin-top: .12em;
  padding: .32em 0;
  font-size: .6rem;
  font-weight: 800;
}

.ew-home .ben .row.direct .t {
  background: var(--green);
  color: #fff;
}

.ew-home .ben .row.incid .t {
  background: var(--gold-soft);
  color: #9a6e16;
}

.ew-home .ben .row b {
  color: var(--ink);
  font-weight: 700;
}

.ew-home .bcard .sci {
  border-top: 1px dashed var(--mint-line);
  color: var(--muted);
  margin-top: auto;
  padding-top: .9rem;
  font-size: .82rem;
  line-height: 1.45;
}

.ew-home .bcard .sci span, .ew-home .bfeature .sci span {
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: .3rem;
  font-size: .62rem;
  font-weight: 800;
  display: block;
}

.ew-home .evbar {
  text-align: center;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  margin-top: clamp(24px, 2.8vw, 36px);
  display: flex;
}

.ew-home .evchips {
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 14px;
  display: flex;
}

@media (min-width: 901px) {
  .ew-home .evchips {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    width: 100%;
    display: grid;
  }

  .ew-home .evchips .ev {
    justify-content: center;
  }
}

.ew-home .evchips .ev {
  color: var(--muted);
  background: var(--mint-2);
  border: 1px solid var(--mint-line);
  border-radius: 100px;
  align-items: center;
  gap: .55em;
  padding: .5em 1em;
  font-size: .82rem;
  font-weight: 700;
  display: inline-flex;
}

.ew-home .evchips .ev:before {
  content: "";
  background: var(--green);
  border-radius: 50%;
  flex: none;
  width: 6px;
  height: 6px;
}

.ew-home .bfeature {
  background: var(--green);
  color: #fff;
  border-radius: var(--r);
  grid-column: 1 / -1;
  overflow: hidden;
}

.ew-home .bfeature .bf-text {
  padding: clamp(28px, 4vw, 44px);
}

@media (min-width: 901px) {
  .ew-home .bfeature .ben {
    grid-template-columns: 1fr 1fr;
    align-items: start;
    gap: .8rem 2rem;
    display: grid;
  }
}

.ew-home .bfeature .lab {
  color: var(--gold-bright);
}

.ew-home .bfeature h3 {
  color: #fff;
  letter-spacing: -.02em;
  margin-top: .7rem;
  font-size: clamp(1.4rem, 2.4vw, 1.85rem);
}

.ew-home .bfeature .ben .row {
  color: #cfefdd;
}

.ew-home .bfeature .ben .row b {
  color: #fff;
}

.ew-home .bfeature .ben .row.direct .t {
  color: var(--green-deep);
  background: #fff;
}

.ew-home .bfeature .ben .row.incid .t {
  color: #fff;
  background: #ffffff2e;
}

.ew-home .bfeature .sci {
  color: #cfefdd;
  border-top: 1px dashed #ffffff38;
  margin-top: 1rem;
  padding-top: .9rem;
  font-size: .82rem;
  line-height: 1.45;
}

.ew-home .bfeature .sci span {
  color: var(--gold-bright);
}

@keyframes ewpulse {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: .35;
  }
}

.ew-home .proof {
  background: #fff;
}

.ew-home .proof-band {
  background: var(--green-deep);
  color: #fff;
  border-radius: 30px;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: clamp(16px, 1.8vw, 24px) clamp(24px, 3.4vw, 52px);
  padding: clamp(26px, 3.2vw, 40px) clamp(26px, 3.4vw, 46px);
  display: grid;
  position: relative;
  overflow: hidden;
}

.ew-home .proof-band .glow {
  pointer-events: none;
  background: radial-gradient(circle, #2ba07173, #0000 65%);
  border-radius: 50%;
  width: 420px;
  height: 420px;
  position: absolute;
  top: -160px;
  right: -120px;
}

.ew-home .proof-band .glow2 {
  pointer-events: none;
  background: radial-gradient(circle, #c99a3352, #0000 65%);
  border-radius: 50%;
  width: 340px;
  height: 340px;
  position: absolute;
  bottom: -150px;
  left: -100px;
}

.ew-home .proof-band .ph {
  z-index: 2;
  max-width: 42ch;
  position: relative;
}

.ew-home .proof-band .ph h2 {
  color: #fff;
  margin-top: 1.1rem;
  font-size: clamp(1.7rem, 2.7vw, 2.35rem);
}

.ew-home .proof-band .ph h2 em {
  color: var(--gold-bright);
  font-style: normal;
}

.ew-home .proof-band .ph p {
  color: #bfe3cf;
  margin-top: .8rem;
  font-size: 1.02rem;
}

.ew-home .proof-band .pquote {
  border-left: 3px solid var(--gold-bright);
  color: #ffffffe0;
  margin-top: 1.2rem;
  padding-left: 1rem;
  font-size: .95rem;
  font-style: italic;
  line-height: 1.55;
}

.ew-home .proof-band .pquote span {
  color: #bfe3cf;
  margin-top: .45rem;
  font-size: .78rem;
  font-style: normal;
  font-weight: 700;
  display: block;
}

.ew-home .stat-grid {
  z-index: 2;
  border-top: 1px solid #ffffff29;
  border-left: 1px solid #ffffff29;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  display: grid;
  position: relative;
}

.ew-home .stat {
  background: none;
  border: 1px solid #ffffff29;
  border-top: 0;
  border-left: 0;
  border-radius: 0;
  padding: 16px 20px;
}

.ew-home .stat .n {
  letter-spacing: -.03em;
  color: #fff;
  font-size: clamp(1.8rem, 2.6vw, 2.4rem);
  font-weight: 800;
  line-height: 1;
}

.ew-home .stat .n em {
  color: var(--gold-bright);
  font-style: normal;
}

.ew-home .stat .l {
  color: #bfe3cf;
  margin-top: .45rem;
  font-size: .8rem;
  font-weight: 600;
}

.ew-home .proof-note {
  z-index: 2;
  color: #94bda8;
  grid-column: 1 / -1;
  margin-top: .2rem;
  font-size: .78rem;
  position: relative;
}

.ew-home .human {
  background: var(--cream);
}

.ew-home .human.pad {
  padding-block: clamp(34px, 4.2vw, 60px);
}

.ew-home .human-grid {
  grid-template-columns: clamp(320px, 26.7vw, 384px) 1fr;
  align-items: stretch;
  gap: clamp(32px, 5vw, 64px);
  display: grid;
}

.ew-home .hcol {
  flex-direction: column;
  display: flex;
}

.ew-home .hcol .hlist {
  flex: 1;
  grid-template-rows: repeat(4, 1fr);
}

.ew-home .hcol .hitem {
  align-items: center;
}

.ew-home .human-photo {
  border-radius: var(--r);
  aspect-ratio: 4 / 5;
  background: linear-gradient(150deg, var(--green-bright), var(--green-deep));
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}

.ew-home .human-photo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.ew-home .human-photo .statover {
  -webkit-backdrop-filter: blur(4px);
  color: #fff;
  max-width: 58%;
  box-shadow: var(--shadow-sm);
  z-index: 2;
  background: #12211acc;
  border-radius: 14px;
  padding: 13px 16px;
  position: absolute;
  top: 16px;
  right: 16px;
}

.ew-home .human-photo .statover b {
  letter-spacing: -.03em;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1;
  display: block;
}

.ew-home .human-photo .statover span {
  color: #ffffffd1;
  margin-top: 4px;
  font-size: .72rem;
  font-weight: 600;
  display: block;
}

.ew-home .human-photo .tag {
  box-shadow: var(--shadow-sm);
  background: #fffffff0;
  border-radius: 14px;
  align-items: center;
  gap: .6em;
  padding: 11px 14px;
  display: flex;
  position: absolute;
  bottom: 16px;
  left: 16px;
}

.ew-home .human-photo .tag .ic {
  background: var(--gold-soft);
  width: 30px;
  height: 30px;
  color: var(--gold);
  border-radius: 9px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ew-home .human-photo .tag .tx b {
  color: var(--green-deep);
  font-size: .86rem;
  font-weight: 800;
  line-height: 1.1;
  display: block;
}

.ew-home .human-photo .tag .tx span {
  color: var(--muted);
  font-size: .72rem;
}

.ew-home .hlist {
  gap: 12px;
  margin-top: clamp(22px, 2.6vw, 30px);
  display: grid;
}

.ew-home .hitem {
  border: 1px solid var(--mint-line);
  background: #fff;
  border-radius: 16px;
  gap: 16px;
  padding: 20px 22px;
  transition: transform .3s, box-shadow .3s;
  display: flex;
}

.ew-home .hitem:hover {
  box-shadow: var(--shadow-sm);
  transform: translateX(4px);
}

.ew-home .hitem .ic {
  background: var(--mint);
  border-radius: 12px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
}

.ew-home .hitem .ic svg {
  width: 23px;
  height: 23px;
  color: var(--green);
}

.ew-home .hitem h3 {
  color: var(--green-deep);
  font-size: 1.14rem;
}

.ew-home .hitem p {
  color: var(--muted);
  margin-top: .25rem;
  font-size: .96rem;
}

.ew-home .habits-video {
  aspect-ratio: 9 / 16;
  border-radius: var(--r);
  width: 100%;
  height: auto;
}

.ew-home .habits-video video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.ew-home .habits-video .vcap {
  z-index: 4;
  box-shadow: var(--shadow-sm);
  background: #fffffff0;
  border-radius: 14px;
  padding: 10px 14px;
  transition: opacity .3s;
  position: absolute;
  top: 14px;
  right: 14px;
}

.ew-home .hero-media.is-playing .vcap {
  opacity: 0;
  pointer-events: none;
}

.ew-home .habits-video .vcap b {
  color: var(--green-deep);
  font-size: .86rem;
  font-weight: 800;
  line-height: 1.15;
  display: block;
}

.ew-home .habits-video .vcap span {
  color: var(--muted);
  font-size: .72rem;
  font-weight: 600;
}

.ew-home .founder {
  background: #fff;
}

.ew-home .founder-card {
  background: var(--mint-2);
  border: 1px solid var(--mint-line);
  border-radius: 30px;
  grid-template-columns: .8fr 1.2fr;
  align-items: center;
  gap: clamp(28px, 4vw, 56px);
  padding: clamp(26px, 3.5vw, 42px);
  display: grid;
}

.ew-home .founder-photo {
  border-radius: var(--r);
  aspect-ratio: 1;
  background: linear-gradient(150deg, var(--green-bright), var(--green-deep));
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}

.ew-home .founder-photo img {
  object-fit: cover;
  object-position: center 20%;
  width: 100%;
  height: 100%;
}

.ew-home .founder-card h2 {
  color: var(--green-deep);
  margin-top: 1rem;
  font-size: clamp(1.7rem, 3.4vw, 2.5rem);
}

.ew-home .founder-card .quote {
  color: var(--ink);
  letter-spacing: -.02em;
  margin-top: 1.3rem;
  font-size: clamp(1.18rem, 2vw, 1.5rem);
  font-weight: 700;
  line-height: 1.4;
}

.ew-home .founder-card .quote span {
  color: var(--gold);
}

.ew-home .founder-card .body {
  color: var(--muted);
  max-width: 54ch;
  margin-top: 1.1rem;
}

.ew-home .founder-meta {
  border-top: 1px dashed var(--mint-line);
  color: var(--muted);
  margin-top: 1.6rem;
  padding-top: 1.1rem;
  font-size: .82rem;
  font-weight: 600;
}

.ew-home .cred {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 1.7rem;
  display: flex;
}

.ew-home .cred .c {
  border: 1px solid var(--mint-line);
  text-align: center;
  background: #fff;
  border-radius: 14px;
  padding: 12px 16px;
}

.ew-home .cred .c .n {
  color: var(--green-deep);
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1;
}

.ew-home .cred .c .l {
  color: var(--muted);
  margin-top: 5px;
  font-size: .72rem;
  font-weight: 600;
}

.ew-home .cases {
  background: #fff;
}

.ew-home .ph-note {
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #9a6e16;
  background: var(--gold-soft);
  border: 1px dashed #e0c893;
  border-radius: 100px;
  margin-top: 1.1rem;
  padding: .5em 1.05em;
  font-size: .72rem;
  font-weight: 800;
  display: inline-block;
}

.ew-home .case-list {
  flex-direction: column;
  gap: 18px;
  margin-top: clamp(28px, 3.2vw, 42px);
  display: flex;
}

.ew-home .case {
  background: var(--mint-2);
  border: 1px solid var(--mint-line);
  border-radius: var(--r);
  grid-template-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.ew-home .case-cols {
  gap: 28px;
  display: grid;
}

.ew-home .case-video {
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
}

@media (min-width: 900px) {
  .ew-home .case-cols {
    grid-template-columns: 280px 1fr;
    align-items: start;
  }

  .ew-home .case-video {
    margin: 0;
  }
}

.ew-home .case-media {
  background: linear-gradient(160deg, var(--green-ink), var(--green-deep));
  border-right: 1px solid var(--mint-line);
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  padding: clamp(18px, 2.4vw, 30px);
  display: flex;
}

.ew-home .case.flip .case-media {
  border-right: none;
  border-left: 1px solid var(--mint-line);
  order: 2;
}

.ew-home .case-app {
  border-top: 3px solid var(--green);
  text-align: left;
  background: #fff;
  border-radius: 16px;
  width: 100%;
  max-width: 306px;
  transition: transform .35s, box-shadow .35s;
  overflow: hidden;
  transform: rotate(-1.2deg);
  box-shadow: 0 34px 64px -26px #000000b8, 0 0 0 1px #ffffff29, 0 0 72px -12px #2ba071a6;
}

.ew-home .case.flip .case-app {
  transform: rotate(1.2deg);
}

.ew-home .case-app .caph {
  background: linear-gradient(90deg, var(--mint-2), #fff);
  border-bottom: 1px solid var(--mint-line);
  align-items: center;
  gap: 8px;
  padding: 10px 13px;
  display: flex;
}

.ew-home .case-app .caph .live {
  letter-spacing: .07em;
  text-transform: uppercase;
  color: var(--green);
  background: var(--sage2);
  border-radius: 100px;
  align-items: center;
  gap: .45em;
  margin-left: auto;
  padding: .32em .7em;
  font-size: .58rem;
  font-weight: 800;
  display: inline-flex;
}

.ew-home .case-app .caph .live:before {
  content: "";
  background: var(--green-bright);
  border-radius: 50%;
  width: 6px;
  height: 6px;
  animation: 2s ease-in-out infinite ewpulse;
}

.ew-home .case-app .caph .dots {
  gap: 4px;
  display: inline-flex;
}

.ew-home .case-app .caph .dots i {
  background: #d9d2c4;
  border-radius: 50%;
  width: 7px;
  height: 7px;
}

.ew-home .case-app .caph span {
  color: var(--muted);
  letter-spacing: .02em;
  font-size: .68rem;
  font-weight: 800;
}

.ew-home .case-app .capb {
  padding: 13px 14px 14px;
}

.ew-home .case-app .cad {
  align-items: baseline;
  gap: 7px;
  display: flex;
}

.ew-home .case-app .cad b {
  letter-spacing: -.03em;
  color: var(--green);
  font-size: 1.9rem;
  font-weight: 800;
  line-height: 1;
}

.ew-home .case-app .cad span {
  color: var(--muted);
  font-size: .68rem;
  font-weight: 700;
}

.ew-home .case-app svg {
  width: 100%;
  height: auto;
  margin-top: 8px;
  display: block;
}

.ew-home .case-app .cachips {
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 10px;
  display: flex;
}

.ew-home .case-app .cachips span {
  color: var(--green-deep);
  background: var(--mint);
  border-radius: 100px;
  padding: .35em .7em;
  font-size: .62rem;
  font-weight: 800;
}

.ew-home .case-app .cachips span.g {
  color: #9a6e16;
  background: var(--gold-soft);
}

.ew-home .ca-crv .lb {
  justify-content: space-between;
  align-items: baseline;
  gap: 8px;
  display: flex;
}

.ew-home .ca-crv .lb span {
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--muted);
  font-size: .64rem;
  font-weight: 800;
}

.ew-home .ca-crv .lb b {
  color: var(--green-deep);
  letter-spacing: -.01em;
  white-space: nowrap;
  font-size: .95rem;
  font-weight: 800;
}

.ew-home .ca-crv svg {
  margin-top: 5px;
}

.ew-home .ca-crv + .ca-crv {
  border-top: 1px dashed var(--mint-line);
  margin-top: 10px;
  padding-top: 10px;
}

.ew-home .ph-label {
  color: var(--muted-2);
  flex-direction: column;
  gap: 5px;
  font-size: .95rem;
  font-weight: 800;
  display: flex;
}

.ew-home .ph-label small {
  opacity: .82;
  font-size: .73rem;
  font-weight: 600;
}

.ew-home .case-body {
  padding: clamp(28px, 3.4vw, 42px);
}

.ew-home .case-tag {
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--green);
  background: var(--mint);
  border-radius: 100px;
  padding: .45em .9em;
  font-size: .7rem;
  font-weight: 800;
  display: inline-block;
}

.ew-home .case-body h3 {
  color: var(--green-deep);
  margin-top: 1rem;
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  line-height: 1.1;
}

.ew-home .case-ctx {
  color: var(--muted);
  margin-top: .75rem;
  font-size: 1.04rem;
}

.ew-home .gap {
  color: var(--muted-2);
  font-style: italic;
}

.ew-home h3.gap {
  border-bottom: 2px dotted var(--mint-line);
  padding-bottom: 3px;
  display: inline-block;
}

.ew-home .case-stats {
  grid-template-columns: repeat(4, auto);
  gap: 16px 30px;
  margin-top: 1.6rem;
  display: grid;
}

.ew-home .cs {
  flex-direction: column;
  gap: 4px;
  display: flex;
}

.ew-home .csl {
  letter-spacing: .07em;
  text-transform: uppercase;
  color: var(--muted);
  font-size: .66rem;
  font-weight: 800;
}

.ew-home .csv {
  color: var(--green-deep);
  font-size: 1.05rem;
  font-weight: 800;
}

.ew-home .csv.gap {
  border: 1px dashed var(--mint-line);
  color: var(--muted-2);
  background: #fff;
  border-radius: 8px;
  padding: .12em .5em;
  font-size: .9rem;
  font-weight: 700;
  display: inline-block;
}

.ew-home .case-goal {
  color: var(--muted);
  margin-top: 1rem;
  font-size: .96rem;
  line-height: 1.55;
}

.ew-home .case-goal span {
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: .25rem;
  font-size: .62rem;
  font-weight: 800;
  display: block;
}

.ew-home .case-quote {
  color: var(--ink);
  margin-top: 1.7rem;
  font-size: 1.12rem;
  font-style: italic;
  line-height: 1.5;
}

.ew-home .case-quote.gap {
  color: var(--muted-2);
}

.ew-home .case-note {
  color: var(--muted);
  margin-top: .9rem;
  font-size: .88rem;
  line-height: 1.5;
}

.ew-home .case-note span {
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--green);
  margin-right: .5em;
  font-size: .6rem;
  font-weight: 800;
}

.ew-home .stories-sec {
  background: var(--mint);
}

.ew-home .stories-sec.pad {
  padding-block: clamp(34px, 4.2vw, 60px);
}

.ew-home .proven-head {
  text-align: center;
  max-width: 46ch;
  margin: 0 auto;
}

.ew-home .proven-head h2 {
  color: var(--green-deep);
  margin-top: 1rem;
  font-size: clamp(1.9rem, 3.8vw, 2.9rem);
  line-height: 1.06;
}

.ew-home .proven-head h2 em {
  color: var(--gold);
  font-style: normal;
}

.ew-home .proven-head p {
  color: var(--muted);
  margin-top: 1.1rem;
  max-width: 48ch;
  margin-inline: auto;
  font-size: 1.1rem;
}

.ew-home .cgrid {
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: clamp(28px, 3.4vw, 44px);
  display: grid;
}

.ew-home .cgrid.cgrid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.ew-home .champ {
  aspect-ratio: 4 / 5;
  box-shadow: var(--shadow);
  cursor: pointer;
  background: #10231b;
  border-radius: 20px;
  transition: transform .35s, box-shadow .35s;
  position: relative;
  overflow: hidden;
}

.ew-home .champ:hover {
  transform: translateY(-6px);
  box-shadow: 0 36px 72px -34px #12211a80;
}

.ew-home .champ video {
  object-fit: cover;
  background: #10231b;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.ew-home .champ:after {
  content: "";
  pointer-events: none;
  background: linear-gradient(#10231b4d 0%, #0c1c1575 40%, #091711c7 68%, #07140ff7 100%);
  transition: opacity .35s;
  position: absolute;
  inset: 0;
}

.ew-home .cplay {
  cursor: pointer;
  z-index: 3;
  width: 58px;
  height: 58px;
  box-shadow: var(--shadow-sm);
  background: #fffffff0;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin: auto;
  transition: transform .25s, opacity .3s;
  display: flex;
  position: absolute;
  inset: 0;
}

.ew-home .champ:hover .cplay {
  transform: scale(1.09);
}

.ew-home .cplay:after {
  content: "";
  border-left: 17px solid var(--green-deep);
  border-top: 11px solid #0000;
  border-bottom: 11px solid #0000;
  margin-left: 4px;
}

.ew-home .cmeta {
  z-index: 2;
  pointer-events: none;
  padding: 20px 58px 20px 18px;
  transition: opacity .3s;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.ew-home .cmeta b {
  color: #fff;
  letter-spacing: -.03em;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1.05;
  display: block;
}

.ew-home .cmeta span {
  color: #ffffffd6;
  letter-spacing: .005em;
  margin-top: 5px;
  font-size: .82rem;
  font-weight: 600;
  line-height: 1.3;
  display: block;
}

.ew-home .cbadge {
  z-index: 4;
  max-width: 66%;
  color: var(--green-deep);
  background: #fbf7eff5;
  border-radius: 100px;
  align-items: center;
  gap: .4em;
  padding: .45em .8em;
  font-size: .8rem;
  font-weight: 800;
  transition: opacity .3s;
  display: inline-flex;
  position: absolute;
  top: 13px;
  right: 13px;
  box-shadow: 0 8px 18px -10px #0009;
}

.ew-home .cbadge .ar {
  color: var(--gold);
}

.ew-home .cbadge.quote {
  color: var(--ink);
  font-size: .76rem;
  font-style: italic;
  font-weight: 600;
}

.ew-home .ccase {
  z-index: 5;
  background: var(--gold);
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  text-decoration: none;
  transition: transform .2s, background .2s;
  display: flex;
  position: absolute;
  bottom: 15px;
  right: 15px;
  box-shadow: 0 10px 20px -10px #0009;
}

.ew-home .ccase svg {
  width: 18px;
  height: 18px;
}

.ew-home .ccase:hover {
  background: var(--gold-bright);
  transform: translateX(3px);
}

.ew-home .champ.is-playing:after {
  opacity: 0;
}

.ew-home .champ.is-playing .cplay, .ew-home .champ.is-playing .cmeta, .ew-home .champ.is-playing .cbadge {
  opacity: 0;
  pointer-events: none;
}

.ew-home .programmes {
  background: #fff;
}

.ew-home .prog-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: clamp(28px, 3.4vw, 44px);
  display: grid;
}

.ew-home .prog {
  border: 1.5px solid var(--mint-line);
  border-radius: var(--r);
  background: #fff;
  flex-direction: column;
  padding: 30px 28px;
  transition: transform .3s, box-shadow .3s;
  display: flex;
}

.ew-home .prog:hover {
  box-shadow: var(--shadow);
  transform: translateY(-5px);
}

.ew-home .prog .ptag {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.ew-home .prog .ptag .nmt {
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: .8rem;
  font-weight: 800;
}

.ew-home .prog .ptag .pop {
  background: var(--gold);
  color: #fff;
  border-radius: 100px;
  padding: .35em .8em;
  font-size: .68rem;
  font-weight: 800;
}

.ew-home .prog h3 {
  color: var(--green-deep);
  font-size: 1.5rem;
}

@media (min-width: 641px) {
  .ew-home .prog h3 {
    min-height: 2.2em;
  }
}

.ew-home .prog .price {
  color: var(--ink);
  margin-top: .5rem;
  font-size: 1.05rem;
  font-weight: 700;
}

.ew-home .prog .price b {
  color: var(--green);
  font-size: 1.35rem;
}

.ew-home .prog .price small {
  color: var(--muted);
  font-size: .92rem;
  font-weight: 600;
}

.ew-home .prog ul {
  flex-direction: column;
  flex: 1;
  gap: .72rem;
  margin: 1.4rem 0;
  list-style: none;
  display: flex;
}

.ew-home .prog ul li {
  color: var(--muted);
  align-items: flex-start;
  gap: .65em;
  font-size: .97rem;
  display: flex;
}

.ew-home .prog ul li svg {
  width: 18px;
  height: 18px;
  color: var(--green);
  flex: none;
  margin-top: .18em;
}

.ew-home .prog .btn {
  justify-content: center;
  width: 100%;
  margin-top: auto;
}

.ew-home .prog.highlight {
  border-color: var(--green);
  position: relative;
  box-shadow: 0 24px 60px -30px #1c7a5580;
}

.ew-home .prog.highlight:before {
  content: "";
  border-radius: var(--r);
  background: linear-gradient(160deg, var(--green-bright), var(--gold));
  -webkit-mask-composite: xor;
  pointer-events: none;
  opacity: .6;
  padding: 1.5px;
  position: absolute;
  inset: -1.5px;
  -webkit-mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  -webkit-mask-position: 0 0, 0 0;
  -webkit-mask-size: auto, auto;
  -webkit-mask-repeat: repeat, repeat;
  -webkit-mask-clip: content-box, border-box;
  -webkit-mask-origin: content-box, border-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-mask-source-type: auto, auto;
  mask-mode: match-source, match-source;
}

.ew-home .corp {
  background: #fff;
  padding-top: 0;
}

.ew-home .corp-band {
  background: linear-gradient(135deg, var(--green), var(--green-deep));
  color: #fff;
  border-radius: 30px;
  grid-template-columns: 1.25fr .75fr;
  align-items: center;
  gap: clamp(28px, 4vw, 52px);
  padding: clamp(34px, 4.5vw, 56px);
  display: grid;
  position: relative;
  overflow: hidden;
}

.ew-home .corp-band .glow {
  pointer-events: none;
  background: radial-gradient(circle, #c99a3352, #0000 65%);
  border-radius: 50%;
  width: 380px;
  height: 380px;
  position: absolute;
  top: -150px;
  right: -90px;
}

.ew-home .corp-band .ct {
  z-index: 2;
  position: relative;
}

.ew-home .corp-band h3 {
  color: #fff;
  max-width: 20ch;
  margin-top: 1rem;
  font-size: clamp(1.7rem, 3.2vw, 2.5rem);
}

.ew-home .corp-band p {
  color: #cfefdd;
  max-width: 48ch;
  margin-top: 1rem;
  font-size: 1.06rem;
}

.ew-home .corp-actions {
  flex-wrap: wrap;
  gap: .8rem;
  margin-top: 1.6rem;
  display: flex;
}

.ew-home .corp-pts {
  z-index: 2;
  flex-direction: column;
  gap: 12px;
  display: flex;
  position: relative;
}

.ew-home .corp-pts .cp {
  background: #ffffff1a;
  border: 1px solid #ffffff29;
  border-radius: 14px;
  padding: 15px 18px;
}

.ew-home .corp-pts .cp b {
  color: #fff;
  font-size: 1.05rem;
  font-weight: 800;
  display: block;
}

.ew-home .corp-pts .cp span {
  color: #bfe3cf;
  font-size: .82rem;
}

.ew-home .final {
  background: var(--mint);
  text-align: center;
}

.ew-home .final-card {
  border: 1px solid var(--mint-line);
  box-shadow: var(--shadow);
  background: #fff;
  border-radius: 34px;
  padding: clamp(38px, 5vw, 60px) clamp(24px, 4vw, 52px);
  position: relative;
  overflow: hidden;
}

.ew-home .final-card .inner {
  z-index: 2;
  position: relative;
}

.ew-home .final-card h2 {
  color: var(--green-deep);
  font-size: clamp(1.9rem, 3.8vw, 2.9rem);
}

.ew-home .final-card h2 em {
  color: var(--gold);
  font-style: normal;
}

.ew-home .final-card p {
  color: var(--muted);
  max-width: 46ch;
  margin: 1.2rem auto 0;
  font-size: 1.12rem;
}

.ew-home .final-cta {
  flex-wrap: wrap;
  justify-content: center;
  gap: .8rem;
  margin-top: 2.1rem;
  display: flex;
}

.ew-home .reassure {
  color: var(--muted-2);
  margin-top: 1.4rem;
  font-size: .86rem;
  font-weight: 600;
}

.ew-home .reveal {
  opacity: 0;
  transition: opacity .7s cubic-bezier(.16, 1, .3, 1), transform .7s cubic-bezier(.16, 1, .3, 1);
  transform: translateY(20px);
}

.ew-home .reveal.in {
  opacity: 1;
  transform: none;
}

.ew-home .reveal[data-d="1"] {
  transition-delay: 70ms;
}

.ew-home .reveal[data-d="2"] {
  transition-delay: .14s;
}

.ew-home .reveal[data-d="3"] {
  transition-delay: .21s;
}

@media (prefers-reduced-motion: reduce) {
  .ew-home .reveal {
    opacity: 1;
    transition: none;
    transform: none;
  }
}

@media (max-width: 1000px) {
  .ew-home .human-grid, .ew-home .founder-card, .ew-home .corp-band, .ew-home .proof-band {
    grid-template-columns: 1fr;
  }

  .ew-home .founder-photo {
    max-width: 360px;
    margin: 0 auto;
  }

  .ew-home .human-photo {
    max-width: 440px;
    margin: 0 auto;
  }

  .ew-home .habits-video {
    width: min(100%, 400px);
    height: auto;
    margin-inline: auto;
  }

  .ew-home .trip, .ew-home .feat, .ew-home .prog-grid, .ew-home .grid9 {
    grid-template-columns: repeat(2, 1fr);
  }

  .ew-home .fcard.wide, .ew-home .fcard.accent {
    grid-column: span 2;
  }

  .ew-home .stat-grid, .ew-home .bgrid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ew-home .bfeature {
    grid-template-columns: 1fr;
  }

  .ew-home .bf-img {
    order: -1;
    min-height: 220px;
  }

  .ew-home .cgrid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ew-home .case {
    grid-template-columns: 1fr;
  }

  .ew-home .case .case-media, .ew-home .case.flip .case-media {
    border-left: none;
    border-right: none;
    border-bottom: 2px dashed var(--mint-line);
    order: 0;
    min-height: 210px;
  }

  .ew-home .case-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .ew-home .cgrid {
    gap: 10px;
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .ew-home .cbadge {
    display: none;
  }

  .ew-home .cmeta b {
    font-size: 1.05rem;
  }

  .ew-home .cmeta {
    padding: 12px;
  }

  .ew-home .trip, .ew-home .feat, .ew-home .prog-grid, .ew-home .bgrid, .ew-home .cgrid, .ew-home .grid9 {
    grid-template-columns: 1fr;
  }

  .ew-home .hf-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ew-home .fcard.wide, .ew-home .fcard.accent {
    grid-column: span 1;
  }

  .ew-home .hero .lead {
    max-width: none;
  }

  .ew-home .cred .c {
    flex: 1;
    min-width: calc(50% - 5px);
  }

  .ew-home .hero-media {
    aspect-ratio: 5 / 4;
  }

  .ew-home .habits-video {
    aspect-ratio: 9 / 16;
    width: min(100%, 360px);
  }

  .ew-home .proven-head h2 br {
    display: none;
  }
}

.ew-home .faq {
  background: var(--cream);
}

.ew-home .faq-list {
  max-width: 760px;
  margin: clamp(26px, 3.2vw, 40px) auto 0;
}

.ew-home .faq-item {
  border-bottom: 1px solid var(--mint-line);
}

.ew-home .faq-item summary {
  cursor: pointer;
  color: var(--green-deep);
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  min-height: 44px;
  padding: 18px 4px;
  font-size: 1.05rem;
  font-weight: 700;
  list-style: none;
  display: flex;
}

.ew-home .faq-item summary::-webkit-details-marker {
  display: none;
}

.ew-home .faq-item summary:after {
  content: "+";
  color: var(--green);
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  transition: transform .2s;
}

.ew-home .faq-item[open] summary:after {
  transform: rotate(45deg);
}

.ew-home .faq-item p {
  color: var(--muted);
  max-width: 68ch;
  padding: 0 4px 20px;
}

/*# sourceMappingURL=src_app_ew-home_0j6cqa9.css.map*/