body { background-color: #110f0c; } .reveal { opacity: 0; transform: translateY(40px); transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1); } .reveal.is-visible { opacity: 1; transform: translateY(0); } .reveal-delay-1 { transition-delay: 0.1s; } .reveal-delay-2 { transition-delay: 0.2s; } .reveal-delay-3 { transition-delay: 0.3s; } .reveal-delay-4 { transition-delay: 0.4s; } .navbar-landing { background: rgba(17, 15, 12, 0.85); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border-bottom: 1px solid rgba(255, 255, 255, 0.06); } .navbar-landing .navbar-item .btn-hero-primary { padding: 0.35em 0.75em !important; font-size: 0.75rem !important; } .hero-landing { min-height: 92vh; background: #110f0c; position: relative; overflow: hidden; display: flex; align-items: center; } .hero-landing::before { content: ""; position: absolute; top: -20%; right: -10%; width: 700px; height: 700px; background: radial-gradient( circle, rgba(250, 119, 133, 0.18) 0%, transparent 70% ); border-radius: 50%; pointer-events: none; animation: orbFloat 8s ease-in-out infinite alternate; } .hero-landing::after { content: ""; position: absolute; bottom: -30%; left: -15%; width: 600px; height: 600px; background: radial-gradient( circle, rgba(83, 203, 191, 0.15) 0%, transparent 70% ); border-radius: 50%; pointer-events: none; animation: orbFloat 10s ease-in-out infinite alternate-reverse; } @keyframes orbFloat { 0% { transform: translate(0, 0) scale(1); } 100% { transform: translate(30px, -20px) scale(1.1); } } .hero-grid-overlay { position: absolute; inset: 0; background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px); background-size: 60px 60px; pointer-events: none; mask-image: radial-gradient( ellipse 80% 70% at 50% 40%, black 30%, transparent 100% ); -webkit-mask-image: radial-gradient( ellipse 80% 70% at 50% 40%, black 30%, transparent 100% ); } .hero-landing .hero-body { position: relative; z-index: 2; padding-top: 6rem; padding-bottom: 6rem; } .hero-landing .hero-badge { display: inline-flex; align-items: center; gap: 0.5rem; background: rgba(250, 119, 133, 0.12); border: 1px solid rgba(250, 119, 133, 0.25); color: #fa7785; font-size: 0.82rem; font-weight: 600; padding: 0.45rem 1rem; border-radius: 100px; margin-bottom: 1.5rem; letter-spacing: 0.02em; } .hero-landing .hero-badge i { font-size: 0.7rem; } .hero-landing .hero-title { font-size: clamp(2.5rem, 5.5vw, 4.2rem); font-weight: 800; color: #fff; line-height: 1.1; letter-spacing: -1.5px; margin-bottom: 1.5rem; } .hero-landing .hero-title .gradient-text { background: linear-gradient(135deg, #fa7785 0%, #ff9a6c 50%, #ffd166 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .hero-landing .hero-subtitle { font-size: 1.15rem; color: rgba(255, 255, 255, 0.55); max-width: 520px; line-height: 1.7; margin-bottom: 2.5rem; } .hero-landing .hero-cta-group { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; } .btn-hero-primary { background: linear-gradient(135deg, #fa7785 0%, #f85c6d 100%) !important; color: #fff !important; border: none !important; border-radius: 14px !important; font-weight: 700 !important; font-size: 1.05rem !important; padding: 0.9rem 2.2rem !important; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important; box-shadow: 0 4px 24px rgba(250, 119, 133, 0.3); position: relative; overflow: hidden; } .btn-hero-primary::before { content: ""; position: absolute; inset: 0; background: linear-gradient( 135deg, rgba(255, 255, 255, 0.15) 0%, transparent 60% ); border-radius: inherit; pointer-events: none; } .btn-hero-primary:hover { transform: translateY(-2px) !important; box-shadow: 0 8px 32px rgba(250, 119, 133, 0.45) !important; } .btn-hero-secondary { background: rgba(255, 255, 255, 0.06) !important; color: rgba(255, 255, 255, 0.85) !important; border: 1px solid rgba(255, 255, 255, 0.12) !important; border-radius: 14px !important; font-weight: 600 !important; font-size: 1.05rem !important; padding: 0.9rem 2rem !important; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important; backdrop-filter: blur(8px); } .btn-hero-secondary:hover { background: rgba(255, 255, 255, 0.12) !important; border-color: rgba(255, 255, 255, 0.22) !important; color: #fff !important; transform: translateY(-1px) !important; } .hero-visual { position: relative; } .hero-mockup { background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 20px; padding: 1.5rem; backdrop-filter: blur(12px); position: relative; } .mockup-header { display: flex; align-items: center; gap: 0.6rem; margin-bottom: 1.2rem; padding-bottom: 1rem; border-bottom: 1px solid rgba(255, 255, 255, 0.06); } .mockup-dot { width: 10px; height: 10px; border-radius: 50%; } .mockup-dot.red { background: #fa7785; } .mockup-dot.yellow { background: #d5d87d; } .mockup-dot.green { background: #53cbbf; } .mockup-title { font-size: 0.82rem; color: rgba(255, 255, 255, 0.4); margin-left: 0.5rem; font-weight: 500; } .mockup-task { display: flex; align-items: center; gap: 0.75rem; padding: 0.7rem 0.85rem; border-radius: 10px; margin-bottom: 0.5rem; transition: all 0.3s ease; background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.04); } .mockup-task:hover { background: rgba(255, 255, 255, 0.06); } .mockup-check { width: 20px; height: 20px; border-radius: 50%; border: 2px solid rgba(255, 255, 255, 0.2); flex-shrink: 0; display: flex; align-items: center; justify-content: center; } .mockup-check.done { background: #53cbbf; border-color: #53cbbf; color: #fff; font-size: 0.6rem; } .mockup-task-text { color: rgba(255, 255, 255, 0.7); font-size: 0.88rem; font-weight: 500; } .mockup-task.done .mockup-task-text { text-decoration: line-through; color: rgba(255, 255, 255, 0.3); } .mockup-timer { margin-left: auto; font-size: 0.72rem; color: #d5d87d; font-weight: 600; font-variant-numeric: tabular-nums; white-space: nowrap; } .mockup-progress { margin-top: 1rem; height: 4px; background: rgba(255, 255, 255, 0.06); border-radius: 2px; overflow: hidden; } .mockup-progress-fill { height: 100%; width: 60%; background: linear-gradient(90deg, #53cbbf, #b1d4b6); border-radius: 2px; animation: progressPulse 3s ease-in-out infinite; } @keyframes progressPulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.7; } } .hero-mockup-glow { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 120%; height: 120%; background: radial-gradient( circle, rgba(83, 203, 191, 0.1) 0%, transparent 60% ); pointer-events: none; z-index: -1; } .stats-section { background: #110f0c; padding: 0 1.5rem 5rem; position: relative; } .stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; max-width: 900px; margin: 0 auto; } .stat-card { text-align: center; padding: 2rem 1.5rem; border-radius: 16px; background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.06); transition: all 0.3s ease; } .stat-card:hover { background: rgba(255, 255, 255, 0.06); border-color: rgba(255, 255, 255, 0.12); transform: translateY(-4px); } .stat-number { font-size: 2.8rem; font-weight: 800; font-variant-numeric: tabular-nums; background: linear-gradient(135deg, #fa7785, #ff9a6c); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1; margin-bottom: 0.5rem; } .stat-label { font-size: 0.88rem; color: rgba(255, 255, 255, 0.5); font-weight: 500; } .section-divider { height: 80px; background: #110f0c; position: relative; } .section-divider svg { position: absolute; bottom: 0; left: 0; width: 100%; height: 80px; } .features-section { padding: 6rem 1.5rem; background: var(--cor-fundo); } .section-badge { display: inline-flex; align-items: center; gap: 0.4rem; background: rgba(250, 119, 133, 0.08); border: 1px solid rgba(250, 119, 133, 0.15); color: var(--cor-secundaria); font-size: 0.78rem; font-weight: 600; padding: 0.35rem 0.85rem; border-radius: 100px; margin-bottom: 1rem; text-transform: uppercase; letter-spacing: 0.06em; } .section-title { font-size: clamp(1.8rem, 3.5vw, 2.5rem); font-weight: 800; color: var(--cor-texto); letter-spacing: -0.5px; margin-bottom: 0.75rem; } .section-subtitle { font-size: 1.05rem; color: var(--cor-texto-suave); max-width: 550px; margin: 0 auto 3.5rem; line-height: 1.6; } .features-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; max-width: 1100px; margin: 0 auto; } .feature-card { padding: 2rem 1.5rem; border-radius: 16px; background: var(--cor-fundo-card); border: 1px solid var(--cor-borda); transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1); text-align: center; position: relative; overflow: hidden; } .feature-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; border-radius: 3px 3px 0 0; opacity: 0; transition: opacity 0.35s ease; } .feature-card:hover::before { opacity: 1; } .feature-card.rosa::before { background: linear-gradient(90deg, #fa7785, #ff9a6c); } .feature-card.teal::before { background: linear-gradient(90deg, #53cbbf, #7be0d4); } .feature-card.verde::before { background: linear-gradient(90deg, #b1d4b6, #8cc692); } .feature-card.amarelo::before { background: linear-gradient(90deg, #d5d87d, #e8eb9a); } .feature-card:hover { transform: translateY(-6px); box-shadow: 0 16px 48px rgba(0, 0, 0, 0.08); border-color: transparent; } .feature-card .feature-icon-new { width: 60px; height: 60px; border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; margin: 0 auto 1.2rem; } .feature-icon-new.is-rosa { background: linear-gradient( 135deg, rgba(250, 119, 133, 0.15) 0%, rgba(255, 154, 108, 0.1) 100% ); color: #fa7785; } .feature-icon-new.is-teal { background: linear-gradient( 135deg, rgba(83, 203, 191, 0.15) 0%, rgba(123, 224, 212, 0.1) 100% ); color: #53cbbf; } .feature-icon-new.is-verde { background: linear-gradient( 135deg, rgba(177, 212, 182, 0.2) 0%, rgba(140, 198, 146, 0.1) 100% ); color: #5a9960; } .feature-icon-new.is-amarelo { background: linear-gradient( 135deg, rgba(213, 216, 125, 0.2) 0%, rgba(232, 235, 154, 0.1) 100% ); color: #9a9d45; } .feature-card h3 { font-size: 1.1rem; font-weight: 700; color: var(--cor-texto); margin-bottom: 0.6rem; } .feature-card p { font-size: 0.9rem; color: var(--cor-texto-suave); line-height: 1.6; } .how-section { padding: 6rem 1.5rem; background: var(--cor-fundo); } .steps-container { display: flex; gap: 2rem; max-width: 1000px; margin: 0 auto; position: relative; } .steps-container::before { content: ""; position: absolute; top: 48px; left: calc(16.66% + 1rem); right: calc(16.66% + 1rem); height: 2px; background: linear-gradient(90deg, #fa7785, #53cbbf, #d5d87d); opacity: 0.3; z-index: 0; } .step-card { flex: 1; text-align: center; padding: 2rem 1.5rem; position: relative; z-index: 1; } .step-number { width: 48px; height: 48px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 1.1rem; color: #fff; margin: 0 auto 1.2rem; position: relative; } .step-number::after { content: ""; position: absolute; inset: -4px; border-radius: 50%; border: 2px dashed; opacity: 0.3; animation: spinSlow 12s linear infinite; } @keyframes spinSlow { to { transform: rotate(360deg); } } .step-1 .step-number { background: linear-gradient(135deg, #fa7785, #f85c6d); } .step-1 .step-number::after { border-color: #fa7785; } .step-2 .step-number { background: linear-gradient(135deg, #53cbbf, #3fbfb3); } .step-2 .step-number::after { border-color: #53cbbf; } .step-3 .step-number { background: linear-gradient(135deg, #d5d87d, #c8cb5e); } .step-3 .step-number::after { border-color: #d5d87d; } .step-card h3 { font-size: 1.1rem; font-weight: 700; color: var(--cor-texto); margin-bottom: 0.5rem; } .step-card p { font-size: 0.9rem; color: var(--cor-texto-suave); line-height: 1.6; } .cta-section { padding: 6rem 1.5rem; background: #110f0c; text-align: center; position: relative; overflow: hidden; } .cta-section::before { content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 600px; height: 600px; background: radial-gradient( circle, rgba(250, 119, 133, 0.1) 0%, transparent 60% ); pointer-events: none; } .cta-section .section-title { color: #fff; } .cta-section .section-subtitle { color: rgba(255, 255, 255, 0.5); } .cta-section .cta-features { display: flex; justify-content: center; gap: 2rem; margin-bottom: 2.5rem; flex-wrap: wrap; } .cta-feature-item { display: flex; align-items: center; gap: 0.5rem; color: rgba(255, 255, 255, 0.6); font-size: 0.9rem; font-weight: 500; } .cta-feature-item i { color: #53cbbf; font-size: 0.85rem; } .footer-landing { background: #0a0908; border-top: 1px solid rgba(255, 255, 255, 0.06); padding: 2rem 1.5rem; color: rgba(255, 255, 255, 0.4); } .footer-landing .logo-temptask { color: #fff !important; font-size: 1.1rem; } .footer-landing a.destaque-secundaria { color: #fa7785 !important; } @media screen and (max-width: 1024px) { .features-grid { grid-template-columns: repeat(2, 1fr); } .stats-grid { grid-template-columns: repeat(2, 1fr); } .steps-container::before { display: none; } .steps-container { flex-direction: column; gap: 1rem; } } @media screen and (max-width: 768px) { .hero-landing { min-height: auto; padding-top: 2rem; padding-bottom: 2rem; } .hero-landing .hero-body { padding-top: 3rem; padding-bottom: 3rem; } .hero-landing .hero-title { font-size: 2.2rem; letter-spacing: -1px; } .hero-visual { margin-top: 2.5rem; } .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 1rem; } .stat-number { font-size: 2rem; } .features-grid { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; } .steps-container { flex-direction: column; gap: 1rem; } .steps-container::before { display: none; } .step-card { padding: 1.5rem 1rem; } .cta-section .cta-features { flex-direction: column; align-items: center; gap: 0.75rem; } .hero-badge { display: none !important; } .footer-landing .column { text-align: center; } .footer-landing .is-justify-content-flex-end { justify-content: center !important; } } @media screen and (max-width: 480px) { .hero-landing .hero-title { font-size: 1.8rem; } .hero-landing .hero-subtitle { font-size: 1rem; } .btn-hero-primary, .btn-hero-secondary { width: 100%; justify-content: center; } .stats-grid { grid-template-columns: 1fr 1fr; } }