/* Nowly: estilos compartilhados (index + vagas) */
:root {
  --bg: #FFFFFF; --bg-2: #F7F6FA; --bg-3: #EFEDF4;
  --ink: #0B0A12; --ink-2: #3E3B4A; --ink-3: #7A7788;
  --line: rgba(11,10,18,0.10); --line-2: rgba(11,10,18,0.18);
  --mag: #FF2E9A; --vio: #B740E8; --roxo: #7C3CFF;
  --grad: linear-gradient(100deg, #FF2E9A 0%, #B740E8 50%, #7C3CFF 100%);
  --disp: 'Unbounded', 'Helvetica Neue', Arial, sans-serif;
  --body: 'Figtree', 'Helvetica Neue', Arial, sans-serif;
  --mark: 'Space Grotesk', 'Figtree', sans-serif;
  --r-lg: 24px; --r-md: 16px;
  --pad: 64px;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { background: var(--bg); color: var(--ink); font-family: var(--body); line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
input { font: inherit; }
.container { max-width: 1240px; margin: 0 auto; padding: 0 var(--pad); }
.disp { font-family: var(--disp); font-weight: 300; letter-spacing: -0.025em; line-height: 1.06; }
.g { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; font-weight: 400; white-space: nowrap; }
.ico { width: 1em; height: 1em; flex: none; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; background: var(--ink); color: #fff; font-weight: 600; font-size: 15px; padding: 16px 28px; border-radius: 999px; position: relative; isolation: isolate; overflow: hidden; transition: transform 200ms ease, box-shadow 200ms ease; white-space: nowrap; }
.btn::before { content: ""; position: absolute; inset: 0; background: var(--grad); opacity: 0; transition: opacity 250ms ease; z-index: -1; }
@media (hover: hover) { .btn:hover { transform: translateY(-1px); box-shadow: 0 12px 30px rgba(183,64,232,0.28); } .btn:hover::before { opacity: 1; } }
.btn:active { transform: scale(0.98); }
.btn-ghost { display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--line-2); font-weight: 500; font-size: 15px; padding: 15px 24px; border-radius: 999px; transition: border-color 200ms; }
@media (hover: hover) { .btn-ghost:hover { border-color: var(--ink); } }
.chip { display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px; border-radius: 999px; font-size: 13px; font-weight: 500; border: 1px solid var(--line); color: var(--ink-2); background: #fff; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--mag); position: relative; }
.live-dot::after { content: ""; position: absolute; inset: -4px; border-radius: 50%; border: 2px solid var(--mag); animation: pulse 1.6s ease-out infinite; }
@keyframes pulse { from { transform: scale(0.6); opacity: 1; } to { transform: scale(1.8); opacity: 0; } }

/* nav */
.nav { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,0.86); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.nav .container { display: flex; justify-content: space-between; align-items: center; height: 72px; }
.logo { height: 30px; width: auto; display: block; }
.nav ul { display: flex; gap: 32px; align-items: center; list-style: none; }
.nav ul a { font-size: 15px; font-weight: 500; color: var(--ink-2); transition: color 150ms; }
.nav ul a:hover { color: var(--ink); }
.nav ul a.btn { color: #fff; padding: 11px 20px; font-size: 14px; }

/* hero */
.hero { padding: 64px 0 88px; position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 760px; height: 760px; right: -220px; top: -180px; background: radial-gradient(closest-side, rgba(255,46,154,0.10), rgba(124,60,255,0.06) 55%, transparent); pointer-events: none; }
.hero .container { display: grid; grid-template-columns: 1.2fr 1fr; gap: 64px; align-items: center; position: relative; }
.hero-copy { display: flex; flex-direction: column; gap: 28px; align-items: flex-start; }
.hero h1 { font-size: clamp(40px, 5.4vw, 78px); }
.hero p.lead { font-size: 19px; line-height: 1.55; color: var(--ink-2); max-width: 520px; }
.hero .ctas { display: flex; gap: 12px; flex-wrap: wrap; }
.hero .sign { font-size: 14px; color: var(--ink-3); }
.hero .sign b { color: var(--ink); font-weight: 600; }

/* celular com a live */
.phone-wrap { display: flex; justify-content: center; position: relative; }
.phone { width: 300px; aspect-ratio: 9 / 18.5; border-radius: 44px; background: var(--ink); padding: 10px; box-shadow: 0 40px 80px -30px rgba(124,60,255,0.45), 0 0 0 1px rgba(11,10,18,0.06); position: relative; transform: rotate(3deg); }
.screen { position: relative; width: 100%; height: 100%; border-radius: 34px; overflow: hidden; background: linear-gradient(160deg, #2A0F2E 0%, #1B0F3A 55%, #0B0A12 100%); color: #fff; }
.screen .stage { position: absolute; left: 0; right: 0; top: 0; height: 52%; display: grid; place-items: center; }
.screen .stage::before { content: ""; position: absolute; width: 240px; height: 240px; border-radius: 50%; background: radial-gradient(closest-side, rgba(255,46,154,0.55), rgba(124,60,255,0.25) 60%, transparent); filter: blur(6px); animation: breathe 3.2s ease-in-out infinite; }
@keyframes breathe { 50% { transform: scale(1.12); } }
.screen .stage svg { width: 92px; height: 92px; position: relative; }
.pulse-line { stroke-dasharray: 60; stroke-dashoffset: 60; animation: beat 1.6s ease-in-out infinite; }
@keyframes beat { 0% { stroke-dashoffset: 60; } 45%, 70% { stroke-dashoffset: 0; } 100% { stroke-dashoffset: -60; } }
.screen .top { position: absolute; top: 18px; left: 14px; right: 14px; display: flex; justify-content: space-between; align-items: center; z-index: 2; }
.screen .who { display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 600; }
.screen .who i { width: 26px; height: 26px; border-radius: 50%; background: var(--grad); display: block; border: 2px solid rgba(255,255,255,0.8); }
.screen .badge { display: inline-flex; align-items: center; gap: 6px; background: var(--mag); font-size: 10px; font-weight: 700; letter-spacing: 0.06em; padding: 4px 9px; border-radius: 6px; }
.screen .badge .live-dot { background: #fff; width: 6px; height: 6px; }
.screen .badge .live-dot::after { border-color: #fff; }
.comments { position: absolute; left: 12px; right: 60px; bottom: 96px; height: 34%; display: flex; flex-direction: column; justify-content: flex-end; gap: 6px; overflow: hidden; z-index: 2; -webkit-mask-image: linear-gradient(to bottom, transparent, #000 40%); mask-image: linear-gradient(to bottom, transparent, #000 40%); }
.comments p { font-size: 11.5px; line-height: 1.35; background: rgba(0,0,0,0.28); padding: 5px 9px; border-radius: 12px; width: fit-content; max-width: 100%; animation: cin 400ms ease-out both; }
.comments p b { font-weight: 600; opacity: 0.7; margin-right: 4px; }
@keyframes cin { from { opacity: 0; transform: translateY(10px); } }
.hearts { position: absolute; right: 14px; bottom: 120px; width: 44px; height: 220px; z-index: 2; pointer-events: none; }
.hearts span { position: absolute; bottom: 0; left: 50%; width: 22px; height: 22px; animation: floatup 2.4s ease-out forwards; }
@keyframes floatup { 0% { transform: translate(-50%, 0) scale(0.6); opacity: 0; } 15% { opacity: 1; } 100% { transform: translate(calc(-50% + var(--dx)), -200px) scale(1.1); opacity: 0; } }
.pinned { position: absolute; left: 12px; right: 12px; bottom: 16px; z-index: 2; background: #fff; color: var(--ink); border-radius: 16px; padding: 10px; display: flex; gap: 10px; align-items: center; box-shadow: 0 10px 30px rgba(0,0,0,0.3); }
.pinned .thumb { width: 52px; height: 52px; border-radius: 10px; background: var(--grad); flex: none; display: grid; place-items: center; }
.pinned .thumb svg { width: 26px; height: 26px; }
.pinned .info { flex: 1; min-width: 0; }
.pinned .info small { display: block; font-size: 10px; font-weight: 600; color: var(--mag); }
.pinned .info strong { display: block; font-size: 13px; font-weight: 600; line-height: 1.25; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.pinned .buy { background: var(--ink); color: #fff; font-size: 11px; font-weight: 700; padding: 8px 12px; border-radius: 999px; }
.phone-note { position: absolute; bottom: -34px; left: 0; right: 0; text-align: center; font-size: 12px; color: var(--ink-3); }

/* seções */
.sec { padding: 104px 0; border-top: 1px solid var(--line); }
.sec-head { display: grid; grid-template-columns: 1.2fr 1fr; gap: 72px; align-items: end; margin-bottom: 56px; }
.sec-head h2 { font-size: clamp(32px, 3.8vw, 54px); }
.sec-head p { font-size: 17px; color: var(--ink-2); max-width: 460px; }
.num { font-family: var(--disp); font-size: 13px; font-weight: 400; letter-spacing: 0.04em; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* por que ao vivo */
.why { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-2); }
.why > div { padding: 36px 36px 8px 0; display: flex; flex-direction: column; gap: 14px; }
.why > div + div { padding-left: 36px; border-left: 1px solid var(--line); }
.why h3 { font-family: var(--disp); font-weight: 400; font-size: 22px; letter-spacing: -0.02em; line-height: 1.2; }
.why p { color: var(--ink-2); font-size: 16px; }

/* o que fazemos */
.servicos { list-style: none; border-top: 1px solid var(--line-2); }
.servicos li { display: grid; grid-template-columns: 80px 1fr 1.25fr; gap: 32px; padding: 34px 0; border-bottom: 1px solid var(--line); align-items: start; transition: background 250ms; }
.servicos h3 { font-family: var(--disp); font-weight: 300; font-size: clamp(22px, 2.3vw, 32px); letter-spacing: -0.02em; line-height: 1.15; }
.servicos p { color: var(--ink-2); font-size: 16px; }
.servicos .tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.servicos .tags span { font-size: 13px; font-weight: 500; padding: 5px 12px; border-radius: 999px; background: var(--bg-2); color: var(--ink-2); }
.servicos .num { padding-top: 10px; }

/* como funciona */
.passos { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.passo { background: var(--bg-2); border-radius: var(--r-lg); padding: 30px 26px 32px; display: flex; flex-direction: column; gap: 14px; position: relative; overflow: hidden; }
.passo .bar { height: 3px; border-radius: 3px; background: var(--line); position: relative; overflow: hidden; margin-bottom: 10px; }
.passo .bar i { position: absolute; inset: 0; background: var(--grad); transform-origin: left; transform: scaleX(0); transition: transform 900ms cubic-bezier(.2,.7,.2,1); }
.passos.in .passo .bar i { transform: scaleX(1); }
.passos.in .passo:nth-child(2) .bar i { transition-delay: 200ms; }
.passos.in .passo:nth-child(3) .bar i { transition-delay: 400ms; }
.passos.in .passo:nth-child(4) .bar i { transition-delay: 600ms; }
.passo h3 { font-family: var(--disp); font-weight: 400; font-size: 21px; letter-spacing: -0.02em; }
.passo p { font-size: 15px; color: var(--ink-2); }

/* estúdios */
.estudio { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.estudio .card-dark { background: var(--ink); color: #fff; border-radius: var(--r-lg); padding: 48px; display: flex; flex-direction: column; justify-content: space-between; gap: 40px; position: relative; overflow: hidden; min-height: 440px; }
.estudio .card-dark::after { content: ""; position: absolute; width: 520px; height: 520px; right: -200px; bottom: -260px; border-radius: 50%; background: radial-gradient(closest-side, rgba(255,46,154,0.45), rgba(124,60,255,0.25) 60%, transparent); }
.estudio .card-dark > * { position: relative; z-index: 1; }
.estudio .big { font-family: var(--disp); font-weight: 300; font-size: clamp(64px, 8vw, 120px); line-height: 0.9; letter-spacing: -0.04em; }
.estudio .card-dark h3 { font-family: var(--disp); font-weight: 300; font-size: clamp(24px, 2.4vw, 34px); letter-spacing: -0.02em; line-height: 1.15; }
.estudio .card-dark p { color: rgba(255,255,255,0.72); font-size: 16px; max-width: 420px; }
.estudio .side { display: grid; grid-template-rows: 1fr 1fr; gap: 16px; }
.estudio .card { border: 1px solid var(--line); border-radius: var(--r-lg); padding: 36px; display: flex; flex-direction: column; gap: 14px; justify-content: flex-end; }
.estudio .card h3 { font-family: var(--disp); font-weight: 400; font-size: 22px; letter-spacing: -0.02em; line-height: 1.2; }
.estudio .card p { color: var(--ink-2); font-size: 16px; }
.duo { display: flex; align-items: center; gap: 12px; font-family: var(--disp); font-size: 20px; font-weight: 400; letter-spacing: -0.02em; }
.duo .x { width: 28px; height: 28px; border-radius: 50%; background: var(--grad); color: #fff; display: grid; place-items: center; font-size: 13px; }

/* pra quem */
.quem { display: grid; grid-template-columns: 1.2fr 1fr; gap: 72px; align-items: start; }
.quem h2 { font-size: clamp(32px, 3.8vw, 54px); }
.checks { list-style: none; display: flex; flex-direction: column; }
.checks li { display: flex; gap: 16px; align-items: flex-start; padding: 20px 0; border-bottom: 1px solid var(--line); font-size: 17px; }
.checks li:first-child { border-top: 1px solid var(--line-2); }
.checks svg { width: 22px; height: 22px; flex: none; margin-top: 2px; }

/* formulário */
.contato { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; }
.contato h2 { font-size: clamp(34px, 4.2vw, 60px); }
.contato .copy { display: flex; flex-direction: column; gap: 28px; }
.contato .copy p { font-size: 17px; color: var(--ink-2); max-width: 440px; }
.form-card { border: 1px solid var(--line); border-radius: var(--r-lg); padding: 36px; background: #fff; box-shadow: 0 30px 60px -40px rgba(124,60,255,0.35); }
.form-top { display: flex; justify-content: space-between; font-size: 13px; font-weight: 500; color: var(--ink-3); margin-bottom: 12px; }
.form-top b { color: var(--ink); font-weight: 600; }
.progress { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin-bottom: 28px; }
.progress i { height: 3px; border-radius: 3px; background: var(--line); display: block; transition: background 300ms; }
.progress i.done { background: var(--grad); }
.q { font-family: var(--disp); font-weight: 400; font-size: 20px; letter-spacing: -0.02em; margin-bottom: 18px; }
.opts { display: flex; flex-direction: column; gap: 10px; }
.opt { display: flex; align-items: center; gap: 14px; text-align: left; border: 1px solid var(--line-2); border-radius: 999px; padding: 14px 18px; font-size: 15px; font-weight: 500; transition: border-color 150ms, background 150ms; }
.opt .dotc { width: 18px; height: 18px; border-radius: 50%; border: 1.5px solid var(--line-2); flex: none; margin-left: auto; display: grid; place-items: center; }
@media (hover: hover) { .opt:hover { border-color: var(--ink); } }
.opt.sel { border-color: var(--vio); background: rgba(183,64,232,0.06); }
.opt.sel .dotc { border-color: var(--vio); }
.opt.sel .dotc::after { content: ""; width: 10px; height: 10px; border-radius: 50%; background: var(--grad); }
.fields { display: flex; flex-direction: column; gap: 12px; }
.fields label { display: flex; flex-direction: column; gap: 6px; font-size: 13px; font-weight: 500; color: var(--ink-2); }
.fields input { border: 1px solid var(--line-2); border-radius: 999px; padding: 14px 20px; font-size: 15px; outline: none; transition: border-color 150ms; background: #fff; color: var(--ink); }
.fields input:focus { border-color: var(--vio); }
.form-nav { display: flex; justify-content: space-between; align-items: center; margin-top: 24px; gap: 12px; }
.form-nav .note { font-size: 13px; color: var(--ink-3); }
.back { font-size: 14px; font-weight: 500; color: var(--ink-3); display: inline-flex; align-items: center; gap: 6px; }
.btn[disabled] { opacity: 0.35; pointer-events: none; }
.ok { text-align: center; padding: 20px 0; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.ok .circle { width: 64px; height: 64px; border-radius: 50%; background: var(--grad); display: grid; place-items: center; color: #fff; }
.ok h3 { font-family: var(--disp); font-weight: 400; font-size: 24px; }
.ok p { color: var(--ink-2); }

.form-err { color: #D1245F; font-size: 14px; margin-top: 14px; }
.btn.busy { opacity: 0.6; pointer-events: none; }

/* FAQ */
.faq { max-width: 860px; }
.faq details { border-bottom: 1px solid var(--line); }
.faq details:first-of-type { border-top: 1px solid var(--line-2); }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 24px 0; font-family: var(--disp); font-weight: 400; font-size: 19px; letter-spacing: -0.015em; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .pm { width: 32px; height: 32px; border-radius: 50%; border: 1px solid var(--line-2); display: grid; place-items: center; flex: none; transition: transform 250ms, background 250ms, border-color 250ms; }
.faq details[open] summary .pm { transform: rotate(45deg); background: var(--ink); border-color: var(--ink); color: #fff; }
.faq details p { padding: 0 56px 26px 0; color: var(--ink-2); font-size: 16px; }

/* rodapé */
footer { border-top: 1px solid var(--line); padding: 56px 0 40px; }
footer .container { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; flex-wrap: wrap; }
footer .col { display: flex; flex-direction: column; gap: 14px; }
footer .small { font-size: 14px; color: var(--ink-3); }
footer .logo { height: 28px; width: 110px; }
footer .social { display: flex; gap: 10px; }
footer .social a { width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line-2); display: grid; place-items: center; transition: background 200ms, color 200ms, border-color 200ms; }
footer .social a:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
footer .social svg { width: 18px; height: 18px; }

/* revelar no scroll */
.js .rv { opacity: 0; transform: translateY(22px); transition: opacity 700ms ease, transform 700ms cubic-bezier(.2,.7,.2,1); }
.js .rv.in { opacity: 1; transform: none; }

/* faixa de vagas na home */
.hiring { display: flex; justify-content: space-between; align-items: center; gap: 32px; background: var(--bg-2); border-radius: var(--r-lg); padding: 48px; position: relative; overflow: hidden; }
.hiring::after { content: ""; position: absolute; width: 420px; height: 420px; right: -120px; top: -200px; border-radius: 50%; background: radial-gradient(closest-side, rgba(255,46,154,0.16), rgba(124,60,255,0.08) 60%, transparent); pointer-events: none; }
.hiring > * { position: relative; z-index: 1; }
.hiring h2 { font-size: clamp(28px, 3.2vw, 44px); margin: 18px 0 12px; }
.hiring p { color: var(--ink-2); font-size: 16px; }
@media (max-width: 640px) { .hiring { flex-direction: column; align-items: flex-start; padding: 32px 22px; } .hiring .btn { width: 100%; } }

@media (max-width: 1000px) {
  :root { --pad: 32px; }
  .hero .container, .sec-head, .quem, .contato, .estudio { grid-template-columns: 1fr; gap: 40px; }
  .phone { transform: none; }
  .passos { grid-template-columns: 1fr 1fr; }
  .servicos li { grid-template-columns: 56px 1fr; }
  .servicos li > p { grid-column: 2; }
}
@media (max-width: 760px) {
  .nav ul li:not(:last-child) { display: none; }
}
@media (max-width: 640px) {
  :root { --pad: 16px; }
  .hero { padding: 40px 0 72px; }
  .hero p.lead { font-size: 17px; }
  .hero .ctas { width: 100%; flex-direction: column; } .hero .ctas a { width: 100%; justify-content: center; }
  .phone { width: 272px; }
  .pinned .thumb { width: 44px; height: 44px; }
  .pinned .buy { padding: 7px 10px; }
  .sec { padding: 72px 0; }
  .sec-head { margin-bottom: 36px; }
  .why { grid-template-columns: 1fr; }
  .why > div, .why > div + div { padding: 26px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .servicos li { grid-template-columns: 1fr; gap: 12px; padding: 28px 0; }
  .servicos li > p { grid-column: 1; }
  .servicos .num { padding-top: 0; }
  .passos { grid-template-columns: 1fr; }
  .estudio .card-dark { padding: 32px 26px; min-height: 380px; }
  .estudio .card { padding: 28px 24px; }
  .form-card { padding: 26px 20px; }
  .faq details p { padding-right: 0; }
  .nav ul a.btn { padding: 10px 16px; }
  .logo { height: 26px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .js .rv { opacity: 1; transform: none; }
}
