:root {
            --primary: #2563eb;
            --primary-dark: #1d4ed8;
            --secondary: #00d4ff;
            --dark: #06111f;
            --dark-soft: #0f2137;
            --text: #1e293b;
            --muted: #64748b;
            --light: #f8fafc;
            --white: #ffffff;
            --success: #10b981;
            --danger: #ef4444;
            --warning: #f59e0b;
            --radius: 24px;
            --shadow: 0 24px 70px rgba(15, 23, 42, 0.14);
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        html {
            scroll-behavior: smooth;
        }

        body {
            font-family: 'Inter', sans-serif;
            color: var(--text);
            background: var(--light);
            overflow-x: hidden;
        }

        a {
            text-decoration: none;
        }

        .section-padding {
            padding: 100px 0;
        }

        .section-title {
            max-width: 820px;
            margin: 0 auto 56px;
            text-align: center;
        }

        .section-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 8px 16px;
            border-radius: 999px;
            background: rgba(37, 99, 235, 0.10);
            color: var(--primary);
            font-size: 14px;
            font-weight: 800;
            margin-bottom: 18px;
        }

        .section-title h2 {
            font-size: clamp(2rem, 4vw, 3.1rem);
            font-weight: 900;
            color: var(--dark);
            letter-spacing: -1.5px;
            margin-bottom: 18px;
            line-height: 1.13;
        }

        .section-title p {
            font-size: 1.08rem;
            color: var(--muted);
            line-height: 1.8;
            margin-bottom: 0;
        }

        /* Navbar */
        .navbar-financeiro {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 999;
            padding: 18px 0;
            transition: 0.3s ease;
            background: rgba(6, 17, 31, 0.64);
            backdrop-filter: blur(18px);
            border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        }

        .navbar-financeiro.scrolled {
            padding: 12px 0;
            background: rgba(6, 17, 31, 0.94);
            box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
        }

        .brand-financeiro {
            display: flex;
            align-items: center;
            gap: 12px;
            color: var(--white);
            position: relative;
            overflow: hidden;
            border-radius: 18px;
            padding: 6px 10px 6px 6px;
        }

        .brand-financeiro::after {
            content: '';
            width: 90px;
            height: 240px;
            position: absolute;
            top: -80px;
            left: -130px;
            background: rgba(255, 255, 255, 0.18);
            transform: rotate(28deg);
            animation: shineLogo 4s infinite;
            pointer-events: none;
        }

        @keyframes shineLogo {
            0% { left: -130px; }
            45% { left: calc(100% + 130px); }
            100% { left: calc(100% + 130px); }
        }

        .brand-logo-box {
            width: 50px;
            height: 50px;
            border-radius: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(135deg, var(--primary), var(--secondary));
            box-shadow: 0 15px 35px rgba(37, 99, 235, 0.35);
        }

        .brand-logo-box i {
            color: #fff;
            font-size: 1.45rem;
        }

        .brand-icon {
            width: 320px;
            height: 80px;
            border-radius: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(135deg, var(--primary), var(--secondary));
            box-shadow: 0 15px 35px rgba(37, 99, 235, 0.35);
            position: relative;
            overflow: hidden;
        }


        .brand-info strong {
            display: block;
            font-size: 1.18rem;
            line-height: 1;
            letter-spacing: -0.6px;
        }

        .brand-info small {
            display: block;
            color: rgba(255, 255, 255, 0.70);
            font-size: 0.76rem;
            margin-top: 5px;
        }

        .navbar-nav .nav-link {
            color: rgba(255, 255, 255, 0.78);
            font-weight: 700;
            padding: 8px 14px !important;
            transition: 0.3s ease;
        }

        .navbar-nav .nav-link:hover,
        .navbar-nav .nav-link.active {
            color: #fff;
        }

        .navbar-toggler {
            border: 0;
            box-shadow: none !important;
        }

        .navbar-toggler i {
            color: #fff;
            font-size: 2rem;
        }

        .btn-flexon {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            padding: 14px 24px;
            border-radius: 999px;
            font-weight: 900;
            border: 0;
            transition: 0.25s ease;
        }

        .btn-primary-flexon {
            color: #fff;
            background: linear-gradient(135deg, var(--primary), var(--secondary));
            box-shadow: 0 16px 35px rgba(37, 99, 235, 0.35);
        }

        .btn-primary-flexon:hover {
            transform: translateY(-3px);
            color: #fff;
            box-shadow: 0 22px 45px rgba(37, 99, 235, 0.45);
        }

        .btn-outline-flexon {
            color: #fff;
            background: rgba(255, 255, 255, 0.08);
            border: 1px solid rgba(255, 255, 255, 0.16);
        }

        .btn-outline-flexon:hover {
            color: #fff;
            transform: translateY(-3px);
            background: rgba(255, 255, 255, 0.14);
        }

        /* Hero */
        .hero {
            position: relative;
            min-height: 100vh;
            display: flex;
            align-items: center;
            padding: 155px 0 95px;
            overflow: hidden;
            background:
                radial-gradient(circle at top left, rgba(16, 185, 129, 0.20), transparent 28%),
                radial-gradient(circle at 80% 18%, rgba(0, 212, 255, 0.27), transparent 32%),
                linear-gradient(135deg, #06111f 0%, #071a33 48%, #071527 100%);
        }

        .hero::before {
            content: '';
            position: absolute;
            inset: 0;
            background-image:
                linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
                linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
            background-size: 52px 52px;
            mask-image: linear-gradient(to bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.18));
        }

        .hero .container {
            position: relative;
            z-index: 2;
        }

        .hero-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 10px 16px;
            border-radius: 999px;
            color: #dcfce7;
            background: rgba(255, 255, 255, 0.08);
            border: 1px solid rgba(255, 255, 255, 0.14);
            font-size: 0.9rem;
            font-weight: 800;
            margin-bottom: 22px;
        }

        .hero h1 {
            color: #fff;
            font-weight: 900;
            font-size: clamp(2.6rem, 6vw, 5.1rem);
            letter-spacing: -3px;
            line-height: 0.98;
            margin-bottom: 24px;
        }

        .hero h1 span {
            background: linear-gradient(135deg, #fff, #7dd3fc, #22c55e);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .hero p {
            color: rgba(255, 255, 255, 0.76);
            font-size: 1.18rem;
            line-height: 1.85;
            max-width: 660px;
            margin-bottom: 32px;
        }

        .hero-actions {
            display: flex;
            align-items: center;
            gap: 16px;
            flex-wrap: wrap;
            margin-bottom: 42px;
        }

        .hero-trust {
            display: flex;
            gap: 22px;
            flex-wrap: wrap;
        }

        .trust-item {
            display: flex;
            align-items: center;
            gap: 10px;
            color: rgba(255, 255, 255, 0.78);
            font-size: 0.95rem;
            font-weight: 700;
        }

        .trust-item i {
            color: var(--secondary);
            font-size: 1.25rem;
        }

        /* Mockup */
        .finance-mockup {
            position: relative;
            margin-left: auto;
            max-width: 570px;
        }

        .mockup-card {
            position: relative;
            border-radius: 34px;
            padding: 18px;
            background: rgba(255, 255, 255, 0.09);
            border: 1px solid rgba(255, 255, 255, 0.16);
            backdrop-filter: blur(20px);
            box-shadow: 0 40px 110px rgba(0, 0, 0, 0.34);
            animation: floatCard 5s ease-in-out infinite;
        }

        @keyframes floatCard {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-14px); }
        }

        .mockup-screen {
            border-radius: 26px;
            overflow: hidden;
            background: #f8fafc;
        }

        .mockup-topbar {
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0 18px;
            background: #ffffff;
            border-bottom: 1px solid #e2e8f0;
        }

        .mockup-dots {
            display: flex;
            gap: 7px;
        }

        .mockup-dots span {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: #cbd5e1;
        }

        .mockup-user {
            display: flex;
            align-items: center;
            gap: 8px;
            color: #334155;
            font-weight: 800;
            font-size: 0.85rem;
        }

        .mockup-body {
            padding: 22px;
        }

        .balance-card {
            padding: 20px;
            border-radius: 22px;
            color: #fff;
            background: linear-gradient(135deg, #0f2137, #2563eb, #00d4ff);
            box-shadow: 0 18px 40px rgba(37, 99, 235, 0.22);
            margin-bottom: 16px;
        }

        .balance-card small {
            display: block;
            color: rgba(255, 255, 255, 0.75);
            font-weight: 700;
            margin-bottom: 8px;
        }

        .balance-card strong {
            display: block;
            font-size: 2rem;
            line-height: 1;
            font-weight: 900;
            margin-bottom: 14px;
        }

        .balance-row {
            display: flex;
            justify-content: space-between;
            gap: 12px;
            font-size: 0.9rem;
            font-weight: 700;
            color: rgba(255, 255, 255, 0.84);
        }

        .mockup-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 14px;
            margin-bottom: 16px;
        }

        .mini-stat {
            background: #fff;
            border: 1px solid #e2e8f0;
            border-radius: 18px;
            padding: 17px;
            box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
        }

        .mini-stat i {
            width: 38px;
            height: 38px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 13px;
            background: rgba(37, 99, 235, 0.10);
            color: var(--primary);
            font-size: 1.15rem;
            margin-bottom: 12px;
        }

        .mini-stat strong {
            display: block;
            color: var(--dark);
            font-size: 1.15rem;
            margin-bottom: 3px;
        }

        .mini-stat small {
            color: var(--muted);
            font-weight: 700;
        }

        .transaction-card {
            background: #fff;
            border: 1px solid #e2e8f0;
            border-radius: 20px;
            padding: 18px;
        }

        .transaction-title {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 14px;
        }

        .transaction-title strong {
            color: var(--dark);
            font-weight: 900;
        }

        .transaction-item {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 10px 0;
            border-top: 1px solid #edf2f7;
        }

        .transaction-item:first-of-type {
            border-top: 0;
        }

        .transaction-left {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .transaction-icon {
            width: 34px;
            height: 34px;
            border-radius: 12px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 1rem;
        }

        .transaction-icon.in {
            color: #047857;
            background: rgba(16, 185, 129, 0.12);
        }

        .transaction-icon.out {
            color: #b91c1c;
            background: rgba(239, 68, 68, 0.12);
        }

        .transaction-left span {
            color: #334155;
            font-weight: 800;
            font-size: 0.88rem;
        }

        .transaction-item strong {
            font-size: 0.9rem;
            font-weight: 900;
        }

        .text-in {
            color: var(--success);
        }

        .text-out {
            color: var(--danger);
        }

        .floating-box {
            position: absolute;
            z-index: 4;
            border-radius: 18px;
            padding: 14px 16px;
            background: rgba(255, 255, 255, 0.94);
            box-shadow: 0 20px 55px rgba(0, 0, 0, 0.18);
            display: flex;
            align-items: center;
            gap: 10px;
            font-weight: 900;
            color: var(--dark);
            animation: pulseSoft 4s ease-in-out infinite;
        }

        @keyframes pulseSoft {
            0%, 100% { transform: scale(1); }
            50% { transform: scale(1.045); }
        }

        .floating-box i {
            color: var(--success);
            font-size: 1.3rem;
        }

        .floating-box.one {
            top: 32px;
            left: -22px;
        }

        .floating-box.two {
            right: -18px;
            bottom: 52px;
        }

        /* Benefits */
        .benefit-card {
            height: 100%;
            padding: 34px;
            border-radius: var(--radius);
            background: #fff;
            border: 1px solid #e2e8f0;
            box-shadow: 0 20px 55px rgba(15, 23, 42, 0.06);
            transition: 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .benefit-card::after {
            content: '';
            position: absolute;
            width: 130px;
            height: 130px;
            top: -65px;
            right: -65px;
            border-radius: 50%;
            background: rgba(0, 212, 255, 0.12);
            transition: 0.3s ease;
        }

        .benefit-card:hover {
            transform: translateY(-8px);
            box-shadow: var(--shadow);
            border-color: rgba(37, 99, 235, 0.30);
        }

        .benefit-card:hover::after {
            transform: scale(1.35);
        }

        .icon-box {
            position: relative;
            z-index: 2;
            width: 64px;
            height: 64px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 22px;
            background: linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(0, 212, 255, 0.16));
            color: var(--primary);
            font-size: 1.8rem;
            margin-bottom: 24px;
        }

        .benefit-card h3 {
            position: relative;
            z-index: 2;
            color: var(--dark);
            font-weight: 900;
            font-size: 1.3rem;
            margin-bottom: 14px;
        }

        .benefit-card p {
            position: relative;
            z-index: 2;
            color: var(--muted);
            line-height: 1.75;
            margin-bottom: 0;
        }

        /* Features */
        .features-section {
            background: #fff;
        }

        .feature-line-card {
            height: 100%;
            padding: 28px;
            border-radius: 24px;
            background: #f8fafc;
            border: 1px solid #e2e8f0;
            transition: 0.25s ease;
        }

        .feature-line-card:hover {
            transform: translateY(-6px);
            background: linear-gradient(135deg, rgba(37, 99, 235, 0.06), rgba(0, 212, 255, 0.07));
            border-color: rgba(37, 99, 235, 0.28);
        }

        .feature-line-card i {
            width: 48px;
            height: 48px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 16px;
            color: #fff;
            background: linear-gradient(135deg, var(--primary), var(--secondary));
            font-size: 1.25rem;
            margin-bottom: 18px;
        }

        .feature-line-card h3 {
            color: var(--dark);
            font-size: 1.15rem;
            font-weight: 900;
            margin-bottom: 10px;
        }

        .feature-line-card p {
            color: var(--muted);
            line-height: 1.7;
            margin-bottom: 0;
        }

        /* Security */
        .security {
            background:
                radial-gradient(circle at top right, rgba(0, 212, 255, 0.14), transparent 34%),
                linear-gradient(135deg, #06111f, #0b1f39);
            color: #fff;
        }

        .security .section-title h2,
        .security .section-title p {
            color: #fff;
        }

        .security .section-title p {
            color: rgba(255, 255, 255, 0.76);
        }

        .security-card {
            height: 100%;
            padding: 30px;
            border-radius: var(--radius);
            background: rgba(255, 255, 255, 0.08);
            border: 1px solid rgba(255, 255, 255, 0.13);
            backdrop-filter: blur(16px);
            transition: 0.25s ease;
        }

        .security-card:hover {
            transform: translateY(-7px);
            background: rgba(255, 255, 255, 0.11);
        }

        .security-card i {
            width: 58px;
            height: 58px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 20px;
            background: rgba(0, 212, 255, 0.15);
            color: var(--secondary);
            font-size: 1.6rem;
            margin-bottom: 22px;
        }

        .security-card h3 {
            font-size: 1.28rem;
            font-weight: 900;
            margin-bottom: 12px;
        }

        .security-card p {
            color: rgba(255, 255, 255, 0.74);
            line-height: 1.75;
            margin-bottom: 0;
        }

        /* CTA */
        .cta-section {
            padding: 0 0 100px;
            background: var(--light);
        }

        .cta-card {
            overflow: hidden;
            position: relative;
            padding: 48px;
            border-radius: 34px;
            background: #fff;
            border: 1px solid #e2e8f0;
            box-shadow: var(--shadow);
        }

        .cta-card::before {
            content: '';
            position: absolute;
            width: 280px;
            height: 280px;
            border-radius: 50%;
            right: -100px;
            top: -100px;
            background: radial-gradient(circle, rgba(0, 212, 255, 0.28), transparent 70%);
        }

        .cta-card h2 {
            position: relative;
            color: var(--dark);
            font-weight: 900;
            font-size: clamp(2rem, 4vw, 3.1rem);
            letter-spacing: -1.6px;
            margin-bottom: 18px;
        }

        .cta-card p {
            position: relative;
            color: var(--muted);
            line-height: 1.8;
            font-size: 1.08rem;
            margin-bottom: 28px;
        }

        .feature-list {
            position: relative;
            display: grid;
            gap: 14px;
            margin-bottom: 30px;
        }

        .feature-list div {
            display: flex;
            align-items: center;
            gap: 12px;
            font-weight: 800;
            color: var(--dark-soft);
        }

        .feature-list i {
            color: var(--success);
            font-size: 1.25rem;
        }

        /* Contact */
        .contact {
            background: #ffffff;
        }

        .contact-box {
            height: 100%;
            padding: 34px;
            border-radius: var(--radius);
            background: #f8fafc;
            border: 1px solid #e2e8f0;
        }

        .contact-item {
            display: flex;
            gap: 14px;
            margin-bottom: 22px;
        }

        .contact-item i {
            width: 46px;
            height: 46px;
            min-width: 46px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 16px;
            color: #fff;
            background: linear-gradient(135deg, var(--primary), var(--secondary));
            font-size: 1.2rem;
        }

        .contact-item strong {
            display: block;
            color: var(--dark);
            font-weight: 900;
            margin-bottom: 4px;
        }

        .contact-item span {
            color: var(--muted);
        }

        .form-control,
        .form-select {
            min-height: 54px;
            border-radius: 16px;
            border: 1px solid #dbe3ef;
            padding: 14px 16px;
            box-shadow: none !important;
        }

        .form-control:focus,
        .form-select:focus {
            border-color: var(--primary);
        }

        textarea.form-control {
            min-height: 130px;
            resize: none;
        }

        /* Footer igual à página FlexonSys */
        .footer {
            padding: 64px 0 34px;
            background: #0b1323;
            color: #9fb3ca;
            border-top: 1px solid rgba(255, 255, 255, 0.06);
        }

        .footer-brand {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 18px;
        }

        .footer-brand-icon {
            width: 45px;
            height: 45px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 14px;
            color: #fff;
            background: linear-gradient(135deg, #4f63ff, #7c3aed);
            box-shadow: 0 14px 30px rgba(79, 99, 255, 0.25);
            font-size: 1.25rem;
        }

        .footer-brand-name {
            font-size: 1.45rem;
            font-weight: 900;
            letter-spacing: -0.8px;
            background: linear-gradient(135deg, #5b6cff, #8b5cf6);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .footer-description {
            max-width: 420px;
            color: #9fb3ca;
            line-height: 1.7;
            margin-bottom: 22px;
        }

        .footer-social {
            display: flex;
            align-items: center;
            gap: 14px;
            flex-wrap: wrap;
        }

        .footer-social a {
            width: 42px;
            height: 42px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            color: #9fb3ca;
            background: rgba(255, 255, 255, 0.08);
            transition: 0.25s ease;
        }

        .footer-social a:hover {
            color: #fff;
            transform: translateY(-4px);
            background: linear-gradient(135deg, var(--primary), var(--secondary));
        }

        .footer-title {
            color: #fff;
            font-size: 1.12rem;
            font-weight: 900;
            margin-bottom: 20px;
        }

        .footer-menu,
        .footer-contact-list {
            display: grid;
            gap: 9px;
        }

        .footer-menu a {
            color: #9fb3ca;
            font-weight: 500;
            transition: 0.25s ease;
        }

        .footer-menu a:hover {
            color: #fff;
            padding-left: 5px;
        }

        .footer-contact-list div {
            display: flex;
            align-items: center;
            gap: 10px;
            color: #9fb3ca;
            font-weight: 500;
        }

        .footer-contact-list i {
            color: #9fb3ca;
            font-size: 1rem;
        }

        .footer-divider {
            height: 1px;
            width: 100%;
            margin: 42px 0 24px;
            background: rgba(255, 255, 255, 0.12);
        }

        .footer-copy {
            text-align: center;
            color: #9fb3ca;
            font-weight: 500;
        }

        .footer-copy strong {
            color: #c9d7e8;
        }

        .whatsapp-float {
            position: fixed;
            right: 22px;
            bottom: 22px;
            width: 62px;
            height: 62px;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 998;
            border-radius: 50%;
            color: #fff;
            background: #25d366;
            font-size: 2rem;
            box-shadow: 0 18px 40px rgba(37, 211, 102, 0.38);
            transition: 0.25s ease;
        }

        .whatsapp-float:hover {
            color: #fff;
            transform: translateY(-4px) scale(1.04);
        }

        .reveal {
            opacity: 0;
            transform: translateY(28px);
            transition: 0.7s ease;
        }

        .reveal.active {
            opacity: 1;
            transform: translateY(0);
        }

        @media (max-width: 991px) {
            .navbar-collapse {
                margin-top: 16px;
                padding: 18px;
                border-radius: 22px;
                background: rgba(6, 17, 31, 0.96);
                border: 1px solid rgba(255, 255, 255, 0.10);
            }

            .hero {
                text-align: center;
                padding-top: 135px;
            }

            .hero p {
                margin-left: auto;
                margin-right: auto;
            }

            .hero-actions,
            .hero-trust {
                justify-content: center;
            }

            .finance-mockup {
                margin: 45px auto 0;
            }

            .floating-box.one {
                left: 8px;
            }

            .floating-box.two {
                right: 8px;
            }

            .section-padding {
                padding: 76px 0;
            }

            .cta-section {
                padding-bottom: 76px;
            }

            .footer {
                text-align: center;
            }

            .footer-brand,
            .footer-social {
                justify-content: center;
            }

            .footer-description {
                margin-left: auto;
                margin-right: auto;
            }

            .footer-contact-list div {
                justify-content: center;
            }
        }

        @media (max-width: 575px) {
            .brand-info small {
                display: none;
            }

            .brand-logo-box {
                width: 44px;
                height: 44px;
                border-radius: 14px;
            }

            .hero h1 {
                letter-spacing: -2px;
            }

            .hero-actions .btn-flexon {
                width: 100%;
            }

            .mockup-grid {
                grid-template-columns: 1fr;
            }

            .floating-box {
                position: static;
                margin-top: 14px;
                justify-content: center;
            }

            .cta-card {
                padding: 30px 24px;
            }

            .contact-box {
                padding: 26px;
            }
        }
