* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Plus Jakarta Sans', sans-serif;
        }
        
        body {
            background-color: #ffffff;
            color: rgba(0,0,0,0.87);
            overflow-x: hidden;
        }

        /* Header */
        .header {
            background-color: #185bac;
            height: 109px;
            position: sticky;
            top: 0;
            z-index: 1000;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }

        #produtos,
        #vantagens,
        #como-funciona,
        #duvidas {
            scroll-margin-top: 130px;
        }

        .header-container {
            max-width: 1200px;
            margin: 0 auto;
            height: 100%;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: flex-end;
            padding: 0 20px;
        }

        .logo {
            position: absolute;
            top: 0;
            left: 20px;
            background: #ffffff;
            padding: 26px 24px 8px;
            border-radius: 0 0 22px 22px;
            box-shadow: 0 10px 18px rgba(0, 0, 0, 0.16);
            z-index: 2;
        }

        .logo img {
            height: 140px;
            width: auto;
            display: block;
        }

        .nav-menu {
            display: flex;
            gap: 30px;
            list-style: none;
            margin-right: 8px;
            padding-left: 34px;
        }

        .nav-menu a {
            color: #ffffff;
            text-decoration: none;
            font-size: 16px;
            font-weight: 700;
            letter-spacing: 0.02em;
            transition: color 0.2s;
            padding-bottom: 3px;
            border-bottom: 2px solid transparent;
            transition: border-color 0.25s, color 0.25s;
        }

        .nav-menu a:hover {
            border-bottom-color: #85d02a;
            color: #e8f8c8;
        }

        /* Hamburger button — hidden on desktop */
        .hamburger {
            display: none;
            flex-direction: column;
            justify-content: center;
            gap: 5px;
            width: 40px;
            height: 40px;
            background: rgba(255,255,255,0.12);
            border: none;
            border-radius: 10px;
            cursor: pointer;
            padding: 8px;
            position: absolute;
            right: 16px;
            top: 50%;
            transform: translateY(-50%);
            z-index: 10;
            transition: background 0.2s;
        }

        .hamburger span {
            display: block;
            width: 100%;
            height: 2px;
            background: #fff;
            border-radius: 2px;
            transition: transform 0.28s ease, opacity 0.2s;
        }

        .hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
        .hamburger.open span:nth-child(2) { opacity: 0; }
        .hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

        .nav-cta {
            background: #85d02a !important;
            color: #ffffff !important;
            border: none !important;
            border-radius: 22px !important;
            padding: 8px 20px 8px !important;
            font-weight: 900 !important;
            letter-spacing: 0.01em !important;
            transition: background 0.2s, transform 0.15s !important;
            white-space: nowrap;
        }

        .nav-cta:hover {
            background: #a3e44d !important;
            border-bottom-color: transparent !important;
            color: #ffffff !important;
            transform: scale(1.04);
        }

        /* Hero Section */
        .hero {
            background-color: #85d02a;
            background-image: url('/images/hero.jpg');
            background-size: cover;
            background-position: center;
            min-height: 771px;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 60px 20px;
        }

        .hero-content {
            display: flex;
            align-items: center;
            gap: 8px;
            max-width: 1200px;
            width: 100%;
        }

        .hero-text {
            flex: 0 0 530px;
            color: #fff;
            padding-top: 8px;
        }

        .hero-text h1 {
            font-size: 52px;
            font-weight: 900;
            line-height: 1.02;
            letter-spacing: -0.03em;
            margin-bottom: 16px;
            font-family: 'Montserrat', sans-serif;
            text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
        }

        .hero-text p {
            font-size: 18px;
            line-height: 1.4;
            font-weight: 400;
            margin-bottom: 12px;
            font-family: 'Montserrat', sans-serif;
            text-shadow: 0 1px 4px rgba(0, 0, 0, 0.14);
        }

        .hero-lead {
            font-size: 38px;
            line-height: 1.08;
            letter-spacing: -0.02em;
            max-width: 500px;
            margin-bottom: 4px;
        }

        .hero-sublead {
            font-size: 38px;
            line-height: 1.08;
            letter-spacing: -0.02em;
            max-width: 520px;
            margin-bottom: 24px;
        }

        .hero-promo-tag {
            display: inline-block;
            background: rgba(255, 255, 255, 0.18);
            border: 2px solid rgba(255, 255, 255, 0.55);
            color: #ffffff;
            font-family: 'Montserrat', sans-serif;
            font-size: 22px;
            font-weight: 900;
            letter-spacing: 0.18em;
            text-transform: uppercase;
            padding: 8px 22px;
            border-radius: 40px;
            margin-bottom: 8px;
            backdrop-filter: blur(6px);
            text-shadow: 0 1px 4px rgba(0,0,0,0.2);
        }

        .hero-text .price-highlight {
            font-size: 58px;
            font-weight: 900;
            line-height: 1;
            letter-spacing: -0.02em;
            margin: 6px 0 6px;
            font-family: 'Montserrat', sans-serif;
            text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
        }

        .hero-minimum {
            font-size: 27px;
            font-weight: 500;
            line-height: 1.1;
            letter-spacing: -0.01em;
            margin-bottom: 6px;
            font-family: 'Montserrat', sans-serif;
            opacity: 0.92;
        }

        .hero-price-value {
            font-size: 54px;
            font-weight: 900;
            line-height: 0.96;
            color: #fff;
            margin-bottom: 12px;
            letter-spacing: -0.03em;
            font-family: 'Montserrat', sans-serif;
            transform-origin: center;
            animation: heroPriceShake 850ms ease 650ms 1 both;
            text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
        }

        .hero-installment {
            display: inline-block;
            font-size: 17px;
            font-weight: 700;
            line-height: 1.2;
            margin-top: 0;
            margin-bottom: 24px;
            letter-spacing: 0;
            font-family: 'Montserrat', sans-serif;
            color: #ffffff;
            background: rgba(255, 255, 255, 0.15);
            border: 1px solid rgba(255, 255, 255, 0.3);
            border-radius: 8px;
            padding: 6px 14px;
        }

        @keyframes pulse-cta {
            0%, 100% { transform: scale(1); box-shadow: 0 4px 18px rgba(24,91,172,0.35); }
            50% { transform: scale(1.035); box-shadow: 0 10px 36px rgba(24,91,172,0.55); }
        }

        .btn-white {
            background-color: #185bac;
            color: #ffffff;
            padding: 16px 36px;
            border-radius: 12px;
            text-decoration: none;
            font-weight: 900;
            font-size: 30px;
            line-height: 1;
            font-family: 'Montserrat', sans-serif;
            display: inline-block;
            border: none;
            animation: pulse-cta 2.8s ease-in-out infinite;
            cursor: pointer;
            box-shadow: 0 6px 20px rgba(24, 91, 172, 0.4);
        }

        .btn-white:hover {
            background-color: #154f95;
            animation-play-state: paused;
            transform: scale(1.04) translateY(-2px);
            box-shadow: 0 12px 32px rgba(24, 91, 172, 0.55);
        }

        .hero-image {
            flex: 0 0 546px;
            position: relative;
            right: 42px;
            top: 10px;
        }

        .hero-image img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            position: relative;
            z-index: 1;
            opacity: 0;
            transform: translateX(120px);
            animation: heroScooterIn 950ms cubic-bezier(0.2, 0.8, 0.2, 1) 120ms 1 forwards;
        }

        /* Products Section */
        .products-section {
            padding: 80px 20px;
            background: #fff;
        }

        .section-title {
            text-align: center;
            font-size: 38px;
            font-weight: 800;
            color: #1e2228;
            margin-bottom: 50px;
            font-family: 'Montserrat', sans-serif;
            letter-spacing: -0.02em;
            line-height: 1.15;
        }

        .products-kicker {
            text-align: center;
            font-size: 14px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.15em;
            color: #85d02a;
            margin-bottom: 10px;
            font-family: 'Montserrat', sans-serif;
        }

        .products-main-title {
            margin-bottom: 40px;
        }

        .products-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 25px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .products-grid--second {
            margin-top: 28px;
        }

        .product-card {
            background: #fff;
            border: 1px solid #e8e8e8;
            border-radius: 14px;
            overflow: hidden;
            transition: transform 0.22s, box-shadow 0.22s;
        }

        .product-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 14px 36px rgba(0,0,0,0.12);
            border-color: #d0e8b0;
        }

        .product-image {
            height: 240px;
            background: #ffffff;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 8px;
        }

        .product-image img {
            max-width: 100%;
            max-height: 112%;
            object-fit: contain;
        }

        .product-info {
            padding: 20px;
        }

        .product-name {
            font-weight: 800;
            font-size: 16px;
            color: #1a1e24;
            margin-bottom: 4px;
            letter-spacing: -0.01em;
        }

        .product-price {
            font-size: 13px;
            color: #aaa;
            margin-bottom: 6px;
            font-weight: 400;
        }

        .product-installment {
            display: flex;
            flex-direction: column;
            margin-bottom: 10px;
            line-height: 1.4;
        }

        .inst-prefix {
            display: block;
            font-size: 13px;
            font-weight: 400;
            color: #888;
        }

        .inst-value {
            display: block;
            font-size: 26px;
            font-weight: 900;
            color: #85d02a;
            letter-spacing: -0.02em;
            font-family: 'Montserrat', sans-serif;
            line-height: 1.1;
        }

        .inst-suffix {
            display: block;
            font-size: 13px;
            font-weight: 400;
            color: #888;
        }

        /* Parcelas 12x | 18x lado a lado no card — classe própria, sem conflito */
        .product-installment--split {
            display: flex;
            flex-direction: row;
            align-items: stretch;
            gap: 0;
            margin-bottom: 10px;
        }

        .product-installment-col {
            flex: 1 1 0;
            min-width: 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            line-height: 1.35;
            padding: 2px 0;
        }

        .product-installment--split .inst-prefix {
            font-size: 11px;
            letter-spacing: -0.01em;
            color: #888;
        }

        .product-installment--split .inst-value {
            font-size: 19px;
            font-weight: 900;
            color: #85d02a;
            letter-spacing: -0.02em;
            font-family: 'Montserrat', sans-serif;
            line-height: 1.1;
        }

        .product-installment--split .inst-suffix {
            font-size: 11px;
            color: #888;
        }

        .product-installment-divider {
            flex: 0 0 2px;
            width: 2px;
            align-self: stretch;
            min-height: 48px;
            margin: 2px 8px;
            background: #85d02a;
            border-radius: 2px;
        }

        .product-min-info {
            font-size: 13px;
            color: #797979;
            line-height: 1.5;
        }

        .product-min-price {
            color: #85d02a;
            font-weight: 700;
        }

        .btn-details {
            background-color: #85d02a;
            color: white;
            width: 100%;
            padding: 11px;
            border: none;
            border-radius: 10px;
            font-weight: 700;
            font-size: 15px;
            letter-spacing: 0.03em;
            cursor: pointer;
            transition: background-color 0.2s, transform 0.2s;
            margin-top: 10px;
        }

        .btn-details:hover {
            background-color: #6faf22;
            transform: translateY(-1px);
        }

        /* Divisor de categoria de produto */
        .tipo-divider {
            max-width: 1200px;
            margin: 48px auto 20px;
            display: flex;
            align-items: center;
            gap: 16px;
        }

        .tipo-divider::before,
        .tipo-divider::after {
            content: '';
            flex: 1;
            height: 2px;
            background: linear-gradient(to right, #e8f0df, #c8e880);
            border-radius: 2px;
        }

        .tipo-divider::after {
            background: linear-gradient(to left, #e8f0df, #c8e880);
        }

        .tipo-divider-label {
            font-size: 13px;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 0.14em;
            color: #85d02a;
            font-family: 'Montserrat', sans-serif;
            white-space: nowrap;
        }

        /* Badge de preço à vista no card */
        .card-price-badge {
            display: flex;
            flex-direction: column;
            background: linear-gradient(135deg, #85d02a 0%, #6faf22 100%);
            border-radius: 10px;
            padding: 8px 12px;
            margin-bottom: 8px;
        }

        .card-price-label {
            font-size: 9px;
            font-weight: 800;
            letter-spacing: 0.14em;
            text-transform: uppercase;
            color: rgba(255,255,255,0.85);
            font-family: 'Montserrat', sans-serif;
            margin-bottom: 1px;
        }

        .card-price-value {
            font-size: 22px;
            font-weight: 900;
            color: #ffffff;
            letter-spacing: -0.02em;
            font-family: 'Montserrat', sans-serif;
            line-height: 1.1;
        }


        /* Advantages Section */
        .advantages {
            background: #f7f9f4;
            padding: 80px 20px 80px;
        }

        .advantages-title {
            margin-bottom: 14px;
            font-size: 36px;
        }

        .advantages-brand {
            color: #85d02a;
            font-weight: 800;
            letter-spacing: inherit;
            font-family: inherit;
        }

        .advantages-subtitle {
            text-align: center;
            font-size: 16px;
            color: #666;
            margin-bottom: 52px;
            font-family: 'Montserrat', sans-serif;
        }

        .advantages-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 24px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .advantage-item {
            text-align: center;
            padding: 36px 22px 32px;
            background: #ffffff;
            border-radius: 20px;
            border: 1px solid #e8f0df;
            box-shadow: 0 4px 18px rgba(133, 208, 42, 0.08);
            transition: transform 0.25s, box-shadow 0.25s;
        }

        .advantage-item:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 32px rgba(133, 208, 42, 0.16);
        }

        .advantage-icon {
            width: 64px;
            height: 64px;
            margin: 0 auto 20px;
            background: #85d02a;
            border: 0;
            border-radius: 18px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #ffffff;
            box-shadow: 0 8px 20px rgba(133, 208, 42, 0.32);
        }

        .advantage-icon-svg {
            width: 30px;
            height: 30px;
            display: block;
            flex-shrink: 0;
            fill: currentColor;
            stroke: none;
        }

        .advantage-title {
            font-weight: 800;
            font-size: 17px;
            line-height: 1.25;
            color: #1e1e1e;
            margin: 0 0 12px;
            font-family: 'Montserrat', sans-serif;
        }

        .advantage-desc {
            font-size: 14px;
            color: #5a5a5a;
            line-height: 1.75;
            letter-spacing: -0.01em;
        }

        /* How it Works */
        .how-it-works {
            background: #ffffff;
            padding: 88px 20px 80px;
        }

        .how-kicker {
            text-align: center;
            color: #85d02a;
            font-size: 13px;
            font-weight: 700;
            margin-bottom: 12px;
            font-family: 'Montserrat', sans-serif;
            letter-spacing: 0.12em;
            text-transform: uppercase;
        }

        .how-title {
            max-width: 640px;
            margin: 0 auto 64px;
            line-height: 1.18;
            color: #1a1e24;
            font-size: 36px;
        }

        .steps-container {
            max-width: 900px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 32px;
            position: relative;
            padding-top: 48px;
        }

        .steps-line {
            position: absolute;
            left: 16.66%;
            right: 16.66%;
            top: 64px;
            height: 2px;
            background: linear-gradient(to right, #85d02a, #b8e86a);
            border-radius: 2px;
        }

        .step-item {
            position: relative;
            z-index: 1;
            text-align: center;
            padding: 0 8px;
        }

        .step-dot {
            display: none;
        }

        .step-number {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 32px;
            height: 32px;
            background: #85d02a;
            color: #fff;
            border-radius: 50%;
            font-size: 14px;
            font-weight: 800;
            font-family: 'Montserrat', sans-serif;
            margin: 0 auto 20px;
        }

        .step-content {
            display: block;
        }

        .step-content-text {
            display: block;
        }

        .step-content h3 {
            font-size: 17px;
            font-weight: 700;
            color: #1e2228;
            margin-bottom: 12px;
            line-height: 1.3;
            font-family: 'Montserrat', sans-serif;
        }

        .step-content p {
            font-size: 14px;
            color: #64696f;
            line-height: 1.7;
            letter-spacing: -0.01em;
        }

        .why-choose {
            background: #185bac;
            color: #fff;
            padding: 48px 20px 0;
            position: relative;
            overflow: visible;
        }

        .why-choose-container {
            max-width: 1200px;
            margin: 0 auto;
        }

        .why-choose-content {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .why-choose-text {
            flex: 0 0 520px;
            padding-left: 2px;
        }

        .why-choose-kicker {
            display: inline-block;
            font-size: 14px;
            line-height: 1.4;
            font-weight: 700;
            margin-bottom: 16px;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            background: rgba(133, 208, 42, 0.18);
            color: #c8f06a;
            border: 1px solid rgba(133, 208, 42, 0.35);
            border-radius: 20px;
            padding: 5px 16px;
        }

        .why-choose-title {
            font-family: 'Montserrat', sans-serif;
            font-size: 54px;
            line-height: 1.04;
            font-weight: 800;
            margin-bottom: 14px;
            letter-spacing: -0.02em;
            text-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
        }

        .why-choose-title-light {
            font-weight: 500;
            letter-spacing: 0;
        }

        .why-choose-sub {
            font-size: 18px;
            line-height: 1.6;
            font-weight: 400;
            opacity: 0.9;
        }

        .why-choose-brand {
            font-weight: 900;
            color: #ffffff;
            letter-spacing: 0.01em;
        }

        .kicker-q {
            color: inherit;
        }

        .mobile-br {
            display: none;
        }

        .why-choose-plus {
            margin-top: 18px;
            font-size: 16px;
            line-height: 32px;
            opacity: 0.95;
        }

        .why-choose-image-wrap {
            flex: 1;
            display: flex;
            justify-content: center;
            align-self: flex-end;
        }

        .why-choose-image {
            width: min(620px, 100%);
            height: auto;
            object-fit: contain;
            position: relative;
            top: -74px;
            margin-bottom: -74px;
        }

        .brand-name {
            font-weight: 900;
            color: #85d02a;
            letter-spacing: 0.01em;
        }

        /* Stats Section */
        .stats-section {
            background: #185bac;
            color: white;
            padding: 10px 20px 34px;
            margin-top: -8px;
        }

        .stats-container {
            display: flex;
            justify-content: space-around;
            max-width: 1200px;
            margin: 0 auto;
            text-align: center;
            background: #85d02a;
            border-radius: 18px;
            padding: 32px 24px;
        }

        .stat-item {
            flex: 1;
            padding: 0 8px;
            border-right: 1px solid rgba(255, 255, 255, 0.25);
        }

        .stat-item:last-child {
            border-right: none;
        }

        .stat-item h2 {
            font-size: 58px;
            font-weight: 800;
            margin-bottom: 8px;
            line-height: 1;
            letter-spacing: -0.03em;
            font-family: 'Montserrat', sans-serif;
        }

        .stat-item p {
            font-size: 12px;
            font-weight: 700;
            opacity: 0.85;
            text-transform: uppercase;
            letter-spacing: 0.09em;
        }

        /* Testimonials */
        .testimonials {
            background: #f3f4f6;
            padding: 80px 20px 72px;
        }

        .testimonials-kicker {
            text-align: center;
            color: #85d02a;
            font-size: 12px;
            font-weight: 700;
            margin-bottom: 10px;
            font-family: 'Montserrat', sans-serif;
            text-transform: uppercase;
            letter-spacing: 0.12em;
        }

        .testimonials-title {
            margin-bottom: 48px;
        }

        .testimonials-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 22px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .testimonial-card {
            background: #fff;
            border: 1px solid #eaeaea;
            border-radius: 16px;
            padding: 28px 24px;
            text-align: center;
            box-shadow: 0 2px 14px rgba(0, 0, 0, 0.05);
            transition: transform 0.22s, box-shadow 0.22s;
        }

        .testimonial-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.09);
        }

        .testimonial-avatar {
            width: 72px;
            height: 72px;
            border-radius: 50%;
            overflow: hidden;
            margin: 0 auto 14px;
            border: 3px solid #e8f5d0;
        }

        .testimonial-avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .testimonial-name {
            font-weight: 700;
            font-size: 15px;
            color: #1a1e24;
            margin: 0 0 4px;
        }

        .testimonial-role {
            font-size: 12px;
            color: #909090;
            margin-bottom: 10px;
        }

        .testimonial-rating {
            color: #f5a623;
            font-size: 16px;
            margin-bottom: 12px;
            line-height: 1;
        }

        .testimonial-text {
            font-size: 14px;
            color: #666;
            line-height: 1.7;
            font-style: italic;
        }

        /* FAQ */
        .faq-section {
            background: #fff;
            padding: 80px 20px 88px;
        }

        .faq-section .section-title {
            margin-bottom: 52px;
        }

        .faq-container {
            max-width: 800px;
            margin: 0 auto;
        }

        .faq-item {
            background: #fff;
            border: 1px solid #e8e8e8;
            border-radius: 12px;
            margin-bottom: 14px;
            overflow: hidden;
            transition: border-color 0.2s, box-shadow 0.2s;
        }

        .faq-item:hover {
            border-color: #c6e87a;
        }

        .faq-item.active {
            border-color: #85d02a;
            box-shadow: 0 4px 16px rgba(133, 208, 42, 0.12);
        }

        .faq-question {
            padding: 20px 24px;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 17px;
            font-weight: 600;
            color: #1a1e24;
            transition: background 0.2s;
            gap: 16px;
        }

        .faq-question:hover {
            background: #fafff5;
        }

        .faq-item.active .faq-question {
            background: #fafff5;
        }

        .faq-answer {
            padding: 0 24px 20px;
            font-size: 15px;
            color: #555;
            line-height: 1.8;
            display: none;
        }

        .faq-answer.active {
            display: block;
        }

        .faq-icon {
            color: #85d02a;
            font-size: 22px;
            font-weight: 400;
            transition: transform 0.3s;
            flex-shrink: 0;
            width: 24px;
            text-align: center;
        }

        .faq-item.active .faq-icon {
            transform: rotate(0deg);
        }

        /* Footer */
        .footer {
            background: #185bac;
            color: #fff;
            padding: 52px 20px 0;
            position: relative;
        }

        .footer-logo-wrap {
            position: absolute;
            top: 0;
            right: 20px;
            z-index: 2;
        }

        .footer-logo-badge {
            background: #ffffff;
            padding: 26px 24px 8px;
            border-radius: 0 0 22px 22px;
            box-shadow: 0 10px 18px rgba(0, 0, 0, 0.2);
            display: inline-block;
        }

        .footer-logo-badge img {
            height: 140px;
            width: auto;
            display: block;
        }

        .footer-content {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            justify-content: flex-start;
            align-items: flex-start;
            gap: 64px;
            padding-bottom: 44px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        }

        .footer-info h3,
        .footer-hours h3 {
            font-size: 14px;
            font-weight: 800;
            margin-bottom: 12px;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            opacity: 0.6;
        }

        .footer-info p,
        .footer-hours p {
            font-size: 14px;
            line-height: 1.9;
            opacity: 0.9;
        }

        .footer-brand {
            font-weight: 900;
            color: #fff;
        }

        .footer-bottom {
            max-width: 1200px;
            margin: 0 auto;
            padding: 16px 0;
            font-size: 13px;
            opacity: 0.6;
            text-align: center;
        }

        .footer-dev {
            margin-top: 4px;
            font-size: 12px;
        }

        .footer-dev-link {
            color: #fff;
            text-decoration: none;
            transition: opacity 0.2s;
        }

        .footer-dev-link:hover {
            opacity: 0.8;
            text-decoration: underline;
        }

        /* WhatsApp Float Button */
        .whatsapp-float {
            position: fixed;
            bottom: 36px;
            right: 36px;
            background-color: #25D366;
            color: white;
            padding: 13px 22px;
            border-radius: 50px;
            box-shadow: 0 4px 16px rgba(37, 211, 102, 0.4);
            z-index: 99999;
            text-decoration: none;
            display: flex;
            align-items: center;
            gap: 10px;
            font-weight: 600;
            font-size: 15px;
            gap: 10px;
            transition: all 0.3s;
            font-weight: 600;
            font-size: 16px;
        }

        .whatsapp-float:hover {
            background-color: #128C7F;
            transform: scale(1.05);
        }

        /* Modal */
        .modal-overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.85);
            z-index: 100000;
            justify-content: center;
            align-items: center;
        }

        .modal-overlay.active {
            display: flex;
        }

        .modal-content {
            background: white;
            border-radius: 16px;
            padding: 0;
            max-width: 880px;
            width: 96%;
            max-height: 92vh;
            overflow: hidden;
            position: relative;
            animation: modalSlideIn 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
            box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
            display: flex;
            flex-direction: column;
        }

        .modal-layout {
            display: flex;
            flex: 1;
            min-height: 0;
            overflow: hidden;
        }

        /* Wrapper esquerdo do modal (info + botão) */
        .modal-left {
            flex: 1;
            display: flex;
            flex-direction: column;
            min-height: 0;
            overflow: hidden;
        }

        .modal-info {
            flex: 1;
            padding: 24px 28px 16px;
            overflow-y: auto;
            min-height: 0;
        }

        /* Botão fora da área de scroll */
        .modal-footer {
            padding: 12px 28px 24px;
            border-top: 1px solid #f2f2f2;
            background: #fff;
            flex-shrink: 0;
        }

        .modal-img {
            flex: 0 0 480px;
            background: #ffffff;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 28px 24px;
            border-radius: 0 16px 16px 0;
            align-self: stretch;
        }

        .modal-img img {
            width: 100%;
            height: 100%;
            max-height: 460px;
            object-fit: contain;
        }

        .modal-header {
            padding: 22px 28px;
            border-bottom: 1px solid #f0f0f0;
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
        }

        .modal-header-title {
            display: flex;
            flex-direction: column;
            gap: 2px;
        }

        .modal-type-label {
            font-size: 22px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.12em;
            color: #85d02a;
        }

        .modal-header h3 {
            font-size: 56px;
            font-weight: 900;
            color: #1a1e24;
            margin: 0;
            letter-spacing: -0.02em;
            line-height: 1.1;
        }

        .modal-close {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 34px;
            height: 34px;
            background: #f2f2f2;
            border: none;
            border-radius: 50%;
            font-size: 20px;
            line-height: 1;
            color: #555;
            cursor: pointer;
            transition: background 0.2s, color 0.2s;
            padding: 0;
            flex-shrink: 0;
        }

        .modal-close:hover {
            background: #e8e8e8;
            color: #111;
        }

        .modal-body {
            padding: 22px 28px 28px;
        }

        @media (max-width: 640px) {
            .modal-overlay {
                align-items: flex-end;
            }

            .modal-content {
                width: 100%;
                max-width: 100%;
                max-height: 92vh;
                border-radius: 20px 20px 0 0;
            }

            .modal-layout {
                flex-direction: column;
            }

            .modal-img {
                flex: 0 0 220px;
                border-radius: 0;
                border-top: 1px solid #f0f0f0;
                order: -1;
            }

            .modal-img img {
                max-height: 200px;
            }

            .modal-info {
                padding: 18px 20px 20px;
            }

            .modal-header {
                padding: 16px 20px;
            }

            .modal-header h3 {
                font-size: 22px;
            }

            .modal-price {
                font-size: 24px;
            }

            .modal-specs {
                font-size: 13px;
            }
        }

        .modal-body h4 {
            font-size: 18px;
            font-weight: 700;
            color: #1a1e24;
            margin-bottom: 8px;
            letter-spacing: -0.01em;
        }

        .modal-body p {
            font-size: 15px;
            color: #555;
            line-height: 1.65;
            margin-bottom: 10px;
        }

        .modal-price {
            font-size: 30px;
            font-weight: 900;
            color: #85d02a;
            margin: 16px 0 4px;
            letter-spacing: -0.02em;
            font-family: 'Montserrat', sans-serif;
            line-height: 1;
        }

        .modal-desc {
            font-size: 14px;
            color: #666;
            line-height: 1.65;
            margin-bottom: 14px;
            border-left: 3px solid #85d02a;
            padding-left: 10px;
        }

        .modal-price-installment {
            font-size: 14px;
            font-weight: 700;
            color: #336600;
            background: #f0fad9;
            border: 1px solid #c6e87a;
            border-radius: 6px;
            padding: 6px 12px;
            display: block;
            margin-bottom: 8px;
        }

        .modal-price-installment--12x {
            color: #0a4f8f;
            background: #ddeeff;
            border-color: #88bbee;
        }

        .modal-specs {
            list-style: none;
            padding: 0;
            margin: 12px 0 0;
        }

        .modal-specs li {
            font-size: 14px;
            color: #444;
            padding: 7px 0;
            border-bottom: 1px solid #f2f2f2;
            display: flex;
            align-items: baseline;
            gap: 6px;
        }

        .modal-specs li:last-child {
            border-bottom: none;
        }

        .modal-specs li::before {
            content: '✓';
            color: #85d02a;
            font-weight: 900;
            font-size: 13px;
            flex-shrink: 0;
        }

        .modal-btn {
            background: #85d02a;
            color: white;
            border: none;
            padding: 14px 30px;
            border-radius: 10px;
            font-weight: 700;
            font-size: 16px;
            cursor: pointer;
            width: 100%;
            margin-top: 18px;
            transition: background-color 0.2s, transform 0.2s;
            letter-spacing: 0.02em;
        }

        .modal-btn:hover {
            background: #6faf22;
            transform: translateY(-1px);
        }

        @keyframes modalSlideIn {
            from { transform: translateY(-50px); opacity: 0; }
            to { transform: translateY(0); opacity: 1; }
        }

        @keyframes bounce {
            0%, 20%, 53%, 80%, 100% {transform: translateY(0);}
            40%, 43% {transform: scale(1.1);}
            70% {transform: scale(0.95);}
            90% {transform: scale(1.02);}
        }

        @keyframes slideIn {
            from { transform: translateX(200px); opacity: 0; }
            to { transform: translateX(0); opacity: 1; }
        }

        @keyframes heroScooterIn {
            0% {
                opacity: 0;
                transform: translateX(140px);
            }
            100% {
                opacity: 1;
                transform: translateX(0);
            }
        }

        @keyframes heroPriceShake {
            0% { transform: translateX(0) rotate(0deg); }
            18% { transform: translateX(-5px) rotate(-1deg); }
            36% { transform: translateX(5px) rotate(1deg); }
            54% { transform: translateX(-4px) rotate(-0.7deg); }
            72% { transform: translateX(3px) rotate(0.5deg); }
            100% { transform: translateX(0) rotate(0deg); }
        }

        @media (max-width: 1024px) {
            .products-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            
            .advantages-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            
            .testimonials-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            
            .stats-container {
                gap: 0;
            }
            
            .footer-content {
                flex-direction: column;
                align-items: flex-start;
                text-align: left;
                gap: 28px;
            }

            .footer-logo-wrap {
                right: 12px;
            }

            .footer-logo-badge {
                padding: 18px 16px 6px;
            }

            .footer-logo-badge img {
                height: 80px;
            }
            
            .hero-content {
                flex-direction: column;
                text-align: center;
                gap: 0;
                padding: 0 16px;
            }

            .hero-text {
                display: contents;
            }

            .hero-text-top {
                order: 1;
                width: 100%;
                padding-bottom: 12px;
            }

            .hero-image {
                order: 2;
                right: 0;
                top: 0;
                flex: 0 0 auto;
                width: min(420px, 90%);
                margin: 0 auto;
            }

            .hero-text-bottom {
                order: 3;
                width: 100%;
                padding-top: 16px;
            }

            .hero-text h1 {
                font-size: 42px;
            }

            .hero-lead,
            .hero-sublead {
                font-size: 30px;
            }

            .hero-text .price-highlight {
                font-size: 48px;
            }

            .hero-minimum {
                font-size: 22px;
            }

            .hero-price-value {
                font-size: 44px;
            }

            .hero-installment {
                font-size: 15px;
                margin-bottom: 16px;
            }

            .btn-white {
                font-size: 22px;
                padding: 14px 26px;
            }

            .steps-container {
                grid-template-columns: repeat(3, minmax(0, 1fr));
                gap: 20px;
            }

            .why-choose-content {
                flex-direction: column;
                text-align: center;
            }

            .why-choose-text {
                flex: 1;
                padding-left: 0;
            }

            .why-choose-title {
                font-size: 42px;
            }

            .why-choose-plus {
                margin-top: 24px;
            }

            .why-choose-image-wrap {
                width: 100%;
            }

            .why-choose-image {
                top: 0;
                margin-bottom: 0;
                width: min(380px, 90%);
                margin: 24px auto 0;
                display: block;
            }

            .steps-line {
                display: none;
            }
            
        }

        /* Celulares em paisagem e faixas ~769–1024px ainda herdavam 2 colunas do bloco acima */
        @media (max-width: 900px) {
            .products-grid,
            .advantages-grid,
            .testimonials-grid {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 768px) {
            .products-grid {
                grid-template-columns: 1fr;
                gap: 16px;
            }

            .product-card {
                padding: 0 0 14px;
            }

            .product-name {
                font-size: 16px;
            }

            .product-price {
                font-size: 15px;
            }
            
            .testimonials-grid {
                grid-template-columns: 1fr;
            }
            
            .nav-menu {
                display: none;
            }
            
            .header-container {
                justify-content: center;
                position: relative;
            }

            .logo {
                left: 50%;
                transform: translateX(-50%);
                padding: 22px 22px 8px;
                border-radius: 0 0 18px 18px;
            }

            .logo img {
                height: 110px;
            }

            .hamburger {
                display: flex;
            }

            .nav-menu {
                display: none;
                flex-direction: column;
                position: fixed;
                top: 109px;
                left: 0;
                right: 0;
                background: #185bac;
                padding: 8px 24px 28px;
                z-index: 998;
                gap: 0;
                box-shadow: 0 10px 28px rgba(0,0,0,0.25);
            }

            .nav-menu.open {
                display: flex;
            }

            .nav-menu li {
                border-bottom: 1px solid rgba(255,255,255,0.1);
            }

            .nav-menu li:last-child {
                border-bottom: none;
                padding-top: 12px;
            }

            .nav-menu a {
                display: block;
                padding: 14px 0;
                font-size: 18px;
                border-bottom: none !important;
            }

            .nav-cta {
                display: block;
                text-align: center;
                width: 100%;
                border-radius: 12px !important;
                padding: 14px 20px !important;
                font-size: 18px !important;
            }

            .hero-text h1 {
                font-size: 34px;
            }

            .hero-promo-tag {
                font-size: 16px;
                padding: 6px 16px;
            }

            .hero-image {
                width: min(300px, 80%);
            }

            .hero-lead,
            .hero-sublead {
                font-size: 23px;
            }

            .hero-text .price-highlight {
                font-size: 34px;
                margin-top: 20px;
            }

            .hero-minimum {
                font-size: 17px;
            }

            .hero-price-value {
                font-size: 38px;
            }

            .hero-installment {
                font-size: 13px;
                margin-bottom: 14px;
            }

            .btn-white {
                font-size: 18px;
                padding: 13px 20px;
            }

            .how-title {
                margin-bottom: 28px;
            }

            .advantages {
                padding: 60px 20px 60px;
            }

            .advantages-grid {
                grid-template-columns: 1fr;
                gap: 16px;
            }

            .advantage-item {
                padding: 28px 20px 24px;
            }

            .how-it-works {
                padding: 64px 20px 60px;
            }

            .steps-container {
                grid-template-columns: 1fr;
                gap: 14px;
                padding-top: 0;
            }

            .step-dot {
                display: none;
            }

            .step-item {
                background: #f7f9f4;
                border-radius: 14px;
                padding: 18px 20px;
                text-align: left;
            }

            .step-content {
                display: flex;
                flex-direction: row;
                align-items: flex-start;
                gap: 16px;
            }

            .step-number {
                display: inline-flex;
                flex-shrink: 0;
                margin: 0;
                width: 36px;
                height: 36px;
                font-size: 15px;
            }

            .step-content-text {
                flex: 1;
            }

            .step-content h3 {
                font-size: 16px;
                margin-bottom: 6px;
            }

            .step-content p {
                font-size: 14px;
                margin: 0;
            }

            .mobile-br {
                display: block;
            }

            .kicker-q {
                color: #ffffff;
            }

            .why-choose {
                padding-top: 40px;
                padding-bottom: 32px;
            }

            .why-choose-title {
                font-size: 34px;
            }

            .why-choose-plus {
                font-size: 24px;
                margin-top: 12px;
            }

            .why-choose-image {
                width: min(300px, 80%);
                margin-top: 16px;
            }

            .stats-container {
                flex-wrap: wrap;
                gap: 0;
            }

            .stat-item {
                width: 50%;
                border-right: none;
                border-bottom: 1px solid rgba(255, 255, 255, 0.2);
                padding: 16px 8px;
            }

            .stat-item:nth-child(odd) {
                border-right: 1px solid rgba(255, 255, 255, 0.2);
            }

            .stat-item:nth-last-child(-n+2) {
                border-bottom: none;
            }

            .stat-item h2 {
                font-size: 40px;
            }

            .footer {
                padding-top: 100px;
            }

            .footer-logo-wrap {
                right: 50%;
                transform: translateX(50%);
            }

            .footer-logo-badge img {
                height: 70px;
            }

            .footer-content {
                padding-top: 16px;
                gap: 20px;
                align-items: center;
                text-align: center;
            }

            .footer-info h3 {
                font-size: 14px;
            }

            .footer-bottom {
                text-align: center;
            }
        }

        @media (max-width: 420px) {
            .products-grid {
                grid-template-columns: 1fr;
            }

            .hero-text h1 {
                font-size: 24px;
            }

            .hero-lead,
            .hero-sublead {
                font-size: 18px;
            }

            .hero-text .price-highlight {
                font-size: 28px;
            }

            .hero-price-value {
                font-size: 32px;
            }
        }

        @media (prefers-reduced-motion: reduce) {
            .hero-image img,
            .hero-price-value {
                animation: none;
                opacity: 1;
                transform: none;
            }
        }
