* { box-sizing: border-box; }
[hidden] { display: none !important; }
:root {
  --blue: #2563eb;
  --blue-soft: #eff6ff;
  --ink: #111827;
  --muted: #6b7280;
  --line: #e5e7eb;
  --soft: #f9fafb;
  --wave: #f5efe8;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
html, body { margin: 0; padding: 0; }
body {
  background: #fff;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  font-feature-settings: "cv11", "ss01";
  -moz-osx-font-smoothing: grayscale;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; border: 0; background: none; }
svg { display: block; }
.icon-svg, .nav-icon, .menu-icon, .inline-icon { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.nav-icon { width: 18px; height: 18px; }
.menu-icon { width: 20px; height: 20px; }
.inline-icon { width: 13px; height: 13px; }
.shell { min-height: 100vh; background: #fff; }
.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid #f3f4f6;
}
.header-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.logo { display: inline-flex; align-items: center; gap: 10px; }
.logo img { width: auto; height: 36px; display: block; }
.nav { display: flex; align-items: center; gap: 6px; }
.mobile-actions, .mobile-menu { display: none; }
.nav a, .nav button {
  font-size: 14px;
  font-weight: 500;
  color: #374151;
  padding: 8px 12px;
  border-radius: 8px;
  cursor: pointer;
}
.nav a:hover, .nav button:hover { background: #f3f4f6; color: #111827; }
.nav .nav-primary { background: #111827; color: #fff; padding: 8px 14px; font-weight: 600; }
.nav .nav-primary:hover { background: #1f2937; color: #fff; }
.language-link, .language-button { text-transform: uppercase; }
.mobile-actions { align-items: center; gap: 6px; }
.language-button, .menu-button {
  gap: 6px;
  min-width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #374151;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}
.nav .language-button {
  gap: 6px;
  padding: 0 10px;
}
.language-button:hover, .menu-button:hover { background: #f3f4f6; color: #111827; }
.mobile-menu {
  border-top: 1px solid #f3f4f6;
  background: #fff;
  padding: 10px 16px 12px;
  flex-direction: column;
  gap: 4px;
}
.mobile-menu a {
  border-radius: 9px;
  padding: 10px 12px;
  color: #374151;
  font-size: 14px;
  font-weight: 500;
}
.mobile-menu a:hover { background: #f3f4f6; color: #111827; }
.mobile-menu .nav-primary { background: #111827; color: #fff; }
.mobile-menu .nav-primary:hover { background: #1f2937; color: #fff; }
.hero {
  position: relative;
  background: #fff;
  padding: 56px 16px 80px;
}
.hero-inner {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}
.hero h1 {
  margin: 0;
  color: #111827;
  font-size: clamp(28px, 5vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.03em;
  font-weight: 700;
}
.hero-sub {
  max-width: 600px;
  margin: 0;
  color: #6b7280;
  font-size: clamp(17px, 2vw, 19px);
  line-height: 1.65;
}
.announcement {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 16px;
  padding: 12px 20px;
  text-align: left;
}
.announcement-icon {
  width: 36px;
  height: 36px;
  border-radius: 9px;
  background: #fff;
  border: 1px solid #bfdbfe;
  display: grid;
  place-items: center;
  color: var(--blue);
  font-weight: 800;
}
.announcement strong { display: block; font-size: 16px; letter-spacing: -0.01em; }
.announcement-icon { color: var(--blue) !important; }
.announcement > span:not(.announcement-icon) { display: flex; flex-direction: column; gap: 2px; color: #6b7280; font-size: 13px; }
.announcement > span:not(.announcement-icon) > span { display: block; color: #6b7280; font-size: 13px; }
.tech-wrap { width: 100%; margin-top: 12px; display: flex; flex-direction: column; gap: 10px; }
.tech-label { color: #9ca3af; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .12em; }
.tech-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; width: 100%; }
.tech-card {
  min-height: 76px;
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
  padding: 14px 80px 14px 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  color: #111827;
  text-align: left;
}
.tech-card.active { border-color: #3b82f6; background: #eff6ff; box-shadow: 0 0 0 3px rgba(59,130,246,.15); }
.tech-card.disabled { opacity: .5; cursor: not-allowed; }
.tech-icon {
  width: 36px;
  height: 36px;
  border-radius: 9px;
  display: grid;
  place-items: center;
  background: #eff6ff;
  color: var(--blue);
  font-weight: 800;
}
.tech-card.active .tech-icon { background: var(--blue); color: #fff; }
.tech-card strong { display: block; font-size: 14px; }
.tech-card small { display: block; color: #6b7280; font-size: 12px; }
.soon {
  position: absolute;
  top: 8px;
  right: 10px;
  background: #f3f4f6;
  color: #6b7280;
  border-radius: 6px;
  padding: 2px 6px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .04em;
}
.upload-zone {
  width: 100%;
  margin-top: 12px;
  padding: 34px 24px;
  border: 2px dashed #bfdbfe;
  border-radius: 16px;
  background: rgba(239,246,255,.6);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  transition: transform .15s, background .15s, border-color .15s;
}
.upload-zone.dragging { border-color: #3b82f6; background: rgba(219,234,254,.72); transform: scale(1.005); }
.upload-icon .icon-svg { width: 28px; height: 28px; }
.upload-icon {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: #fff;
  color: var(--blue);
  display: grid;
  place-items: center;
  box-shadow: 0 4px 14px rgba(59,130,246,.18);
  margin-bottom: 6px;
  font-weight: 800;
}
.upload-empty, .upload-selected { width: 100%; display: flex; flex-direction: column; align-items: center; gap: 8px; }
.upload-zone h2 { margin: 0; font-size: 18px; letter-spacing: -.01em; }
.upload-zone p { margin: 0; color: #6b7280; font-size: 14px; }
.upload-zone .muted { color: #9ca3af; }
.secure { display: inline-flex; align-items: center; gap: 6px; color: #9ca3af; font-size: 12px; margin-top: 8px; }
.actions { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.btn .icon-svg { width: 16px; height: 16px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 10px;
  padding: 11px 20px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: transform .15s, filter .15s, background .15s;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: #2563eb; color: #fff; box-shadow: 0 1px 2px rgba(0,0,0,.08), 0 6px 18px rgba(59,130,246,.30); }
.btn-ghost { color: #4b5563; padding-inline: 12px; }
.btn-ghost:hover { background: #f3f4f6; color: #111827; }
.btn:disabled { opacity: .5; cursor: wait; transform: none; }
.file-list { width: 100%; max-width: 520px; margin: 12px 0 0; padding: 0; list-style: none; display: grid; gap: 6px; }
.file-list li {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: 10px;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #fff;
  font-size: 13px;
}
.ext { min-width: 34px; border-radius: 6px; background: #2563eb; color: #fff; text-align: center; padding: 4px 6px; font-size: 10px; font-weight: 700; }
.file-name { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; text-align: left; font-weight: 600; }
.file-size { white-space: nowrap; color: #9ca3af; }
.remove-file { width: 24px; height: 24px; border-radius: 6px; color: #9ca3af; cursor: pointer; }
.remove-file:hover { color: #374151; background: #f3f4f6; }
.message { min-height: 20px; margin-top: 8px; font-size: 12px; font-weight: 700; }
.message.error { color: #b91c1c; background: #fef2f2; border: 1px solid #fecaca; border-radius: 8px; padding: 6px 10px; }
.message.ok { color: #15803d; }
.audience { background: #fff; padding: 8px 24px 56px; }
.audience-grid { max-width: 1140px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: #e5e7eb; }
.audience-card { background: #fff; padding: 32px; }
.eyebrow { color: #2563eb; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; margin-bottom: 14px; }
.audience-card p { max-width: 52ch; margin: 0; color: #111827; font-size: 15.5px; line-height: 1.65; }
.wave { background: var(--wave); line-height: 0; }
.wave svg { display: block; width: 100%; height: 110px; margin-top: -110px; }
.tools { background: var(--wave); padding: 34px 24px 96px; }
.tools-inner { max-width: 1140px; margin: 0 auto; }
.section-head { margin-bottom: 28px; }
.section-head h2 { margin: 0; color: #111827; font-size: 28px; line-height: 1.1; letter-spacing: -.02em; }
.section-head p { margin: 8px 0 0; color: #6b7280; font-size: 15px; }
.tool-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.tool-card { display: flex; flex-direction: column; gap: 10px; padding: 18px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.tool-icon .icon-svg { width: 20px; height: 20px; }
.tool-icon { width: 38px; height: 38px; border-radius: 9px; display: grid; place-items: center; font-weight: 800; }
.tool-icon.blue { background: #eff6ff; color: #2563eb; }
.tool-icon.amber { background: #fffbeb; color: #b45309; }
.tool-icon.green { background: #ecfdf5; color: #047857; }
.tool-icon.violet { background: #f5f3ff; color: #6d28d9; }
.tool-card h3 { margin: 0; font-size: 15px; }
.tool-card p { margin: 0; color: #6b7280; font-size: 13px; line-height: 1.6; }
.wide-card { margin-top: 18px; padding: 22px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.api-card { display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: center; transition: transform .15s, box-shadow .15s, border-color .15s; }
.api-card:hover { transform: translateY(-2px); border-color: #d1d5db; box-shadow: 0 10px 24px rgba(17,24,39,.08); }
.wide-row { display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: center; }
.wide-icon .icon-svg { width: 22px; height: 22px; }
.wide-icon { width: 44px; height: 44px; border-radius: 10px; display: grid; place-items: center; background: #111827; color: #fff; font-weight: 800; }
.wide-icon.blue { background: #eff6ff; color: #2563eb; }
.wide-title { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; font-size: 17px; font-weight: 600; }
.badge { border-radius: 6px; padding: 2px 6px; background: #111827; color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .04em; }
.badge.beta { background: linear-gradient(135deg, #7c3aed, #a78bfa); }
.wide-sub { margin-top: 2px; color: #6b7280; font-size: 13px; }
.wide-cta { color: #2563eb; font-size: 13px; font-weight: 800; white-space: nowrap; }
.roteiro-list { margin: 16px 0 0; padding: 16px 0 0; border-top: 1px solid #f3f4f6; list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.roteiro-list li { display: flex; align-items: flex-start; gap: 8px; color: #374151; font-size: 13px; line-height: 1.35; }
.dot { width: 6px; height: 6px; border-radius: 999px; background: #3b82f6; margin-top: 6px; flex: none; }
.footer { background: #fff; border-top: 1px solid #e5e7eb; padding: 58px 24px 24px; }
.footer-inner { max-width: 1140px; margin: 0 auto; display: grid; grid-template-columns: 1.4fr 2fr; gap: 48px; padding-bottom: 40px; }
.footer-logo img { width: auto; height: 36px; }
.footer-tag { max-width: 280px; color: #6b7280; font-size: 13px; line-height: 1.65; margin-top: 12px; }
.footer-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.footer-col h3 { margin: 0 0 10px; color: #111827; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.footer-col a, .footer-col span { display: flex; align-items: center; gap: 6px; color: #6b7280; font-size: 14px; margin: 8px 0; }
.footer-col a:hover { color: #111827; }
.footer-col .disabled { color: #9ca3af; }
.footer-bottom { max-width: 1140px; margin: 0 auto; padding-top: 22px; border-top: 1px solid #f3f4f6; display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; color: #9ca3af; font-size: 13px; }
.footer-links { display: flex; gap: 16px; }
@media (min-width: 640px) {
  .hero { padding: 80px 24px 96px; }
}
@media (max-width: 900px) {
  .tool-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .header-inner { padding: 12px 16px; align-items: center; }
  .logo img { height: 32px; }
  .nav-desktop { display: none; }
  .mobile-actions { display: flex; }
  .mobile-menu:not([hidden]) { display: flex; }
  .tech-grid, .audience-grid, .tool-grid, .roteiro-list, .footer-cols { grid-template-columns: 1fr; }
  .tech-card { padding-right: 80px; }
  .upload-zone { padding: 32px 16px; }
  .api-card { grid-template-columns: auto 1fr; }
  .wide-cta { display: none; }
  .wave svg { height: 74px; margin-top: -74px; }
}

.cookie-banner {
  position: fixed;
  inset: auto 0 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid #e5e7eb;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 -8px 24px rgba(15, 23, 42, .12);
  padding: 14px max(16px, calc((100vw - 1180px) / 2));
  backdrop-filter: blur(14px);
}
.cookie-copy {
  max-width: 620px;
}
.cookie-copy strong {
  display: block;
  margin-bottom: 3px;
  color: #111827;
  font-size: 14px;
}
.cookie-copy p {
  margin: 0;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.45;
}
.cookie-copy a {
  display: inline-block;
  margin-top: 4px;
  color: #1d4ed8;
  font-size: 13px;
  font-weight: 600;
}
.cookie-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  min-width: min(100%, 420px);
  border: 1px solid #e5e7eb;
  border-radius: 9px;
  background: #f8fafc;
  padding: 4px;
}
.cookie-choice {
  min-height: 40px;
  border-radius: 6px;
  color: #475569;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 10px;
  text-align: center;
}
.cookie-choice:hover,
.cookie-choice:focus-visible {
  background: #fff;
  color: #0f172a;
  box-shadow: 0 0 0 1px #2563eb;
  outline: 0;
}
.cookie-reopen {
  position: static;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .14);
  color: #475569;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  padding: 9px 12px;
}
.cookie-reopen:hover,
.cookie-reopen:focus-visible {
  border-color: #cbd5e1;
  color: #0f172a;
  outline: 0;
}
.cookie-reopen--inline {
  position: static;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: inherit;
  font: inherit;
  padding: 0;
}
.cookie-reopen--inline:hover,
.cookie-reopen--inline:focus-visible {
  border-color: transparent;
  color: #2563eb;
  text-decoration: underline;
}
.cookie-preferences-footer {
  border-top: 1px solid #e5e7eb;
  color: #64748b;
  font-size: 12px;
  padding: 16px 24px;
  text-align: center;
}

@media (max-width: 760px) {
  .cookie-banner {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
    padding: 14px 16px;
  }
  .cookie-actions {
    min-width: 0;
    width: 100%;
  }
}

@media (max-width: 460px) {
  .cookie-actions {
    grid-template-columns: 1fr;
  }
}
