:root {
  --bg: #111318;
  --bg-soft: #171a21;
  --panel: #1d212a;
  --panel-strong: #252a35;
  --surface: #f7f7f4;
  --surface-2: #ffffff;
  --line: #343a48;
  --line-light: #e5e5df;
  --text: #f5f6f8;
  --text-dark: #1a1d24;
  --muted: #aab0bf;
  --muted-dark: #5f6571;
  --orange: #fe9a05;
  --orange-dark: #b85d00;
  --yellow: #fdc50f;
  --green: #2ecc71;
  --shadow: 0 28px 80px rgba(0, 0, 0, .28);
  --radius: 20px;
  --header-height: 76px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 20px); }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input { font: inherit; }
.wrap { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(780px, calc(100% - 40px)); margin-inline: auto; }

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100;
  transform: translateY(-150%);
  padding: 10px 14px;
  border-radius: 8px;
  background: #fff;
  color: #111;
}
.skip-link:focus { transform: translateY(0); }

header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: rgba(17, 19, 24, .9);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}
.header-inner {
  height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  padding: 6px 10px;
  border-radius: 10px;
  background: #fff;
}
.brand img { width: auto; height: 44px; }
.desktop-nav { display: flex; align-items: center; gap: 28px; }
.desktop-nav > a:not(.btn) {
  color: var(--muted);
  text-decoration: none;
  font-size: 14px;
  font-weight: 650;
}
.desktop-nav > a:not(.btn):hover { color: #fff; }
.mobile-nav { display: none; }

.btn {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 22px;
  border: 1px solid transparent;
  border-radius: 10px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  background: var(--orange);
  color: #211507;
  box-shadow: 0 10px 28px rgba(254, 154, 5, .22);
}
.btn-primary:hover { background: #ffb126; box-shadow: 0 13px 34px rgba(254, 154, 5, .3); }
.btn-secondary { border-color: #555d6d; color: #fff; background: rgba(255,255,255,.03); }
.btn-secondary:hover { border-color: #848c9b; background: rgba(255,255,255,.07); }
.btn-block { width: 100%; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  color: var(--yellow);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; }

.hero {
  position: relative;
  overflow: hidden;
  padding: 78px 0 68px;
  background:
    radial-gradient(circle at 12% 18%, rgba(254,154,5,.14), transparent 28%),
    radial-gradient(circle at 88% 28%, rgba(253,197,15,.09), transparent 28%);
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto -10% -190px;
  height: 300px;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,.22));
  pointer-events: none;
}
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 64px; }
.hero-copy h1 {
  max-width: 700px;
  margin: 0 0 20px;
  font-family: Fredoka, Inter, sans-serif;
  font-size: clamp(40px, 5.3vw, 68px);
  line-height: 1.02;
  letter-spacing: -.035em;
}
.hero-copy h1 strong { color: var(--yellow); font-weight: 800; }
.hero-copy .lead { max-width: 650px; margin: 0 0 30px; color: #c7cbd4; font-size: 18px; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; }
.microcopy { margin: 13px 0 0; color: var(--muted); font-size: 13px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 28px 0 0; padding: 0; list-style: none; }
.hero-points li { color: #d8dbe2; font-size: 14px; }
.hero-points li::before { content: "✓"; margin-right: 7px; color: var(--green); font-weight: 900; }

.hero-visual { position: relative; min-height: 500px; }
.hero-card {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow);
}
.hero-card img { width: 100%; height: 100%; object-fit: cover; }
.hero-card.main { width: 57%; aspect-ratio: 520 / 786; left: 22%; top: 0; z-index: 3; transform: rotate(1deg); }
.hero-card.left { width: 44%; aspect-ratio: 520 / 786; left: 0; top: 110px; z-index: 1; transform: rotate(-9deg); filter: brightness(.88); }
.hero-card.right { width: 44%; aspect-ratio: 520 / 786; right: 0; top: 125px; z-index: 2; transform: rotate(9deg); filter: brightness(.92); }
.hero-badge {
  position: absolute;
  right: 2%;
  bottom: 18px;
  z-index: 5;
  max-width: 220px;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 14px;
  background: rgba(29, 33, 42, .94);
  box-shadow: 0 16px 35px rgba(0,0,0,.28);
}
.hero-badge strong { display: block; margin-bottom: 3px; color: #fff; font-size: 14px; }
.hero-badge span { color: var(--muted); font-size: 12px; }

.trust-strip { border-block: 1px solid rgba(255,255,255,.08); background: var(--bg-soft); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 22px 18px; text-align: center; border-right: 1px solid rgba(255,255,255,.08); }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; color: #fff; font-size: 15px; }
.trust-item span { color: var(--muted); font-size: 12.5px; }

section { padding: 82px 0; }
.section-light { background: var(--surface); color: var(--text-dark); }
.section-soft { background: var(--bg-soft); }
.section-heading { max-width: 760px; margin: 0 auto 46px; text-align: center; }
.section-heading.align-left { margin-inline: 0; text-align: left; }
.section-heading .eyebrow { margin-bottom: 12px; color: var(--orange-dark); }
.section-heading h2 { margin: 0 0 12px; font-family: Fredoka, Inter, sans-serif; font-size: clamp(30px, 4vw, 44px); line-height: 1.08; letter-spacing: -.025em; }
.section-heading p { margin: 0; color: var(--muted); font-size: 16px; }
.section-light .section-heading p { color: var(--muted-dark); }

.problem-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.problem-card {
  padding: 24px;
  border: 1px solid var(--line-light);
  border-radius: 16px;
  background: var(--surface-2);
  box-shadow: 0 12px 30px rgba(22,24,28,.05);
}
.problem-icon { display: grid; width: 44px; height: 44px; place-items: center; margin-bottom: 16px; border-radius: 12px; background: #fff1db; font-size: 22px; }
.problem-card h3 { margin: 0 0 8px; font-size: 17px; }
.problem-card p { margin: 0; color: var(--muted-dark); font-size: 14px; }
.solution-line { max-width: 840px; margin: 30px auto 0; padding: 20px 24px; border-radius: 15px; background: #1b1e25; color: #fff; text-align: center; font-weight: 750; }
.solution-line strong { color: var(--yellow); }

.demo-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 48px; align-items: center; }
.demo-copy h2 { margin: 0 0 16px; font-family: Fredoka, Inter, sans-serif; font-size: clamp(32px, 4vw, 46px); line-height: 1.08; }
.demo-copy p { margin: 0 0 24px; color: var(--muted); }
.demo-list { display: grid; gap: 14px; margin: 0 0 28px; padding: 0; list-style: none; }
.demo-list li { display: grid; grid-template-columns: 34px 1fr; gap: 12px; align-items: start; }
.demo-list b { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; background: var(--orange); color: #211507; }
.demo-list strong { display: block; margin-bottom: 2px; color: #fff; font-size: 15px; }
.demo-list span { color: var(--muted); font-size: 13.5px; }
.workflow {
  position: relative;
  display: grid;
  gap: 14px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(150deg, #222731, #171a20);
  box-shadow: var(--shadow);
}
.workflow::before { content: "DEMONSTRAÇÃO DO FLUXO"; color: var(--muted); font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.workflow-step { display: grid; grid-template-columns: 66px 1fr auto; gap: 16px; align-items: center; padding: 17px; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; background: rgba(255,255,255,.035); }
.workflow-icon { display: grid; width: 58px; height: 58px; place-items: center; border-radius: 14px; background: #fff; color: #222; font-size: 28px; }
.workflow-step strong { display: block; margin-bottom: 3px; }
.workflow-step p { margin: 0; color: var(--muted); font-size: 13px; }
.workflow-arrow { color: var(--yellow); font-size: 25px; }
.workflow-output { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.workflow-output img { width: 100%; aspect-ratio: 520 / 786; object-fit: cover; border: 2px solid #fff; border-radius: 8px; }

.benefit-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.benefit-card { padding: 30px; border: 1px solid var(--line-light); border-radius: 18px; background: #fff; }
.benefit-card .number { display: inline-flex; margin-bottom: 18px; color: var(--orange-dark); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.benefit-card h3 { margin: 0 0 10px; font-size: 23px; }
.benefit-card p { margin: 0; color: var(--muted-dark); }
.benefit-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 17px; }
.benefit-tags span { padding: 5px 9px; border-radius: 999px; background: #f0f1ee; color: #505560; font-size: 12px; font-weight: 700; }

.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gallery-card { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: var(--panel); }
.gallery-card .image-shell { display: grid; min-height: 270px; place-items: center; padding: 22px; background: radial-gradient(circle at 50% 0, #343b49, #1a1e25 70%); }
.gallery-card.poster .image-shell img { height: 250px; width: auto; border: 2px solid #fff; border-radius: 8px; box-shadow: 0 16px 32px rgba(0,0,0,.35); }
.gallery-card.banner .image-shell { min-height: 180px; }
.gallery-card.banner .image-shell img { width: 100%; border: 2px solid #fff; border-radius: 8px; box-shadow: 0 14px 30px rgba(0,0,0,.28); }
.gallery-info { padding: 18px 20px; }
.gallery-info strong { display: block; margin-bottom: 3px; }
.gallery-info span { color: var(--muted); font-size: 13px; }
.gallery-cta { margin-top: 30px; text-align: center; }

.compare-shell { overflow: hidden; border: 1px solid var(--line-light); border-radius: 18px; background: #fff; box-shadow: 0 14px 35px rgba(22,24,28,.05); }
.compare-header, .compare-row { display: grid; grid-template-columns: 1fr 1fr; }
.compare-header div { padding: 18px 24px; font-weight: 900; }
.compare-header .with { background: #1c2028; color: #fff; }
.compare-header .without { background: #eceeea; color: #3f444e; }
.compare-row > div { padding: 18px 24px; border-top: 1px solid var(--line-light); }
.compare-row .with { color: #1d3526; font-weight: 750; background: #f5fff8; }
.compare-row .without { color: #666b74; }
.compare-row .with::before { content: "✓"; margin-right: 9px; color: #118344; font-weight: 900; }
.compare-row .without::before { content: "•"; margin-right: 9px; color: #a4a8ae; font-weight: 900; }

.price-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 38px; align-items: center; }
.price-copy h2 { margin: 0 0 15px; font-family: Fredoka, Inter, sans-serif; font-size: clamp(34px, 4.5vw, 50px); line-height: 1.05; }
.price-copy > p { margin: 0 0 22px; color: var(--muted); }
.price-copy ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.price-copy li { color: #dfe2e8; font-size: 14px; }
.price-copy li::before { content: "✓"; margin-right: 9px; color: var(--green); font-weight: 900; }
.price-card { position: relative; padding: 38px; border: 2px solid var(--orange); border-radius: 22px; background: linear-gradient(160deg, #252a34, #191c23); box-shadow: var(--shadow); }
.price-badge { display: inline-flex; padding: 6px 11px; border-radius: 999px; background: var(--yellow); color: #27200a; font-size: 12px; font-weight: 900; }
.price-card h3 { margin: 20px 0 4px; font-size: 20px; }
.price { margin: 0; font-family: Anton, Impact, sans-serif; font-size: 58px; line-height: 1; }
.price small { font-family: Inter, sans-serif; color: var(--muted); font-size: 17px; font-weight: 500; }
.price-daily { margin: 8px 0 23px; color: var(--muted); font-size: 13px; }
.price-card ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px 18px; margin: 0 0 26px; padding: 24px 0; border-block: 1px solid var(--line); list-style: none; }
.price-card li { color: #e8eaee; font-size: 13px; }
.price-card li::before { content: "✓"; margin-right: 6px; color: var(--green); font-weight: 900; }
.price-note { margin: 13px 0 0; color: var(--muted); font-size: 12px; text-align: center; }

.faq { display: grid; gap: 12px; }
.faq details { border: 1px solid var(--line-light); border-radius: 14px; background: #fff; }
.faq summary { padding: 18px 21px; cursor: pointer; color: var(--text-dark); font-weight: 800; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; float: right; color: var(--orange-dark); font-size: 22px; line-height: 1; }
.faq details[open] summary::after { content: "−"; }
.faq details p { margin: 0; padding: 0 21px 20px; color: var(--muted-dark); font-size: 14px; }

.final-cta { padding-top: 0; }
.final-box {
  position: relative;
  overflow: hidden;
  padding: 58px 32px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 24px;
  background: linear-gradient(130deg, #292f3a, #171a20 70%);
  text-align: center;
}
.final-box::before { content: ""; position: absolute; width: 300px; height: 300px; top: -180px; left: 50%; transform: translateX(-50%); border-radius: 50%; background: rgba(254,154,5,.2); filter: blur(30px); }
.final-box > * { position: relative; }
.final-box h2 { margin: 0 0 12px; font-family: Fredoka, Inter, sans-serif; font-size: clamp(31px, 4vw, 46px); }
.final-box p { max-width: 620px; margin: 0 auto 24px; color: var(--muted); }

footer { border-top: 1px solid rgba(255,255,255,.08); padding: 34px 0; color: var(--muted); font-size: 13px; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand .brand img { height: 37px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-links a { color: var(--muted); text-decoration: none; }
.footer-links a:hover { color: #fff; }

#cookieNotice { position: fixed; z-index: 90; right: 18px; bottom: 18px; width: min(430px, calc(100% - 36px)); padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: #20242d; box-shadow: 0 20px 50px rgba(0,0,0,.35); }
#cookieNotice[hidden] { display: none; }
#cookieNotice p { margin: 0 0 12px; color: #d6d9df; font-size: 12.5px; }
#cookieNotice a { color: var(--yellow); }
#cookieNotice button { border: 0; border-radius: 8px; padding: 8px 14px; background: var(--orange); color: #211507; font-weight: 850; cursor: pointer; }

@media (max-width: 980px) {
  .hero-grid, .demo-grid, .price-layout { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-copy .lead { margin-inline: auto; }
  .hero-ctas, .hero-points { justify-content: center; }
  .hero-visual { width: min(620px, 100%); margin: 10px auto 0; }
  .problem-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .price-copy { text-align: center; }
  .price-copy ul { width: fit-content; margin-inline: auto; text-align: left; }
}

@media (max-width: 760px) {
  :root { --header-height: 66px; }
  .wrap, .narrow { width: min(100% - 28px, 1160px); }
  .desktop-nav { display: none; }
  .mobile-nav { display: block; position: relative; }
  .mobile-nav summary { list-style: none; display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid #484f5e; border-radius: 9px; cursor: pointer; font-size: 22px; }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-nav .menu { position: absolute; right: 0; top: 50px; min-width: 230px; padding: 10px; border: 1px solid var(--line); border-radius: 13px; background: #1d212a; box-shadow: 0 18px 45px rgba(0,0,0,.38); }
  .mobile-nav .menu a { display: block; padding: 11px 12px; border-radius: 8px; color: #e8eaf0; text-decoration: none; font-size: 14px; }
  .mobile-nav .menu a:hover { background: #292e38; }
  .mobile-nav .menu .btn { margin-top: 6px; }
  .brand img { height: 37px; }
  .hero { padding-top: 54px; }
  .hero-copy h1 { font-size: clamp(38px, 11vw, 54px); }
  .hero-copy .lead { font-size: 16px; }
  .hero-visual { min-height: 410px; }
  .hero-badge { right: 0; bottom: 5px; }
  section { padding: 64px 0; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.08); }
  .problem-grid, .benefit-grid, .gallery-grid { grid-template-columns: 1fr; }
  .workflow-step { grid-template-columns: 55px 1fr; }
  .workflow-arrow { display: none; }
  .compare-header { display: none; }
  .compare-row { grid-template-columns: 1fr; border-top: 1px solid var(--line-light); }
  .compare-row:first-of-type { border-top: 0; }
  .compare-row > div { border-top: 0; }
  .compare-row .with::after { content: " Com o Cartazista Digital"; color: #607066; font-size: 11px; font-weight: 600; }
  .compare-row .without { padding-top: 0; }
  .price-card { padding: 28px 22px; }
  .price-card ul { grid-template-columns: 1fr; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 480px) {
  .hero-ctas .btn { width: 100%; }
  .hero-visual { min-height: 330px; }
  .hero-card.main { width: 59%; left: 20%; }
  .hero-card.left, .hero-card.right { width: 43%; top: 82px; }
  .hero-badge { max-width: 180px; padding: 10px 12px; }
  .workflow { padding: 16px; }
  .workflow-output { gap: 5px; }
  .gallery-card .image-shell { min-height: 230px; }
  .final-box { padding: 44px 20px; }
}
