
  :root {
    --orange: #355444; --orange-dark: #24382E; --orange-light: #47705B;
    --yellow: #FFB800; --green: #22C55E; --bg: #F7F5F2; --white: #FFFFFF;
    --dark: #1A1208; --gray: #6B6358; --light: #EDE9E3; --border: #DDD8D0;
  }
  * { margin: 0; padding: 0; box-sizing: border-box; }
  body { font-family: 'Inter', sans-serif; background: var(--bg); color: var(--dark); font-size: 14px; }
  .header-wrap { position: sticky; top: 0; z-index: 100; background: var(--white); border-bottom: 1.5px solid var(--border); box-shadow: 0 2px 12px rgba(0,0,0,0.08); }
  header { padding: 10px 16px; display: flex; align-items: center; justify-content: space-between; max-width: 1200px; margin: 0 auto; gap: 12px; }
  .logo { font-family: 'Barlow', sans-serif; font-size: 20px; font-weight: 800; color: var(--orange); text-decoration: none; flex-shrink: 0; }
  .logo span { color: var(--dark); }
  .header-trust { display: flex; align-items: center; gap: 14px; flex: 1; justify-content: center; }
  .header-trust-item { display: flex; align-items: center; gap: 5px; font-size: 11px; color: var(--gray); font-weight: 500; white-space: nowrap; }
  .header-trust-item .ht-icon { font-size: 14px; }
  .header-trust-item strong { color: var(--dark); font-weight: 700; }
  .header-right { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
  .header-secure { display: flex; align-items: center; gap: 4px; font-size: 10px; color: var(--green); font-weight: 600; background: #f0fdf4; border: 1px solid #bbf7d0; border-radius: 6px; padding: 4px 8px; }
  .header-secure svg { flex-shrink: 0; }
  .header-nav { display: flex; gap: 16px; }
  .header-nav a { text-decoration: none; color: var(--gray); font-size: 12px; font-weight: 500; }
  .cart-btn { background: var(--orange); color: white; border: none; border-radius: 8px; padding: 8px 14px; font-size: 12px; font-weight: 700; cursor: pointer; display: flex; align-items: center; gap: 5px; box-shadow: 0 2px 8px rgba(53,84,68,0.3); }
  @media (max-width: 768px) { .header-wrap { top: 0; } .header-trust { display: none; } .header-secure { display: none; } .header-nav { display: none; } }
  .mobile-trust-bar { display: none; background: #EFF4F1; border-bottom: 1px solid #C7D8CE; padding: 7px 14px; overflow: hidden; }
  .mobile-trust-track { display: flex; align-items: center; gap: 20px; animation: mobileTrustScroll 20s linear infinite; white-space: nowrap; width: max-content; }
  @keyframes mobileTrustScroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
  .mobile-trust-item { display: flex; align-items: center; gap: 5px; font-size: 11px; font-weight: 600; color: var(--dark); flex-shrink: 0; }
  .mobile-trust-dot { color: var(--orange); font-size: 10px; flex-shrink: 0; }
  @media (max-width: 768px) { .mobile-trust-bar { display: block; } }
  .breadcrumb { padding: 7px 14px; font-size: 11px; color: var(--gray); }
  .breadcrumb a { color: var(--orange); text-decoration: none; }
  .breadcrumb span { margin: 0 4px; }
  .container { max-width: 1200px; margin: 0 auto; padding: 0 14px 90px; }
  .product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: start; }
  .gallery { position: sticky; top: 90px; }
  .main-image { border-radius: 14px; overflow: hidden; background: #ffffff; aspect-ratio: 1; display: flex; align-items: center; justify-content: center; position: relative; border: 1.5px solid var(--border); }
  .main-image img { width: 100%; height: 100%; object-fit: contain; background: #fff; image-rendering: auto; }
  .badge-frete { position: absolute; top: 10px; left: 10px; background: var(--green); color: white; font-size: 10px; font-weight: 700; padding: 4px 9px; border-radius: 20px; z-index: 2; }
  .badge-kit { position: absolute; top: 10px; right: 10px; background: var(--orange); color: white; font-family: 'Barlow', sans-serif; font-size: 14px; font-weight: 800; padding: 5px 10px; border-radius: 9px; text-align: center; line-height: 1.1; z-index: 2; }
  .thumbnails { display: flex; gap: 6px; margin-top: 8px; }
  .thumb { width: 50px; height: 50px; border-radius: 9px; border: 1.5px solid var(--border); cursor: pointer; background: #fff; display: flex; align-items: center; justify-content: center; font-size: 18px; transition: border-color .2s; background-size: cover; background-position: center; overflow: hidden; }
  .thumb img { width: 100%; height: 100%; object-fit: contain; background: #fff; }
  .thumb.active { border-color: var(--orange); }
  .product-title { font-family: 'Barlow', sans-serif; font-size: 18px; font-weight: 800; line-height: 1.2; margin-bottom: 6px; }
  .rating-row { display: flex; align-items: center; gap: 6px; margin-bottom: 10px; flex-wrap: wrap; }
  .stars { color: var(--yellow); font-size: 13px; }
  .rating-text { font-size: 11px; color: var(--gray); }
  .sold-badge { background: var(--light); color: var(--gray); font-size: 10px; font-weight: 600; padding: 2px 8px; border-radius: 20px; }
  .urgency-banner { background: linear-gradient(135deg, #355444, #47705B); color: white; border-radius: 11px; padding: 10px 12px; margin-bottom: 12px; display: flex; align-items: center; gap: 10px; }
  .urgency-left { flex: 1; }
  .urgency-title { font-weight: 700; font-size: 12px; margin-bottom: 2px; }
  .urgency-sub { font-size: 11px; opacity: 0.85; }
  .progress-bar { height: 5px; background: rgba(255,255,255,0.3); border-radius: 3px; margin-top: 6px; overflow: hidden; }
  .progress-fill { height: 100%; background: var(--yellow); border-radius: 3px; width: 85%; }
  .countdown { background: rgba(255,255,255,0.2); border-radius: 8px; padding: 6px 10px; font-family: 'Barlow', sans-serif; font-size: 18px; font-weight: 800; letter-spacing: 1px; min-width: 64px; text-align: center; }
  .specs-grid { display: flex; margin-bottom: 12px; background: var(--white); border-radius: 11px; border: 1.5px solid var(--border); overflow: hidden; }
  .spec-item { flex: 1; text-align: center; padding: 8px 4px; border-right: 1px solid var(--border); }
  .spec-item:last-child { border-right: none; }
  .spec-label { font-size: 9px; color: var(--gray); text-transform: uppercase; letter-spacing: .5px; margin-bottom: 1px; }
  .spec-value { font-size: 12px; font-weight: 700; }
  .section-label { font-size: 12px; font-weight: 600; margin-bottom: 7px; }
  .model-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-bottom: 14px; }
  .model-card { border: 1.5px solid var(--border); border-radius: 12px; padding: 12px 12px; cursor: pointer; background: var(--white); display: flex; align-items: center; gap: 10px; transition: border-color .2s; }
  .model-card.active { border-color: var(--orange); background: #EFF4F1; }
  .model-icon { font-size: 22px; width: 42px; height: 42px; display: flex; align-items: center; justify-content: center; background: var(--light); border-radius: 10px; flex-shrink: 0; }
  .model-name { font-size: 13px; font-weight: 600; }
  .model-sub { font-size: 11px; color: var(--gray); margin-top: 2px; }
  .model-check { margin-left: auto; color: var(--orange); font-size: 16px; }
  .kit-options { display: flex; flex-direction: column; gap: 10px; margin-bottom: 14px; }
  .kit-card { border: 1.5px solid var(--border); border-radius: 12px; padding: 14px 14px 12px; cursor: pointer; background: var(--white); display: flex; align-items: center; justify-content: space-between; position: relative; overflow: hidden; transition: border-color .2s; }
  .kit-card.active { border-color: var(--orange); background: #EFF4F1; }
  .kit-badge { position: absolute; top: 0; left: 0; background: var(--orange); color: white; font-size: 9px; font-weight: 800; padding: 3px 10px; border-radius: 0 0 8px 0; text-transform: uppercase; letter-spacing: .3px; }
  .kit-badge.green { background: var(--green); }
  .kit-badge.yellow { background: var(--yellow); color: var(--dark); }
  .kit-badge.purple { background: #7C3AED; }
  .kit-left { padding-top: 10px; }
  .kit-name { font-weight: 700; font-size: 14px; }
  .kit-unit { font-size: 11px; color: var(--gray); margin-top: 2px; }
  .kit-tag { font-size: 11px; color: var(--green); font-weight: 600; margin-top: 3px; }
  .kit-price-from { font-size: 10px; color: #aaa; text-decoration: line-through; text-align: right; margin-bottom: 2px; }
  .kit-price { text-align: right; }
  .kit-price-main { font-family: 'Barlow', sans-serif; font-size: 18px; font-weight: 800; }
  .kit-price-each { font-size: 10px; color: var(--gray); margin-top: 2px; }
  .kit-radio { margin-left: 10px; font-size: 20px; flex-shrink: 0; }
  .alert-box { background: #EFF4F1; border: 1.5px solid var(--orange); border-radius: 10px; padding: 9px 12px; font-size: 11px; margin-bottom: 12px; line-height: 1.5; }
  .btn-buy { background: linear-gradient(135deg, var(--orange), var(--orange-light)); color: white; border: none; border-radius: 12px; padding: 14px; font-family: 'Barlow', sans-serif; font-size: 16px; font-weight: 800; cursor: pointer; width: 100%; text-align: center; box-shadow: 0 4px 16px rgba(53,84,68,0.32); margin-bottom: 10px; transition: transform .15s; }
  .btn-buy:active { transform: scale(0.98); }
  .btn-buy-sub { font-size: 11px; font-weight: 400; opacity: 0.9; margin-top: 2px; font-family: 'Inter', sans-serif; }
  .trust-row { display: grid; grid-template-columns: 1fr 1fr; gap: 5px; }
  .trust-item { font-size: 10px; color: var(--gray); display: flex; align-items: center; gap: 4px; background: var(--white); border-radius: 7px; padding: 5px 8px; border: 1px solid var(--border); }
  .section-title { font-family: 'Barlow', sans-serif; font-size: 16px; font-weight: 800; margin: 22px 0 10px; }
  .reviews-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; }
  .review-card { background: var(--white); border-radius: 12px; padding: 12px; border: 1.5px solid var(--border); }
  .review-header { display: flex; align-items: center; gap: 8px; margin-bottom: 7px; }
  .review-avatar { width: 36px; height: 36px; border-radius: 50%; background: var(--light); display: flex; align-items: center; justify-content: center; font-size: 15px; flex-shrink: 0; overflow: hidden; }
  .review-avatar img { width: 100%; height: 100%; object-fit: cover; cursor: pointer; }
  .review-name { font-weight: 700; font-size: 12px; }
  .review-stars { color: var(--yellow); font-size: 10px; }
  .review-text { font-size: 12px; color: var(--gray); line-height: 1.5; margin-bottom: 8px; }
  .review-photos { display: flex; gap: 5px; flex-wrap: wrap; margin-top: 6px; }
  .review-photo-slot { width: 54px; height: 54px; border-radius: 8px; border: 1.5px dashed var(--border); background: var(--bg); display: flex; align-items: center; justify-content: center; cursor: pointer; overflow: hidden; position: relative; flex-shrink: 0; transition: border-color .2s; }
  .review-photo-slot:hover { border-color: var(--orange); }
  .review-photo-slot img { width: 100%; height: 100%; object-fit: cover; display: none; border-radius: 7px; cursor: pointer; }
  .review-photo-slot .upload-icon { font-size: 18px; color: var(--border); pointer-events: none; }
  .review-photo-slot input[type=file] { position: absolute; inset: 0; opacity: 0; cursor: pointer; width: 100%; height: 100%; }
  @media (max-width: 768px) { .reviews-grid { grid-template-columns: 1fr; gap: 7px; } .review-photo-slot { width: 60px; height: 60px; } }
  .trust-section { margin: 24px 0 20px; display: flex; flex-direction: column; gap: 0; border: 1.5px solid var(--border); border-radius: 14px; overflow: hidden; background: var(--white); }
  .trust-full-item { display: flex; align-items: center; gap: 14px; padding: 14px 16px; border-bottom: 1px solid var(--border); }
  .trust-full-item:last-child { border-bottom: none; }
  .trust-full-icon { width: 52px; height: 52px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
  .trust-full-icon img { width: 100%; height: 100%; object-fit: contain; }
  .trust-full-stars { color: var(--yellow); font-size: 11px; margin-bottom: 2px; }
  .trust-full-title { font-weight: 700; font-size: 13px; margin-bottom: 2px; }
  .trust-full-desc { font-size: 11px; color: var(--gray); line-height: 1.5; }
  .lightbox-overlay { display:none; position:fixed; inset:0; background:rgba(0,0,0,0.88); z-index:1000; align-items:center; justify-content:center; }
  .lightbox-overlay.active { display:flex; }
  .lightbox-img { max-width:92vw; max-height:88vh; border-radius:12px; object-fit:contain; box-shadow:0 8px 40px rgba(0,0,0,0.5); }
  .lightbox-close { position:absolute; top:16px; right:20px; color:white; font-size:28px; cursor:pointer; font-weight:700; line-height:1; z-index:1001; }
  .social-proof-popup { position: fixed; bottom: 86px; left: 14px; z-index: 999; background: #fff; border-radius: 10px; box-shadow: 0 4px 20px rgba(0,0,0,0.12), 0 1px 3px rgba(0,0,0,0.07); border-left: 4px solid #E8312A; padding: 12px 14px 12px 12px; display: flex; align-items: center; gap: 11px; max-width: 300px; min-width: 260px; transform: translateY(16px); opacity: 0; transition: transform 0.35s cubic-bezier(0.22,1,0.36,1), opacity 0.28s ease; pointer-events: none; }
  .social-proof-popup.show { transform: translateY(0); opacity: 1; }
  .sp-body { flex: 1; min-width: 0; }
  .sp-name { font-size: 13px; font-weight: 700; color: #111; margin-bottom: 3px; line-height: 1.2; }
  .sp-detail { font-size: 12px; color: #444; line-height: 1.35; }
  .sp-detail span { color: #E8312A; font-weight: 600; }
  .sp-footer { display: flex; align-items: center; gap: 5px; margin-top: 5px; }
  .sp-dot { width: 6px; height: 6px; background: #22C55E; border-radius: 50%; flex-shrink: 0; }
  .sp-time { font-size: 11px; color: #888; }
  .faq-list { display: flex; flex-direction: column; gap: 0; border: 1.5px solid var(--border); border-radius: 14px; overflow: hidden; margin-bottom: 28px; }
  .faq-item { border-bottom: 1px solid var(--border); background: var(--white); }
  .faq-item:last-child { border-bottom: none; }
  .faq-question { display: flex; align-items: center; justify-content: space-between; padding: 15px 18px; cursor: pointer; font-size: 13px; font-weight: 600; color: var(--dark); user-select: none; gap: 12px; transition: background .15s; }
  .faq-question:hover { background: var(--bg); }
  .faq-icon { font-size: 20px; font-weight: 300; color: var(--orange); flex-shrink: 0; transition: transform .25s; line-height: 1; }
  .faq-answer { font-size: 12.5px; color: var(--gray); line-height: 1.65; padding: 0 18px; max-height: 0; overflow: hidden; transition: max-height .3s ease, padding .3s ease; }
  .faq-item.open .faq-answer { max-height: 200px; padding: 0 18px 15px; }
  .faq-item.open .faq-icon { transform: rotate(45deg); }
  footer { background: var(--dark); color: rgba(255,255,255,0.65); padding: 24px 14px 16px; }
  .footer-inner { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 20px; max-width: 1200px; margin: 0 auto; }
  .footer-logo { font-family: 'Barlow', sans-serif; font-size: 15px; font-weight: 800; color: var(--orange); margin-bottom: 5px; }
  .footer-desc { font-size: 11px; line-height: 1.5; }
  .footer-heading { font-size: 10px; text-transform: uppercase; letter-spacing: 1px; color: rgba(255,255,255,0.35); margin-bottom: 7px; font-weight: 700; }
  .footer-links { display: flex; flex-direction: column; gap: 5px; }
  .footer-links a { color: rgba(255,255,255,0.65); text-decoration: none; font-size: 11px; }
  .footer-bottom { max-width: 1200px; margin: 14px auto 0; padding-top: 12px; border-top: 1px solid rgba(255,255,255,0.1); display: flex; justify-content: space-between; font-size: 10px; flex-wrap: wrap; gap: 4px; }
  .whatsapp-btn { display: inline-flex; align-items: center; gap: 6px; background: #25D366; color: white; border: none; border-radius: 8px; padding: 6px 12px; font-size: 11px; font-weight: 700; cursor: pointer; margin-top: 8px; text-decoration: none; }
  .sticky-cta { display: none; position: fixed; bottom: 0; left: 0; right: 0; background: var(--white); border-top: 1.5px solid var(--border); padding: 10px 14px; z-index: 200; box-shadow: 0 -3px 14px rgba(0,0,0,0.09); }
  @media (max-width: 768px) { .header-nav { display: none; } .product-grid { grid-template-columns: 1fr; gap: 0; } .gallery { position: static; margin-bottom: 12px; } .main-image { aspect-ratio: 1; } .thumb { width: 44px; height: 44px; font-size: 15px; } .reviews-grid { grid-template-columns: 1fr; gap: 7px; } .footer-inner { grid-template-columns: 1fr; gap: 14px; } .footer-bottom { flex-direction: column; } .sticky-cta { display: block; } body { padding-bottom: 70px; } .product-title { font-size: 16px; } }
  .video-banner { background: var(--white); border: 1.5px solid var(--border); border-radius: 10px; overflow: hidden; margin-top: 8px; cursor: pointer; position: relative; }
  .video-banner-header { background: linear-gradient(90deg, var(--orange), var(--orange-light)); color: white; display: flex; align-items: center; gap: 8px; padding: 7px 12px; position: relative; }
  .video-play-icon { width: 26px; height: 26px; background: white; border-radius: 5px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
  .video-play-icon::after { content: ''; border-left: 9px solid var(--orange); border-top: 5px solid transparent; border-bottom: 5px solid transparent; margin-left: 2px; }
  .video-banner-title { font-weight: 700; font-size: 12px; line-height: 1.2; }
  .video-banner-sub { font-size: 10px; opacity: 0.85; }
  .video-badge-novo { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); background: var(--orange-dark); border: 1.5px solid rgba(255,255,255,0.3); color: white; font-size: 9px; font-weight: 800; padding: 2px 8px; border-radius: 4px; letter-spacing: 0.5px; }
  .video-container { background: #000; position: relative; }
  .video-iframe-wrap { position: relative; width: 100%; padding-bottom: 56.25%; height: 0; background: #000; }
  .video-iframe-wrap iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }
  .video-container video { width: 100%; display: block; max-height: 400px; object-fit: cover; }
  .video-placeholder { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; padding: 36px 20px; background: #111; color: rgba(255,255,255,0.5); font-size: 13px; text-align: center; }
  .video-placeholder-icon { font-size: 40px; opacity: 0.4; }
  #icon-pegalinha { background-image: url("/images/Whats-App-Image-2026-05-27-at-23-55-15.jpg"); background-size: cover; background-position: center; }
  .cep-box { background: var(--white); border: 1.5px solid var(--border); border-radius: 12px; padding: 12px 14px; margin-bottom: 12px; }
  .cep-label { font-size: 11px; font-weight: 700; color: var(--gray); margin-bottom: 8px; display: flex; align-items: center; gap: 5px; }
  .cep-input-row { display: flex; gap: 8px; }
  .cep-input { flex: 1; border: 1.5px solid var(--border); border-radius: 9px; padding: 9px 12px; font-size: 13px; font-family: 'Inter', sans-serif; outline: none; transition: border-color .2s; background: #fff; letter-spacing: 1px; }
  .cep-input:focus { border-color: var(--orange); }
  .cep-btn { background: var(--orange); color: white; border: none; border-radius: 9px; padding: 9px 16px; font-size: 12px; font-weight: 700; cursor: pointer; white-space: nowrap; transition: background .2s; }
  .cep-btn:hover { background: var(--orange-dark); }
  .cep-result { display: none; margin-top: 10px; background: #f0fdf4; border: 1.5px solid #bbf7d0; border-radius: 9px; padding: 10px 12px; }
  .cep-result.show { display: block; }
  .cep-result-frete { display: flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 700; color: #15803d; margin-bottom: 4px; }
  .cep-result-prazo { font-size: 11px; color: var(--gray); display: flex; align-items: center; gap: 5px; }
  .cep-error { display: none; margin-top: 8px; font-size: 11px; color: #dc2626; padding: 7px 10px; background: #fef2f2; border: 1px solid #fecaca; border-radius: 8px; }
  .cep-error.show { display: block; }
  .rastreio-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.55); z-index: 9999; align-items: center; justify-content: center; padding: 20px; }
  .rastreio-overlay.active { display: flex; }
  .rastreio-modal { background: #fff; border-radius: 20px; padding: 32px 28px 28px; max-width: 400px; width: 100%; text-align: center; position: relative; box-shadow: 0 12px 48px rgba(0,0,0,0.18); animation: rastreioIn .25s ease; }
  @keyframes rastreioIn { from { transform: scale(.9); opacity: 0; } to { transform: scale(1); opacity: 1; } }
  .rastreio-close { position: absolute; top: 14px; right: 18px; font-size: 22px; cursor: pointer; color: var(--gray); line-height: 1; background: none; border: none; }
  .rastreio-icon { font-size: 52px; margin-bottom: 12px; display: block; }
  .rastreio-title { font-family: 'Barlow', sans-serif; font-size: 20px; font-weight: 800; margin-bottom: 10px; color: var(--dark); }
  .rastreio-msg { font-size: 14px; color: var(--gray); line-height: 1.6; margin-bottom: 22px; }
  .rastreio-msg strong { color: var(--orange); font-weight: 700; }
  .rastreio-ok-btn { background: linear-gradient(135deg, var(--orange), var(--orange-light)); color: #fff; border: none; border-radius: 12px; padding: 13px 32px; font-family: 'Barlow', sans-serif; font-size: 15px; font-weight: 800; cursor: pointer; width: 100%; box-shadow: 0 4px 14px rgba(53,84,68,0.3); transition: transform .15s; }
  .rastreio-ok-btn:active { transform: scale(.98); }
  .rastreio-track-label { font-size: 12px; font-weight: 700; color: var(--gray); margin-bottom: 10px; text-align: left; display: flex; align-items: center; gap: 6px; }
  .rastreio-input-row { display: flex; gap: 8px; margin-bottom: 8px; }
  .rastreio-code-input { flex: 1; border: 1.5px solid var(--border); border-radius: 9px; padding: 10px 13px; font-size: 13px; font-family: 'Inter', sans-serif; outline: none; transition: border-color .2s; background: #fafafa; letter-spacing: 1px; text-transform: uppercase; }
  .rastreio-code-input:focus { border-color: var(--orange); }
  .rastreio-code-input::placeholder { text-transform: none; letter-spacing: 0; color: #bbb; }
  .rastreio-consultar-btn { background: var(--orange); color: white; border: none; border-radius: 9px; padding: 10px 16px; font-size: 12px; font-weight: 700; cursor: pointer; white-space: nowrap; transition: background .2s; flex-shrink: 0; }
  .rastreio-consultar-btn:hover { background: var(--orange-dark); }
  .rastreio-consultar-btn:disabled { background: #ccc; cursor: not-allowed; }
  .rastreio-result-box { display: none; animation: rastreioIn .25s ease; }
  .rastreio-result-box.show { display: block; }
  .rastreio-result-icon { font-size: 48px; margin-bottom: 10px; display: block; }
  .rastreio-result-title { font-family: 'Barlow', sans-serif; font-size: 19px; font-weight: 800; margin-bottom: 10px; color: var(--dark); }
  .rastreio-result-msg { font-size: 13.5px; color: var(--gray); line-height: 1.65; margin-bottom: 20px; }
  .rastreio-result-msg strong { color: var(--orange); font-weight: 700; }
  .rastreio-result-badge { display: inline-flex; align-items: center; gap:7px; background: #EFF4F1; border: 1.5px solid var(--orange); border-radius: 10px; padding: 10px 18px; font-size: 13px; font-weight: 600; color: var(--dark); margin-bottom: 20px; width: 100%; justify-content: center; }
