/* Public WeClimb landing page. Scoped so legacy EJS and admin views remain unchanged. */
.landing-page {
  --coral: #ff5e45;
  --coral-dark: #d94832;
  --teal: #32737a;
  --teal-dark: #173f43;
  --ink: #121417;
  --paper: #fcfbf9;
  --mist: #e6f0ef;
  --line: #dce3df;
  --sun: #ffc95f;
  background: var(--paper);
  color: var(--ink);
  font-family: "Plus Jakarta Sans", ui-sans-serif, sans-serif;
  min-width: 320px;
}

.landing-page * { box-sizing: border-box; }
.landing-page a { color: inherit; text-decoration: none; }
.landing-page main { background: var(--paper); }
.landing-page .landing-hero { isolation: isolate; overflow: hidden; min-height: 710px; padding: 25px max(30px, calc((100vw - 1240px) / 2)); position: relative; background: linear-gradient(135deg, #fcfbf9 0%, #f7f6f2 56%, #e5f0ee 100%); }
.landing-page .landing-hero::before { background: radial-gradient(circle, rgba(50,115,122,.14) 1px, transparent 1.25px); background-size: 15px 15px; content: ""; height: 310px; opacity: .58; position: absolute; right: -85px; top: 105px; transform: rotate(-14deg); width: 310px; z-index: -1; }
.landing-page .landing-nav { align-items: center; display: flex; justify-content: space-between; margin: 0 auto; max-width: 1180px; }
.landing-page .landing-brand { align-items: center; display: inline-flex; font-size: 21px; font-weight: 800; gap: 9px; letter-spacing: -.8px; }
.landing-page .brand-mark { align-items: center; background: var(--coral); border-radius: 9px; color: white; display: inline-flex; height: 31px; justify-content: center; transform: rotate(-5deg); width: 31px; }
.landing-page .brand-mark svg { height: 21px; width: 21px; }
.landing-page .nav-download-link { border-bottom: 1px solid var(--ink); font-size: 13px; font-weight: 700; padding-bottom: 3px; transition: color .2s ease; }
.landing-page .nav-download-link:hover, .landing-page .text-link:hover { color: var(--coral-dark); }
.landing-page .hero-content { align-items: center; display: grid; gap: 58px; grid-template-columns: minmax(400px, 1fr) minmax(420px, .94fr); margin: 64px auto 0; max-width: 1180px; }
.landing-page .hero-copy { max-width: 600px; padding-bottom: 7px; }
.landing-page .eyebrow { align-items: center; color: var(--teal); display: flex; font-family: "DM Mono", monospace; font-size: 10px; font-weight: 500; gap: 8px; letter-spacing: .12em; margin: 0 0 21px; text-transform: uppercase; }
.landing-page .eyebrow-dot { background: var(--coral); border-radius: 50%; height: 7px; width: 7px; }
.landing-page h1, .landing-page h2, .landing-page h3, .landing-page p { margin-top: 0; }
.landing-page h1 { font-size: clamp(42px, 4.8vw, 66px); font-weight: 800; letter-spacing: -.07em; line-height: .98; margin-bottom: 22px; }
.landing-page h1 em { color: var(--coral); font-family: "Playfair Display", serif; font-size: 1.07em; font-weight: 600; letter-spacing: -.07em; }
.landing-page .hero-intro { color: #58645f; font-size: 17px; line-height: 1.65; margin-bottom: 30px; max-width: 492px; }
.landing-page .hero-metaphor { color: var(--teal-dark); font-family: "Playfair Display", serif; font-size: 16px; font-style: italic; line-height: 1.45; margin: -10px 0 25px; max-width: 405px; }
.landing-page .hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 22px; }
.landing-page .reassurance { color: #758079; font-family: "DM Mono", monospace; font-size: 10px; letter-spacing: .015em; line-height: 1.5; }
.landing-page .hero-reassurance { margin: 15px 0 0; }
.landing-page .button { align-items: center; border-radius: 100px; display: inline-flex; font-size: 14px; font-weight: 800; gap: 12px; padding: 16px 21px; transition: box-shadow .2s ease, transform .2s ease; }
.landing-page .button-primary { background: var(--coral); color: white; box-shadow: 0 10px 22px rgba(255,94,69,.22); }
.landing-page .button-primary:hover { box-shadow: 0 13px 27px rgba(255,94,69,.32); transform: translateY(-2px); }
.landing-page .text-link { border-bottom: 1px solid #b6beb9; font-size: 13px; font-weight: 700; padding: 3px 0; transition: color .2s ease; }
.landing-page .social-proof { align-items: center; display: flex; gap: 13px; margin-top: 50px; }
.landing-page .social-proof p { color: #6b7570; font-size: 11px; line-height: 1.5; margin: 0; }
.landing-page .social-proof strong { color: var(--ink); }
.landing-page .avatar-stack { display: flex; padding-left: 8px; }
.landing-page .avatar { align-items: center; border: 2px solid var(--paper); border-radius: 50%; color: white; display: inline-flex; font-size: 9px; font-weight: 800; height: 31px; justify-content: center; margin-left: -8px; width: 31px; }
.landing-page .avatar-coral { background: #f17e65; }.landing-page .avatar-teal { background: #4e9698; }.landing-page .avatar-sun { background: #eeb344; }.landing-page .avatar-ink { background: #49534f; }
.landing-page .hero-visual { align-items: center; display: flex; height: 565px; justify-content: center; position: relative; }
.landing-page .sun-orb { background: var(--sun); border-radius: 50%; height: 365px; position: absolute; right: 4%; top: 39px; width: 365px; }
.landing-page .trail { border: 1px solid rgba(50,115,122,.2); border-radius: 50%; position: absolute; transform: rotate(-28deg); }
.landing-page .trail-one { height: 440px; left: 10px; top: 41px; width: 210px; }.landing-page .trail-two { height: 475px; left: 39px; top: 10px; width: 218px; }
.landing-page .ascending-dots { bottom: 77px; display: flex; gap: 9px; left: 30px; position: absolute; transform: rotate(-24deg); z-index: 0; }.landing-page .ascending-dots span { background: var(--teal); border-radius: 50%; display: block; height: 5px; opacity: .55; width: 5px; }.landing-page .ascending-dots span:nth-child(2) { transform: translateY(-8px); }.landing-page .ascending-dots span:nth-child(3) { transform: translateY(-17px); }.landing-page .ascending-dots span:nth-child(4) { background: var(--coral); opacity: 1; transform: translateY(-27px); }
.landing-page .phone-frame { background: #202427; border: 7px solid #202427; border-radius: 38px; box-shadow: 0 30px 55px rgba(24,52,52,.25), 0 8px 15px rgba(24,52,52,.18); height: 540px; overflow: hidden; position: relative; transform: rotate(4deg); width: 270px; z-index: 1; }
.landing-page .phone-top { align-items: center; color: #222; display: flex; font-family: Arial,sans-serif; font-size: 9px; font-weight: 700; justify-content: space-between; left: 20px; position: absolute; right: 20px; top: 9px; z-index: 2; }.landing-page .phone-island { background: #202427; border-radius: 8px; height: 13px; width: 59px; }
.landing-page .phone-screen { background: #fcfbf9; height: calc(100% - 55px); padding: 34px 15px 9px; }.landing-page .phone-heading { align-items: flex-start; display: flex; justify-content: space-between; }.landing-page .phone-heading span { color: #8e9791; font-size: 8px; }.landing-page .phone-heading h2 { font-size: 24px; font-weight: 800; letter-spacing: -1.5px; line-height: 1; margin: 2px 0 0; }.landing-page .streak { background: #fff0e9; border-radius: 20px; color: var(--coral); font-size: 10px; padding: 7px 8px; }
.landing-page .week-row { display: flex; gap: 5px; justify-content: space-between; margin: 18px 0 17px; }.landing-page .week-row span { align-items: center; border-radius: 50%; color: #a2aaa5; display: flex; font-size: 8px; font-weight: 700; height: 22px; justify-content: center; width: 22px; }.landing-page .week-row .done { background: var(--teal); color: white; }.landing-page .week-row .today { background: var(--coral); color: white; box-shadow: 0 3px 8px rgba(255,94,69,.32); }
.landing-page .phone-label { color: #909a94; font-family: "DM Mono",monospace; font-size: 7px; letter-spacing: .09em; margin: 0 0 7px; }.landing-page .climb-card, .landing-page .squad-card { align-items: center; background: white; border: 1px solid #edf0ee; border-radius: 13px; box-shadow: 0 3px 8px rgba(29,61,64,.035); display: flex; gap: 9px; margin-bottom: 7px; padding: 9px; }.landing-page .climb-card h3, .landing-page .squad-card strong { font-size: 10px; font-weight: 800; letter-spacing: -.25px; }.landing-page .climb-card h3 { margin: 0 0 2px; }.landing-page .climb-card p, .landing-page .squad-card p { color: #88928c; font-size: 8px; margin: 0; }.landing-page .climb-icon { align-items: center; background: #fff1ec; border-radius: 9px; color: var(--coral); display: flex; font-size: 18px; height: 29px; justify-content: center; width: 29px; }.landing-page .climb-icon-teal { background: #e8f3f2; color: var(--teal); }.landing-page .climb-card button { background: var(--coral); border: 0; border-radius: 16px; color: white; font-size: 8px; font-weight: 800; margin-left: auto; padding: 6px 9px; }.landing-page .card-check { align-items: center; background: #e6f3ec; border-radius: 50%; color: #2f9b65; display: flex; font-size: 11px; font-weight: 800; height: 20px; justify-content: center; margin-left: auto; width: 20px; }.landing-page .squad-label { margin-top: 17px; }.landing-page .avatar-stack.small { padding-left: 5px; }.landing-page .avatar-stack.small .avatar { border-color: white; font-size: 7px; height: 21px; margin-left: -5px; width: 21px; }.landing-page .squad-card { gap: 7px; padding: 9px; }.landing-page .cheer { color: var(--coral); font-size: 19px; margin-left: auto; }.landing-page .phone-nav { align-items: center; background: white; border-top: 1px solid #edf0ee; bottom: 0; display: flex; height: 49px; justify-content: space-around; left: 0; position: absolute; right: 0; }.landing-page .phone-nav span { color: #9ca59f; display: flex; flex-direction: column; font-size: 14px; gap: 1px; text-align: center; }.landing-page .phone-nav span.active { color: var(--coral); }.landing-page .phone-nav small { font-size: 6px; font-weight: 700; }
.landing-page .floating-note { align-items: center; backdrop-filter: blur(9px); background: rgba(255,255,255,.89); border: 1px solid rgba(255,255,255,.9); border-radius: 13px; box-shadow: 0 16px 30px rgba(33,70,69,.13); display: flex; gap: 9px; padding: 9px 12px; position: absolute; z-index: 2; }.landing-page .floating-note span { align-items: center; background: #fff2cf; border-radius: 50%; color: #d28e00; display: flex; font-size: 12px; height: 27px; justify-content: center; width: 27px; }.landing-page .floating-note p { color: #77817b; font-size: 8px; line-height: 1.45; margin: 0; white-space: nowrap; }.landing-page .floating-note b { color: var(--ink); font-size: 9px; }.landing-page .note-one { left: -10px; top: 119px; }.landing-page .note-two { bottom: 66px; right: -11px; }.landing-page .note-two span { background: #ffece7; color: var(--coral); }
.landing-page .hero-device { left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%) rotate(4deg) scale(.67); transform-origin: center; z-index: 1; }
.landing-page .product-preview-label { align-items: center; backdrop-filter: blur(9px); background: rgba(255,255,255,.9); border: 1px solid rgba(255,255,255,.9); border-radius: 999px; bottom: 116px; color: var(--teal-dark); display: inline-flex; font-family: "DM Mono", monospace; font-size: 9px; gap: 8px; letter-spacing: .03em; padding: 8px 11px; position: absolute; right: 23px; z-index: 2; }.landing-page .product-preview-label b { color: var(--coral); font-size: 10px; }
.landing-page .screenshot-illustration { height: 200px; margin: 10px -23px 22px; overflow: hidden; position: relative; }
.landing-page .feature-device { left: 50%; position: absolute; top: 8px; transform: translateX(-50%) scale(.42); transform-origin: top center; }
.landing-page .how-section { background: var(--paper); color: var(--ink); margin: 0 auto; max-width: 1240px; padding: 73px 30px 112px; }.landing-page .section-kicker { color: var(--coral); font-family: "DM Mono",monospace; font-size: 10px; font-weight: 500; letter-spacing: .14em; margin-bottom: 19px; }.landing-page .section-heading { align-items: end; display: flex; justify-content: space-between; margin-bottom: 48px; }.landing-page .section-heading h2 { font-size: clamp(38px,4.5vw,60px); font-weight: 800; letter-spacing: -.065em; line-height: .99; margin-bottom: 0; }.landing-page .section-heading p { color: #66726c; font-size: 14px; line-height: 1.7; margin: 0 0 4px; max-width: 350px; }.landing-page .step-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }.landing-page .step-card { border: 1px solid var(--line); border-radius: 18px; min-height: 383px; overflow: hidden; padding: 23px; position: relative; }.landing-page .step-card:nth-child(2) { transform: translateY(-10px); }.landing-page .step-card:nth-child(3) { transform: translateY(-20px); }.landing-page .step-number { color: var(--coral-dark); font-family: "DM Mono",monospace; font-size: 13px; font-weight: 500; letter-spacing: .01em; }.landing-page .step-card h3 { font-size: 18px; font-weight: 800; letter-spacing: -.6px; margin: 0 0 9px; }.landing-page .step-card p { color: #66726c; font-size: 12px; line-height: 1.65; margin: 0; max-width: 290px; }.landing-page .step-illustration { height: 200px; margin: 10px -23px 22px; position: relative; }.landing-page .step-goal { background: #f7eee0; }.landing-page .goal-illustration { overflow: hidden; }.landing-page .mini-sun { background: var(--sun); border-radius: 50%; height: 112px; position: absolute; right: 44px; top: 24px; width: 112px; }.landing-page .mini-path { border: 19px solid var(--teal); border-bottom: 0; border-left-color: transparent; border-radius: 52% 52% 0 0; bottom: -38px; height: 188px; left: 24px; position: absolute; transform: rotate(-9deg); width: 220px; }.landing-page .mini-flag { background: var(--coral); color: white; font-family: "DM Mono",monospace; font-size: 9px; font-weight: 500; left: 48px; letter-spacing: .08em; padding: 7px 8px; position: absolute; top: 78px; transform: rotate(-8deg); }.landing-page .step-squad { background: #e3f0ee; }.landing-page .squad-illustration { align-items: center; display: flex; justify-content: center; padding-top: 32px; }.landing-page .squad-illustration span { align-items: center; border: 3px solid #e3f0ee; border-radius: 50%; color: white; display: flex; font-size: 21px; font-weight: 800; height: 98px; justify-content: center; margin-left: -15px; transform: translateY(var(--offset, 0)); width: 98px; }.landing-page .squad-illustration span:nth-child(1) { --offset: 9px; background: #f4775f; }.landing-page .squad-illustration span:nth-child(2) { --offset: -13px; background: #448d91; }.landing-page .squad-illustration span:nth-child(3) { --offset: 8px; background: #e6b84c; }.landing-page .squad-illustration span:nth-child(4) { --offset: -8px; background: #344845; }.landing-page .step-progress { background: #f6f7f4; }.landing-page .progress-illustration { overflow: hidden; }.landing-page .progress-line { border-radius: 30px; height: 30px; left: 44px; position: absolute; transform: rotate(-24deg); }.landing-page .progress-line.one { background: #d9e8e5; top: 44px; width: 175px; }.landing-page .progress-line.two { background: var(--teal); top: 88px; width: 250px; }.landing-page .progress-line.three { background: var(--coral); top: 132px; width: 310px; }.landing-page .progress-star { align-items: center; background: var(--sun); border-radius: 50%; bottom: 23px; color: #895d00; display: flex; font-size: 27px; height: 70px; justify-content: center; position: absolute; right: 41px; transform: rotate(15deg); width: 70px; }
.landing-page .closing-section { background: var(--ink); color: white; isolation: isolate; overflow: hidden; padding: 88px max(30px, calc((100vw - 1180px) / 2)) 27px; position: relative; }.landing-page .closing-glow { background: var(--coral); border-radius: 50%; filter: blur(1px); height: 475px; opacity: .93; position: absolute; right: 5%; top: -190px; width: 475px; z-index: -1; }.landing-page .closing-glow::after { border: 1px solid rgba(255,255,255,.4); border-radius: 50%; content: ""; inset: 37px; position: absolute; }.landing-page .on-dark { color: #ffcbbf; }.landing-page .on-dark .eyebrow-dot { background: var(--sun); }.landing-page .closing-content { align-items: center; display: grid; grid-template-columns: minmax(0, 580px) 1fr; min-height: 315px; }.landing-page .closing-copy { max-width: 580px; position: relative; z-index: 1; }.landing-page .closing-copy h2 { font-size: clamp(42px,4.8vw,65px); font-weight: 800; letter-spacing: -.07em; line-height: .97; margin-bottom: 20px; }.landing-page .closing-copy > p:not(.reassurance):not(.brand-phrase) { color: #bcc5c0; font-size: 15px; line-height: 1.65; margin-bottom: 0; max-width: 455px; }.landing-page .closing-reassurance { color: #e2e8e4; margin: 15px 0 0; }.landing-page .brand-phrase { color: #ffcbbf; font-family: "Playfair Display", serif; font-size: 16px; font-style: italic; line-height: 1.45; margin: 16px 0 0; max-width: 430px; }.landing-page .closing-preview { align-self: stretch; min-width: 330px; overflow: visible; position: relative; }.landing-page .closing-device { bottom: -122px; left: 50%; position: absolute; transform: translateX(-50%) rotate(5deg) scale(.48); transform-origin: bottom center; }.landing-page .store-links { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 25px; position: relative; z-index: 2; }.landing-page .store-button { align-items: center; background: white; border-radius: 12px; color: var(--ink); display: flex; gap: 11px; height: 62px; min-width: 220px; padding: 12px 14px; transition: transform .2s ease, background .2s ease; }.landing-page .store-button:hover { background: #fff5f1; transform: translateY(-2px); }.landing-page .store-button small { display: block; font-family: "DM Mono",monospace; font-size: 7px; font-weight: 500; letter-spacing: .06em; line-height: 1.3; }.landing-page .store-button strong { display: block; font-size: 14px; letter-spacing: -.3px; line-height: 1.2; }.landing-page .store-icon { align-items: center; background: var(--teal-dark); border-radius: 8px; color: white; display: flex; font-size: 15px; height: 31px; justify-content: center; width: 31px; }.landing-page .store-icon.play { background: var(--coral); font-size: 12px; }.landing-page .external-arrow { margin-left: auto; }.landing-page .beta-note { color: #aab5b0; font-family: "DM Mono",monospace; font-size: 9px; margin: 12px 0 0; position: relative; z-index: 2; }.landing-page .landing-footer { align-items: center; border-top: 1px solid rgba(255,255,255,.16); color: #aab5b0; display: flex; font-size: 10px; justify-content: space-between; margin-top: 74px; padding-top: 23px; }.landing-page .landing-footer .landing-brand { color: white; font-size: 17px; }.landing-page .landing-footer .brand-mark { height: 26px; width: 26px; }.landing-page .landing-footer .brand-mark svg { height: 17px; width: 17px; }.landing-page .landing-footer div { display: flex; gap: 20px; }.landing-page .landing-footer a:not(.landing-brand):hover { color: white; }

/* Keep the compact process cards visually uniform. */
.landing-page .section-heading { margin-bottom: 42px; }
.landing-page .step-card,
.landing-page .step-card:nth-child(2),
.landing-page .step-card:nth-child(3) { min-height: 350px; padding: 23px 23px 18px; transform: none; }
.landing-page .step-card .screenshot-illustration { height: 185px; margin: 10px -23px 16px; }
.landing-page .step-card .feature-device { top: 7px; }
.landing-page .closing-content { min-height: 280px; }
.landing-page .closing-copy h2 { font-size: clamp(40px, 4.35vw, 59px); }
.landing-page .closing-copy .eyebrow { color: #ffcbbf; }
.landing-page .closing-copy .closing-description { color: #bcc5c0; font-size: 15px; line-height: 1.65; margin: 0; max-width: 455px; }
.landing-page .closing-copy .closing-reassurance,
.landing-page .closing-copy .brand-phrase { display: none; }
.landing-page .closing-device { transform: translateX(-50%) rotate(5deg) scale(.43); }
.landing-page .store-links { margin-top: 18px; }

@media (max-width: 840px) { .landing-page .landing-hero { min-height: auto; padding: 20px 23px 54px; }.landing-page .hero-content { gap: 14px; grid-template-columns: 1fr; margin-top: 56px; }.landing-page .hero-copy { text-align: center; }.landing-page .eyebrow { justify-content: center; }.landing-page .hero-intro, .landing-page .hero-metaphor { margin-left: auto; margin-right: auto; }.landing-page .hero-actions, .landing-page .social-proof { justify-content: center; }.landing-page .hero-reassurance { text-align: center; }.landing-page .social-proof { margin-top: 34px; }.landing-page .hero-visual { height: 533px; margin: 24px auto 0; max-width: 470px; }.landing-page .hero-device { transform: translate(-50%, -50%) rotate(2.5deg) scale(.63); }.landing-page .note-one { left: 0; }.landing-page .note-two { right: 0; }.landing-page .how-section { padding: 64px 23px 88px; }.landing-page .section-heading { align-items: start; flex-direction: column; gap: 20px; }.landing-page .step-grid { grid-template-columns: 1fr; }.landing-page .step-card, .landing-page .step-card:nth-child(2), .landing-page .step-card:nth-child(3) { min-height: 336px; transform: none; }.landing-page .screenshot-illustration { height: 155px; }.landing-page .feature-device { transform: translateX(-50%) scale(.33); }.landing-page .closing-section { padding: 72px 23px 24px; }.landing-page .closing-content { grid-template-columns: 1fr; min-height: auto; }.landing-page .closing-preview { height: 245px; margin-top: 10px; min-width: 0; }.landing-page .closing-device { bottom: -86px; transform: translateX(-50%) rotate(5deg) scale(.43); }.landing-page .landing-footer { flex-wrap: wrap; gap: 16px; margin-top: 75px; }.landing-page .landing-footer > span { width: 100%; } }
@media (max-width: 520px) { .landing-page .landing-nav { align-items: flex-start; }.landing-page .nav-download-link { font-size: 11px; }.landing-page h1 { font-size: 40px; }.landing-page .hero-intro { font-size: 15px; }.landing-page .hero-actions { flex-direction: column; gap: 16px; }.landing-page .hero-visual { height: 481px; margin-left: -13px; margin-right: -13px; transform: scale(.87); transform-origin: top center; width: calc(100% + 26px); }.landing-page .sun-orb { height: 350px; right: 2%; width: 350px; }.landing-page .trail-one { left: -8px; }.landing-page .note-one { left: -14px; }.landing-page .note-two { right: -11px; }.landing-page .section-heading h2 { font-size: 40px; }.landing-page .step-card { min-height: 325px; }.landing-page .store-links { flex-direction: column; }.landing-page .store-button { min-width: 0; width: 100%; }.landing-page .beta-note { text-align: center; }.landing-page .closing-preview { height: 210px; }.landing-page .closing-device { transform: translateX(-50%) rotate(4deg) scale(.37); }.landing-page .landing-footer { align-items: flex-start; flex-direction: column; }.landing-page .landing-footer > span { width: auto; } }
@media (max-width: 840px) {
  .landing-page .closing-glow {
    height: 340px;
    opacity: .72;
    right: -205px;
    top: 180px;
    width: 340px;
  }

  .landing-page .closing-copy .closing-description {
    color: #f0f3f1;
    max-width: 370px;
  }

  .landing-page .closing-preview {
    margin-top: 38px;
  }

  .landing-page .closing-device {
    bottom: -62px;
    transform: translateX(-50%) rotate(4deg) scale(.36);
  }
}

@media (max-width: 520px) {
  .landing-page .closing-preview { height: 205px; }
  .landing-page .closing-device { bottom: -54px; transform: translateX(-50%) rotate(4deg) scale(.33); }
}

@media (prefers-reduced-motion: reduce) { .landing-page *, .landing-page *::before, .landing-page *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; } }
