:root{--bg:#0b111b;--card:#121a26;--muted:#8fa3b8;--text:#e8eef6;--primary:#6aa6ff;--ring:#2a4365;--ok:#22c55e;--warn:#f59e0b;--gold:#ffd700;--transition:all .3s ease;--radius:18px;--shadow:0 15px 60px rgba(0,0,0,.33)}*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'Inter',system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:radial-gradient(1200px 700px at 80% -10%,#18314f44 0%,transparent 60%),var(--bg);color:var(--text);min-height:100vh;padding-top:70px;line-height:1.6}h1,h2,h3,h4,h5,h6{margin-bottom:.8rem;line-height:1.3;font-weight:700}h1{font-size:clamp(1.8rem,4vw,2.8rem)}h2{font-size:clamp(1.6rem,3.5vw,2.3rem)}h3{font-size:clamp(1.4rem,3vw,1.9rem)}p{margin-bottom:1rem}a{color:var(--gold);text-decoration:none;transition:var(--transition)}a:hover{color:#ffed4e;text-decoration:underline}strong{color:var(--gold);font-weight:600}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.navbar{background:#0f1722;border-bottom:1px solid #1e293b}.navbar-nav .nav-link.active,.navbar-nav .nav-link.show{color:var(--gold)}.card{background:linear-gradient(180deg,#0f1722 0%,#0c1420 100%);border:1px solid #1e293b;border-radius:var(--radius);padding:22px;box-shadow:var(--shadow);margin-bottom:24px;transition:var(--transition)}.card:hover{transform:translateY(-5px);box-shadow:0 20px 70px rgba(0,0,0,.4)}.result{color:var(--text);font-size:clamp(26px,3.8vw,38px);font-weight:700;letter-spacing:.2px;line-height:1.2;padding:14px 0 0;word-break:break-word}.pill{display:inline-flex;align-items:center;gap:8px;font-size:12px;color:#bcd0ff;background:#0e1a2a;border:1px solid #223147;padding:8px 10px;border-radius:999px;transition:var(--transition)}.pill:hover{background:#122132;transform:scale(1.05)}.sep{height:1px;background:#1e293b;margin:18px 0}.kbd{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;background:#0b1522;border:1px solid #213149;border-bottom-width:2px;padding:1px 6px;border-radius:6px;font-size:.875em}.luz{color:var(--gold)}.btn-outline-custom{border:1px solid var(--gold)!important;color:var(--gold)!important;background-color:transparent;transition:var(--transition)}.btn-outline-custom:hover{background-color:rgba(131,99,2,.86)!important;color:var(--gold)!important;transform:translateY(-2px)}.btn-primary-custom{background:var(--gold);border:1px solid var(--gold)!important;color:#ffffff!important;transition:var(--transition)}.btn-primary-custom:hover{background:#e6b800;border-color:#e6b800!important;transform:translateY(-2px)}@keyframes fadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero,.card{opacity:0;animation:fadeIn .5s ease-in forwards}.hero{animation-delay:.2s}.card{animation-delay:.4s}body.light{--bg:#f5f5f5;--card:#ffffff;--muted:#666666;--text:#111111;background:radial-gradient(1200px 700px at 80% -10%,#cce0ff44 0%,transparent 60%),var(--bg)}body.light .card{background:linear-gradient(180deg,#ffffff 0%,#f8f9fa 100%);border:1px solid #dee2e6;color:#111111}body.light .pill{background:#f0f0f0;border:1px solid #ddd;color:#555}body.light .sep{background:#dee2e6}body.light .kbd{background:#f8f9fa;border:1px solid #dee2e6;color:#333}body.light .form-label,body.light .text-muted,body.light .result,body.light .informacao,body.light .alerta-lgpd{color:#111111!important}body.light .btn-outline-custom{color:#836302db!important;border-color:#836302db!important}body.light .btn-outline-custom:hover{background-color:rgba(131,99,2,.2)!important}body.light .btn-primary-custom{background:#836302db;border-color:#836302db!important}body.light .btn-primary-custom:hover{background:#695002;border-color:#695002!important}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.seo-content{background:linear-gradient(180deg,#0f1722 0%,#0c1420 100%);border:1px solid #1e293b;border-radius:var(--radius);padding:22px;margin:2rem auto;box-shadow:var(--shadow)}.seo-content h2{color:var(--gold)!important;margin-bottom:1rem;font-weight:700;font-size:1.8rem;border-bottom:1px solid #1e293b;padding-bottom:.5rem}.seo-content h3{color:var(--primary)!important;margin-top:1.5rem;margin-bottom:.8rem;font-weight:600;font-size:1.4rem}.seo-content p{margin-bottom:1rem;line-height:1.6;color:var(--text)!important}.popular-conversions{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem;margin:1.5rem 0}.conversion-item{background:#0e1a2a;border:1px solid #223147;padding:1rem;border-radius:12px;border-left:4px solid var(--gold);transition:var(--transition)}.conversion-item:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(0,0,0,.3)}body.light .seo-content{background:linear-gradient(180deg,#ffffff 0%,#f8f9fa 100%);border:1px solid #dee2e6;color:#111111!important}body.light .seo-content h2{color:#836302db!important;border-bottom:1px solid #dee2e6}body.light .seo-content h3{color:#0d6efd!important}body.light .seo-content p,body.light .seo-content li{color:#111111!important}body.light .conversion-item{background:#f8f9fa;border:1px solid #dee2e6;border-left:4px solid #ffc107}body.light .conversion-item strong{color:#836302db}.text-center{text-align:center}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.d-flex{display:flex}.justify-content-between{justify-content:space-between}.align-items-center{align-items:center}.form-label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--text)}.form-control{display:block;width:100%;padding:.75rem 1rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--text);background-color:var(--card);background-clip:padding-box;border:1px solid #1e293b;border-radius:.5rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control:focus{color:var(--text);background-color:var(--card);border-color:var(--primary);outline:0;box-shadow:0 0 0 .25rem rgba(106,166,255,.25)}.form-select{display:block;width:100%;padding:.75rem 2.5rem .75rem 1rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--text);background-color:var(--card);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%238fa3b8' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 1rem center;background-size:16px 12px;border:1px solid #1e293b;border-radius:.5rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-select:focus{border-color:var(--primary);outline:0;box-shadow:0 0 0 .25rem rgba(106,166,255,.25)}body.light .form-control,body.light .form-select{color:#111111;background-color:#ffffff;border:1px solid #ced4da}body.light .form-control:focus,body.light .form-select:focus{color:#111111;background-color:#ffffff;border-color:#86b7fe;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}#cookieConsent{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);z-index:1050;width:90%;max-width:800px}.lgpd{display:flex;align-items:center;justify-content:space-between;padding:15px;background:linear-gradient(90deg,#0f1722,#0c1420);border:1px solid #1e293b;border-radius:var(--radius)}.lgpd p{margin-bottom:0;flex:1;padding-right:15px}.botao-lgpd{flex-shrink:0}body.light #cookieConsent .card{background:linear-gradient(90deg,#e9ecef,#dee2e6);border:1px solid #ced4da}body.light .lgpd{background:linear-gradient(90deg,#e9ecef,#dee2e6);border:1px solid #ced4da}body.light .alerta-lgpd,body.light .lgpd p{color:#111111!important}footer{padding:2rem 0;color:var(--muted);font-size:.875rem}footer a{color:var(--gold)}footer a:hover{color:#ffed4e}body.light footer{color:#666666}@media (max-width:768px){.popular-conversions{grid-template-columns:1fr}.seo-content h2{font-size:1.5rem}.seo-content h3{font-size:1.2rem}.seo-content{padding:18px}.lgpd{flex-direction:column;text-align:center}.lgpd p{padding-right:0;margin-bottom:15px}.d-flex.flex-wrap{justify-content:center}}@media (max-width:576px){.container{padding:0 15px}.card{padding:18px}}.hamburger{display:none;width:36px;height:28px;flex-direction:column;justify-content:space-between;background:none;border:none;cursor:pointer}@media (max-width:968px){.hamburger{display:flex}}.hamburger span{display:block;height:4px;width:100%;background:var(--gold);border-radius:2px;transition:.4s}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}#logo a{display:block;width:300px;height:45px;background:url(../imagem/logo/logo.svg) no-repeat left / contain}@media (max-width:991.98px){#logo a{display:block;width:250px;height:45px;background:url(../imagem/logo/logo.svg) no-repeat left / contain}}.informacao{font-family:Inter;font-size:15px;color:var(--text)}.card-informacao{font-family:Inter;font-size:14px;color:var(--text)}.alerta-lgpd{font-family:Inter;font-size:15px;color:var(--text)}.text-muted{color:var(--muted)!important}body.light .informacao,body.light .alerta-lgpd{color:#111111!important}body.light .seo-content .card-informacao{color:#ffffff!important}body.light .text-muted{color:#666666!important}.about-feature{background:linear-gradient(180deg,#0f1722 0%,#0c1420 100%);border:1px solid #1e293b;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;height:100%}.about-feature i{font-size:2rem;color:#ffd700;margin-bottom:1rem}.timeline{position:relative;padding-left:3rem;margin:2rem 0}.timeline:before{content:'';position:absolute;left:15px;top:0;height:100%;width:2px;background:#ffd700}.timeline-item{position:relative;margin-bottom:2rem}.timeline-item:before{content:'';position:absolute;left:-3rem;top:5px;width:16px;height:16px;border-radius:50%;background:#ffd700;border:3px solid #0f1722}.stats-number{font-size:2.5rem;font-weight:700;color:#ffd700;line-height:1}.stats-label{font-size:.9rem;color:#8fa3b8;text-transform:uppercase;letter-spacing:.5px}@media (max-width:768px){.timeline{padding-left:2rem}.timeline-item:before{left:-2.2rem}}.error-404{text-align:center;padding:3rem 0}.error-404-icon{font-size:4rem;color:var(--warn);margin-bottom:1.5rem}.seo-content h1{margin-bottom:1.5rem;border-bottom:2px solid var(--gold);padding-bottom:.5rem}.hr-dashed{border:0;border-top:2px dashed #6c757d;opacity:1;margin:1rem 0}.hr-dotted{border:0;border-top:3px dotted #0d6efd;opacity:1;margin:1.5rem 0}.hr-custom{border:0;height:1px;background-image:linear-gradient(to right,rgba(0,0,0,0),rgba(0,0,0,.75),rgba(0,0,0,0));margin:2rem 0}.card{box-shadow:0 .5rem 1rem rgba(0,0,0,.15);border-radius:1rem}