:root{color-scheme:light;--fc-color-primary:#2563eb;--fc-color-primary-strong:#1d4ed8;--fc-color-ink-strong:#0f172a;--fc-color-text:#1e293b;--fc-color-muted:#64748b;--fc-color-bg:#f8fafc;--fc-color-surface:#fff;--fc-color-border:#e2e8f0;--fc-color-highlight:#f97316;--fc-shadow-soft:0 20px 45px -36px #0f172a73;--fc-shadow-card:0 16px 28px -24px #0f172a59}*,:after,:before{box-sizing:border-box}body,html{margin:0;padding:0}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:radial-gradient(circle at top left,#2563eb12,#0000 32%),radial-gradient(circle at top right,#f973160f,#0000 28%),var(--fc-color-bg);color:var(--fc-color-text);line-height:1.55}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.fc-container{width:min(100%,72rem);margin-inline:auto;padding-inline:1rem}@media (min-width:640px){.fc-container{padding-inline:1.5rem}}@media (min-width:1024px){.fc-container{padding-inline:2rem}}.fc-section-title{margin-bottom:1.4rem}.fc-section-title-heading{margin:0;font-size:clamp(1.4rem,2vw,1.95rem);line-height:1.2;color:var(--fc-color-ink-strong);letter-spacing:-.015em}.fc-section-title-subtitle{margin:.6rem 0 0;max-width:60ch;color:var(--fc-color-muted);font-size:.96rem}.fc-card{background:var(--fc-color-surface);border:1px solid var(--fc-color-border);border-radius:16px;box-shadow:var(--fc-shadow-card);padding:1.15rem}@media (min-width:768px){.fc-card{padding:1.25rem}}.fc-button{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;border-radius:999px;border:1px solid #0000;padding:.64rem 1.05rem;font-size:.9rem;font-weight:600;line-height:1.15;white-space:nowrap;transition:background-color .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease}.fc-button:hover{transform:translateY(-1px)}.fc-button:focus-visible{outline:3px solid #2563eb33;outline-offset:2px}.fc-button-primary{background:var(--fc-color-primary);border-color:var(--fc-color-primary);color:#fff}.fc-button-primary:hover{background:var(--fc-color-primary-strong);border-color:var(--fc-color-primary-strong)}.fc-button-secondary{background:#fff;border-color:var(--fc-color-primary);color:var(--fc-color-primary)}.fc-button-secondary:hover{background:#eff6ff;border-color:var(--fc-color-primary-strong);color:var(--fc-color-primary-strong)}.fc-button-ghost{background:#0000;border-color:var(--fc-color-border);color:var(--fc-color-ink-strong)}.fc-button-ghost:hover{border-color:#cbd5e1;background:#fff;color:var(--fc-color-primary)}.fc-button-outline{background:#0000;border-color:var(--fc-color-primary);color:var(--fc-color-primary)}.fc-button-outline:hover{background:#eff6ff;border-color:var(--fc-color-primary-strong);color:var(--fc-color-primary-strong)}.fc-badge{display:inline-flex;align-items:center;justify-content:center;width:-moz-fit-content;width:fit-content;border-radius:999px;border:1px solid #0000;padding:.2rem .6rem;font-size:.72rem;font-weight:700;letter-spacing:.01em}.fc-badge-default{background:#f1f5f9;border-color:#dbe4f0;color:#334155}.fc-badge-info{background:#e8f0ff;border-color:#bfdbfe;color:#1d4ed8}.fc-badge-highlight{background:#fff3e6;border-color:#fed7aa;color:#c2410c}.fc-header{position:sticky;top:0;z-index:30;border-bottom:1px solid var(--fc-color-border);background-color:#f8fafce6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.fc-header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:72px}.fc-brand{display:inline-flex;align-items:center;gap:.55rem;text-decoration:none;-webkit-user-select:none;user-select:none;flex-shrink:0}.fc-brand-icon{flex-shrink:0;transition:transform .2s ease}.fc-brand:hover .fc-brand-icon{transform:scale(1.06)}.fc-brand-wordmark{font-size:1.2rem;line-height:1;letter-spacing:-.03em}.fc-brand-fichas{font-weight:600;color:#334155}.fc-brand-car{font-weight:800;color:#2563eb}.fc-brand:hover .fc-brand-fichas{color:#0f172a}.fc-brand:hover .fc-brand-car{color:#1d4ed8}.fc-nav-list{display:flex;flex-wrap:wrap;list-style:none;margin:0;padding:0;gap:.35rem}.fc-nav-link{display:inline-flex;border-radius:999px;padding:.4rem .75rem;font-size:.86rem;font-weight:600;color:#334155;transition:color .18s ease,background-color .18s ease}.fc-nav-link:hover{color:var(--fc-color-primary);background:#eff6ff}@media (max-width:800px){.fc-header-inner{min-height:auto;align-items:flex-start;flex-direction:column;padding-top:.75rem;padding-bottom:.75rem}}.fc-footer{margin-top:3rem;border-top:1px solid var(--fc-color-border);background:#ffffffdb}.fc-footer-inner{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;padding-top:2rem;padding-bottom:2rem}.fc-footer-branding{max-width:56ch}.fc-footer-name{margin:0;font-size:1.02rem;font-weight:800;color:var(--fc-color-ink-strong)}.fc-footer-text{margin:.4rem 0 0;color:var(--fc-color-muted);font-size:.9rem}.fc-footer-meta{margin:.6rem 0 0;color:#94a3b8;font-size:.78rem}.fc-footer-links{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.45rem}.fc-footer-link{display:inline-flex;border-radius:999px;border:1px solid var(--fc-color-border);padding:.38rem .66rem;font-size:.83rem;color:#334155;transition:color .18s ease,border-color .18s ease,background-color .18s ease}.fc-footer-link:hover{color:var(--fc-color-primary);border-color:#bfdbfe;background:#eff6ff}@media (max-width:840px){.fc-footer-inner{flex-direction:column}}.fc-home-main{padding-bottom:1.5rem}.fc-home-hero{padding:2.5rem 0 1.25rem}.fc-home-hero-card{background:linear-gradient(135deg,#fff,#f0f7ff 50%,#e0edff);border:1px solid #bfdbfe;border-radius:24px;padding:clamp(1.25rem,2.5vw,2.4rem);box-shadow:var(--fc-shadow-soft)}.fc-home-hero-title{margin:.85rem 0 0;max-width:22ch;color:var(--fc-color-ink-strong);font-size:clamp(1.75rem,4vw,2.7rem);line-height:1.1;letter-spacing:-.02em}.fc-home-hero-subtitle{margin:.95rem 0 0;max-width:62ch;font-size:1rem;color:#334155}.fc-home-hero-actions{margin-top:1.35rem;display:flex;flex-wrap:wrap;gap:.7rem}@media (max-width:560px){.fc-home-hero-actions .fc-button{width:100%}}.fc-home-section{padding:1.4rem 0}.fc-pillars-grid{display:grid;grid-template-columns:1fr;gap:.95rem}@media (min-width:900px){.fc-pillars-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.fc-pillar-card{display:flex;flex-direction:column;gap:.75rem}.fc-pillar-title{margin:0;color:var(--fc-color-ink-strong);font-size:1.06rem;line-height:1.25}.fc-pillar-description{margin:0;color:var(--fc-color-muted);font-size:.93rem}.fc-pillar-action{margin-top:auto;align-self:flex-start}.fc-cars-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width:760px){.fc-cars-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1180px){.fc-cars-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.fc-car-card{padding:0;display:flex;flex-direction:column;overflow:hidden;height:100%}.fc-car-media{position:relative;aspect-ratio:16/9;border-bottom:1px solid var(--fc-color-border);background:linear-gradient(180deg,#eff6ff,#dbeafe)}.fc-car-image{object-fit:cover}.fc-car-fallback{position:absolute;inset:0;display:grid;place-items:center;color:#475569;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.015em}.fc-car-content{display:flex;flex-direction:column;gap:.72rem;padding:.95rem 1rem 1.05rem}.fc-car-headline{display:flex;align-items:center;justify-content:space-between;gap:.65rem;min-height:1.5rem}.fc-car-subtitle{margin:0;color:var(--fc-color-muted);font-size:.8rem}.fc-car-title{margin:0}.fc-car-title-link{color:var(--fc-color-ink-strong);font-size:1.04rem;font-weight:700;line-height:1.3}.fc-car-title-link:hover{color:var(--fc-color-primary)}.fc-car-description{margin:0;color:var(--fc-color-muted);font-size:.9rem;min-height:2.8rem}.fc-car-actions{margin-top:auto}.fc-decision-card{background:linear-gradient(150deg,#fff,#f8fbff 72%,#ecf4ff);border-color:#cbdcf7}.fc-decision-text{margin:0;max-width:64ch;color:#334155;font-size:.95rem}.fc-decision-actions{margin-top:1.2rem}.fc-guides-grid{display:grid;grid-template-columns:1fr;gap:.95rem}@media (min-width:860px){.fc-guides-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.fc-guide-card{display:flex;flex-direction:column;gap:.75rem}.fc-guide-title{margin:0}.fc-guide-link{color:var(--fc-color-ink-strong);font-size:1.03rem;font-weight:700;line-height:1.3}.fc-guide-link:hover{color:var(--fc-color-primary)}.fc-guide-description{margin:0;color:var(--fc-color-muted);font-size:.92rem}.fc-ficha-container{padding-top:1.75rem;padding-bottom:4rem}.fc-ficha-hero{display:grid;grid-template-columns:1fr;gap:1.75rem;align-items:center;border:1px solid var(--fc-color-border);border-radius:20px;background:linear-gradient(140deg,#fff,#f0f7ff 50%,#deeeff);padding:1.5rem;box-shadow:var(--fc-shadow-soft);overflow:hidden}@media (min-width:900px){.fc-ficha-hero{grid-template-columns:1fr 1fr;padding:2.25rem}}.fc-ficha-hero-content{display:flex;flex-direction:column;gap:.9rem}.fc-ficha-breadcrumb{font-size:.79rem;color:var(--fc-color-muted)}.fc-ficha-breadcrumb-link{color:var(--fc-color-muted);transition:color .15s ease}.fc-ficha-breadcrumb-link:hover{color:var(--fc-color-primary);text-decoration:underline}.fc-ficha-breadcrumb-current{font-weight:600;color:#475569}.fc-ficha-title{margin:0;font-size:clamp(1.85rem,4.5vw,2.75rem);font-weight:800;line-height:1.05;letter-spacing:-.025em;color:var(--fc-color-ink-strong)}.fc-ficha-subtitle{margin:0;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--fc-color-muted)}.fc-ficha-atualizado{margin:0;font-size:.78rem;color:var(--fc-color-muted)}.fc-ficha-whatsapp-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.55rem 1.1rem;border-radius:8px;font-size:.875rem;font-weight:600;background:#25d366;color:#fff;text-decoration:none;transition:background .15s;white-space:nowrap}.fc-ficha-whatsapp-btn:hover{background:#128c7e;color:#fff}.fc-ficha-description{margin:0;font-size:.95rem;color:#334155;line-height:1.65;max-width:52ch}.fc-ficha-preco-box{display:inline-flex;flex-direction:column;gap:.15rem;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;padding:.65rem 1rem;margin-top:.5rem}.fc-ficha-preco-label{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:#15803d}.fc-ficha-preco-valor{font-size:1.5rem;font-weight:800;color:#14532d;line-height:1.1;letter-spacing:-.02em}.fc-ficha-preco-fonte{font-size:.72rem;color:#4b7a55}.fc-ficha-hero-actions{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:.25rem}.fc-ficha-hero-media{width:100%}.fc-ficha-image-wrap{border-radius:16px;overflow:hidden;border:1px solid #2563eb1a;box-shadow:0 12px 32px -12px #0f172a33;background:#f1f5f9;aspect-ratio:16/9;position:relative}.fc-ficha-image{width:100%;height:100%;object-fit:cover;display:block}.fc-ficha-image-fallback{position:absolute;inset:0;display:grid;place-items:center;font-size:.83rem;color:var(--fc-color-muted);font-weight:500;background:linear-gradient(135deg,#f1f5f9,#e2e8f0)}.fc-ficha-image-credito{font-size:.7rem;color:var(--fc-muted,#94a3b8);text-align:right;margin-top:.25rem}.fc-ficha-highlights{display:grid;grid-template-columns:repeat(2,1fr);gap:.7rem;margin-top:1.25rem}@media (min-width:640px){.fc-ficha-highlights{grid-template-columns:repeat(4,1fr)}}.fc-ficha-sections{display:flex;flex-direction:column;margin-top:.5rem}.fc-ficha-section{padding-top:2.25rem;scroll-margin-top:5rem}.fc-ficha-section-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem;padding-bottom:.7rem;border-bottom:2px solid var(--fc-color-border)}.fc-ficha-ver-mais-link{font-size:.82rem;font-weight:600;color:var(--fc-color-primary);text-decoration:none;white-space:nowrap;flex-shrink:0}.fc-ficha-ver-mais-link:hover{text-decoration:underline}.fc-ficha-section-title{display:flex;align-items:center;gap:.6rem;margin:0 0 1rem;font-size:1.2rem;font-weight:800;color:var(--fc-color-ink-strong);letter-spacing:-.01em;padding-bottom:.7rem;border-bottom:2px solid var(--fc-color-border)}.fc-ficha-section-header .fc-ficha-section-title{margin:0;padding-bottom:0;border-bottom:none}.fc-ficha-section-title:before{content:"";display:block;width:4px;height:1.2em;background:var(--fc-color-primary);border-radius:4px;flex-shrink:0}.fc-ficha-section-subtitle{margin:1.5rem 0 .75rem;font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--fc-color-muted)}.fc-ficha-equipamentos-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width:640px){.fc-ficha-equipamentos-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.fc-ficha-equipamentos-grid{grid-template-columns:repeat(3,1fr)}}.fc-ficha-equip-block{background:var(--fc-color-surface);border:1px solid var(--fc-color-border);border-radius:12px;padding:1.1rem 1.25rem}.fc-ficha-equip-block-title{margin:0 0 .8rem;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--fc-color-muted);padding-bottom:.6rem;border-bottom:1px solid var(--fc-color-border)}.fc-ficha-itens-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.fc-ficha-item{display:flex;align-items:flex-start;gap:.55rem;font-size:.875rem;color:#334155;line-height:1.45}.fc-ficha-item-check{color:#16a34a;font-weight:800;font-size:.75rem;flex-shrink:0;margin-top:.15rem}.fc-ficha-veredito-card{padding:1.75rem 2rem}.fc-ficha-markdown{font-size:.97rem;line-height:1.8;color:#334155}.fc-ficha-markdown>*+*{margin-top:0}.fc-ficha-markdown h2{margin:1.75rem 0 .6rem;font-size:1.1rem;font-weight:800;color:var(--fc-color-ink-strong);letter-spacing:-.01em}.fc-ficha-markdown h3{margin:1.25rem 0 .5rem;font-size:.97rem;font-weight:700;color:var(--fc-color-ink-strong)}.fc-ficha-markdown p{margin:0 0 1rem;color:#334155}.fc-ficha-markdown ol,.fc-ficha-markdown ul{padding-left:1.5rem;margin:0 0 1rem}.fc-ficha-markdown li{margin-bottom:.35rem;color:#334155}.fc-ficha-markdown strong{color:var(--fc-color-ink-strong);font-weight:700}.fc-ficha-markdown a{color:var(--fc-color-primary);text-decoration:underline}.fc-ficha-cta-card{margin-top:2.75rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.25rem;background:linear-gradient(150deg,#eff6ff,#dbeafe);border-color:#93c5fd;padding:1.5rem 1.75rem}.fc-ficha-cta-content{flex:1 1;min-width:0}.fc-ficha-cta-title{margin:0 0 .35rem;font-size:1.1rem;font-weight:800;color:var(--fc-color-ink-strong)}.fc-ficha-cta-text{margin:0;font-size:.9rem;color:#475569}.fc-ficha-related-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.65rem}@media (min-width:540px){.fc-ficha-related-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:900px){.fc-ficha-related-grid{grid-template-columns:repeat(4,1fr)}}.fc-ficha-related-card{display:flex;flex-direction:column;gap:.25rem;background:var(--fc-color-surface);border:1px solid var(--fc-color-border);border-radius:12px;padding:.85rem 1rem;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.fc-ficha-related-card:hover{border-color:#93c5fd;box-shadow:0 4px 14px -4px #2563eb2e;transform:translateY(-1px)}.fc-ficha-related-name{font-size:.9rem;font-weight:700;color:var(--fc-color-ink-strong);line-height:1.3}.fc-ficha-related-category{font-size:.73rem;font-weight:600;color:var(--fc-color-primary);text-transform:uppercase;letter-spacing:.04em}.fc-guia-comparativos-section{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--fc-color-border)}.fc-guia-comparativos-title{margin:0 0 1rem;font-size:1.05rem;font-weight:800;color:var(--fc-color-ink-strong)}.fc-guia-comparativos-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.6rem}.fc-guia-comparativo-card{display:flex;align-items:center;gap:.6rem;padding:.85rem 1rem;background:#faf5ff;border:1px solid #e9d5ff;border-radius:.5rem;text-decoration:none;color:var(--fc-color-ink-strong);font-size:.9rem;font-weight:500;transition:border-color .15s,background .15s}.fc-guia-comparativo-card:hover{border-color:#7c3aed;background:#f3e8ff}.fc-guia-comparativo-icon{font-size:1rem;flex-shrink:0}.fc-guia-comparativo-label{flex:1 1;line-height:1.3}.fc-guia-comparativo-arrow{color:#7c3aed;font-size:1rem;flex-shrink:0}.fc-ficha-guias-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.75rem}.fc-ficha-guia-card{display:flex;align-items:center;gap:.6rem;padding:.9rem 1rem;background:var(--color-surface,#f8f9fa);border:1px solid var(--color-border,#e2e8f0);border-radius:.5rem;text-decoration:none;color:var(--color-text,#1a202c);font-size:.9rem;font-weight:500;transition:border-color .15s,background .15s}.fc-ficha-guia-card:hover{border-color:var(--color-primary,#2563eb);background:var(--color-primary-light,#eff6ff)}.fc-ficha-guia-icon{font-size:1.1rem;flex-shrink:0}.fc-ficha-guia-label{flex:1 1;line-height:1.3}.fc-ficha-guia-arrow{color:var(--color-primary,#2563eb);font-size:1rem;flex-shrink:0}.fc-ficha-hubs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.75rem}.fc-ficha-hub-card{display:flex;align-items:center;gap:.6rem;padding:.9rem 1rem;background:#fffbeb;border:1px solid #fde68a;border-radius:.5rem;text-decoration:none;color:var(--color-text,#1a202c);font-size:.9rem;font-weight:500;transition:border-color .15s,background .15s}.fc-ficha-hub-card:hover{border-color:#f59e0b;background:#fef3c7}.fc-ficha-hub-icon{font-size:1.1rem;flex-shrink:0}.fc-ficha-hub-label{flex:1 1;line-height:1.3}.fc-ficha-hub-arrow{color:#d97706;font-size:1rem;flex-shrink:0}.fc-ficha-posts-list{display:flex;flex-direction:column;gap:.6rem}.fc-ficha-post-item{display:flex;flex-direction:column;gap:.2rem;background:var(--fc-color-surface);border-left:1px solid var(--fc-color-border);border:1px solid var(--fc-color-border);border-left-width:3px;border-radius:10px;padding:.9rem 1.1rem;transition:border-color .15s ease,background .15s ease}.fc-ficha-post-item:hover{border-left-color:var(--fc-color-primary);background:#f8fbff}.fc-ficha-post-title{font-size:.93rem;font-weight:600;color:var(--fc-color-ink-strong);line-height:1.35}.fc-ficha-post-desc{font-size:.83rem;color:var(--fc-color-muted);line-height:1.45}.fc-ficha-faq-list{display:flex;flex-direction:column;gap:.65rem}.fc-ficha-faq-item{padding:1.1rem 1.3rem;border-left:3px solid var(--fc-color-primary)}.fc-ficha-faq-question{margin:0 0 .45rem;font-size:.95rem;font-weight:700;color:var(--fc-color-ink-strong);line-height:1.35}.fc-ficha-faq-answer{margin:0;font-size:.88rem;color:#475569;line-height:1.65}.fc-highlight-card{display:flex;flex-direction:column;gap:.35rem;background:var(--fc-color-surface);border:1px solid var(--fc-color-border);border-top:3px solid var(--fc-color-primary);border-radius:12px;padding:1rem 1.1rem;box-shadow:var(--fc-shadow-card)}.fc-highlight-label{font-size:.72rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--fc-color-muted)}.fc-highlight-value{font-size:1.35rem;font-weight:800;line-height:1.1;color:var(--fc-color-ink-strong);letter-spacing:-.02em}.fc-specs-grid{border:1px solid var(--fc-color-border);border-radius:12px;overflow:hidden}.fc-specs-row{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;padding:.7rem 1.1rem;background:var(--fc-color-surface)}.fc-specs-row--alt{background:#f8fafc}.fc-specs-label{font-size:.88rem;color:var(--fc-color-muted);flex:1 1;min-width:0}.fc-specs-value{font-size:.9rem;font-weight:700;color:var(--fc-color-ink-strong);text-align:right;flex-shrink:0;max-width:55%}.fc-section-nav{position:sticky;top:0;z-index:20;margin-top:1.5rem}.fc-section-nav-inner{display:flex;gap:.5rem;overflow-x:auto;padding:.65rem 1rem;background:#f8fafcf5;border:1px solid var(--fc-color-border);border-radius:999px;box-shadow:0 4px 16px -8px #0f172a1f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);scrollbar-width:none}.fc-section-nav-inner::-webkit-scrollbar{display:none}.fc-section-nav-pill{display:inline-flex;align-items:center;flex-shrink:0;border:1px solid var(--fc-color-border);border-radius:999px;padding:.38rem .9rem;font-size:.82rem;font-weight:600;color:#475569;background:var(--fc-color-surface);transition:background .15s ease,border-color .15s ease,color .15s ease;white-space:nowrap}.fc-section-nav-pill:hover{background:#eff6ff;border-color:#93c5fd;color:var(--fc-color-primary)}.fc-pros-cons{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width:640px){.fc-pros-cons{grid-template-columns:1fr 1fr}}.fc-pros-card{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;padding:1.1rem 1.25rem}.fc-pros-title{margin:0 0 .75rem;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#15803d}.fc-pros-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45rem}.fc-pros-item{display:flex;align-items:flex-start;gap:.5rem;font-size:.9rem;color:#166534;line-height:1.45}.fc-pros-icon{font-weight:700;color:#16a34a;flex-shrink:0;margin-top:.05rem}.fc-cons-card{background:#fff7ed;border:1px solid #fed7aa;border-radius:12px;padding:1.1rem 1.25rem}.fc-cons-title{margin:0 0 .75rem;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#c2410c}.fc-cons-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45rem}.fc-cons-item{display:flex;align-items:flex-start;gap:.5rem;font-size:.9rem;color:#9a3412;line-height:1.45}.fc-cons-icon{font-weight:700;color:#ea580c;flex-shrink:0;margin-top:.05rem}.fc-listing-main{padding-bottom:4rem}.fc-listing-hero{padding:2.5rem 0 1.5rem;background:linear-gradient(160deg,#fff,#f0f7ff 55%,#deeeff);border-bottom:1px solid var(--fc-color-border);margin-bottom:1.75rem}.fc-listing-hero-inner{max-width:68ch}.fc-listing-title{margin:0 0 .65rem;font-size:clamp(1.55rem,3.5vw,2.4rem);font-weight:800;line-height:1.1;letter-spacing:-.02em;color:var(--fc-color-ink-strong)}.fc-listing-subtitle{margin:0;font-size:1rem;color:#334155;line-height:1.65}.fc-listing-meta{margin:.75rem 0 0;font-size:.88rem;color:var(--fc-color-muted);line-height:1.6;max-width:72ch}.fc-listing-search-wrap{margin-bottom:1.5rem}.fc-listing-search-form{display:flex;gap:.6rem;align-items:stretch}@media (max-width:540px){.fc-listing-search-form{flex-direction:column}}.fc-listing-input{flex:1 1;border:1px solid var(--fc-color-border);border-radius:999px;padding:.68rem 1.15rem;font-size:.95rem;color:var(--fc-color-text);background:var(--fc-color-surface);outline:none;transition:border-color .18s ease,box-shadow .18s ease}.fc-listing-input:focus{border-color:var(--fc-color-primary);box-shadow:0 0 0 3px #2563eb1f}.fc-listing-input::placeholder{color:#94a3b8}.fc-listing-search-hint{margin:.5rem 0 0 .25rem;font-size:.85rem;color:var(--fc-color-muted)}.fc-listing-clear-link{color:var(--fc-color-primary);text-decoration:underline}.fc-listing-filter-section{margin-bottom:1rem}.fc-listing-filter-label{margin:0 0 .45rem;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--fc-color-muted)}.fc-filter-pills{display:flex;flex-wrap:wrap;gap:.4rem}.fc-filter-pill{display:inline-flex;align-items:center;border:1px solid var(--fc-color-border);border-radius:999px;padding:.3rem .75rem;font-size:.83rem;font-weight:500;color:#475569;background:var(--fc-color-surface);transition:background .15s ease,border-color .15s ease,color .15s ease;white-space:nowrap}.fc-filter-pill:hover{border-color:#93c5fd;background:#eff6ff;color:var(--fc-color-primary)}.fc-filter-pill--active{background:var(--fc-color-primary);border-color:var(--fc-color-primary);color:#fff;font-weight:700}.fc-filter-pill--active:hover{background:var(--fc-color-primary-strong);border-color:var(--fc-color-primary-strong);color:#fff}.fc-listing-comparador-cta{margin:1rem 0 1.5rem}.fc-listing-comparador-link{display:inline-flex;align-items:center;gap:.4rem;font-size:.88rem;font-weight:600;color:var(--fc-color-primary);border:1px solid #bfdbfe;border-radius:999px;padding:.38rem .85rem;background:#eff6ff;transition:background .15s ease,border-color .15s ease}.fc-listing-comparador-link:hover{background:#dbeafe;border-color:#93c5fd}.fc-listing-comparador-icon{font-size:1rem;line-height:1}.fc-listing-count{margin:0 0 1rem;font-size:.83rem;color:var(--fc-color-muted)}.fc-listing-grid{display:grid;grid-template-columns:1fr;gap:1.1rem;margin-bottom:2rem}@media (min-width:600px){.fc-listing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.fc-listing-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.fc-listing-card{padding:0;display:flex;flex-direction:column;overflow:hidden;transition:box-shadow .18s ease,transform .18s ease}.fc-listing-card:hover{box-shadow:0 8px 28px -8px #2563eb2e;transform:translateY(-2px)}.fc-listing-card-media-link{display:block}.fc-listing-card-media{position:relative;aspect-ratio:16/9;border-bottom:1px solid var(--fc-color-border);background:linear-gradient(180deg,#eff6ff,#dbeafe);overflow:hidden}.fc-listing-card-image{object-fit:cover;transition:transform .22s ease}.fc-listing-card-media-link:hover .fc-listing-card-image{transform:scale(1.03)}.fc-listing-card-fallback{position:absolute;inset:0;display:grid;place-items:center;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8}.fc-listing-card-badge{position:absolute;top:.6rem;left:.6rem;background:#0f172ab8;color:#fff;font-size:.68rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:.2rem .5rem;border-radius:999px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.fc-listing-card-body{display:flex;flex-direction:column;flex:1 1;padding:1rem 1.1rem 1.15rem;gap:.45rem}.fc-listing-card-meta{margin:0;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--fc-color-primary)}.fc-listing-card-title{margin:0}.fc-listing-card-title-link{font-size:1rem;font-weight:700;line-height:1.3;color:var(--fc-color-ink-strong);transition:color .15s ease}.fc-listing-card-title-link:hover{color:var(--fc-color-primary)}.fc-listing-card-desc{margin:0;font-size:.855rem;color:var(--fc-color-muted);line-height:1.55;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1 1}.fc-listing-card-actions{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.35rem}.fc-listing-card-actions .fc-button{font-size:.82rem;padding:.45rem .85rem}.fc-listing-empty{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:3.5rem 1rem;text-align:center}.fc-listing-empty-text{margin:0;font-size:.97rem;color:var(--fc-color-muted)}.fc-pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1rem}.fc-pagination-btn{display:inline-flex;align-items:center;border:1px solid var(--fc-color-border);border-radius:999px;padding:.45rem 1rem;font-size:.88rem;font-weight:600;color:var(--fc-color-text);background:var(--fc-color-surface);transition:background .15s ease,border-color .15s ease,color .15s ease}.fc-pagination-btn:hover{border-color:#93c5fd;background:#eff6ff;color:var(--fc-color-primary)}.fc-pagination-btn--disabled{color:#94a3b8;pointer-events:none;opacity:.55}.fc-pagination-info{font-size:.88rem;color:var(--fc-color-muted);font-weight:600}.fc-blog-main{padding-bottom:4rem}.fc-blog-hero{padding:2.5rem 0 1.5rem;background:linear-gradient(160deg,#fff,#fff7f0 55%,#ffede0);border-bottom:1px solid var(--fc-color-border);margin-bottom:1.75rem}.fc-blog-hero-inner{max-width:66ch}.fc-blog-title{margin:0 0 .65rem;font-size:clamp(1.55rem,3.5vw,2.4rem);font-weight:800;line-height:1.1;letter-spacing:-.02em;color:var(--fc-color-ink-strong)}.fc-blog-subtitle{margin:0 0 1rem;font-size:1rem;color:#334155;line-height:1.65}.fc-blog-hero-links{display:flex;flex-wrap:wrap;gap:.4rem}.fc-blog-hero-link{display:inline-flex;align-items:center;border:1px solid var(--fc-color-border);border-radius:999px;padding:.3rem .75rem;font-size:.83rem;font-weight:600;color:#475569;background:#fffc;transition:background .15s ease,border-color .15s ease,color .15s ease}.fc-blog-hero-link:hover{border-color:var(--fc-color-highlight);background:#fff7f0;color:#c2410c}.fc-blog-featured-wrap{margin-bottom:2rem}.fc-blog-featured-link{display:block}.fc-blog-featured-card{display:grid;grid-template-columns:1fr;padding:0;overflow:hidden;transition:box-shadow .18s ease,transform .18s ease}@media (min-width:700px){.fc-blog-featured-card{grid-template-columns:1fr 1fr}}.fc-blog-featured-card:hover{box-shadow:0 8px 32px -8px #f9731633;transform:translateY(-2px)}.fc-blog-featured-media{position:relative;aspect-ratio:16/9;background:linear-gradient(135deg,#fff7f0,#fed7aa);border-bottom:1px solid var(--fc-color-border);overflow:hidden}@media (min-width:700px){.fc-blog-featured-media{aspect-ratio:unset;border-bottom:none;border-right:1px solid var(--fc-color-border)}}.fc-blog-featured-image{object-fit:cover;transition:transform .22s ease}.fc-blog-featured-link:hover .fc-blog-featured-image{transform:scale(1.03)}.fc-blog-featured-fallback{position:absolute;inset:0;display:grid;place-items:center;font-size:.85rem;font-weight:600;color:#c2410c;text-transform:uppercase;letter-spacing:.05em}.fc-blog-featured-badge{position:absolute;top:.6rem;left:.6rem;background:var(--fc-color-highlight);color:#fff;font-size:.68rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:.2rem .55rem;border-radius:999px}.fc-blog-featured-body{display:flex;flex-direction:column;gap:.55rem;padding:1.4rem 1.5rem}.fc-blog-featured-title{margin:0;font-size:clamp(1.1rem,2vw,1.45rem);font-weight:800;line-height:1.2;letter-spacing:-.01em;color:var(--fc-color-ink-strong)}.fc-blog-featured-desc{margin:0;font-size:.92rem;color:#475569;line-height:1.6;flex:1 1}.fc-blog-grid{display:grid;grid-template-columns:1fr;gap:1.1rem;margin-bottom:2rem}@media (min-width:600px){.fc-blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.fc-blog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.fc-blog-card{padding:0;display:flex;flex-direction:column;overflow:hidden;transition:box-shadow .18s ease,transform .18s ease}.fc-blog-card:hover{box-shadow:0 8px 28px -8px #f9731626;transform:translateY(-2px)}.fc-blog-card-media-link{display:block}.fc-blog-card-media{position:relative;aspect-ratio:16/9;border-bottom:1px solid var(--fc-color-border);background:linear-gradient(135deg,#fff7f0,#fed7aa);overflow:hidden}.fc-blog-card-image{object-fit:cover;transition:transform .22s ease}.fc-blog-card-media-link:hover .fc-blog-card-image{transform:scale(1.03)}.fc-blog-card-fallback{position:absolute;inset:0;display:grid;place-items:center;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#c2410c}.fc-blog-card-body{display:flex;flex-direction:column;flex:1 1;padding:.9rem 1rem 1rem;gap:.4rem}.fc-blog-card-date{margin:0;font-size:.75rem;font-weight:600;color:var(--fc-color-highlight);text-transform:uppercase;letter-spacing:.05em}.fc-blog-card-title{margin:0}.fc-blog-card-title-link{font-size:.97rem;font-weight:700;line-height:1.3;color:var(--fc-color-ink-strong);transition:color .15s ease}.fc-blog-card-title-link:hover{color:var(--fc-color-highlight)}.fc-blog-card-desc{margin:0;font-size:.85rem;color:var(--fc-color-muted);line-height:1.5;flex:1 1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.fc-blog-read-link{display:inline-flex;margin-top:.35rem;font-size:.83rem;font-weight:700;color:var(--fc-color-highlight);transition:color .15s ease}.fc-blog-read-link:hover{color:#c2410c}.fc-blog-pagination{display:flex;align-items:center;justify-content:center;gap:1rem;padding:2rem 0 1rem}.fc-blog-pagination-btn{display:inline-flex;align-items:center;padding:.5rem 1.25rem;border:1px solid var(--fc-color-border);border-radius:6px;font-size:.9rem;font-weight:500;color:var(--fc-color-primary);background:var(--fc-color-bg);text-decoration:none;transition:background .15s,border-color .15s}.fc-blog-pagination-btn:hover{background:var(--fc-color-surface);border-color:var(--fc-color-primary)}.fc-blog-pagination-btn--disabled{color:var(--fc-color-ink-muted);cursor:default;pointer-events:none;opacity:.45}.fc-blog-pagination-info{font-size:.875rem;color:var(--fc-color-ink-muted)}.fc-post-main{padding-bottom:4rem}.fc-post-container{padding-top:1.5rem}.fc-post-breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:.3rem;font-size:.8rem;color:var(--fc-color-muted);margin-bottom:1.25rem}.fc-post-breadcrumb-link{color:var(--fc-color-muted);transition:color .15s ease}.fc-post-breadcrumb-link:hover{color:var(--fc-color-primary);text-decoration:underline}.fc-post-breadcrumb-sep{color:var(--fc-color-border)}.fc-post-breadcrumb-current{color:#475569;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:32ch}.fc-post-header{max-width:70ch;margin-bottom:1.75rem}.fc-post-meta-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:.75rem}.fc-post-type-badge{display:inline-flex;align-items:center;border:1px solid #fed7aa;border-radius:999px;padding:.2rem .6rem;font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;background:#fff7ed;color:#c2410c}.fc-post-date{font-size:.82rem;color:var(--fc-color-muted);font-weight:500}.fc-post-title{margin:0 0 .65rem;font-size:clamp(1.6rem,4vw,2.5rem);font-weight:800;line-height:1.1;letter-spacing:-.02em;color:var(--fc-color-ink-strong)}.fc-post-description{margin:0;font-size:1.03rem;color:#475569;line-height:1.65}.fc-post-featured-image{position:relative;aspect-ratio:16/9;border-radius:16px;overflow:hidden;border:1px solid var(--fc-color-border);background:linear-gradient(135deg,#fff7f0,#fed7aa);margin-bottom:2rem;box-shadow:0 12px 32px -12px #0f172a26}.fc-post-image{object-fit:cover}.fc-post-image-fallback{position:absolute;inset:0;display:grid;place-items:center;font-size:.85rem;color:var(--fc-color-muted);font-weight:500}.fc-post-image-credito{font-size:.7rem;color:var(--fc-muted,#94a3b8);text-align:right;margin-top:.25rem}.fc-post-resumo{background:#eff6ff;border:1px solid #bfdbfe;border-left:4px solid var(--fc-color-primary);border-radius:12px;padding:1.1rem 1.3rem;margin-bottom:2rem}.fc-post-resumo-label{margin:0 0 .4rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--fc-color-primary)}.fc-post-resumo-text{margin:0;font-size:.95rem;color:#1e3a5f;line-height:1.65;white-space:pre-line}.fc-post-content{font-size:1rem;line-height:1.8;color:#334155;margin-bottom:2.5rem;max-width:72ch}.fc-post-content h2{margin:2rem 0 .65rem;font-size:1.25rem;font-weight:800;line-height:1.2;letter-spacing:-.01em}.fc-post-content h2,.fc-post-content h3{color:var(--fc-color-ink-strong);scroll-margin-top:5rem}.fc-post-content h3{margin:1.5rem 0 .5rem;font-size:1.05rem;font-weight:700}.fc-post-content p{margin:0 0 1.1rem}.fc-post-content ol,.fc-post-content ul{padding-left:1.5rem;margin:0 0 1rem}.fc-post-content li{margin-bottom:.4rem}.fc-post-content strong{color:var(--fc-color-ink-strong);font-weight:700}.fc-post-content a{color:var(--fc-color-primary);text-decoration:underline}.fc-post-content blockquote{border-left:4px solid var(--fc-color-primary);padding:.6rem 1rem;margin:1rem 0;background:#eff6ff;border-radius:0 8px 8px 0;color:#1e3a5f;font-style:italic}.fc-post-content table{width:100%;border-collapse:collapse;font-size:.875rem;margin:1.5rem 0;overflow-x:auto;display:block}.fc-post-content thead{background:#1e3a5f;color:#fff}.fc-post-content thead th{padding:.6rem .75rem;text-align:left;font-weight:700;font-size:.8rem;letter-spacing:.02em;white-space:nowrap}.fc-post-content tbody tr{border-bottom:1px solid #e2e8f0}.fc-post-content tbody tr:nth-child(2n){background:#f8fafc}.fc-post-content tbody td{padding:.6rem .75rem;color:#334155;vertical-align:top}.fc-post-cta{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;border-radius:14px;padding:1.25rem 1.5rem;margin-bottom:1.25rem;border:1px solid #0000}.fc-post-cta--ficha{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-color:#93c5fd}.fc-post-cta--comparador{background:#f8fafc;border-color:var(--fc-color-border)}.fc-post-cta-body{flex:1 1;min-width:0}.fc-post-cta-title{margin:0 0 .25rem;font-size:1rem;font-weight:800;color:var(--fc-color-ink-strong)}.fc-post-cta-text{margin:0;font-size:.88rem;color:#475569}.fc-post-related{border-top:1px solid var(--fc-color-border);padding-top:1.5rem;margin-top:1.5rem;margin-bottom:1.5rem}.fc-post-related-title{margin:0 0 .9rem;font-size:1rem;font-weight:800;color:var(--fc-color-ink-strong)}.fc-post-related-list{display:flex;flex-direction:column;gap:.45rem}.fc-post-related-item{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.65rem .9rem;border:1px solid var(--fc-color-border);border-left:3px solid var(--fc-color-primary);border-radius:8px;background:var(--fc-color-surface);transition:background .15s ease,border-left-color .15s ease}.fc-post-related-item:hover{background:#f0f7ff;border-left-color:var(--fc-color-primary-strong)}.fc-post-related-item--post{flex-direction:column;align-items:flex-start;border-left-color:#ea580c}.fc-post-related-item--post:hover{background:#fff7ed;border-left-color:#c2410c}.fc-post-related-desc{font-size:.8rem;color:var(--fc-color-muted);line-height:1.4;margin-top:.15rem}.fc-post-related-name{font-size:.9rem;font-weight:600;color:var(--fc-color-ink-strong)}.fc-post-related-cat{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--fc-color-muted);flex-shrink:0}.fc-post-explore{border-top:1px solid var(--fc-color-border);padding-top:1.5rem;margin-top:1rem;margin-bottom:1.5rem}.fc-post-explore-title{margin:0 0 .75rem;font-size:.97rem;font-weight:800;color:var(--fc-color-ink-strong)}.fc-post-explore-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.35rem}.fc-post-explore-link{font-size:.9rem;color:var(--fc-color-primary);text-decoration:underline;text-underline-offset:2px;transition:color .15s ease}.fc-post-explore-link:hover{color:var(--fc-color-primary-strong)}.fc-post-disclaimer{padding:.9rem 1.1rem;font-size:.8rem;color:var(--fc-color-muted);line-height:1.6;margin-bottom:1.5rem}.fc-author-box,.fc-post-disclaimer{background:#f8fafc;border:1px solid var(--fc-color-border);border-radius:10px}.fc-author-box{display:flex;gap:1.1rem;align-items:flex-start;border-left:4px solid var(--fc-color-primary);padding:1.2rem 1.4rem;margin-bottom:2rem}.fc-author-avatar{flex-shrink:0}.fc-author-avatar-img{width:64px;height:64px;border-radius:50%;object-fit:cover;border:2px solid var(--fc-color-border)}.fc-author-avatar-fallback{width:64px;height:64px;border-radius:50%;background:var(--fc-color-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700}.fc-author-info{flex:1 1;min-width:0}.fc-author-meta{display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem .6rem;margin-bottom:.5rem}.fc-author-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;color:var(--fc-color-muted);font-weight:600}.fc-author-name{font-size:1rem;font-weight:700;color:var(--fc-color-ink-strong);text-decoration:none}a.fc-author-name:hover{color:var(--fc-color-primary);text-decoration:underline}.fc-author-cargo{font-size:.8rem;color:var(--fc-color-muted)}.fc-author-bio{font-size:.88rem;color:var(--fc-color-ink);line-height:1.6;margin:0 0 .6rem}.fc-author-social{display:flex;gap:.75rem}.fc-author-social-link{font-size:.8rem;font-weight:600;color:var(--fc-color-primary);text-decoration:none}.fc-author-social-link:hover{text-decoration:underline}@media (max-width:480px){.fc-author-box{flex-direction:column;align-items:center;text-align:center}.fc-author-meta,.fc-author-social{justify-content:center}}.fc-post-back{margin-bottom:2rem}.fc-post-back-link{font-size:.88rem;font-weight:600;color:var(--fc-color-primary);transition:color .15s ease}.fc-post-back-link:hover{color:var(--fc-color-primary-strong);text-decoration:underline}.fc-category-main{padding-bottom:4rem}.fc-category-hero{padding:2.5rem 0 1.5rem;background:linear-gradient(160deg,#fff,#f0f7ff 55%,#deeeff);border-bottom:1px solid var(--fc-color-border);margin-bottom:1.75rem}.fc-category-hero-inner{max-width:68ch}.fc-category-title{margin:0 0 .65rem;font-size:clamp(1.55rem,3.5vw,2.4rem);font-weight:800;line-height:1.1;letter-spacing:-.02em;color:var(--fc-color-ink-strong)}.fc-category-subtitle{margin:0 0 1rem;font-size:1rem;color:#334155;line-height:1.65}.fc-category-hero-actions{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:.75rem}.fc-category-editorial{margin-top:2.5rem;padding-top:2rem;border-top:1px solid var(--fc-color-border)}.fc-category-editorial-title{margin:0 0 .65rem;font-size:1.1rem;font-weight:800;color:var(--fc-color-ink-strong)}.fc-category-editorial-text{margin:0 0 .9rem;font-size:.93rem;color:#475569;line-height:1.65}.fc-category-nav-section{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--fc-color-border)}.fc-category-nav-title{margin:0 0 1rem;font-size:1.05rem;font-weight:800;color:var(--fc-color-ink-strong)}.fc-category-nav-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:.6rem}.fc-category-nav-card{display:flex;flex-direction:column;align-items:center;gap:.35rem;padding:.75rem .5rem;background:var(--fc-color-surface);border:1px solid var(--fc-color-border);border-radius:.5rem;text-decoration:none;transition:border-color .15s,background .15s}.fc-category-nav-card:hover{border-color:var(--fc-color-primary);background:#eff6ff}.fc-category-nav-icon{font-size:1.5rem}.fc-category-nav-label{font-size:.8rem;font-weight:600;color:var(--fc-color-ink-strong);text-align:center}.fc-category-links{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--fc-color-border)}.fc-category-links-title{margin:0 0 .65rem;font-size:1.05rem;font-weight:800;color:var(--fc-color-ink-strong)}.fc-category-links-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.3rem}.fc-category-link{font-size:.9rem;color:var(--fc-color-primary);text-decoration:underline;text-underline-offset:2px}.fc-category-link:hover{color:var(--fc-color-primary-strong)}.fc-guias-main{padding-bottom:4rem}.fc-guias-header{padding:2rem 0 1.5rem}.fc-guias-title{margin:0 0 .75rem;font-size:clamp(1.55rem,3.5vw,2.4rem);font-weight:800;line-height:1.1;letter-spacing:-.02em;color:var(--fc-color-ink-strong)}.fc-guias-subtitle{margin:0 0 .65rem;font-size:.97rem;color:#334155;line-height:1.65}.fc-guias-quick{margin-bottom:2rem;background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1px solid #bfdbfe;border-radius:16px;padding:1.3rem 1.5rem}.fc-guias-section-title{margin:0 0 .5rem;font-size:1.05rem;font-weight:800;color:var(--fc-color-ink-strong)}.fc-guias-section-desc{margin:0 0 .9rem;font-size:.88rem;color:#475569}.fc-guias-quick-grid{display:grid;grid-template-columns:1fr;gap:.65rem}@media (min-width:640px){.fc-guias-quick-grid{grid-template-columns:repeat(2,1fr)}}.fc-guias-quick-card{display:block;background:var(--fc-color-surface);border:1px solid #bfdbfe;border-radius:10px;padding:.75rem 1rem;transition:box-shadow .15s ease,border-color .15s ease}.fc-guias-quick-card:hover{border-color:var(--fc-color-primary);box-shadow:0 4px 14px -4px #2563eb26}.fc-guias-quick-card-title{display:block;font-size:.93rem;font-weight:700;color:var(--fc-color-ink-strong);margin-bottom:.2rem}.fc-guias-quick-card-desc{display:block;font-size:.8rem;color:var(--fc-color-muted);line-height:1.45}.fc-guias-group{margin-bottom:2rem;padding-top:1.75rem;border-top:1px solid var(--fc-color-border)}.fc-guias-group:first-of-type{border-top:none;padding-top:0}.fc-guias-group-title{margin:0 0 .5rem;font-size:1.05rem;font-weight:800;color:var(--fc-color-ink-strong)}.fc-guias-group-desc{margin:0 0 .9rem;font-size:.9rem;color:#475569;line-height:1.6}.fc-guias-cards-grid{display:grid;grid-template-columns:1fr;gap:.7rem}@media (min-width:640px){.fc-guias-cards-grid{grid-template-columns:repeat(2,1fr)}}.fc-guias-card{padding:.9rem 1.1rem}.fc-guias-card-title{margin:0 0 .35rem;font-size:.93rem;font-weight:700}.fc-guias-card-link{color:var(--fc-color-primary);transition:color .15s ease}.fc-guias-card-link:hover{color:var(--fc-color-primary-strong);text-decoration:underline}.fc-guias-card-desc{margin:0;font-size:.83rem;color:var(--fc-color-muted);line-height:1.5}.fc-guias-cta{margin:2rem 0;padding:1.5rem;background:#f8fafc;border:1px solid var(--fc-color-border);border-radius:14px}.fc-guias-cta-title{margin:0 0 .5rem;font-size:1.02rem;font-weight:800;color:var(--fc-color-ink-strong)}.fc-guias-cta-desc{margin:0 0 .75rem;font-size:.9rem;color:#475569}.fc-guias-steps{margin:0 0 1rem;padding-left:1.4rem;display:flex;flex-direction:column;gap:.3rem}.fc-guias-step{font-size:.9rem;color:#334155}.fc-guias-cta-actions{display:flex;flex-wrap:wrap;gap:.65rem}.fc-guias-faq{margin-top:2rem;padding-top:1.75rem;border-top:1px solid var(--fc-color-border)}.fc-guias-faq-title{margin:0 0 .9rem;font-size:1.05rem;font-weight:800;color:var(--fc-color-ink-strong)}.fc-guias-faq-list{display:flex;flex-direction:column;gap:.6rem}.fc-guias-faq-item{border:1px solid var(--fc-color-border);border-radius:10px;padding:.85rem 1rem;background:var(--fc-color-surface)}.fc-guias-faq-item[open]{border-color:#93c5fd}.fc-guias-faq-question{cursor:pointer;font-size:.93rem;font-weight:700;color:var(--fc-color-ink-strong);list-style:none}.fc-guias-faq-question::-webkit-details-marker{display:none}.fc-guias-faq-answer{margin:.6rem 0 0;font-size:.88rem;color:#475569;line-height:1.65}.fc-comparador-main{padding-bottom:4rem}.fc-comparador-hero{padding:2.5rem 0 1.5rem;background:linear-gradient(160deg,#fff,#f0f7ff 55%,#deeeff);border-bottom:1px solid var(--fc-color-border);margin-bottom:1.75rem}.fc-comparador-hero-inner{max-width:68ch}.fc-comparador-title{margin:0 0 .65rem;font-size:clamp(1.35rem,3vw,2rem);font-weight:800;line-height:1.1;letter-spacing:-.02em;color:var(--fc-color-ink-strong)}.fc-comparador-subtitle{margin:0 0 .45rem;font-size:.95rem;color:#334155;line-height:1.65}.fc-comparador-alert{margin-bottom:1rem;border-radius:8px;padding:.75rem 1rem;font-size:.88rem;line-height:1.5}.fc-comparador-alert--error{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c}.fc-comparador-alert--warning{background:#fffbeb;border:1px solid #fde68a;color:#92400e}.fc-comparador-empty{margin-top:1.5rem;border-radius:10px;border:1px solid var(--fc-color-border);background:var(--fc-color-bg);padding:1.25rem 1.5rem;font-size:.9rem;color:var(--fc-color-muted)}.fc-comparador-slots{display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-start}.fc-comparador-vehicle{min-width:220px;flex:1 1;border-radius:12px;border:1px solid #bfdbfe;background:#eff6ff;padding:1rem;position:relative}.fc-comparador-vehicle-remove{position:absolute;right:.6rem;top:.6rem;font-size:.75rem;color:#64748b;background:none;border:none;cursor:pointer;padding:.2rem .4rem;border-radius:4px}.fc-comparador-vehicle-remove:hover{color:#1e293b;background:#0000000d}.fc-comparador-vehicle-img{position:relative;width:100%;margin-bottom:.75rem;overflow:hidden;border-radius:8px;border:1px solid #bfdbfe;background:#fff;aspect-ratio:16/9}.fc-comparador-vehicle-no-img{position:absolute;inset:0;display:grid;place-items:center;font-size:.75rem;color:#94a3b8}.fc-comparador-vehicle-name{font-size:.93rem;font-weight:700;color:var(--fc-color-ink-strong);margin:0 0 .2rem}.fc-comparador-vehicle-meta{font-size:.8rem;color:var(--fc-color-muted);margin:0 0 .65rem}.fc-comparador-vehicle-link{font-size:.8rem;color:var(--fc-color-primary);text-decoration:underline;text-underline-offset:2px}.fc-comparador-vehicle-score{font-size:.82rem;font-weight:700;margin:.3rem 0 .6rem}.fc-comparador-sugestoes{margin:.5rem 0 1.5rem;padding:1rem 1.25rem;background:#f0f6ff;border:1px solid #bfdbfe;border-radius:10px}.fc-comparador-sugestoes-label{font-size:.82rem;font-weight:600;color:#1d4ed8;margin:0 0 .65rem;text-transform:uppercase;letter-spacing:.04em}.fc-comparador-sugestoes-chips{display:flex;flex-wrap:wrap;gap:.5rem}.fc-comparador-sugestao-chip{background:#fff;border:1.5px solid #2563eb;border-radius:999px;padding:.35rem .9rem;font-size:.85rem;font-weight:500;color:#1d4ed8;cursor:pointer;transition:background .15s,color .15s}.fc-comparador-sugestao-chip:hover:not(:disabled){background:#2563eb;color:#fff}.fc-comparador-sugestao-chip:disabled{opacity:.5;cursor:not-allowed}.fc-comparador-selector{min-width:220px;flex:1 1;border-radius:12px;border:1.5px dashed var(--fc-color-border);padding:1rem;position:relative}.fc-comparador-selector-title{font-size:.88rem;font-weight:700;color:var(--fc-color-ink-strong);margin:0 0 .75rem}.fc-comparador-selector-clear{position:absolute;right:.6rem;top:.6rem;font-size:.75rem;color:#64748b;background:none;border:none;cursor:pointer;padding:.2rem .4rem;border-radius:4px}.fc-comparador-selector-clear:hover{color:#1e293b}.fc-comparador-fields{display:flex;flex-direction:column;gap:.55rem}.fc-comparador-select{width:100%;border-radius:6px;border:1px solid var(--fc-color-border);padding:.4rem .6rem;font-size:.83rem;background:var(--fc-color-surface);color:var(--fc-color-ink)}.fc-comparador-select:disabled{opacity:.55;cursor:not-allowed}.fc-comparador-submit{width:100%;border-radius:6px;background:var(--fc-color-primary);color:#fff;font-size:.83rem;font-weight:700;padding:.5rem .75rem;border:none;cursor:pointer;margin-top:.25rem}.fc-comparador-submit:hover{background:var(--fc-color-primary-strong)}.fc-comparador-submit:disabled{opacity:.5;cursor:not-allowed}.fc-comparador-selector-error{margin-top:.5rem;font-size:.78rem;color:#b91c1c}.fc-comparador-add{min-width:220px;flex:1 1;border-radius:12px;border:1.5px dashed var(--fc-color-border);padding:1.25rem 1rem;font-size:.88rem;background:none;cursor:pointer;color:#64748b;text-align:center;transition:border-color .15s ease,color .15s ease}.fc-comparador-add:hover:not(:disabled){border-color:var(--fc-color-primary);color:var(--fc-color-primary)}.fc-comparador-add:disabled{cursor:not-allowed;color:#cbd5e1}.fc-comparador-comparison-area{margin-top:2rem;overflow-x:auto;-webkit-overflow-scrolling:touch}.fc-comparador-card-header{display:flex;align-items:flex-start;min-width:560px;padding-bottom:.75rem}.fc-comparador-card-header-spacer{width:25%;min-width:140px;flex-shrink:0}.fc-comparador-card-col{flex:1 1;padding:0 .25rem}.fc-comparador-card-col .fc-comparador-vehicle{min-width:0;width:100%}.fc-comparador-tables{margin-top:0;overflow-x:visible}.fc-comparador-scroll-hint{text-align:center;font-size:.78rem;color:#94a3b8;margin-bottom:.5rem;display:none}@media (max-width:767px){.fc-comparador-scroll-hint{display:block}}@media (min-width:768px){.fc-comparador-comparison-area{overflow:visible}.fc-comparador-card-header{position:sticky;top:0;z-index:20;background:#fff;min-width:unset;border-bottom:1px solid var(--fc-color-border);padding-top:.5rem;margin-bottom:.25rem}.fc-comparador-tables{overflow-x:auto;-webkit-overflow-scrolling:touch}}.fc-comparador-table-group{margin-bottom:1.75rem;border-radius:10px;overflow:hidden;border:1px solid var(--fc-color-border)}.fc-comparador-table-group-title{font-size:.88rem;font-weight:800;text-align:center;padding:.65rem 1rem;background:var(--fc-color-bg);color:var(--fc-color-ink-strong);border-bottom:1px solid var(--fc-color-border)}.fc-comparador-table{width:100%;min-width:560px;font-size:.85rem;border-collapse:collapse}.fc-comparador-table tr:nth-child(2n){background:var(--fc-color-bg)}.fc-comparador-table tr:nth-child(odd){background:var(--fc-color-surface)}.fc-comparador-table-label{font-weight:600;color:#475569;width:25%}.fc-comparador-table-cell,.fc-comparador-table-label{padding:.5rem .75rem;border-right:1px solid var(--fc-color-border);vertical-align:middle}.fc-comparador-table-cell{text-align:center}.fc-comparador-table-cell:last-child{border-right:none}.fc-comparador-links{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--fc-color-border)}.fc-comparador-links-title{font-size:1rem;font-weight:800;color:var(--fc-color-ink-strong);margin:0 0 .65rem}.fc-comparador-links-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.3rem}.fc-comparador-links-link{font-size:.88rem;color:var(--fc-color-primary);text-decoration:underline;text-underline-offset:2px}.fc-article-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .75rem;font-size:.8rem;color:var(--fc-color-muted);padding:.75rem 0 1.25rem;border-bottom:1px solid var(--fc-color-border);margin-bottom:1.75rem;max-width:72ch}.fc-article-meta-tag{background:#eff6ff;color:#2563eb;font-weight:700;padding:.15rem .55rem;border-radius:999px;font-size:.7rem;letter-spacing:.04em;text-transform:uppercase}.fc-article-meta-date{color:var(--fc-color-muted)}.fc-article-meta-sep{color:var(--fc-color-border)}.fc-article-meta-author{font-weight:600;color:var(--fc-color-text)}.fc-guia-compare-grid{display:grid;gap:1rem}@media (min-width:768px){.fc-guia-compare-grid{grid-template-columns:1fr 1fr}}.fc-guia-compare-card{border:1px solid var(--fc-color-border);border-radius:.5rem;padding:1rem}.fc-comp-link-title{font-size:.875rem;font-weight:600;margin:0 0 .2rem;color:var(--fc-color-text)}.fc-comp-link-desc{font-size:.75rem;color:var(--fc-color-muted);margin:0}.fc-guia-main{padding-bottom:4rem}.fc-guia-article-header{max-width:72ch;margin-bottom:1.25rem}.fc-guia-article-title{margin:0 0 .75rem;font-size:clamp(1.55rem,3.5vw,2.4rem);font-weight:800;line-height:1.1;letter-spacing:-.02em;color:var(--fc-color-ink-strong)}.fc-guia-body{max-width:72ch}.fc-guia-body section{margin-bottom:2.25rem}.fc-guia-body h2{margin:0 0 .65rem;font-size:1.18rem;font-weight:800;color:var(--fc-color-ink-strong);line-height:1.2;letter-spacing:-.01em;padding-top:1.5rem;border-top:1px solid var(--fc-color-border)}.fc-guia-body section:first-child h2{border-top:none;padding-top:0}.fc-guia-body h3{margin:1.2rem 0 .4rem;font-size:1rem;font-weight:700;color:var(--fc-color-ink-strong)}.fc-guia-body p{margin:0 0 .85rem;font-size:.95rem;color:#334155;line-height:1.75}.fc-guia-body ol,.fc-guia-body ul{margin:0 0 1rem;padding-left:1.5rem;display:flex;flex-direction:column;gap:.3rem}.fc-guia-body li{font-size:.93rem;color:#334155;line-height:1.6}.fc-guia-body strong{color:var(--fc-color-ink-strong);font-weight:700}.fc-guia-body a:not(.fc-button){color:var(--fc-color-primary);text-decoration:underline;text-underline-offset:2px}.fc-guia-body a:not(.fc-button):hover{color:var(--fc-color-primary-strong)}.fc-guia-actions{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1rem}.fc-guia-body details{border:1px solid var(--fc-color-border);border-radius:10px;padding:.85rem 1rem;background:var(--fc-color-surface);margin-bottom:.6rem}.fc-guia-body details[open]{border-color:#93c5fd}.fc-guia-body summary{cursor:pointer;font-size:.93rem;font-weight:700;color:var(--fc-color-ink-strong);list-style:none}.fc-guia-body summary::-webkit-details-marker{display:none}.fc-guia-body details p{margin:.6rem 0 0;font-size:.88rem;color:#475569;line-height:1.65}.fc-guia-info-box{background:var(--fc-color-surface);border:1px solid var(--fc-color-border);border-radius:8px;padding:1rem 1.1rem;margin-bottom:1rem}.fc-guia-cards{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.fc-guia-card{border:1px solid var(--fc-color-border);border-radius:8px;padding:.85rem 1rem;background:var(--fc-color-bg)}.fc-guia-card h3{margin-top:0}.fc-guia-pros-cons-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;font-size:.875rem;color:#1e293b}@media (max-width:600px){.fc-guia-pros-cons-grid{grid-template-columns:1fr}}.fc-guia-box-green{border:1px solid #bbf7d0;background:#f0fdf4;border-radius:6px;padding:.75rem}.fc-guia-box-red{border:1px solid #fecaca;background:#fef2f2;border-radius:6px;padding:.75rem}.fc-guia-box-blue{border:1px solid #bfdbfe;background:#eff6ff;border-radius:6px;padding:.75rem}.fc-guia-ordered-list{list-style:decimal inside;font-size:.875rem;color:#374151;margin-bottom:.75rem;padding:0}.fc-guia-ordered-list li+li{margin-top:.5rem}.fc-guia-summary{cursor:pointer;font-weight:500;color:#1f2937}.fc-guia-btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:.5rem .75rem;border:1px solid #0000;border-radius:4px;background:#7e22ce;color:#fff;font-size:.875rem;font-weight:500;cursor:pointer;text-decoration:none;transition:background .15s}.fc-guia-btn-primary:hover{background:#6b21a8}.fc-guia-btn-group{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.fc-autor-card-body{flex:1 1;min-width:0}.fc-autor-hero-subtitle{font-size:1rem;color:var(--fc-color-ink);max-width:55ch;margin:0}.fc-autor-post-card-row{flex-direction:row;align-items:center;gap:1rem;padding:1rem}.fc-autor-avatar-sm,.fc-autor-avatar-sm-fallback{width:56px;height:56px;flex-shrink:0}.fc-autor-avatar-sm-fallback{font-size:1.3rem}.fc-marcas-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.fc-marcas-card{display:flex;justify-content:space-between;align-items:center}.fc-marcas-body{max-width:none;border-top:1px solid var(--fc-color-border);padding-top:2rem;margin-top:2rem}.fc-ranking-list{display:flex;flex-direction:column;gap:1.5rem}.fc-ranking-item{border:1px solid var(--fc-color-border);border-radius:10px;padding:1.25rem 1.5rem;background:var(--fc-color-surface)}.fc-ranking-item h3{margin:0 0 .4rem;font-size:1rem;font-weight:700;color:var(--fc-color-ink-strong)}.fc-ranking-item-why{margin:0 0 1rem;font-size:.9rem;color:#475569;line-height:1.6}.fc-ranking-item-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width:640px){.fc-ranking-item-grid{grid-template-columns:1fr}}.fc-ranking-item-grid>div>p{font-size:.82rem;font-weight:700;color:var(--fc-color-ink-strong);margin:0 0 .35rem}.fc-ranking-item-grid ul{list-style:disc;padding-left:1.25rem;margin:0;display:flex;flex-direction:column;gap:.2rem}.fc-ranking-item-grid li{font-size:.82rem;color:#475569;line-height:1.55}.fc-profile-list{display:flex;flex-direction:column;gap:1.25rem}.fc-profile-card{border:1px solid var(--fc-color-border);border-radius:10px;padding:1.25rem 1.5rem;background:var(--fc-color-surface)}.fc-profile-card h3{margin:0 0 .4rem;font-size:1rem;font-weight:700;color:var(--fc-color-ink-strong)}.fc-profile-card>p{margin:0 0 .75rem;font-size:.9rem;color:#475569;line-height:1.6}.fc-profile-card ul{list-style:disc;padding-left:1.25rem;margin:0;display:flex;flex-direction:column;gap:.25rem}.fc-profile-card li{font-size:.88rem;line-height:1.55}.fc-price-list{display:flex;flex-direction:column;gap:1.25rem}.fc-price-card{border:1px solid var(--fc-color-border);border-radius:10px;padding:1.25rem 1.5rem;background:var(--fc-color-surface)}.fc-price-card h3{margin:0 0 .4rem;font-size:1.05rem;font-weight:800;color:var(--fc-color-primary)}.fc-price-card>p{margin:0 0 .6rem;font-size:.9rem;color:#475569}.fc-price-card ul{list-style:disc;padding-left:1.25rem;margin:0 0 .75rem;display:flex;flex-direction:column;gap:.25rem}.fc-price-card li{font-size:.85rem;color:#334155;line-height:1.55}.fc-cta-box{background:#f8fafc;border:1px solid var(--fc-color-border);border-radius:10px;padding:1.5rem;margin-top:3rem}.fc-cta-box h2{margin:0 0 .5rem;font-size:1.05rem;font-weight:700;color:var(--fc-color-ink-strong)}.fc-cta-box>p{margin:0 0 .75rem;font-size:.9rem;color:#475569}.fc-cta-box ul{list-style:disc;padding-left:1.25rem;margin:0;display:flex;flex-direction:column;gap:.3rem}.fc-cta-box li{font-size:.88rem;color:#334155;line-height:1.6}.fc-cta-box a{color:var(--fc-color-primary);text-decoration:underline;text-underline-offset:2px}.fc-hub-nav-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.875rem;margin-top:.75rem}@media (max-width:768px){.fc-hub-nav-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.fc-hub-nav-grid{grid-template-columns:1fr}}.fc-hub-nav-item{display:block;border:1px solid var(--fc-color-border);border-radius:8px;padding:.875rem 1rem;background:var(--fc-color-surface);text-decoration:none;color:var(--fc-color-ink);transition:border-color .15s,box-shadow .15s}.fc-hub-nav-item:hover{border-color:var(--fc-color-primary);box-shadow:0 2px 8px #2563eb14}.fc-hub-nav-item h3{margin:0 0 .3rem;font-size:.95rem;font-weight:700;color:var(--fc-color-ink-strong)}.fc-hub-nav-item p{margin:0;font-size:.8rem;color:#475569;line-height:1.5}.fc-hub-detail-list{display:flex;flex-direction:column;gap:1.25rem}.fc-hub-detail{border:1px solid var(--fc-color-border);border-radius:10px;padding:1.25rem 1.5rem;background:var(--fc-color-surface)}.fc-hub-detail h3{margin:0 0 .5rem;font-size:1rem;font-weight:700;color:var(--fc-color-ink-strong)}.fc-hub-detail>p{margin:0 0 1rem;font-size:.9rem;color:#475569;line-height:1.6}.fc-hub-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width:640px){.fc-hub-detail-grid{grid-template-columns:1fr}}.fc-hub-detail-grid>div>p{font-size:.82rem;font-weight:700;color:var(--fc-color-ink-strong);margin:0 0 .35rem}.fc-hub-detail-grid ul{list-style:disc;padding-left:1.25rem;margin:0;display:flex;flex-direction:column;gap:.2rem}.fc-hub-detail-grid li{font-size:.82rem;color:#475569;line-height:1.55}.fc-hub-detail-grid a{color:var(--fc-color-primary);text-decoration:underline;text-underline-offset:2px}.fc-comparar-main{background:var(--fc-color-bg);min-height:100vh}.fc-comparar-hero{background:linear-gradient(135deg,#f5f3ff,#ede9fe);border-bottom:1px solid #ddd6fe;padding:3.5rem 0 2.5rem}.fc-comparar-hero-inner{max-width:640px}.fc-comparar-title{font-size:2rem;font-weight:800;color:#4c1d95;margin:0 0 .75rem;line-height:1.2}@media (max-width:640px){.fc-comparar-title{font-size:1.5rem}}.fc-comparar-subtitle{font-size:1.05rem;color:#5b21b6;margin:0 0 1.5rem;line-height:1.65}.fc-comparar-hero-links{display:flex;flex-wrap:wrap;gap:.75rem}.fc-comparar-hero-link{font-size:.875rem;font-weight:600;color:#6d28d9;text-decoration:none;border:1px solid #c4b5fd;border-radius:6px;padding:.35rem .85rem;transition:background .15s,border-color .15s}.fc-comparar-hero-link:hover{background:#ede9fe;border-color:#7c3aed}.fc-comparar-count{font-size:.875rem;color:#64748b;margin:2rem 0 1rem}.fc-comparar-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:2.5rem}@media (max-width:1024px){.fc-comparar-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.fc-comparar-grid{grid-template-columns:1fr}}.fc-comparar-card{display:flex;flex-direction:column;overflow:hidden}.fc-comparar-card-vs{display:flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#f5f3ff,#ede9fe);padding:1.25rem 1.25rem 1rem;border-bottom:1px solid #ddd6fe}.fc-comparar-card-car{flex:1 1;font-size:.82rem;font-weight:700;color:#4c1d95;line-height:1.3;text-align:center}.fc-comparar-vs-badge{font-size:.7rem;font-weight:900;color:#fff;background:#7c3aed;border-radius:4px;padding:.2rem .4rem;letter-spacing:.04em;flex-shrink:0}.fc-comparar-card-body{padding:1rem 1.25rem 1.25rem;display:flex;flex-direction:column;flex:1 1;gap:.5rem}.fc-comparar-card-date{font-size:.78rem;color:#94a3b8;margin:0}.fc-comparar-card-title{font-size:.95rem;font-weight:700;margin:0;line-height:1.4;color:var(--fc-color-ink-strong)}.fc-comparar-card-title-link{color:inherit;text-decoration:none}.fc-comparar-card-title-link:hover{color:#7c3aed}.fc-comparar-card-desc{font-size:.82rem;color:#64748b;margin:0;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.fc-comparar-card-footer{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:auto;padding-top:.5rem}.fc-comparar-card-views{font-size:.75rem;color:#94a3b8}.fc-comparar-cta-box{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;background:#f5f3ff;border:1px solid #ddd6fe;border-radius:12px;padding:1.5rem 2rem;margin:2rem 0 3rem}@media (max-width:640px){.fc-comparar-cta-box{flex-direction:column;align-items:flex-start}}.fc-comparar-cta-body{flex:1 1}.fc-comparar-cta-title{font-size:1rem;font-weight:700;color:#4c1d95;margin:0 0 .35rem}.fc-comparar-cta-text{font-size:.875rem;color:#5b21b6;margin:0;line-height:1.55}.fc-comparar-vs-header{display:flex;align-items:center;gap:1rem;background:linear-gradient(135deg,#f5f3ff,#ede9fe);border:1px solid #ddd6fe;border-radius:12px;padding:1.5rem 2rem;margin:1.5rem 0 2rem}@media (max-width:600px){.fc-comparar-vs-header{flex-direction:column;text-align:center;gap:.75rem}}.fc-comparar-vs-car{flex:1 1}.fc-comparar-vs-car--right{text-align:right}@media (max-width:600px){.fc-comparar-vs-car--right{text-align:center}}.fc-comparar-vs-car-label{display:block;font-size:1.05rem;font-weight:800;color:#4c1d95;line-height:1.25}.fc-comparar-vs-car-cat{display:inline-block;font-size:.72rem;font-weight:600;color:#7c3aed;background:#ede9fe;border-radius:4px;padding:.15rem .45rem;margin-top:.35rem}.fc-comparar-vs-badge--lg{font-size:.85rem;padding:.35rem .65rem;border-radius:6px}.fc-comparar-type-badge{display:inline-flex;align-items:center;font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#7c3aed;background:#ede9fe;border-radius:4px;padding:.2rem .55rem}.fc-comparar-specs-wrap{margin:2rem 0}.fc-comparar-specs-title{font-size:1.2rem;font-weight:700;color:var(--fc-color-ink-strong);margin:0 0 1rem}.fc-comparar-specs-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border:1px solid var(--fc-color-border);border-radius:10px}.fc-comparar-specs-table{width:100%;border-collapse:collapse;font-size:.875rem}.fc-comparar-specs-th{background:#f5f3ff;color:#4c1d95;font-weight:700;padding:.75rem 1rem;text-align:left;border-bottom:2px solid #ddd6fe;white-space:nowrap}.fc-comparar-specs-th--label{color:#475569;font-weight:600;background:#f8fafc}.fc-comparar-specs-tr:nth-child(2n){background:#fafafa}.fc-comparar-specs-tr:hover{background:#f5f3ff}.fc-comparar-specs-td{padding:.65rem 1rem;color:var(--fc-color-ink);border-bottom:1px solid var(--fc-color-border)}.fc-comparar-specs-td--label{font-weight:600;color:#475569;background:#f8fafc;white-space:nowrap}.fc-comparar-ficha-ctas{display:flex;flex-direction:column;margin:2rem 0}.fc-comparar-specs-td--win{background:#f0fdf4;color:#15803d;font-weight:700}.fc-specs-win-mark{margin-left:.35rem;font-size:.7rem;color:#22c55e}.fc-car-hero{background:linear-gradient(135deg,#2d1b69,#4c1d95 50%,#6d28d9);padding:2rem 0 4rem;position:relative;overflow:hidden}.fc-car-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 15% 50%,#ffffff12 0,#0000 45%),radial-gradient(circle at 85% 20%,#ffffff0d 0,#0000 40%);pointer-events:none}.fc-car-hero-breadcrumb{display:flex;align-items:center;gap:.4rem;font-size:.8rem;margin-bottom:1.5rem;flex-wrap:wrap}.fc-car-hero-bc-link{color:#fff9;text-decoration:none;transition:color .15s}.fc-car-hero-bc-link:hover{color:#ffffffe6}.fc-car-hero-bc-sep{color:#ffffff4d}.fc-car-hero-bc-current{color:#ffffff8c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:240px}.fc-car-hero-meta{display:flex;align-items:center;gap:.75rem;margin-bottom:2rem}.fc-car-hero-badge{display:inline-flex;align-items:center;font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#c4b5fd;background:#c4b5fd2e;border:1px solid #c4b5fd59;border-radius:4px;padding:.2rem .6rem}.fc-car-hero-date{font-size:.8rem;color:#ffffff80}.fc-car-hero-split{display:grid;grid-template-columns:1fr auto 1fr;gap:1.25rem;align-items:center;margin-bottom:2.5rem}@media (max-width:600px){.fc-car-hero-split{grid-template-columns:1fr;gap:.5rem}}.fc-car-hero-panel{background:#ffffff1a;border:1px solid #ffffff2e;border-radius:18px;padding:1.5rem;display:flex;flex-direction:row;align-items:center;gap:1rem;min-width:0;overflow:hidden;transition:background .2s}.fc-car-hero-panel:hover{background:#ffffff24}.fc-car-hero-panel--right{flex-direction:row-reverse}@media (max-width:700px){.fc-car-hero-panel,.fc-car-hero-panel--right{flex-direction:column;align-items:center}}.fc-car-hero-panel-info{display:flex;flex-direction:column;gap:.22rem;flex:1 1;min-width:0}.fc-car-hero-panel-info--right{text-align:right}@media (max-width:700px){.fc-car-hero-panel-info,.fc-car-hero-panel-info--right{text-align:center}}.fc-car-hero-panel-brand{font-size:.72rem;font-weight:700;color:#ffffff8c;text-transform:uppercase;letter-spacing:.07em}.fc-car-hero-panel-model{font-size:1.55rem;font-weight:900;color:#fff;line-height:1.1;word-break:break-word}@media (max-width:900px){.fc-car-hero-panel-model{font-size:1.2rem}}.fc-car-hero-panel-year{font-size:.85rem;font-weight:600;color:#ffffffa6}.fc-car-hero-panel-versao{font-size:.76rem;color:#ffffff7a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fc-car-hero-panel-badges{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.4rem}.fc-car-hero-panel-info--right .fc-car-hero-panel-badges{justify-content:flex-end}@media (max-width:700px){.fc-car-hero-panel-badges,.fc-car-hero-panel-info--right .fc-car-hero-panel-badges{justify-content:center}}.fc-car-hero-panel-cat{color:#c4b5fd;background:#c4b5fd33;border-radius:4px;text-transform:uppercase;letter-spacing:.04em}.fc-car-hero-panel-cat,.fc-car-hero-panel-score{display:inline-flex;font-size:.68rem;font-weight:700;padding:.15rem .5rem}.fc-car-hero-panel-score{color:#86efac;background:#86efac26;border:1px solid #86efac40;border-radius:4px}.fc-car-hero-panel-img-wrap{flex-shrink:0;width:155px;height:105px;border-radius:10px;overflow:hidden;background:#ffffff0f}@media (max-width:900px){.fc-car-hero-panel-img-wrap{width:115px;height:78px}}@media (max-width:700px){.fc-car-hero-panel-img-wrap{width:100%;max-width:260px;height:130px}}.fc-car-hero-panel-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.fc-car-hero-panel-stats{flex-shrink:0;display:flex;flex-direction:column;gap:.6rem;background:#ffffff14;border-radius:10px;padding:.85rem 1rem;min-width:115px}@media (max-width:700px){.fc-car-hero-panel-stats{flex-direction:row;flex-wrap:wrap;justify-content:center;min-width:unset;width:100%;padding:.75rem}}.fc-car-hero-stat{display:flex;flex-direction:column;gap:.05rem}.fc-car-hero-stat-value{font-size:1rem;font-weight:800;color:#fff;line-height:1.15}.fc-car-hero-stat-label{font-size:.62rem;color:#ffffff80;text-transform:uppercase;letter-spacing:.05em}.fc-car-hero-vs,.fc-car-hero-vs-wrap{display:flex;align-items:center;justify-content:center;flex-shrink:0}.fc-car-hero-vs{width:72px;height:72px;background:#fff;border-radius:50%;font-size:1.25rem;font-weight:900;color:#6d28d9;box-shadow:0 0 0 10px #ffffff1f,0 8px 32px #0000004d;position:relative;z-index:1}@media (max-width:600px){.fc-car-hero-vs{width:56px;height:56px;font-size:1rem}}.fc-car-hero-text{text-align:center;max-width:700px;margin:0 auto}.fc-car-hero-title{font-size:1.45rem;font-weight:800;color:#ffffffeb;margin:0 0 .65rem;line-height:1.3}@media (max-width:600px){.fc-car-hero-title{font-size:1.15rem}}.fc-car-hero-desc{font-size:.975rem;color:#ffffffad;line-height:1.65;margin:0}.fc-car-article-main{background:var(--fc-color-bg);padding-bottom:4rem}.fc-car-article-container{padding-top:0}.fc-car-highlights{background:#fff;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden;margin:-2rem 0 2.5rem;box-shadow:0 4px 32px #00000017;position:relative;z-index:2}.fc-car-hl-header{display:grid;grid-template-columns:1fr 1fr 1fr;background:#f8fafc;border-bottom:2px solid #e2e8f0}.fc-car-hl-header-cell{padding:.85rem 1rem;font-size:.78rem;font-weight:700;color:#475569;text-align:center;text-transform:uppercase;letter-spacing:.04em}.fc-car-hl-header-spec{text-align:left;border-right:1px solid #e2e8f0;color:#64748b}.fc-car-hl-header-cell:last-child{border-left:1px solid #e2e8f0}.fc-car-hl-row{display:grid;grid-template-columns:1fr 1fr 1fr;border-bottom:1px solid #f1f5f9;transition:background .1s}.fc-car-hl-row:last-child{border-bottom:none}.fc-car-hl-row:hover{background:#fafafa}.fc-car-hl-cell{padding:.75rem 1rem;font-size:.875rem;text-align:center;color:#334155;display:flex;align-items:center;justify-content:center;gap:.3rem;position:relative}.fc-car-hl-cell--label{text-align:left;justify-content:flex-start;font-size:.82rem;font-weight:600;color:#475569;border-right:1px solid #f1f5f9}.fc-car-hl-cell:last-child{border-left:1px solid #f1f5f9}.fc-car-hl-win{background:#f0fdf4;color:#15803d;font-weight:700}.fc-car-hl-checkmark{font-size:.75rem;color:#22c55e;font-weight:900}.fc-car-hl-footer{padding:.55rem 1rem;background:#f8fafc;border-top:1px solid #f1f5f9;font-size:.72rem;color:#94a3b8;text-align:center}.fc-comparar-ficha-ctas{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:2.5rem 0}@media (max-width:640px){.fc-comparar-ficha-ctas{grid-template-columns:1fr}}.fc-comparar-ficha-cta-card{display:flex;flex-direction:column;gap:1rem;border-radius:14px;padding:1.5rem;border:1px solid #ddd6fe}.fc-comparar-ficha-cta-card--1{background:linear-gradient(135deg,#f5f3ff,#ede9fe)}.fc-comparar-ficha-cta-card--2{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-color:#bfdbfe}.fc-comparar-ficha-cta-info{flex:1 1}.fc-comparar-ficha-cta-brand{font-size:.75rem;font-weight:700;color:#7c3aed;text-transform:uppercase;letter-spacing:.06em;margin:0 0 .2rem}.fc-comparar-ficha-cta-card--2 .fc-comparar-ficha-cta-brand{color:#2563eb}.fc-comparar-ficha-cta-model{font-size:1.1rem;font-weight:800;color:#1e293b;margin:0 0 .25rem;line-height:1.25}.fc-comparar-ficha-cta-sub{font-size:.8rem;color:#64748b;margin:0}.fc-comparar-interactive-cta{display:flex;align-items:center;gap:1.5rem;background:#1e293b;border-radius:14px;padding:1.75rem 2rem;margin:0 0 2.5rem}@media (max-width:640px){.fc-comparar-interactive-cta{flex-direction:column;align-items:flex-start;gap:1rem;padding:1.25rem}}.fc-comparar-interactive-cta-icon{font-size:2rem;flex-shrink:0}.fc-comparar-interactive-cta-body{flex:1 1;min-width:0}.fc-comparar-interactive-cta-title{font-size:1rem;font-weight:700;color:#f1f5f9;margin:0 0 .3rem}.fc-comparar-interactive-cta-text{font-size:.875rem;color:#94a3b8;margin:0;line-height:1.55}.fc-button-outline-purple{display:inline-flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700;color:#c4b5fd;border:1.5px solid #7c3aed;border-radius:8px;padding:.65rem 1.25rem;white-space:nowrap;text-decoration:none;transition:background .15s,color .15s;flex-shrink:0}.fc-button-outline-purple:hover{background:#7c3aed;color:#fff}.fc-comparar-content table{width:100%;border-collapse:collapse;margin:1.75rem 0;font-size:.85rem;overflow-x:auto;display:block;border-radius:10px;overflow:hidden}.fc-comparar-content th{background:#f5f3ff;color:#4c1d95;font-weight:700;padding:.65rem .9rem;text-align:left;border:1px solid #ddd6fe;white-space:nowrap}.fc-comparar-content td{padding:.55rem .9rem;border:1px solid #e2e8f0;color:#334155;vertical-align:top}.fc-comparar-content tr:nth-child(2n) td{background:#fafafa}.fc-comparar-content tr:hover td{background:#f5f3ff}.fc-marcas-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media (min-width:480px){.fc-marcas-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:768px){.fc-marcas-grid{grid-template-columns:repeat(4,1fr)}}.fc-marcas-item{display:flex;align-items:center;justify-content:space-between;gap:.5rem;border:1px solid var(--fc-color-border);border-radius:8px;padding:.6rem .875rem;background:var(--fc-color-surface);text-decoration:none;color:var(--fc-color-ink);font-size:.88rem;transition:border-color .15s,box-shadow .15s}.fc-marcas-item:hover{border-color:var(--fc-color-primary);box-shadow:0 2px 8px #2563eb0f}.fc-marcas-item-name{font-weight:600;color:var(--fc-color-ink-strong)}.fc-marcas-item-count{font-size:.75rem;color:#94a3b8}.fc-autor-main{padding-bottom:4rem}.fc-autor-hero{padding:2.5rem 0 2rem;background:linear-gradient(160deg,#fff,#f0f7ff 55%,#deeeff);border-bottom:1px solid var(--fc-color-border);margin-bottom:2rem}.fc-autor-profile{display:flex;gap:1.5rem;align-items:flex-start}.fc-autor-avatar-lg{flex-shrink:0}.fc-autor-avatar-lg-img{object-fit:cover}.fc-autor-avatar-lg-fallback,.fc-autor-avatar-lg-img{width:96px;height:96px;border-radius:50%;border:3px solid #fff;box-shadow:0 2px 12px #2563eb1f}.fc-autor-avatar-lg-fallback{background:var(--fc-color-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:2.2rem;font-weight:800}.fc-autor-info{flex:1 1;min-width:0}.fc-autor-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.07em;color:var(--fc-color-primary);font-weight:700;margin-bottom:.3rem}.fc-autor-name-lg{font-size:clamp(1.5rem,3.5vw,2.2rem);font-weight:800;color:var(--fc-color-ink-strong);letter-spacing:-.02em;line-height:1.1;margin:0 0 .25rem}.fc-autor-cargo-lg{font-size:.95rem;color:var(--fc-color-muted);margin:0 0 .9rem}.fc-autor-bio-lg{font-size:.97rem;color:var(--fc-color-ink);line-height:1.7;margin:0 0 1rem;max-width:62ch}.fc-autor-social{display:flex;flex-wrap:wrap;gap:.6rem}.fc-autor-social-link{display:inline-flex;align-items:center;gap:.3rem;font-size:.82rem;font-weight:600;color:var(--fc-color-primary);border:1px solid var(--fc-color-primary);border-radius:6px;padding:.3rem .7rem;text-decoration:none;transition:background .15s,color .15s}.fc-autor-social-link:hover{background:var(--fc-color-primary);color:#fff}.fc-autor-posts-section{margin-top:.5rem}.fc-autor-posts-heading{font-size:1.2rem;font-weight:800;color:var(--fc-color-ink-strong);margin:0 0 1.25rem;padding-bottom:.65rem;border-bottom:2px solid var(--fc-color-border)}.fc-autor-posts-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width:640px){.fc-autor-posts-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.fc-autor-posts-grid{grid-template-columns:repeat(3,1fr)}}.fc-autor-post-card{background:var(--fc-color-surface);border:1px solid var(--fc-color-border);border-radius:10px;overflow:hidden;text-decoration:none;display:flex;flex-direction:column;transition:box-shadow .15s,border-color .15s}.fc-autor-post-card:hover{box-shadow:0 4px 16px #2563eb14;border-color:var(--fc-color-primary)}.fc-autor-post-img{width:100%;aspect-ratio:16/9;object-fit:cover;display:block}.fc-autor-post-body{padding:.9rem 1rem;flex:1 1;display:flex;flex-direction:column;gap:.35rem}.fc-autor-post-title{font-size:.93rem;font-weight:700;color:var(--fc-color-ink-strong);line-height:1.35;margin:0}.fc-autor-post-desc{font-size:.82rem;color:var(--fc-color-muted);line-height:1.5;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.fc-autor-post-date{font-size:.75rem;color:#94a3b8;margin-top:auto;padding-top:.4rem}.fc-autor-empty{color:var(--fc-color-muted);font-size:.95rem;padding:2rem 0;text-align:center}.fc-autor-back{margin-bottom:1.5rem}.fc-autor-back-link{font-size:.82rem;color:var(--fc-color-primary);text-decoration:none;font-weight:600}.fc-autor-back-link:hover{text-decoration:underline}@media (max-width:540px){.fc-autor-profile{flex-direction:column;align-items:center;text-align:center}.fc-autor-social{justify-content:center}.fc-autor-bio-lg{max-width:100%}}.fc-monetizacao-slot{display:flex;flex-direction:column;gap:.75rem;margin:1.5rem 0}.fc-monetizacao-card{display:flex;align-items:center;gap:1rem;padding:.875rem 1rem;border-radius:10px;border:1px solid var(--fc-color-border,#e2e8f0);background:var(--fc-color-surface,#fff);box-shadow:0 1px 4px #0000000d}.fc-monetizacao-logo{width:auto;height:36px;max-width:90px;object-fit:contain;flex-shrink:0}.fc-monetizacao-body{flex:1 1;min-width:0}.fc-monetizacao-titulo{font-size:.875rem;font-weight:700;color:var(--fc-color-ink-strong,#0f172a);margin:0 0 .2rem;line-height:1.3}.fc-monetizacao-desc{font-size:.8rem;color:var(--fc-color-muted,#64748b);margin:0;line-height:1.4}.fc-monetizacao-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;border-radius:7px;color:#fff;font-size:.8125rem;font-weight:700;text-decoration:none;white-space:nowrap;flex-shrink:0;transition:filter .15s}.fc-monetizacao-btn:hover{filter:brightness(1.1)}@media (max-width:540px){.fc-monetizacao-card{flex-wrap:wrap}.fc-monetizacao-btn{width:100%;justify-content:center}}.fc-cookie-overlay{position:fixed;bottom:0;left:0;right:0;z-index:9999;padding:0 1rem 1rem;pointer-events:none}.fc-cookie-banner{pointer-events:all;max-width:900px;margin:0 auto;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 8px 32px #0000001f;padding:1.25rem 1.5rem;display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.fc-cookie-content{flex:1 1;min-width:0}.fc-cookie-text{margin:0;font-size:.875rem;color:#475569;line-height:1.6}.fc-cookie-link{color:#2563eb;text-decoration:underline;font-weight:500}.fc-cookie-link:hover{color:#1d4ed8}.fc-cookie-actions{display:flex;gap:.75rem;flex-shrink:0;flex-wrap:wrap}.fc-cookie-btn{display:inline-flex;align-items:center;justify-content:center;padding:.6rem 1.25rem;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;border:none;transition:filter .15s,background .15s;white-space:nowrap;line-height:1}.fc-cookie-btn--reject{background:#f1f5f9;color:#475569}.fc-cookie-btn--reject:hover{background:#e2e8f0}.fc-cookie-btn--accept{background:#2563eb;color:#fff}.fc-cookie-btn--accept:hover{filter:brightness(1.1)}@media (max-width:600px){.fc-cookie-banner{align-items:stretch}.fc-cookie-actions,.fc-cookie-banner{flex-direction:column}.fc-cookie-btn{width:100%}}.fc-listing-ad-inline{grid-column:1/-1;margin:.25rem 0}.fc-listing-ad-inline .fc-monetizacao-slot{margin:0}.fc-post-ad-mid{margin:2rem 0;padding:.25rem 0;border-top:1px solid var(--fc-color-border,#e2e8f0);border-bottom:1px solid var(--fc-color-border,#e2e8f0)}.fc-comparador-ad{margin:1.5rem 0 .5rem}.fc-notfound{min-height:60vh;display:flex;align-items:center;justify-content:center;padding:3rem 1rem}.fc-notfound-inner{text-align:center;max-width:480px}.fc-notfound-code{font-size:5rem;font-weight:800;color:var(--fc-color-primary);line-height:1;margin:0 0 .5rem}.fc-notfound-title{font-size:1.5rem;font-weight:700;color:var(--fc-color-ink-strong);margin:0 0 .75rem}.fc-notfound-desc{color:var(--fc-color-ink-muted,#64748b);margin:0 0 2rem}.fc-notfound-actions{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}