        .hero {
            background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
            padding: 8rem 0 4rem;
            position: relative;
            overflow: hidden;
        }

        .hero-shape {
            position: absolute;
            top: 0;
            right: 0;
            width: 50%;
            height: 100%;
            background: linear-gradient(45deg, rgba(255, 193, 7, 0.1) 0%, rgba(255, 193, 7, 0.05) 100%);
            clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
            z-index: 0;
        }

        .hero-image-wrapper {
            position: relative;
            z-index: 1;
        }

        .floating-elements {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
        }

        .floating-card {
            position: absolute;
            background: white;
            padding: 1rem;
            border-radius: 12px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
            display: flex;
            align-items: center;
            gap: 0.5rem;
            animation: float 3s ease-in-out infinite;
        }

        .card-1 {
            top: 20%;
            right: -20px;
        }

        .card-2 {
            bottom: 30%;
            left: -20px;
        }

        .vd-impulsiona-card p{
            font-size: 14px;
            color: #666;
        }
        .feature-card p{
            font-size: 14px;
            color: #666;
        }
        #dif-tecnologia p{
            font-size: 18px;
            color: #666;
        }
        #dif-tecnologia p strong{
            font-size: 14px;
            color: #666;
        }
        #dif-tecnologia p span{
            font-size: 14px;
            color: #666;
        }

        @keyframes float {
            0% { transform: translateY(0px); }
            50% { transform: translateY(-10px); }
            100% { transform: translateY(0px); }
        }

        .feature-card {
            background: white;
            border-radius: 16px;
            padding: 2rem;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border: 1px solid rgba(0, 0, 0, 0.05);
        }

        .feature-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
        }

        .feature-icon {
            width: 60px;
            height: 60px;
            background: var(--primary);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 1.5rem;
        }

        .feature-icon i {
            font-size: 1.8rem;
            color: white;
        }

        .feature-title {
            font-size: 1.25rem;
            font-weight: 600;
            margin-bottom: 1rem;
            color: #333;
        }

        .feature-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .feature-list li {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            margin-bottom: 0.5rem;
            color: #666;
        }

        .feature-list li i {
            color: var(--primary);
        }

        .badge {
            font-size: 0.9rem;
            padding: 0.5rem 1rem;
            font-weight: 500;
        }

        .hero-benefits {
            display: flex;
            flex-wrap: wrap;
            gap: 0.7rem;
        }

        .hero-benefits span {
            display: inline-flex;
            align-items: center;
            gap: 0.45rem;
            background: rgba(255, 255, 255, 0.85);
            border: 1px solid rgba(212, 175, 55, 0.35);
            border-radius: 999px;
            padding: 0.4rem 0.8rem;
            font-size: 0.82rem;
            font-weight: 600;
            color: #334155;
        }

        .hero-benefits i {
            color: var(--primary);
        }

        .sales-proof {
            background: linear-gradient(180deg, #fffefb 0%, #fff8ea 100%);
            border-top: 1px solid rgba(212, 175, 55, 0.2);
            border-bottom: 1px solid rgba(212, 175, 55, 0.2);
        }

        .sales-proof-grid.vd-pillars-3 {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 1rem;
        }

        @media (max-width: 768px) {
            .sales-proof-grid.vd-pillars-3 {
                grid-template-columns: 1fr;
            }
        }

        .proof-item--pillar strong {
            display: block;
            font-size: 1.02rem;
            margin-bottom: 0.45rem;
            color: #1f2937;
        }

        .proof-item--pillar span {
            line-height: 1.55;
            color: #4b5563;
            font-size: 0.9rem;
        }

        .vd-kicker-label {
            letter-spacing: 0.08em;
        }

        .vd-label-mini {
            letter-spacing: 0.06em;
        }

        .vd-operacao-section {
            background: linear-gradient(180deg, #fdfbf7 0%, #ffffff 55%);
            border-top: 1px solid rgba(212, 175, 55, 0.15);
        }

        .vd-operacao-card {
            border-color: rgba(212, 175, 55, 0.25) !important;
        }

        .vd-depoimentos-strip {
            background: #faf8f5;
            border-top: 1px solid #ebe3d2;
            border-bottom: 1px solid #ebe3d2;
        }

        @media (min-width: 992px) {
            .vd-section-loose {
                padding-top: 4.5rem !important;
                padding-bottom: 4.5rem !important;
            }
            .py-lg-6 {
                padding-top: 5rem !important;
                padding-bottom: 5rem !important;
            }
        }

        .vd-lead-wide {
            max-width: 720px;
        }

        .vd-lead-spaced {
            line-height: 1.65;
        }

        .vd-check-ico {
            flex-shrink: 0;
            width: 2.5rem;
            text-align: center;
        }

        .vd-split-figure img,
        .home-sales .vd-split-figure .vd-hero-photo {
            min-height: 280px;
            object-fit: cover;
        }

        .vd-impulsiona-bg {
            background: linear-gradient(180deg, #fdfbf7 0%, #f4efe6 100%);
        }

        .vd-impulsiona-card-img {
            height: 200px;
            overflow: hidden;
        }

        .vd-impulsiona-card-img img {
            object-fit: cover;
            min-height: 100%;
        }

        .vd-hero-figure img {
            max-height: 520px;
            object-fit: cover;
        }

        .vd-parallax-stock {
            min-height: 380px;
            display: flex;
            align-items: center;
        }

        .vd-parallax-stock-bg {
            position: absolute;
            inset: 0;
            background-size: cover;
            background-position: center;
            z-index: 0;
        }

        .vd-parallax-stock-overlay {
            opacity: 0.55 !important;
            z-index: 1 !important;
        }

        .vd-parallax-stock .container {
            z-index: 2;
        }

        .vd-step-card-loose {
            padding: 1.5rem 1.35rem !important;
            min-height: 100%;
        }

        .vd-faq-accordion .accordion-button {
            font-size: 1.05rem;
        }

        .vd-faq-accordion .accordion-button:not(.collapsed) {
            background: rgba(191, 161, 90, 0.12);
            color: #1a1714;
        }

        .vd-tech-list strong {
            color: #1f2937;
            font-size: 18px;
            background: #fff;
            padding: 0.9rem;
        }
        .vd-tech-list span{
            font-size: 14px;
            color: #666;
        }
        .vd-tech-list svg, .vd-tech-list i{
            font-size: 25px;
            color: #d1993c;
        }
     

        .proof-item strong {
            display: block;
            color: #1f2937;
            font-size: 0.92rem;
            margin-bottom: 0.25rem;
        }

        .proof-item span {
            color: #64748b;
            font-size: 0.82rem;
            line-height: 1.5;
        }

        .step-card {
            background: #fff;
            border: 1px solid #e5e7eb;
            border-radius: 14px;
            padding: 1.2rem;
            box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
            transition: transform 0.25s ease, box-shadow 0.25s ease;
        }

        .step-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 30px rgba(15, 23, 42, 0.1);
        }

        .step-index {
            width: 34px;
            height: 34px;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(135deg, var(--primary), #e3bc45);
            color: #fff;
            font-weight: 700;
            margin-bottom: 0.8rem;
        }

        .step-card h5 {
            font-weight: 700;
            margin-bottom: 0.45rem;
            color: #1f2937;
        }

        .step-card p {
            color: #64748b;
            margin-bottom: 0;
        }

        .cta-final {
            background: linear-gradient(180deg, #ffffff 0%, #f7f8fc 100%);
        }

        .cta-final-card {
            background: #fff;
            border: 1px solid rgba(212, 175, 55, 0.35);
            border-radius: 18px;
            padding: 2rem 1.2rem;
            box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
        }

        .whatsapp-float-btn {
            position: fixed;
            right: 20px;
            bottom: 20px;
            width: 58px;
            height: 58px;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background-color: #25d366;
            color: #fff;
            font-size: 1.8rem;
            text-decoration: none;
            box-shadow: 0 8px 20px rgba(37, 211, 102, 0.4);
            z-index: 1030;
            transition: transform 0.2s ease, box-shadow 0.2s ease;
        }

        .whatsapp-float-btn:hover,
        .whatsapp-float-btn:focus-visible {
            color: #fff;
            transform: translateY(-2px);
            box-shadow: 0 10px 24px rgba(37, 211, 102, 0.5);
        }

        .bg-primary-subtle {
            background-color: rgba(255, 193, 7, 0.1);
        }

        .legal-links-band {
            background: linear-gradient(180deg, #fffdf7 0%, #f7f2e4 100%);
            border-top: 1px solid rgba(201, 162, 39, 0.24);
            border-bottom: 1px solid rgba(201, 162, 39, 0.24);
        }

        .legal-panel {
            background: #fff;
            border: 1px solid rgba(201, 162, 39, 0.3);
            border-radius: 18px;
            padding: 1.5rem;
            box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
            display: flex;
            gap: 1.2rem;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
        }

        .legal-kicker {
            display: inline-block;
            font-size: 0.78rem;
            text-transform: uppercase;
            letter-spacing: 0.07em;
            font-weight: 700;
            color: #8f6a00;
            margin-bottom: 0.45rem;
        }

        .legal-panel h3 {
            margin: 0;
            font-weight: 700;
            color: #1f2937;
            font-size: 1.35rem;
        }

        .legal-panel p {
            margin: 0.5rem 0 0;
            color: #475569;
            max-width: 720px;
        }

        .legal-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 0.6rem;
        }

        .legal-actions .btn {
            border-radius: 10px;
            font-weight: 600;
        }

        @media (max-width: 768px) {
            .hero {
                padding: 6rem 0 3rem;
            }
            
            .floating-elements {
                display: none;
            }

            .hero-benefits {
                justify-content: center;
            }

            .sales-proof-grid {
                grid-template-columns: 1fr;
            }

            .whatsapp-float-btn {
                right: 16px;
                bottom: 16px;
                width: 54px;
                height: 54px;
                font-size: 1.6rem;
            }

            .legal-panel {
                padding: 1.2rem;
            }

            .legal-panel h3 {
                font-size: 1.15rem;
            }
        }

        .parallax-section {
            position: relative;
            overflow: hidden;
            padding: 6rem 0;
        }

        .parallax-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #000;
            z-index: 0;
            opacity: 0.5;
        }

        .parallax-card {
            position: relative;
            z-index: 1;
            transform: translateY(20px);
            transition: transform 0.3s ease;
        }

        .parallax-card:hover {
            transform: translateY(0);
        }

        .parallax-section .badge {
            font-size: 1rem;
            padding: 0.5rem 1rem;
            font-weight: 500;
        }

        .parallax-section .lead {
            font-size: 1.25rem;
            opacity: 0.9;
        }

        .parallax-section .list-unstyled li {
            font-size: 1.1rem;
            opacity: 0.9;
        }

        .parallax-section .btn-light {
            background: rgba(255, 255, 255, 0.95);
            border: none;
            font-weight: 500;
            transition: all 0.3s ease;
        }

        .parallax-section .btn-light:hover {
            background: #fff;
            transform: translateY(-2px);
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        }

        @media (max-width: 768px) {
            .parallax-section {
                padding: 4rem 0;
            }
            
            .parallax-section .text-white {
                text-align: center;
                margin-bottom: 2rem;
            }
            
            .parallax-section .list-unstyled {
                text-align: left;
            }
        }

        /* Tema inspirado no showcase (clean premium) */
        .home-sales {
            --sales-bg: #faf8f5;
            --sales-cream: #f4f0e6;
            --sales-card: #fdfbf7;
            --sales-text: #2d2a26;
            --sales-muted: #6a6258;
            --sales-gold: #d8a447;
            --sales-gold-dark: #b87414;
            background: linear-gradient(180deg, var(--sales-bg) 0%, #ffffff 38%, var(--sales-cream) 100%);
            color: var(--sales-text);
            font-family: "DM Sans", sans-serif;
            font-size: 1rem;
            line-height: 1.5;
        }

        .home-sales h1,
        .home-sales h2,
        .home-sales h3,
        .home-sales h4,
        .home-sales h5,
        .home-sales h6 {
            font-family: "Playfair Display", serif;
            letter-spacing: -0.01em;
        }

        .home-sales .navbar {
            background: rgba(255, 255, 255, 0.9);
            backdrop-filter: blur(8px);
            box-shadow: 0 4px 18px rgba(41, 34, 24, 0.06);
        }

        .home-sales .navbar .nav-link {
            color: #453f36 !important;
            font-weight: 600;
            transition: color .2s ease;
            font-size: 18px;
        }

        .home-sales .navbar .nav-link:hover {
            color: #a06e1f !important;
        }

        .home-sales .hero.hero-vd-fold {
            background: var(--sales-bg);
            padding-top: 6.75rem;
            padding-bottom: 2.75rem;
            border-bottom: 1px solid #ebe3d2;
        }

        .home-sales .hero.hero-vd-fold .hero-vd-bg {
            position: absolute;
            inset: 0;
            background:
                radial-gradient(ellipse 90% 50% at 50% -15%, rgba(216, 164, 71, 0.16), transparent 58%),
                radial-gradient(ellipse 55% 42% at 100% 25%, rgba(244, 232, 208, 0.75), transparent 52%),
                radial-gradient(ellipse 50% 38% at 0% 55%, rgba(255, 255, 255, 0.9), transparent 48%);
            pointer-events: none;
            z-index: 0;
        }

        .home-sales .hero.hero-vd-fold > .container {
            position: relative;
            z-index: 1;
        }

        .home-sales .hero-vd-kicker {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            font-size: 0.72rem;
            font-weight: 700;
            letter-spacing: 0.11em;
            text-transform: uppercase;
            color: #5f564b;
            background: rgba(255, 255, 255, 0.82);
            border: 1px solid #e4d8c4;
            border-radius: 999px;
            padding: 0.45rem 1rem 0.45rem 0.85rem;
            box-shadow: 0 2px 12px rgba(41, 34, 24, 0.05);
        }

        .home-sales .hero-vd-kicker-dot {
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: linear-gradient(135deg, #d8a447, #b87414);
            flex-shrink: 0;
        }

        .home-sales .hero-vd-title {
            font-family: "Playfair Display", serif;
            font-size: clamp(2.05rem, 5.2vw, 3.55rem);
            line-height: 1.08;
            color: #201c17;
            max-width: 920px;
            margin-left: auto;
            margin-right: auto;
        }

        .home-sales .hero-vd-title-line {
            color: #1a1714;
        }

        .home-sales .hero-vd-highlight-wrap {
            position: relative;
            display: inline-block;
            padding-bottom: 0.45rem;
        }

        .home-sales .hero-vd-title-highlight {
            background: linear-gradient(105deg, #c48a1f 0%, #9a6210 48%, #d4a03a 100%);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            -webkit-text-fill-color: transparent;
        }

        .home-sales .hero-vd-scribble {
            position: absolute;
            left: -2%;
            right: -2%;
            bottom: 0;
            width: 104%;
            height: 14px;
            opacity: 0.92;
        }

        .home-sales .hero-vd-sub {
            color: var(--sales-muted);
            max-width: 640px;
            font-size: 1.05rem;
            line-height: 1.55;
        }

        @media (min-width: 992px) {
            .home-sales .hero-vd-fold .hero-vd-sub {
                max-width: none;
            }
        }

        .home-sales #faq .accordion-button {
            font-family: "DM Sans", sans-serif;
            border-radius: 999px;
            font-weight: 700;
        }

        .home-sales .hero-vd-ctas .btn-vd-secondary {
            background: #fff;
            border: 1px solid #d4c9ba;
            color: #3d362e;
            font-weight: 600;
            box-shadow: 0 2px 10px rgba(41, 34, 24, 0.06);
            transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
        }

        .home-sales .hero-vd-ctas .btn-vd-secondary:hover {
            background: #fdfbf7;
            border-color: #b8a896;
            color: #1f1b16;
            transform: translateY(-1px);
        }

        .home-sales .hero-vd-metric-pill {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            flex-wrap: wrap;
            gap: 0.5rem;
            max-width: 520px;
            background: rgba(34, 197, 94, 0.1);
            color: #166534;
            border: 1px solid rgba(34, 197, 94, 0.28);
            border-radius: 999px;
            padding: 0.5rem 1.15rem;
            font-size: 0.9rem;
            font-weight: 600;
            line-height: 1.35;
        }

        .home-sales .hero-vd-metric-pill i {
            color: #15803d;
        }

        .home-sales .hero-vd-trust {
            letter-spacing: 0.01em;
        }

        .home-sales .hero-vd-visual {
            max-width: 920px;
        }

        .home-sales .hero-vd-visual img {
            border-radius: 1.15rem;
            box-shadow: 0 20px 50px rgba(35, 30, 22, 0.12);
        }

        .home-sales .vd-hero-photo-stage {
            position: relative;
            margin: 0;
            perspective: 1400px;
        }

        .home-sales .vd-hero-photo-stage .vd-hero-photo-tilt:first-child {
            position: absolute;
            inset: 8% 6% 10%;
            border-radius: 1.35rem;
            transform: rotate(-6deg) rotateY(-12deg);
            filter: blur(18px);
            opacity: 0.75;
            z-index: 0;
            animation: vdHeroPhotoGlow 7s ease-in-out infinite;
        }

        .home-sales .vd-hero-photo-stage .vd-hero-photo-tilt:last-child {
            position: relative;
            z-index: 1;
            transform: rotate(-5deg) rotateX(3deg) rotateY(-9deg);
            transform-style: preserve-3d;
            transform-origin: center center;
            animation: vdHeroPhotoFloat 7s ease-in-out infinite;
            will-change: transform;
        }

        .home-sales .vd-hero-photo {
            display: block;
            box-shadow:
                0 28px 60px rgba(35, 30, 22, 0.2),
                0 8px 24px rgba(184, 116, 20, 0.12);
            backface-visibility: hidden;
        }

        @keyframes vdHeroPhotoFloat {
            0%, 100% {
                transform: rotate(-5deg) rotateX(3deg) rotateY(-9deg) translateY(0);
            }
            50% {
                transform: rotate(-4deg) rotateX(2deg) rotateY(-7deg) translateY(-14px);
            }
        }

        @keyframes vdHeroPhotoGlow {
            0%, 100% {
                transform: rotate(-6deg) rotateY(-12deg) translateY(4px);
                opacity: 0.7;
            }
            50% {
                transform: rotate(-5deg) rotateY(-10deg) translateY(-8px);
                opacity: 0.9;
            }
        }

        @media (max-width: 991.98px) {
            .home-sales .vd-hero-photo-stage {
                max-width: 520px;
                margin-inline: auto;
                padding-top: 0.5rem;
            }

            .home-sales .vd-hero-photo-stage .vd-hero-photo-tilt:last-child {
                transform: rotate(-3deg) rotateY(-5deg);
                animation-name: vdHeroPhotoFloatMobile;
            }
        }

        @keyframes vdHeroPhotoFloatMobile {
            0%, 100% {
                transform: rotate(-3deg) rotateY(-5deg) translateY(0);
            }
            50% {
                transform: rotate(-2deg) rotateY(-4deg) translateY(-10px);
            }
        }

        @media (prefers-reduced-motion: reduce) {
            .home-sales .vd-hero-photo-stage .vd-hero-photo-tilt:last-child,
            .home-sales .vd-hero-photo-stage .vd-hero-photo-tilt:first-child {
                animation: none;
            }

            .home-sales .vd-hero-photo-stage .vd-hero-photo-tilt:last-child {
                transform: rotate(-4deg) rotateY(-6deg);
            }
        }

        .home-sales .vd-landing-navbar {
            padding-top: 0.5rem;
            padding-bottom: 0.5rem;
        }

        .home-sales .vd-landing-navbar-toggler {
            border-color: rgba(69, 63, 54, 0.18);
        }

        @media (min-width: 992px) {
            .home-sales .vd-landing-navbar-collapse {
                display: flex !important;
                flex-direction: row;
                align-items: center;
                flex-grow: 1;
                justify-content: flex-end;
            }

            .home-sales .vd-landing-nav-actions {
                margin-left: 1rem;
            }
        }

        .home-sales .navbar .vd-landing-nav-links .nav-link {
            font-weight: 500;
            font-size: 0.95rem;
        }

        @media (max-width: 768px) {
            .home-sales .hero.hero-vd-fold {
                padding-top: 5.5rem;
                padding-bottom: 2rem;
            }
        }

        .home-sales .vd-landing-nav-cta {
            font-weight: 700;
            font-size: 0.9rem;
            border-radius: 999px;
            box-shadow: 0 8px 22px rgba(184, 116, 20, 0.28);
        }

        .home-sales .hero:not(.hero-vd-fold) {
            background: linear-gradient(180deg, #fbf8f2 0%, #f4efe5 100%);
            border-bottom: 1px solid #ebe3d2;
            padding-top: 9rem;
            padding-bottom: 5rem;
        }

        .home-sales .hero .display-4 {
            font-size: clamp(2.1rem, 4vw, 3.7rem);
            line-height: 1.06;
            color: #201c17;
        }

        .home-sales .hero .lead {
            color: var(--sales-muted);
            max-width: 610px;
            font-size: 1.08rem;
        }

        .home-sales .hero .badge.bg-primary-subtle {
            background: #f2e7cf !important;
            color: #7f5b1b !important;
            border: 1px solid #e7d4a8;
            font-weight: 600;
        }

        .home-sales .hero-image-wrapper img {
            border-radius: 1.2rem;
            box-shadow: 0 16px 34px rgba(35, 30, 22, 0.11);
        }

        .home-sales .floating-card {
            border-radius: .9rem;
            background: rgba(255, 255, 255, 0.95);
            border: 1px solid #ead8b2;
            box-shadow: 0 8px 26px rgba(60, 45, 22, 0.12);
            color: #4d4438;
        }

        .home-sales .hero-benefits span {
            background: #fff;
            border: 1px solid #e9dfcc;
            color: #5f564b;
        }

        .home-sales .hero-benefits i {
            color: var(--sales-gold-dark);
        }

        .home-sales .btn-primary,
        .home-sales a.btn-primary {
            background: linear-gradient(135deg, var(--sales-gold), var(--sales-gold-dark));
            border: 1px solid #b87414 !important;
            color: #fff !important;
            font-weight: 700 !important;
            border-radius: .8rem !important;
            box-shadow: 0 10px 22px rgba(184, 116, 20, 0.24) !important;
        }

        .home-sales .btn-primary:hover,
        .home-sales a.btn-primary:hover {
            background: linear-gradient(135deg, #dfb15f, #c17e1f);
            color: #fff;
            transform: translateY(-2px) !important;
        }

        .home-sales .btn-outline-dark {
            border: 1px solid #d9c7a2;
            background: #fffdf9;
            color: #6b5739;
            border-radius: .8rem;
            font-weight: 600;
        }

        .home-sales .btn-outline-dark:hover {
            background: #f8f1e4;
            color: #5b472a;
            border-color: #c7ac74;
        }

        .home-sales .sales-proof {
            background: linear-gradient(180deg, #fdfbf6 0%, #fff 100%);
            border-top: 1px solid #eee3cf;
            border-bottom: 1px solid #eee3cf;
        }

        .home-sales .proof-item {
            background: #fff;
            border: 1px solid #ebdfc8;
            border-radius: .9rem;
            box-shadow: 0 8px 18px rgba(37, 31, 23, 0.06);
        }

        .home-sales .feature-card {
            border: 1px solid #ebdfca;
            border-radius: 1rem;
            background: var(--sales-card);
            box-shadow: 0 10px 22px rgba(37, 31, 23, 0.06);
        }

        .home-sales .feature-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 16px 30px rgba(37, 31, 23, 0.11);
            border-color: #dbc08e;
        }

        .home-sales .feature-icon {
            background: linear-gradient(135deg, var(--sales-gold), var(--sales-gold-dark));
            box-shadow: 0 8px 18px rgba(184, 116, 20, 0.25);
        }

        .home-sales .feature-title {
            color: #2f2a23;
        }

        .home-sales .feature-list li {
            color: #665c50;
        }

        .home-sales .feature-list li i {
            color: var(--sales-gold-dark);
        }

        .home-sales .how-it-works {
            background: linear-gradient(180deg, #fdfbf6 0%, #ffffff 100%) !important;
        }

        .home-sales .step-card {
            background: #fff;
            border: 1px solid #eadec7;
        }

        .home-sales .step-index {
            background: linear-gradient(135deg, var(--sales-gold), var(--sales-gold-dark));
            color: #fff;
        }

        .home-sales #planos {
            background-color: #433e37  !important;
            border-top: 1px solid #ece1cd;
            border-bottom: 1px solid #eaddc5;
        }

        .home-sales .recursos-planos {
            border-radius: 1rem;
            overflow: hidden;
            box-shadow: 0 14px 28px rgba(35, 30, 22, 0.1);
            background: #fff;
        }

        .home-sales .recursos-planos thead th {
            background: #5f4a2a !important;
            border-color: #7a623b;
            color: #fff;
        }

        .home-sales .recursos-planos td,
        .home-sales .recursos-planos th {
            border-color: #ece6db;
        }

        .home-sales .cta-final {
            background: linear-gradient(180deg, #faf8f5 0%, #f3efe8 100%);
            border-top: 1px solid rgba(0, 0, 0, 0.04);
        }

        .home-sales .cta-final-card {
            background: #ffffff;
            border: 1px solid rgba(184, 148, 90, 0.2);
            border-radius: 1rem;
            box-shadow: 0 10px 32px rgba(55, 48, 40, 0.06);
            padding: 2rem 1.5rem;
            max-width: 680px;
            margin-left: auto;
            margin-right: auto;
        }

        .home-sales .cta-final-card h3 {
            color: #25221d;
            font-weight: 600;
            letter-spacing: -0.02em;
            font-size: clamp(1.45rem, 3.5vw, 1.85rem);
        }

        .home-sales .cta-final-card p {
            color: #3d3830;
            font-weight: 400;
        }

        .home-sales .cta-final-card p.fs-5 {
            font-size: 1.05rem !important;
            line-height: 1.55;
        }

        .home-sales .cta-final-card .text-muted {
            color: #4f483f !important;
        }

        .home-sales .cta-final-card .link-secondary {
            color: #3a342c !important;
            text-decoration: none;
            font-weight: 500;
        }

        .home-sales .cta-final-card .link-secondary:hover {
            color: #1f1c18 !important;
            text-decoration: underline;
        }

        .home-sales .cta-final .btn-dark {
            background: linear-gradient(135deg, #c9a96e, #b08d45);
            border: 1px solid rgba(90, 70, 30, 0.35);
            color: #ffffff;
            font-weight: 600;
            box-shadow: 0 6px 18px rgba(160, 120, 50, 0.18);
        }

        .home-sales .cta-final .btn-dark:hover {
            background: linear-gradient(135deg, #d4b57d, #b8943a);
            border-color: rgba(90, 70, 30, 0.45);
            color: #ffffff;
        }

        .home-sales .cta-final .btn-outline-dark {
            background: #ffffff;
            border: 1px solid rgba(55, 48, 40, 0.45);
            color: #2f2a24;
            font-weight: 600;
        }

        .home-sales .cta-final .btn-outline-dark:hover {
            background: #faf8f5;
            border-color: rgba(55, 48, 40, 0.6);
            color: #1a1815;
        }

        .home-sales .legal-links-band {
            background: linear-gradient(180deg, #fdfaf4 0%, #f7f0e1 100%);
            border-top: 1px solid #ebe0cb;
            border-bottom: 1px solid #ebe0cb;
        }

        .home-sales .legal-panel {
            border: 1px solid #e6d4af;
            box-shadow: 0 10px 24px rgba(35, 30, 22, 0.08);
        }

        .home-sales footer {
            padding-top: 2.5rem !important;
            padding-bottom: 1.75rem !important;
            background: linear-gradient(180deg, #454039 0%, #3d3832 100%);
            border-top: 1px solid rgba(255, 255, 255, 0.08);
        }

        .home-sales footer a {
            color: #f5f1eb !important;
            font-weight: 500;
        }

        .home-sales footer a:hover {
            color: #ffffff !important;
            text-decoration: underline;
            text-underline-offset: 0.15em;
        }

        .home-sales footer hr {
            border-color: rgba(255, 255, 255, 0.14);
            opacity: 1;
        }

        .home-sales .footer-brand {
            font-family: "Playfair Display", serif;
            font-size: 1.35rem;
            font-weight: 600;
            margin-bottom: 0.35rem;
            color: #fffefb;
        }

        .home-sales .footer-description {
            margin: 0;
            color: #e8e3dc;
            font-size: 0.92rem;
            line-height: 1.55;
            max-width: 36rem;
            font-weight: 400;
        }

        .home-sales footer .col.text-center p.mb-0 {
            color: #d0cbc4;
            font-size: 0.875rem;
            font-weight: 400;
        }

        .home-sales .navbar-brand {
            font-family: "Playfair Display", serif;
            font-weight: 700;
            color: #b8892e !important;
            font-size: 1.2rem;
        }

        .home-sales .legal-links-band {
            display: none !important;
        }

        .home-sales #funcionalidades .display-5,
        .home-sales #planos > .container > .text-center > h2,
        .home-sales .how-it-works .display-6 {
            font-size: clamp(2rem, 3vw, 3rem);
            color: #201c17;
        }

        .home-sales #planos > .container > .text-center > h2 {
            color: #f8f4ed;
        }

        .home-sales #funcionalidades .lead,
        .home-sales .how-it-works .text-muted {
            color: #7a7267 !important;
        }

        .home-sales #planos .lead,
        .home-sales #planos .text-muted {
            color: #c9c2b8 !important;
        }

        .home-sales .feature-card {
            padding: 1rem 1rem 0.9rem;
        }

        .home-sales .feature-icon {
            width: 30px;
            height: 30px;
            border-radius: 8px;
            margin-bottom: 0.8rem;
        }

        .home-sales .feature-icon i {
            font-size: 0.9rem;
        }

        .home-sales .feature-title {
            font-size: 1.55rem;
            margin-bottom: 0.35rem;
        }

        .home-sales .feature-list li {
            font-size: 0.9rem;
            margin-bottom: 0.35rem;
        }

        .home-sales .feature-list li i {
            font-size: 0.35rem;
            margin-right: 0.2rem;
        }

        .home-sales .how-it-works {
            padding-top: 4.6rem !important;
            padding-bottom: 4.6rem !important;
            border-top: 1px solid #ece3d1;
            border-bottom: 1px solid #ece3d1;
        }

        .home-sales .how-it-works .step-card {
            border: 0;
            box-shadow: none;
            background: transparent;
            text-align: center;
            padding: 0.2rem 0.8rem;
        }

        .home-sales .how-it-works .step-card:hover {
            transform: none;
            box-shadow: none;
        }

        .home-sales .how-it-works .step-index {
            background: none;
            width: auto;
            height: auto;
            color: #c09030;
            font-family: "Playfair Display", serif;
            font-size: 2.5rem;
            margin-bottom: 0.3rem;
        }

        .home-sales .how-it-works .step-card h5 {
            font-size: 2rem;
            margin-bottom: 0.4rem;
        }

        .home-sales .how-it-works .step-card p {
            font-size: 0.92rem;
            color: #756d62;
        }
