window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag(‘js’, new Date()); gtag(‘config’, ‘G-YVF5BE8CJ2’); /* ===== LP2 WellTrainer — design fiel ao owner.com ===== */ .lp2 * { box-sizing: border-box; } .lp2 { –taupe: #f9f3ed; –taupe-light: #fbf8f5; –taupe-dark: #f6eee5; –taupe-darker: #ddd6ce; –taupe-darkest: #c5beb7; –grey: #2c2c2c; –grey-70: #2c2c2cb3; –grey-50: #2c2c2c80; –grey-30: #2c2c2c4d; –grey-10: #2c2c2c1a; –grey-5: #2c2c2c0d; –black: #000; –lime: #D7F205; –lime-hover: #BFD904; –lime-dark: #7a9004; –red: #D7F205; –red-hover: #BFD904; –green: #088924; –green-dark: #094413; –green-light: #c8e8a8; background: var(–taupe); color: var(–grey); font-family: ‘Inter Tight’,’Helvetica Neue’,Helvetica,Arial,sans-serif; line-height: 1.4; -webkit-font-smoothing: antialiased; letter-spacing: -0.01em; } .lp2 img { max-width: 100%; height: auto; display: block; } .lp2 a { color: inherit; text-decoration: none; } .lp2 .container { max-width: 1280px; margin: 0 auto; padding: 0 32px; } .lp2 .mono { font-family: ‘JetBrains Mono’,’Fragment Mono’,ui-monospace,monospace; font-size: 12px; letter-spacing: 0; text-transform: uppercase; font-weight: 500; } /* Nav */ .lp2-nav { position: sticky; top: 0; z-index: 50; background: var(–taupe); border-bottom: 1px solid var(–taupe-darker); } .lp2-nav-inner { display: flex; align-items: center; justify-content: center; height: 72px; } .lp2-logo { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; font-size: 22px; letter-spacing: -0.035em; color: var(–grey); } .lp2-logo svg { display: block; } .lp2-logo i { font-style: normal; color: var(–lime-dark); } .lp2-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 22px; border-radius: 999px; font-size: 15px; font-weight: 600; cursor: pointer; border: none; transition: background .2s, color .2s, transform .15s; white-space: nowrap; font-family: inherit; letter-spacing: -0.01em; } .lp2-btn-primary { background: var(–grey); color: #fff; } .lp2-btn-primary:hover { background: var(–black); } .lp2-btn-red { background: var(–red); color: #fff; } .lp2-btn-red:hover { background: var(–red-hover); } .lp2-btn-green { background: var(–green); color: #fff; } .lp2-btn-green:hover { background: var(–green-dark); } .lp2-btn-green-dark { background: var(–green-dark); color: #fff; } .lp2-btn-green-dark:hover { background: #052a0b; } .lp2-btn-ghost { background: transparent; color: var(–grey); border: 1px solid var(–grey-30); } .lp2-btn-ghost:hover { background: var(–grey); color: var(–taupe); border-color: var(–grey); } .lp2-btn-sm { padding: 8px 16px; font-size: 13px; } .lp2-btn-lg { padding: 16px 28px; font-size: 16px; border-radius: 999px; } .lp2-hamb { display: none; width: 36px; height: 36px; border: 1px solid var(–grey-30); border-radius: 999px; align-items: center; justify-content: center; flex-direction: column; gap: 4px; cursor: pointer; background: transparent; } .lp2-hamb span { display: block; width: 14px; height: 1.5px; background: var(–grey); } /* Hero */ .lp2-hero { padding: 40px 0 0; background: var(–taupe); } .lp2-hero-rating { display: flex; justify-content: center; align-items: center; gap: 10px; margin-bottom: 28px; font-size: 14px; color: var(–grey-70); } .lp2-hero-rating b { color: var(–grey); font-weight: 700; font-size: 16px; letter-spacing: -0.01em; } .lp2-hero-stars { color: var(–grey); letter-spacing: 2px; font-size: 14px; } .lp2-hero-content { max-width: 1100px; margin: 0 auto; text-align: center; padding: 0 24px; } .lp2-h1 { font-size: clamp(40px, 7vw, 104px); line-height: 0.98; font-weight: 700; letter-spacing: -0.045em; color: var(–grey); margin: 0 0 48px; } .lp2-h1 em { font-style: normal; background: linear-gradient(180deg, transparent 60%, var(–lime) 60%); padding: 0 4px; color: var(–grey); } .lp2-hero-band { position: relative; margin-top: 48px; padding: 48px 0 100px; background: linear-gradient(135deg, #000000 0%, #000000 45%, #000000 100%); overflow: hidden; } .lp2-hero-band::before { content: ”; position: absolute; inset: 0; background: radial-gradient(circle at 80% 30%, rgba(255,255,255,0.18) 0%, transparent 50%), radial-gradient(circle at 15% 80%, rgba(8,68,19,0.25) 0%, transparent 55%); pointer-events: none; } .lp2-hero-band::after { content: ”; position: absolute; inset: 0; background-image: repeating-linear-gradient(135deg, transparent 0, transparent 40px, rgba(255,255,255,0.04) 40px, rgba(255,255,255,0.04) 41px); pointer-events: none; } .lp2-hero-phone { position: relative; z-index: 2; max-width: 320px; margin: 0 auto; background: #1a1a1a; border-radius: 36px; padding: 10px; box-shadow: 0 40px 80px -20px rgba(0,0,0,0.35), inset 0 0 0 1.5px rgba(255,255,255,0.1); } .lp2-hero-phone::before { content: ”; position: absolute; top: 14px; left: 50%; transform: translateX(-50%); width: 90px; height: 24px; background: #000; border-radius: 14px; z-index: 3; } .lp2-hero-phone-inner { border-radius: 28px; overflow: hidden; background: #0d0d0d; aspect-ratio: 9/19.5; position: relative; } .lp2-hero-phone-inner img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: top center; } .lp2-hero-form { position: relative; z-index: 2; max-width: 540px; margin: 0 auto; padding: 0 24px; display: flex; background: var(–taupe-light); border-radius: 999px; padding: 6px 6px 6px 24px; box-shadow: 0 10px 30px -10px rgba(0,0,0,0.3), 0 0 0 1px rgba(255,255,255,0.3); align-items: center; gap: 8px; } .lp2-hero-form input { flex: 1; border: none; outline: none; background: transparent; font-size: 15px; color: var(–grey); font-family: inherit; padding: 14px 0; min-width: 0; } .lp2-hero-form input::placeholder { color: var(–grey-50); } .lp2-hero-form button { width: 44px; height: 44px; padding: 0; border-radius: 50%; flex-shrink: 0; } .lp2-hero-form button svg { width: 18px; height: 18px; } .lp2-hero-mini { position: relative; z-index: 2; margin-top: 16px; font-size: 13px; color: rgba(255,255,255,0.85); text-align: center; font-weight: 500; } /* Stories — 3 cards prominentes (grid desktop, carrossel mobile) */ .lp2-stories-head { max-width: 1280px; margin: 0 auto 56px; padding: 0 32px; } .lp2-stories-head .mono { color: var(–lime-dark); display: inline-block; margin-bottom: 20px; } .lp2-stories-head h2 { font-size: clamp(40px, 5.5vw, 80px); font-weight: 700; letter-spacing: -0.04em; line-height: 0.98; margin: 0; max-width: 760px; color: var(–grey); } .lp2-story:hover { transform: translateY(-6px); } .lp2-stories { padding: 120px 0; background: var(–taupe); } .lp2-stories-scroll { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none; padding: 0 max(32px, calc((100vw – 1280px) / 2 + 32px)) 16px; scroll-padding-left: max(32px, calc((100vw – 1280px) / 2 + 32px)); } .lp2-story { flex: 0 0 300px; scroll-snap-align: start; aspect-ratio: 3/4; border-radius: 24px; overflow: hidden; position: relative; background: var(–taupe-darker); display: block; transition: transform .3s ease; } .lp2-story-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; } .lp2-story::after { content: ”; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(0,0,0,0.35) 55%, rgba(0,0,0,0.9) 100%); z-index: 1; } .lp2-story-body { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 24px; color: #fff; } .lp2-story-stat { font-size: 38px; font-weight: 700; letter-spacing: -0.03em; color: #fff; line-height: 1; margin-bottom: 8px; } .lp2-story-lbl { font-size: 16px; color: rgba(255,255,255,0.85); margin-bottom: 24px; line-height: 1.4; max-width: 260px; } .lp2-story-author { display: flex; align-items: center; gap: 12px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.2); } .lp2-story-avatar { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,0.15); backdrop-filter: blur(8px); color: #fff; font-weight: 700; display: flex; align-items: center; justify-content: center; font-size: 13px; border: 1px solid rgba(255,255,255,0.25); flex-shrink: 0; } .lp2-story-author > div:nth-child(2) { min-width: 0; flex: 1; } .lp2-story-name { font-size: 14px; font-weight: 600; color: #fff; line-height: 1.2; } .lp2-story-role { font-size: 13px; color: rgba(255,255,255,0.7); line-height: 1.3; margin-top: 2px; } /* Pricing */ .lp2-pricing { padding: 120px 0; background: var(–taupe); } .lp2-pricing-head { text-align: center; max-width: 760px; margin: 0 auto 64px; padding: 0 32px; } .lp2-pricing-head .mono { color: var(–lime-dark); display: inline-block; margin-bottom: 16px; } .lp2-pricing-head h2 { font-size: clamp(40px, 5.5vw, 80px); font-weight: 700; letter-spacing: -0.04em; line-height: 0.98; margin: 0 0 20px; color: var(–grey); } .lp2-pricing-head p { font-size: 16px; color: var(–grey-70); margin: 0; line-height: 1.5; } .lp2-pricing-guarantee { display: inline-flex; align-items: center; gap: 12px; background: var(–lime); color: #0d0d0d; padding: 14px 22px; border-radius: 8px; font-size: 15px; font-weight: 700; max-width: max-content; } .lp2-pricing-guarantee svg { width: 20px; height: 20px; flex-shrink: 0; } .lp2-pricing-guarantee-wrap { text-align: center; margin: -32px auto 32px; } .lp2-pricing-grid { max-width: 1200px; margin: 0 auto; padding: 0 32px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; } .lp2-price-card { background: var(–taupe-light); border: 1px solid var(–taupe-darker); border-radius: 24px; padding: 36px 32px; display: flex; flex-direction: column; gap: 20px; position: relative; } .lp2-price-card.featured { background: var(–grey); border-color: var(–grey); color: #fff; transform: translateY(-12px); box-shadow: 0 24px 60px -12px rgba(0,0,0,0.35); } .lp2-price-card.featured .lp2-price-name, .lp2-price-card.featured .lp2-price-value, .lp2-price-card.featured .lp2-price-features li { color: #fff; } .lp2-price-popular-tag { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(–lime); color: #0d0d0d; font-size: 11px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; padding: 6px 14px; border-radius: 999px; font-family: ‘JetBrains Mono’, monospace; } .lp2-price-name { font-size: 22px; font-weight: 700; letter-spacing: -0.02em; color: var(–grey); } .lp2-price-students { font-size: 13px; color: var(–grey-70); margin-top: -10px; } .lp2-price-card.featured .lp2-price-students { color: rgba(255,255,255,0.7); } .lp2-price-discount { display: inline-block; background: var(–lime); color: #0d0d0d; font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 6px; font-family: ‘JetBrains Mono’, monospace; text-transform: uppercase; letter-spacing: 0.04em; align-self: flex-start; } .lp2-price-original { font-size: 14px; color: var(–grey-50); text-decoration: line-through; margin-top: -8px; } .lp2-price-card.featured .lp2-price-original { color: rgba(255,255,255,0.4); } .lp2-price-value { font-size: 48px; font-weight: 700; letter-spacing: -0.04em; line-height: 1; color: var(–grey); margin-top: -8px; } .lp2-price-value small { font-size: 16px; font-weight: 500; opacity: 0.65; letter-spacing: -0.01em; } .lp2-price-features { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; border-top: 1px solid var(–taupe-darker); padding-top: 20px; } .lp2-price-card.featured .lp2-price-features { border-top-color: rgba(255,255,255,0.15); } .lp2-price-features li { font-size: 14px; color: var(–grey-70); line-height: 1.4; display: flex; gap: 10px; align-items: flex-start; } .lp2-price-features li::before { content: ‘✓’; color: var(–lime-dark); font-weight: 700; flex-shrink: 0; font-size: 14px; } .lp2-price-card.featured .lp2-price-features li { color: rgba(255,255,255,0.85); } .lp2-price-card.featured .lp2-price-features li::before { color: var(–lime); } .lp2-price-features li.bold { font-weight: 600; color: var(–grey); } .lp2-price-card.featured .lp2-price-features li.bold { color: #fff; } .lp2-price-vagas { font-size: 12px; color: var(–grey-50); display: flex; align-items: center; gap: 8px; margin-top: auto; } .lp2-price-card.featured .lp2-price-vagas { color: rgba(255,255,255,0.6); } .lp2-price-vagas-dot { width: 8px; height: 8px; border-radius: 50%; background: var(–lime); box-shadow: 0 0 8px rgba(215,242,5,0.6); animation: lp2pulse 2s infinite; } @keyframes lp2pulse { 0%, 100% { opacity: 1 } 50% { opacity: 0.5 } } .lp2-price-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 22px; border-radius: 999px; font-size: 14px; font-weight: 600; text-decoration: none; transition: opacity .2s, transform .2s; } .lp2-price-btn.outline { background: transparent; border: 1.5px solid var(–grey); color: var(–grey); } .lp2-price-btn.outline:hover { background: var(–grey); color: #fff; } .lp2-price-btn.primary { background: var(–lime); color: #0d0d0d; border: 1.5px solid var(–lime); } .lp2-price-btn.primary:hover { transform: translateY(-2px); } .lp2-price-card.featured .lp2-price-btn.outline { border-color: rgba(255,255,255,0.3); color: #fff; } .lp2-price-card.featured .lp2-price-btn.outline:hover { background: #fff; color: var(–grey); } .lp2-pricing-footer { max-width: 760px; margin: 56px auto 0; padding: 0 32px; text-align: center; } .lp2-pricing-footer p { font-size: 14px; color: var(–grey-70); margin: 0 0 8px; } .lp2-pricing-footer p strong { color: var(–grey); } /* CTA rows */ .lp2-cta-row { padding: 64px 32px; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 18px; } .lp2-cta-row.cream { background: var(–taupe); } .lp2-cta-row.dark { background: var(–grey); color: #fff; } .lp2-cta-row-tag { font-size: 13px; color: var(–lime-dark); font-family: ‘JetBrains Mono’, monospace; text-transform: uppercase; letter-spacing: 0.04em; } .lp2-cta-row.dark .lp2-cta-row-tag { color: var(–lime); } .lp2-cta-row-text { font-size: clamp(28px, 3.5vw, 44px); font-weight: 700; letter-spacing: -0.03em; line-height: 1.05; margin: 0; max-width: 720px; color: var(–grey); } .lp2-cta-row.dark .lp2-cta-row-text { color: #fff; } .lp2-cta-row .lp2-cta-btn { display: inline-flex; align-items: center; gap: 10px; padding: 16px 32px; border-radius: 999px; background: var(–lime); color: #0d0d0d; font-size: 16px; font-weight: 700; text-decoration: none; transition: transform .15s, box-shadow .2s; margin-top: 4px; } .lp2-cta-row .lp2-cta-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 32px -8px rgba(215,242,5,0.5); } .lp2-cta-row .lp2-cta-btn svg { width: 18px; height: 18px; } /* Hero inline CTA (inside dark band) */ .lp2-hero-cta-wrap { position: relative; z-index: 3; margin-top: 36px; display: flex; flex-direction: column; align-items: center; gap: 12px; padding: 0 24px; } .lp2-hero-cta { display: inline-flex; align-items: center; gap: 10px; padding: 16px 32px; border-radius: 999px; background: var(–lime); color: #0d0d0d; font-size: 16px; font-weight: 700; text-decoration: none; transition: transform .15s, box-shadow .2s; } .lp2-hero-cta:hover { transform: translateY(-2px); box-shadow: 0 12px 40px -8px rgba(215,242,5,0.6); } .lp2-hero-cta svg { width: 18px; height: 18px; } .lp2-hero-cta-sub { font-size: 13px; color: rgba(255,255,255,0.75); font-weight: 500; } /* Stories inline CTA */ .lp2-stories-cta { max-width: 1280px; margin: 56px auto 0; padding: 0 32px; display: flex; flex-direction: column; align-items: center; gap: 18px; text-align: center; } .lp2-stories-cta-heading { font-size: clamp(28px, 3.5vw, 48px); font-weight: 700; letter-spacing: -0.03em; line-height: 1.05; margin: 0; color: var(–grey); } .lp2-stories-cta-heading em { font-style: normal; background: linear-gradient(180deg, transparent 60%, var(–lime) 60%); padding: 0 4px; color: var(–grey); } .lp2-stories-cta .btn { display: inline-flex; align-items: center; gap: 10px; padding: 16px 32px; border-radius: 999px; background: var(–lime); color: #0d0d0d; font-size: 16px; font-weight: 700; text-decoration: none; transition: transform .15s, box-shadow .2s; } .lp2-stories-cta .btn:hover { transform: translateY(-2px); box-shadow: 0 12px 32px -8px rgba(215,242,5,0.5); } .lp2-stories-cta .btn svg { width: 18px; height: 18px; } .lp2-footer-mini { background: var(–grey); color: rgba(255,255,255,0.6); padding: 24px 32px; text-align: center; font-size: 13px; } .lp2 .lp2-sticky-cta { position: fixed; bottom: 16px; left: 50%; transform: translateX(-50%) translateY(120%); z-index: 100; background: var(–lime); color: #0d0d0d; padding: 14px 28px; border-radius: 999px; font-size: 15px; font-weight: 700; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; box-shadow: 0 12px 32px -8px rgba(0,0,0,0.4); transition: transform .3s ease, opacity .3s ease; opacity: 0; pointer-events: none; } .lp2 .lp2-sticky-cta.show { transform: translateX(-50%) translateY(0); opacity: 1; pointer-events: auto; } .lp2 .lp2-sticky-cta:hover { transform: translateX(-50%) translateY(-2px); } .lp2-sticky-cta svg { width: 16px; height: 16px; } .lp2-stack-card-media video, .lp2-stack-card-media.landscape video { width: 100%; height: 100%; object-fit: cover; display: block; } .lp2-stack-card-media.portrait video { width: 100%; height: auto; max-height: 420px; display: block; border-radius: 10px; } .lp2-showcase-phone-inner video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: top center; display: block; } .lp2-vsl { padding: 80px 0; background: var(–taupe); } .lp2-vsl-inner { max-width: 1200px; margin: 0 auto; padding: 0 20px; } .lp2-vsl-head { text-align: center; margin-bottom: 32px; } .lp2-vsl-head .mono { color: var(–lime-dark); display: inline-block; margin-bottom: 14px; } .lp2-vsl-head h2 { font-size: clamp(28px, 3.5vw, 48px); font-weight: 700; letter-spacing: -0.03em; line-height: 1.05; margin: 0; color: var(–grey); } .lp2-vsl-frame { border-radius: 20px; overflow: hidden; box-shadow: 0 20px 60px -12px rgba(0,0,0,0.25); position: relative; aspect-ratio: 9 / 16; max-width: 380px; margin: 0 auto; width: 100%; background: #000; } .lp2-vsl-frame iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; } @media (max-width: 820px) { .lp2-stories-scroll::-webkit-scrollbar { display: none; } .lp2-story-stat { font-size: 36px; } .lp2-story-body { padding: 24px; } } /* Stack — 4 grandes features */ .lp2-stack { padding: 120px 0; background: var(–taupe); } .lp2-stack-head { max-width: 1200px; margin: 0 auto 48px; padding: 0 32px; } .lp2-stack-head .mono { color: var(–lime-dark); margin-bottom: 24px; display: inline-block; } .lp2-stack-head h2 { font-size: clamp(44px, 6vw, 96px); font-weight: 700; letter-spacing: -0.04em; line-height: 0.98; margin: 0; color: var(–grey); max-width: 1000px; } .lp2-stack-tabs { max-width: 1200px; margin: 0 auto 40px; padding: 0 32px; display: flex; gap: 0; border-bottom: 1px solid var(–taupe-darker); overflow-x: auto; scrollbar-width: none; } .lp2-stack-tabs::-webkit-scrollbar { display: none; } .lp2-stack-tab { padding: 16px 0; margin-right: 32px; text-align: left; font-weight: 600; font-size: 17px; color: var(–grey-50); letter-spacing: -0.02em; white-space: nowrap; border-bottom: 2px solid transparent; cursor: pointer; transition: color .2s, border-color .2s; } .lp2-stack-tab.active, .lp2-stack-tab:hover { color: var(–grey); border-bottom-color: var(–grey); } .lp2-stack-grid { max-width: 1200px; margin: 0 auto; padding: 0 32px; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; } .lp2-stack-card { background: var(–taupe-dark); border-radius: 24px; padding: 40px; display: flex; flex-direction: column; gap: 20px; min-height: 520px; position: relative; overflow: hidden; scroll-margin-top: 100px; } .lp2-stack-card .mono { color: var(–lime-dark); } .lp2-stack-card h3 { font-size: clamp(26px, 2.6vw, 36px); font-weight: 700; letter-spacing: -0.03em; line-height: 1.05; margin: 4px 0 12px; color: var(–grey); } .lp2-stack-card p { font-size: 15px; color: var(–grey-70); margin: 0; max-width: 480px; line-height: 1.5; } .lp2-stack-card-media { margin-top: auto; border-radius: 14px; overflow: hidden; background: var(–taupe-light); border: 1px solid var(–taupe-darker); } .lp2-stack-card-media img { width: 100%; display: block; } .lp2-stack-card-media.portrait { background: #0d0d0d; border-color: #2a2a2a; display: flex; align-items: center; justify-content: center; padding: 24px; min-height: 340px; } .lp2-stack-card-media.portrait img { width: auto; max-width: 100%; max-height: 420px; border-radius: 10px; } .lp2-stack-card-media.landscape { background: #0d0d0d; border-color: #2a2a2a; padding: 0; overflow: hidden; aspect-ratio: 4/3; display: flex; align-items: center; justify-content: center; } .lp2-stack-card-media.landscape img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 0; } /* Reviews */ .lp2-reviews { padding: 120px 0; background: var(–taupe); } .lp2-reviews-head { text-align: center; max-width: 900px; margin: 0 auto 72px; } .lp2-reviews-head h2 { font-size: clamp(40px, 5.5vw, 80px); font-weight: 700; letter-spacing: -0.04em; line-height: 0.98; margin: 0 0 32px; color: var(–grey); } .lp2-reviews-badges { display: flex; justify-content: center; align-items: center; gap: 32px; flex-wrap: wrap; margin-bottom: 56px; } .lp2-reviews-badge { display: flex; align-items: center; gap: 14px; padding: 16px 22px; background: var(–taupe-light); border: 1px solid var(–taupe-darker); border-radius: 14px; } .lp2-reviews-badge-icon { width: 44px; height: 44px; border-radius: 10px; background: #0d0d0d; color: var(–lime); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 18px; letter-spacing: -0.02em; } .lp2-reviews-badge-txt { text-align: left; font-size: 13px; color: var(–grey-70); line-height: 1.3; } .lp2-reviews-badge-txt b { display: block; font-size: 15px; color: var(–grey); font-weight: 700; } .lp2-reviews-rating { display: inline-flex; align-items: center; gap: 12px; justify-content: center; font-size: 16px; color: var(–grey); } .lp2-reviews-rating-num { font-size: 52px; font-weight: 700; letter-spacing: -0.04em; line-height: 1; } .lp2-reviews-rating-right { text-align: left; font-size: 13px; color: var(–grey-70); line-height: 1.4; } .lp2-reviews-rating-right .lp2-hero-stars { font-size: 18px; display: block; margin-bottom: 2px; } .lp2-reviews-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; } .lp2-review-card { background: var(–taupe-light); border: 1px solid var(–taupe-darker); border-radius: 16px; padding: 24px; display: flex; flex-direction: column; gap: 14px; min-height: 200px; } .lp2-review-stars { color: var(–red); font-size: 14px; letter-spacing: 1px; } .lp2-review-quote { font-size: 16px; font-weight: 600; color: var(–grey); letter-spacing: -0.01em; line-height: 1.35; margin: 0; } .lp2-review-name { font-size: 13px; color: var(–grey-50); margin-top: auto; } /* Restaurant/Showcase */ .lp2-showcase { padding: 120px 0; background: var(–grey); color: #fff; } .lp2-showcase-inner { display: grid; grid-template-columns: 1.1fr 1fr; gap: 80px; align-items: center; } .lp2-showcase-text .mono { color: var(–lime-dark); margin-bottom: 24px; display: inline-block; } .lp2-showcase-text h2 { font-size: clamp(40px, 5vw, 72px); font-weight: 700; letter-spacing: -0.04em; line-height: 1; margin: 0 0 24px; color: #fff; } .lp2-showcase-text p { font-size: 18px; color: rgba(255,255,255,0.75); margin: 0 0 32px; max-width: 480px; } .lp2-showcase-list { list-style: none; padding: 0; margin: 0 0 40px; display: flex; flex-direction: column; gap: 14px; } .lp2-showcase-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 16px; color: rgba(255,255,255,0.88); } .lp2-showcase-list svg { width: 20px; height: 20px; flex-shrink: 0; color: var(–lime); margin-top: 3px; } .lp2-showcase-media { display: flex; justify-content: center; } .lp2-showcase-phone { position: relative; width: 280px; background: #1a1a1a; border-radius: 36px; padding: 10px; box-shadow: 0 40px 80px -20px rgba(0,0,0,0.5), inset 0 0 0 1.5px rgba(255,255,255,0.1); } .lp2-showcase-phone::before { content: ”; position: absolute; top: 14px; left: 50%; transform: translateX(-50%); width: 90px; height: 24px; background: #000; border-radius: 14px; z-index: 3; } .lp2-showcase-phone-inner { border-radius: 28px; overflow: hidden; background: #0d0d0d; aspect-ratio: 9/19.5; position: relative; } .lp2-showcase-phone-inner img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: top center; display: block; } /* Testimonials (big cards com video + stats) */ .lp2-testi { padding: 120px 0; background: var(–taupe); } .lp2-testi-head { text-align: center; margin-bottom: 64px; } .lp2-testi-head .mono { color: var(–lime-dark); display: inline-block; margin-bottom: 16px; } .lp2-testi-head h2 { font-size: clamp(40px, 5.5vw, 80px); font-weight: 700; letter-spacing: -0.04em; line-height: 0.98; margin: 0; color: var(–grey); } .lp2-testi-carousel { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 0 32px 24px; scrollbar-width: none; -webkit-overflow-scrolling: touch; } .lp2-testi-carousel::-webkit-scrollbar { display: none; } .lp2-testi-card { flex: 0 0 380px; scroll-snap-align: start; background: var(–grey); color: #fff; border-radius: 24px; padding: 32px; display: flex; flex-direction: column; gap: 20px; min-height: 280px; } .lp2-testi-quote { font-size: 19px; font-weight: 500; letter-spacing: -0.02em; line-height: 1.35; margin: 0; } .lp2-testi-author { font-size: 14px; opacity: 0.7; } .lp2-testi-stats-row { display: flex; gap: 32px; border-top: 1px solid rgba(255,255,255,0.15); padding-top: 20px; margin-top: auto; } .lp2-testi-stat-num { font-size: 28px; font-weight: 700; letter-spacing: -0.03em; line-height: 1; color: var(–green-light); } .lp2-testi-stat-lbl { font-size: 12px; opacity: 0.65; margin-top: 4px; } /* Beliefs */ .lp2-beliefs { padding: 120px 0; background: var(–taupe-dark); } .lp2-beliefs-inner { display: grid; grid-template-columns: 1fr 2fr; gap: 80px; align-items: start; } .lp2-beliefs-head { position: sticky; top: 100px; } .lp2-beliefs-head .mono { color: var(–lime-dark); display: inline-block; margin-bottom: 20px; } .lp2-beliefs-head h2 { font-size: clamp(36px, 4vw, 56px); font-weight: 700; letter-spacing: -0.04em; line-height: 1; margin: 0 0 28px; color: var(–grey); } .lp2-beliefs-author { display: flex; align-items: center; gap: 14px; padding: 16px; background: var(–taupe-light); border: 1px solid var(–taupe-darker); border-radius: 14px; } .lp2-beliefs-author-photo { width: 52px; height: 52px; border-radius: 50%; background: linear-gradient(135deg, var(–taupe-darker) 0%, var(–taupe-darkest) 100%); flex-shrink: 0; } .lp2-beliefs-author-name { font-weight: 700; font-size: 14px; color: var(–grey); letter-spacing: -0.01em; } .lp2-beliefs-author-role { font-size: 12px; color: var(–grey-50); margin-top: 2px; } .lp2-beliefs-list { display: flex; flex-direction: column; gap: 1px; background: var(–taupe-darker); border: 1px solid var(–taupe-darker); border-radius: 20px; overflow: hidden; } .lp2-belief { background: var(–taupe-light); padding: 40px; display: grid; grid-template-columns: auto 1fr; gap: 32px; align-items: start; } .lp2-belief-num { font-family: ‘JetBrains Mono’,monospace; font-size: 14px; color: var(–lime-dark); font-weight: 500; } .lp2-belief h3 { font-size: 24px; font-weight: 600; letter-spacing: -0.025em; line-height: 1.15; margin: 0 0 14px; color: var(–grey); } .lp2-belief p { font-size: 15px; color: var(–grey-70); margin: 0; line-height: 1.55; } /* Guides */ .lp2-guides { padding: 120px 0; background: var(–taupe); } .lp2-guides-head { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; margin-bottom: 56px; max-width: 720px; } .lp2-guides-head .mono { color: var(–lime-dark); display: inline-block; margin-bottom: 12px; } .lp2-guides-head h2 { font-size: clamp(36px, 5vw, 64px); font-weight: 700; letter-spacing: -0.04em; line-height: 1; margin: 0; color: var(–grey); max-width: 600px; } .lp2-guides-head p { font-size: 16px; color: var(–grey-70); max-width: 600px; margin: 0; line-height: 1.5; } .lp2-guides-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; } .lp2-guide { background: var(–taupe-light); border: 1px solid var(–taupe-darker); border-radius: 20px; overflow: hidden; transition: transform .2s, box-shadow .2s; } .lp2-guide:hover { transform: translateY(-4px); } .lp2-guide-img { aspect-ratio: 16/10; background: linear-gradient(135deg, var(–taupe-darker) 0%, var(–taupe-darkest) 100%); overflow: hidden; position: relative; } .lp2-guide-img img { width: 100%; height: 100%; object-fit: cover; } .lp2-guide-tag { position: absolute; top: 16px; left: 16px; background: var(–taupe); color: var(–grey); padding: 4px 10px; border-radius: 6px; font-size: 12px; font-weight: 600; font-family: ‘JetBrains Mono’,monospace; text-transform: uppercase; } .lp2-guide-body { padding: 28px; } .lp2-guide-body h3 { font-size: 20px; font-weight: 600; letter-spacing: -0.025em; line-height: 1.25; color: var(–grey); margin: 0 0 16px; } .lp2-guide-link { font-size: 13px; font-weight: 600; color: var(–lime-dark); display: inline-flex; align-items: center; gap: 6px; font-family: ‘JetBrains Mono’,monospace; text-transform: uppercase; letter-spacing: 0; } /* Final CTA */ .lp2-cta { padding: 140px 32px; background: var(–taupe-dark); } .lp2-cta-inner { max-width: 1100px; margin: 0 auto; text-align: center; } .lp2-cta h2 { font-size: clamp(52px, 8vw, 128px); font-weight: 700; letter-spacing: -0.05em; line-height: 0.94; margin: 0 0 40px; color: var(–grey); } .lp2-cta h2 em { font-style: normal; background: linear-gradient(180deg, transparent 60%, var(–lime) 60%); padding: 0 6px; color: var(–grey); } .lp2-cta-ctas { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; } /* Footer */ .lp2-footer { background: var(–taupe); border-top: 1px solid var(–taupe-darker); padding: 80px 0 32px; } .lp2-footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 64px; } .lp2-footer-brand { font-weight: 700; font-size: 26px; letter-spacing: -0.04em; color: var(–grey); margin-bottom: 16px; } .lp2-footer-brand i { font-style: normal; color: var(–lime-dark); } .lp2-footer-desc { font-size: 14px; color: var(–grey-70); max-width: 320px; margin-bottom: 24px; line-height: 1.5; } .lp2-footer-social { display: flex; gap: 10px; } .lp2-footer-social a { width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(–grey-30); display: flex; align-items: center; justify-content: center; color: var(–grey); transition: background .2s, color .2s; } .lp2-footer-social a:hover { background: var(–grey); color: var(–taupe); } .lp2-footer h4 { font-family: ‘JetBrains Mono’,monospace; font-size: 12px; font-weight: 500; letter-spacing: 0.02em; text-transform: uppercase; color: var(–grey-50); margin: 0 0 18px; } .lp2-footer ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; } .lp2-footer ul a { font-size: 14px; color: var(–grey); transition: color .15s; } .lp2-footer ul a:hover { color: var(–lime-dark); } .lp2-footer-bottom { padding-top: 28px; border-top: 1px solid var(–taupe-darker); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 12px; color: var(–grey-50); } .lp2-footer-big { font-size: clamp(80px, 15vw, 220px); font-weight: 700; letter-spacing: -0.055em; line-height: 0.85; color: var(–grey); text-align: center; padding: 40px 0 60px; opacity: 0.08; } .lp2-footer-big i { font-style: normal; color: var(–lime-dark); } /* Responsive */ @media (max-width: 1024px) { .lp2-nav-mid { display: none; } .lp2-hamb { display: inline-flex; } .lp2-stack-grid { grid-template-columns: 1fr; } .lp2-stack-tabs { grid-template-columns: repeat(2, 1fr); } .lp2-stack-tab { border-bottom: 1px solid var(–taupe-darker); } .lp2-stack-tab:nth-child(2n) { border-right: none; } .lp2-reviews-grid { grid-template-columns: 1fr 1fr; } .lp2-showcase-inner { grid-template-columns: 1fr; gap: 48px; } .lp2-beliefs-inner { grid-template-columns: 1fr; gap: 40px; } .lp2-beliefs-head { position: static; } .lp2-guides-grid { grid-template-columns: 1fr; } .lp2-footer-top { grid-template-columns: 1fr 1fr; gap: 32px; } } @media (max-width: 640px) { .lp2 .container { padding: 0 20px; } .lp2-nav-inner { height: 60px; } .lp2-logo { font-size: 19px; } .lp2-hero { padding: 16px 0 0; } .lp2-hero-content { padding: 0 20px; } .lp2-hero-rating { margin-bottom: 24px; font-size: 14px; } .lp2-h1 { font-size: 56px; letter-spacing: -0.04em; margin-bottom: 40px; line-height: 0.95; } .lp2-hero-band { padding: 40px 16px 32px; margin-top: 0; border-radius: 0; } .lp2-hero-phone { max-width: 82%; margin-bottom: 32px; padding: 8px; border-radius: 40px; } .lp2-hero-phone::before { width: 100px; height: 26px; top: 12px; } .lp2-hero-phone-inner { border-radius: 32px; aspect-ratio: 9/19.5; } .lp2-hero-form { max-width: 100%; padding: 6px 6px 6px 20px; } .lp2-hero-form input { font-size: 16px; padding: 16px 0; } .lp2-hero-form button { width: 48px; height: 48px; } .lp2-hero-mini { font-size: 12px; margin-top: 18px; } .lp2-stories, .lp2-stack, .lp2-reviews, .lp2-showcase, .lp2-testi, .lp2-beliefs, .lp2-guides { padding: 80px 0; } .lp2-stories-head { padding: 0 20px; margin-bottom: 32px; } .lp2-stories-head h2 { font-size: 44px; } .lp2-stories-scroll { padding: 0 20px 16px; gap: 14px; scroll-padding-left: 20px; } .lp2-story { flex: 0 0 85%; max-width: 340px; } .lp2-story-stat { font-size: 36px; } .lp2-story-lbl { font-size: 14px; margin-bottom: 16px; max-width: none; } .lp2-story-body { padding: 20px; } .lp2-reviews-grid { grid-template-columns: 1fr; } .lp2-stories-head h2 { font-size: 44px; } .lp2-stack-head { padding: 0 20px; margin-bottom: 32px; } .lp2-stack-head h2 { font-size: 44px; letter-spacing: -0.035em; } .lp2-stack-head .mono { margin-bottom: 20px; } .lp2-stack-tabs { padding: 0 20px; margin-bottom: 28px; } .lp2-stack-tab { font-size: 15px; padding: 14px 0; margin-right: 24px; } .lp2-stack-grid { padding: 0 20px; gap: 16px; } .lp2-stack-card { padding: 28px; min-height: auto; border-radius: 20px; } .lp2-stack-card h3 { font-size: 26px; } .lp2-stack-card-media.portrait { padding: 16px; min-height: 0; margin: 20px -28px -28px; border-radius: 0 0 20px 20px; border-left: none; border-right: none; border-bottom: none; } .lp2-stack-card-media.portrait img, .lp2-stack-card-media.portrait video { max-height: none; width: 100%; } .lp2-stack-card-media.landscape { padding: 0; margin: 20px -28px -28px; border-radius: 0 0 20px 20px; border-left: none; border-right: none; border-bottom: none; aspect-ratio: 4/3; } .lp2-stack-card-media.landscape img { width: 100%; height: 100%; object-fit: cover; } .lp2-reviews-head h2, .lp2-testi-head h2 { font-size: 44px; } .lp2-testi-carousel { padding: 0 20px 20px; gap: 14px; } .lp2-testi-card { flex: 0 0 86%; max-width: 340px; padding: 28px; min-height: 240px; } .lp2-testi-quote { font-size: 17px; } .lp2-showcase-text h2 { font-size: 40px; } .lp2-showcase-text p { font-size: 16px; } .lp2-showcase-phone { width: 240px; padding: 8px; border-radius: 32px; } .lp2-showcase-phone::before { width: 80px; height: 22px; top: 12px; } .lp2-showcase-phone-inner { border-radius: 26px; } .lp2-cta { padding: 80px 20px; } .lp2-cta h2 { font-size: 64px; } .lp2-footer-top { grid-template-columns: 1fr; } .lp2-testi-card-body { padding: 28px; } .lp2-testi-quote { font-size: 18px; } .lp2-belief { padding: 28px; gap: 16px; } .lp2-belief h3 { font-size: 22px; } .lp2-vsl { padding: 60px 0; } .lp2-vsl-frame { max-width: min(85%, 360px); border-radius: 16px; } .lp2-cta-row { padding: 48px 20px; gap: 14px; } .lp2-cta-row-text { font-size: 26px; } .lp2-cta-btn { padding: 14px 24px; font-size: 15px; } .lp2-pricing { padding: 80px 0; } .lp2-pricing-head h2 { font-size: 44px; } .lp2-pricing-grid { grid-template-columns: 1fr; gap: 16px; padding: 0 20px; } .lp2-price-card { padding: 28px 24px; } .lp2-price-card.featured { transform: none; } .lp2-price-value { font-size: 42px; } .lp2-beliefs-head h2 { font-size: 36px; } .lp2-guides-head h2 { font-size: 40px; } .lp2-guide-body { padding: 20px; } } /* ===== MODAL PRE-CADASTRO (clone /gg) ===== */ .wt-modal-overlay { display: none; position: fixed; inset: 0; z-index: 9999; background: rgba(0,0,0,0.75); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); align-items: center; justify-content: center; padding: 16px; text-transform: none; font-family: ‘Inter Tight’,’Helvetica Neue’,Helvetica,Arial,sans-serif; } .wt-modal-overlay.ativo { display: flex; } .wt-modal-box { background: #222222; border: 1px solid #333333; border-radius: 20px; padding: 40px 32px; max-width: 420px; width: 100%; position: relative; animation: wtModalIn 0.3s ease; color: #F5F5F5; box-sizing: border-box; } @keyframes wtModalIn { from { opacity: 0; transform: translateY(20px) scale(0.95); } to { opacity: 1; transform: translateY(0) scale(1); } } .wt-modal-close { position: absolute; top: 16px; right: 16px; background: none; border: none; color: #888888; font-size: 24px; cursor: pointer; line-height: 1; padding: 4px; } .wt-modal-close:hover { color: #F5F5F5; } .wt-modal-title { font-size: 1.5rem; font-weight: 700; color: #F5F5F5; margin-bottom: 4px; text-transform: none; line-height: 1.2; } .wt-modal-subtitle { font-size: 0.9rem; color: #888888; margin-bottom: 28px; line-height: 1.5; } .wt-modal-form { display: flex; flex-direction: column; gap: 16px; } .wt-modal-input { width: 100%; padding: 14px 16px; background: #2A2A2A; border: 1px solid #333333; border-radius: 12px; color: #F5F5F5; font-size: 1rem; font-family: inherit; outline: none; transition: border-color 0.2s; box-sizing: border-box; } .wt-modal-input::placeholder { color: #555555; } .wt-modal-input:focus { border-color: #D7F205; } .wt-modal-input.erro { border-color: #D32F2F; } .wt-modal-btn-submit { width: 100%; padding: 16px; background: #D7F205; color: #1A1A1A; border: none; border-radius: 100px; font-size: 1rem; font-weight: 700; font-family: inherit; cursor: pointer; transition: opacity 0.2s; margin-top: 4px; } .wt-modal-btn-submit:hover { opacity: 0.9; } .wt-modal-btn-submit:disabled { opacity: 0.5; cursor: not-allowed; } .wt-modal-erro-msg { color: #D32F2F; font-size: 0.82rem; margin-top: -8px; display: none; } .wt-modal-step-badge { display: inline-block; background: rgba(215,242,5,0.12); color: #D7F205; font-size: 0.72rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; padding: 4px 10px; border-radius: 999px; margin-bottom: 12px; } .wt-modal-choices { display: flex; flex-direction: column; gap: 12px; margin-top: 20px; } .wt-modal-choice { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; padding: 18px 20px; border: 2px solid #2A2A2A; background: rgba(255,255,255,0.02); border-radius: 12px; cursor: pointer; text-align: left; font-family: inherit; transition: border-color 0.2s, background 0.2s, transform 0.15s; } .wt-modal-choice:hover { transform: translateY(-2px); } .wt-modal-choice.sim:hover { border-color: #D7F205; background: rgba(215,242,5,0.06); } .wt-modal-choice.nao:hover { border-color: #555555; } .wt-modal-choice .wt-choice-label { font-size: 1rem; font-weight: 600; color: #F5F5F5; text-transform: none; } .wt-modal-choice .wt-choice-hint { font-size: 0.85rem; color: #888888; } .wt-modal-voltar { background: none; border: none; color: #888888; font-size: 0.85rem; cursor: pointer; padding: 0; margin-bottom: 12px; font-family: inherit; transition: color 0.2s; } .wt-modal-voltar:hover { color: #F5F5F5; } .wt-modal-voltar-link { color: #888888; font-size: 0.9rem; text-decoration: underline; cursor: pointer; } .wt-modal-voltar-link:hover { color: #D7F205; } .wt-modal-bloqueado-icon { font-size: 3rem; text-align: center; margin-bottom: 8px; line-height: 1; } .wt-modal-termos { font-size: 0.75rem; color: #555555; text-align: center; margin-top: 12px; } .wt-modal-termos a { color: #888888; text-decoration: underline; }
4,9 ★★★★★ Avaliações

Seu aluno não cancela quando vê que Evoluiu.

welltrainer dashboard do personal
Testar grátis comece agora, é grátis.
// cases reais

Personais que escalaram com Welltrainer

Jost Dayan · Personal Varginha/MG
+42%
Retenção em 3 meses
Yan Ribas · Personal Curitiba/PR
3h/dia
Economizados em tarefas manuais
Metcon Treinamentos · Personal Itabuna/BA
4,9★
Avaliação média dos alunos ativos
Denilson Bayano · Personal Salvador/BA
+38
Alunos captados em 90 dias
Isaias Ananias · Personal Pernambuco/PE
+22
Alunos captados em 60 dias

Seja o próximo.

Testar grátis
// o produto

Com Welltrainer, você tem mais tempo, mais alunos e mais retenção.

Periodização
Avaliações
Customização
Wellbot IA
01 / Periodização

Periodização com progressão automática

Monte treinos em fases (adaptação, hipertrofia, força…), com progressão de carga automática e modelos reutilizáveis que você aplica pra vários alunos com um clique. Sem planilha, sem retrabalho.

02 / Avaliações físicas

Avaliação completa em 15 minutos

Bioimpedância, perímetros, dobras cutâneas, VO2, postural e fotos de evolução, tudo num mesmo fluxo, com composição corporal calculada automaticamente e gráficos de progresso pro aluno ver o resultado.

03 / Customização

App com a cara da sua consultoria

Personalize o app com sua marca, cores e nome da consultoria. O aluno baixa, abre e vê você, não a Welltrainer. Mais percepção de valor, mais autoridade, mais retenção.

04 / Wellbot IA

IA que consulta os dados dos seus alunos

Descreva o treino que quer e ela monta em segundos. Pergunte sobre cargas, evolução e agenda. A Wellbot lê os dados reais dos seus alunos e responde com contexto. Você prescreve, ela digita.

// hora de escalar

Pronto pra organizar tudo num lugar só?

Testar grátis

Veja por que somos #1 em gestão para personal

Melhor plataformaPersonal Trainer · 2026
4,9
★★★★★Avaliações
★★★★★

“Welltrainer + personal = operação profissional”

Anderson R.
★★★★★

“Suporte humano do começo ao fim, impecável”

Aline A.
★★★★★

“Suporte super atencioso, sempre que precisei me ajudaram rápido”

Marcos S.
★★★★★

“Meus alunos amaram, disseram que ficou super profissional”

Amine J.
// app do aluno

Seu aluno, seu app, sua marca.

O aluno recebe treinos, dieta, avaliações e chat num app premium, com sua identidade e seu jeito de acompanhar.

  • Notificações push antes do treino e da refeição
  • Funciona offline, registra séries sem internet
  • Histórico de cargas com progressão sugerida
  • Chat com áudio integrado, sem WhatsApp
// seu app, sua marca

Transforme seus alunos em fãs do seu app.

Testar grátis
// depoimentos

A confiança de quem já escalou.

// nossa missão

3 crenças que guiam a Welltrainer

01

Método vence personalização infinita.

Todo mundo promete tudo. A gente não. Usar Welltrainer é aceitar alguns padrões comprovados em troca de um sistema que entrega resultado.

02

Todo personal merece IA.

Grandes academias já usam IA pra escalar. O personal autônomo também deve usar. A Wellbot coloca dados reais do seu aluno a uma pergunta de distância.

03

O aluno é parte do produto.

A gente não vende só um painel pro personal. O aluno também recebe uma experiência premium, com treino, dieta, avaliação e chat, sem custo extra.

// planos

Planos que cabem no seu momento.

Menos que 1 aluno perdido por mês. Mais que qualquer planilha pode entregar.

Assinou e não gostou? Devolvemos seu dinheiro de volta.
Solo
Até 10 alunos
Pioneiro: 21% off
R$47/mês
R$37/mês
  • Página de captação de alunos
  • Chat em tempo real
  • 1 GB de armazenamento
  • Consultoria (sem customização do app)
  • 5 prompts de IA por hora
  • 1000+ vídeos de exercícios
  • App gratuito para o aluno
Restam 8 vagas por esse preço
Testar grátis
Escala
Alunos ilimitados
Pioneiro: 51% off
R$197/mês
R$97/mês
  • Tudo do Pro, mais:
  • Produtos digitais
  • Prompts de IA ilimitados
  • Armazenamento ilimitado
Restam 3 vagas por esse preço
Testar grátis
// vamos juntos

Três planos, um pra cada momento da sua jornada.

Testar grátis
© 2026 Welltrainer LTDA · CNPJ: 65.941.799/0001-66 · Todos os direitos reservados.
Testar grátis
function lp2PickTab(el, target) { document.querySelectorAll(‘.lp2-stack-tab’).forEach(t => t.classList.remove(‘active’)); el.classList.add(‘active’); var card = document.getElementById(target); if (card) card.scrollIntoView({behavior: ‘smooth’, block: ‘start’}); } (function() { var btn = document.getElementById(‘lp2-sticky-cta’); if (!btn) return; function update() { var y = window.scrollY || document.documentElement.scrollTop; if (y > 600) { btn.classList.add(‘show’); } else { btn.classList.remove(‘show’); } } window.addEventListener(‘scroll’, update, { passive: true }); window.addEventListener(‘resize’, update); update(); })();
passo 1 de 2
você é personal trainer ou treinador?
a welltrainer é um app exclusivo para profissionais que gerenciam alunos. responda abaixo para continuar.
passo 2 de 2
comece grátis
preencha seus dados e comece a usar o welltrainer agora mesmo.
ao cadastrar, você concorda com os termos de uso e política de privacidade.
🚫
app exclusivo para profissionais
a welltrainer foi criada para personal trainers e treinadores gerenciarem seus alunos, avaliações e treinos. se você é aluno, peça para o seu personal se cadastrar — você acessará tudo pelo convite dele.
na verdade, sou profissional
(function(){ function wtMostrarStep(id) { [‘wt-step-qualificar’,’wt-step-cadastro’,’wt-step-bloqueado’].forEach(function(s){ var el = document.getElementById(s); if (el) el.style.display = (s === id) ? ‘block’ : ‘none’; }); } window.abrirModalCadastro = function() { var m = document.getElementById(‘wtModalCadastro’); if (!m) return; m.classList.add(‘ativo’); document.body.style.overflow = ‘hidden’; wtMostrarStep(‘wt-step-qualificar’); }; window.wtFecharModalCadastro = function() { var m = document.getElementById(‘wtModalCadastro’); if (!m) return; m.classList.remove(‘ativo’); document.body.style.overflow = ”; }; window.wtResponderPersonal = function(ehProfissional) { if (ehProfissional) { wtMostrarStep(‘wt-step-cadastro’); setTimeout(function(){ var n = document.getElementById(‘wt-campo-nome’); if (n) n.focus(); }, 150); } else { wtMostrarStep(‘wt-step-bloqueado’); } }; window.wtVoltarParaQualificacao = function() { wtMostrarStep(‘wt-step-qualificar’); }; var overlay = document.getElementById(‘wtModalCadastro’); if (overlay) { overlay.addEventListener(‘click’, function(e) { if (e.target === this) window.wtFecharModalCadastro(); }); } document.addEventListener(‘keydown’, function(e) { if (e.key === ‘Escape’) window.wtFecharModalCadastro(); }); var cel = document.getElementById(‘wt-campo-celular’); if (cel) { cel.addEventListener(‘input’, function(e) { var v = e.target.value.replace(/\D/g, ”); if (v.length > 11) v = v.slice(0, 11); if (v.length > 7) e.target.value = ‘(‘ + v.slice(0,2) + ‘) ‘ + v.slice(2,7) + ‘-‘ + v.slice(7); else if (v.length > 2) e.target.value = ‘(‘ + v.slice(0,2) + ‘) ‘ + v.slice(2); else if (v.length > 0) e.target.value = ‘(‘ + v; }); } function wtLimparErros() { document.querySelectorAll(‘.wt-modal-erro-msg’).forEach(function(el){ el.style.display = ‘none’; }); document.querySelectorAll(‘.wt-modal-input’).forEach(function(el){ el.classList.remove(‘erro’); }); } function wtMostrarErro(campo, msg) { var input = document.getElementById(‘wt-campo-‘ + campo); var erro = document.getElementById(‘wt-erro-‘ + campo); if (input) input.classList.add(‘erro’); if (erro) { erro.textContent = msg; erro.style.display = ‘block’; } } window.wtEnviarCadastro = function(e) { e.preventDefault(); wtLimparErros(); var nome = document.getElementById(‘wt-campo-nome’).value.trim(); var celular = document.getElementById(‘wt-campo-celular’).value.trim(); var email = document.getElementById(‘wt-campo-email’).value.trim(); var btn = document.getElementById(‘wt-btn-cadastro’); var valido = true; if (nome.length < 2) { wtMostrarErro('nome', 'informe seu nome completo.'); valido = false; } var celDigits = celular.replace(/\D/g, ''); if (celDigits.length 11) { wtMostrarErro(‘celular’, ‘celular inv\u00e1lido.’); valido = false; } if (!email.match(/^[^@]+@[^@]+\.[^@]+$/)) { wtMostrarErro(‘email’, ‘e-mail inv\u00e1lido.’); valido = false; } if (!valido) return; btn.disabled = true; btn.textContent = ‘cadastrando…’; var params = new URLSearchParams(window.location.search); var utmData = {}; [‘utm_source’,’utm_medium’,’utm_campaign’,’utm_content’,’utm_term’,’fbclid’,’gclid’].forEach(function(k) { var v = params.get(k); if (v) utmData[k] = v; }); try { var stored = JSON.parse(sessionStorage.getItem(‘wt_utm’) || ‘null’); if (stored) { [‘utm_source’,’utm_medium’,’utm_campaign’,’utm_content’,’utm_term’,’fbclid’,’gclid’].forEach(function(k) { if (stored[k] && !utmData[k]) utmData[k] = stored[k]; }); } } catch(_){} var payload = Object.assign({ nome: nome, email: email, celular: celDigits }, utmData); fetch(‘https://api.welltrainer.com.br/usuario/pre-cadastro’, { method: ‘POST’, headers: { ‘Content-Type’: ‘application/json’ }, body: JSON.stringify(payload) }) .then(function(res) { if (!res.ok) return res.json().then(function(d){ throw new Error(d.mensagem || ‘Erro’); }); return res.json(); }) .then(function() { window.location.href = ‘https://welltrainer.com.br/gg-obrigado/’; }) .catch(function(err) { btn.disabled = false; btn.textContent = ‘cadastrar gr\u00e1tis’; wtMostrarErro(‘email’, err.message || ‘erro ao cadastrar. tente novamente.’); }); }; })();