:root {
            --red:       #D92525;
            --red-hover: #b01c1c;
            --red-soft:  #fdf2f2;
            --dark:      #111827;
            --muted:     #6b7280;
        }

        * { box-sizing: border-box; }

        body {
            font-family: 'Inter', sans-serif;
            color: var(--dark);
            background: #fff;
            overflow-x: hidden;
        }

        /* ── NAVBAR ── */
        .lp-nav {
            padding: 1.2rem 0;
            border-bottom: 1px solid #f3f4f6;
            background: rgba(255,255,255,0.95);
            backdrop-filter: blur(8px);
            position: sticky;
            top: 0;
            z-index: 100;
        }

        .brand-logo {
            font-family: 'Poppins', sans-serif;
            font-weight: 800;
            font-size: 1.5rem;
            color: var(--red);
            text-decoration: none;
            letter-spacing: -1px;
        }

        .btn-nav-login {
            color: var(--dark);
            font-weight: 600;
            text-decoration: none;
            padding: 0.5rem 1.2rem;
            border-radius: 8px;
            border: 1.5px solid #e5e7eb;
            transition: border-color .2s;
            font-size: 0.9rem;
        }

        .btn-nav-login:hover { border-color: var(--red); color: var(--red); }

        .btn-nav-cta {
            background: var(--red);
            color: #fff;
            font-weight: 600;
            text-decoration: none;
            padding: 0.5rem 1.4rem;
            border-radius: 8px;
            font-size: 0.9rem;
            transition: background .2s, transform .2s;
        }

        .btn-nav-cta:hover { background: var(--red-hover); color: #fff; transform: translateY(-1px); }

        /* ── HERO ── */
        .hero-section {
            padding: 5rem 0 6rem;
            background: linear-gradient(160deg, #fff 55%, #fdf2f2 100%);
        }

        .hero-badge {
            display: inline-flex;
            align-items: center;
            gap: .4rem;
            background: #ffe5e5;
            color: var(--red);
            padding: .4rem 1rem;
            border-radius: 50px;
            font-size: .82rem;
            font-weight: 600;
            margin-bottom: 1.5rem;
        }

        .hero-title {
            font-family: 'Poppins', sans-serif;
            font-size: 3.4rem;
            line-height: 1.1;
            font-weight: 800;
            margin-bottom: 1.4rem;
        }

        .hero-title span { color: var(--red); }

        .hero-lead {
            font-size: 1.1rem;
            color: var(--muted);
            line-height: 1.7;
            max-width: 480px;
            margin-bottom: 2rem;
        }

        .btn-cta-hero {
            background: var(--red);
            color: #fff;
            font-weight: 700;
            padding: .9rem 2.2rem;
            border-radius: 10px;
            text-decoration: none;
            font-size: 1rem;
            transition: all .25s;
            display: inline-flex;
            align-items: center;
            gap: .5rem;
        }

        .btn-cta-hero:hover {
            background: var(--red-hover);
            color: #fff;
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(217,37,37,.25);
        }

        .btn-login-hero {
            color: var(--muted);
            font-weight: 600;
            padding: .9rem 1.6rem;
            border-radius: 10px;
            text-decoration: none;
            font-size: 1rem;
            border: 1.5px solid #e5e7eb;
            transition: all .25s;
        }

        .btn-login-hero:hover { border-color: var(--red); color: var(--red); }

        .social-proof {
            display: flex;
            align-items: center;
            gap: 1rem;
            margin-top: 2.5rem;
        }

        .avatars { display: flex; }

        .avatars img {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            border: 2.5px solid #fff;
            margin-left: -12px;
            object-fit: cover;
        }

        .avatars img:first-child { margin-left: 0; }

        .social-text { font-size: .9rem; line-height: 1.4; }
        .social-text strong { display: block; color: var(--dark); }
        .social-text span { color: #16a34a; font-weight: 500; font-size: .8rem; }

        .hero-mockup {
            border-radius: 20px;
            overflow: hidden;
            /*box-shadow: 0 30px 60px rgba(0,0,0,.12);*/
            /*border: 4px solid #fff;*/
        }

        /* ── STATS STRIP ── */
        .stats-strip {
            background: var(--dark);
            padding: 2.8rem 0;
        }

        .stat-item { text-align: center; }

        .stat-number {
            font-family: 'Poppins', sans-serif;
            font-size: 2.2rem;
            font-weight: 800;
            color: #fff;
            line-height: 1;
            margin-bottom: .3rem;
        }

        .stat-number span { color: var(--red); }

        .stat-label {
            font-size: .82rem;
            color: #9ca3af;
            text-transform: uppercase;
            letter-spacing: .06em;
            font-weight: 500;
        }

        .stat-divider {
            width: 1px;
            background: rgba(255,255,255,.1);
            align-self: stretch;
        }

        /* ── HOW IT WORKS ── */
        .how-section {
            padding: 6rem 0;
            background: #fff;
        }

        .section-label {
            font-size: .78rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: .1em;
            color: var(--red);
            margin-bottom: .6rem;
        }

        .section-title {
            font-family: 'Poppins', sans-serif;
            font-size: 2.2rem;
            font-weight: 800;
            line-height: 1.2;
            margin-bottom: 1rem;
        }

        .step-card {
            padding: 2rem;
            border-radius: 16px;
            border: 1px solid #f3f4f6;
            background: #fff;
            height: 100%;
            transition: box-shadow .25s;
        }

        .step-card:hover { box-shadow: 0 12px 30px rgba(0,0,0,.07); }

        .step-num {
            font-family: 'Poppins', sans-serif;
            font-size: 3rem;
            font-weight: 800;
            color: rgba(217,37,37,.1);
            line-height: 1;
            margin-bottom: -.6rem;
        }

        /* ── FEATURES ── */
        .features-section {
            padding: 5rem 0;
            background: #f9fafb;
        }

        .feature-card {
            padding: 2rem;
            border-radius: 16px;
            border: 1px solid #e5e7eb;
            background: #fff;
            height: 100%;
            transition: all .25s;
        }

        .feature-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 16px 40px rgba(0,0,0,.07);
            border-color: #fca5a5;
        }

        .feature-icon {
            width: 52px;
            height: 52px;
            border-radius: 14px;
            background: var(--red-soft);
            color: var(--red);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.4rem;
            margin-bottom: 1.2rem;
        }

        /* ── COMMUNITY ACTIVITY (nova secao) ── */
        .activity-section {
            padding: 6rem 0;
            background: #fff;
        }

        .activity-tab {
            padding: .55rem 1.2rem;
            border-radius: 8px;
            border: 1.5px solid #e5e7eb;
            background: #fff;
            font-size: .88rem;
            font-weight: 600;
            color: var(--muted);
            cursor: pointer;
            transition: all .2s;
            text-decoration: none;
        }

        .activity-tab.active,
        .activity-tab:hover {
            background: var(--red);
            border-color: var(--red);
            color: #fff;
        }

        .activity-preview {
            border-radius: 20px;
            border: 1px solid #e5e7eb;
            background: #fff;
            overflow: hidden;
            box-shadow: 0 8px 30px rgba(0,0,0,.06);
        }

        .activity-preview-header {
            padding: 1rem 1.4rem;
            border-bottom: 1px solid #f3f4f6;
            background: #f9fafb;
            display: flex;
            align-items: center;
            gap: .7rem;
        }

        .dot { width: 12px; height: 12px; border-radius: 50%; }

        .activity-item {
            padding: 1rem 1.4rem;
            border-bottom: 1px solid #f9fafb;
            display: flex;
            align-items: flex-start;
            gap: .9rem;
        }

        .activity-item:last-child { border-bottom: 0; }

        .activity-avatar {
            width: 38px;
            height: 38px;
            border-radius: 50%;
            object-fit: cover;
            flex-shrink: 0;
        }

        .activity-meta { font-size: .78rem; color: var(--muted); margin-top: .2rem; }

        .checkmark-list { list-style: none; padding: 0; margin: 0; }

        .checkmark-list li {
            display: flex;
            align-items: flex-start;
            gap: .7rem;
            padding: .6rem 0;
            font-size: .95rem;
            color: var(--muted);
        }

        .checkmark-list li i { color: var(--red); margin-top: .1rem; flex-shrink: 0; }

        /* ── FAQ ── */
        .faq-section {
            padding: 6rem 0;
            background: #f9fafb;
        }

        .accordion-item {
            border: 1px solid #e5e7eb !important;
            border-radius: 12px !important;
            margin-bottom: 10px;
            overflow: hidden;
        }

        .accordion-button:not(.collapsed) {
            background: var(--red-soft);
            color: var(--red);
            box-shadow: none;
            font-weight: 600;
        }

        .accordion-button:focus { box-shadow: none; }
        .accordion-button { font-weight: 500; }

        /* ── FINAL CTA ── */
        .cta-section {
            padding: 6rem 0;
            background: var(--dark);
        }

        .cta-section h2 {
            font-family: 'Poppins', sans-serif;
            font-size: 2.5rem;
            font-weight: 800;
            color: #fff;
            line-height: 1.2;
        }

        .cta-section p { color: #9ca3af; font-size: 1.05rem; }

        .btn-cta-white {
            background: #fff;
            color: var(--red);
            font-weight: 700;
            padding: .9rem 2.4rem;
            border-radius: 10px;
            text-decoration: none;
            font-size: 1rem;
            display: inline-flex;
            align-items: center;
            gap: .5rem;
            transition: all .25s;
        }

        .btn-cta-white:hover { background: var(--red-soft); color: var(--red); transform: translateY(-2px); }

        /* ── FOOTER ── */
        footer {
            padding: 2.5rem 1rem;
            border-top: 1px solid #f3f4f6;
            background: #fff;
        }

        /* ── RESPONSIVE ── */
        @media (max-width: 991px) {
            .hero-title { font-size: 2.4rem; }
            .hero-section { padding: 3.5rem 0 4rem; text-align: center; }
            .hero-lead { margin: 0 auto 2rem; }
            .social-proof { justify-content: center; }
            .hero-mockup { margin-top: 3rem; }
            .stat-divider { display: none; }
            .section-title { font-size: 1.8rem; }
            .cta-section h2 { font-size: 2rem; }
        }

        @media (max-width: 575px) {
            .hero-title { font-size: 2rem; }
            .stat-number { font-size: 1.8rem; }
        }