@riligar/components-kit 1.13.0 → 1.13.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.esm.js CHANGED
@@ -1,9 +1,9 @@
1
- import { createTheme as le, Stack as u, Group as f, Badge as C, Text as a, Title as k, Center as q, Box as x, Button as G, Container as F, Paper as w, SimpleGrid as S, Image as $, List as M, ThemeIcon as v, Grid as z, Code as ce, RingProgress as de, TextInput as N, Divider as D, SegmentedControl as he, Accordion as B, Avatar as pe, Anchor as me, ActionIcon as ge } from "@mantine/core";
1
+ import { createTheme as ce, Stack as u, Group as f, Badge as j, Text as a, Title as E, Center as A, Box as y, Button as G, CopyButton as de, Tooltip as pe, ActionIcon as re, Container as F, Paper as w, SimpleGrid as I, Image as $, List as M, ThemeIcon as v, Grid as z, RingProgress as he, TextInput as N, Divider as D, SegmentedControl as me, Accordion as C, Avatar as ge, Anchor as ue } from "@mantine/core";
2
2
  import { jsxs as r, jsx as e, Fragment as J } from "react/jsx-runtime";
3
- import { isValidElement as ue, useState as X, Fragment as fe } from "react";
4
- import { useWindowScroll as ye } from "@mantine/hooks";
5
- import { IconCheck as V, IconShieldCheck as re, IconBolt as Y, IconQuote as xe, IconCircleCheck as be, IconCloudLock as ae, IconEyeOff as ve, IconUserShield as ze, IconScale as we, IconUserCheck as Se, IconFileDescription as Ie, IconBan as Te, IconAlertCircle as qe, IconShieldLock as Ae, IconDatabase as Pe, IconUsers as De, IconActivity as Fe } from "@tabler/icons-react";
6
- const $e = le({
3
+ import { isValidElement as fe, useState as X, Fragment as ye } from "react";
4
+ import { IconCheck as H, IconCopy as be, IconShieldCheck as ae, IconBolt as Y, IconQuote as xe, IconCircleCheck as ve, IconCloudLock as ie, IconEyeOff as ze, IconUserShield as we, IconScale as Se, IconUserCheck as Ie, IconFileDescription as Te, IconBan as qe, IconAlertCircle as Ae, IconShieldLock as Pe, IconDatabase as De, IconUsers as Fe, IconActivity as ke } from "@tabler/icons-react";
5
+ import { useWindowScroll as Ce } from "@mantine/hooks";
6
+ const Je = ce({
7
7
  fontFamily: 'Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif',
8
8
  headings: {
9
9
  fontFamily: 'Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif',
@@ -146,21 +146,21 @@ const $e = le({
146
146
  }
147
147
  }
148
148
  });
149
- function ie({ badge: i, subtitle: o, title: l, titleOrder: n = 2, titleFz: s = "var(--fz-section-title)", ta: t = "left", maw: g }) {
150
- return !l && !o && !i ? null : /* @__PURE__ */ r(
149
+ function oe({ badge: i, subtitle: n, title: d, titleOrder: o = 2, titleFz: t = "var(--fz-section-title)", ta: s = "left", maw: g }) {
150
+ return !d && !n && !i ? null : /* @__PURE__ */ r(
151
151
  u,
152
152
  {
153
153
  gap: "xs",
154
- align: t === "center" ? "center" : "flex-start",
155
- ta: t,
154
+ align: s === "center" ? "center" : "flex-start",
155
+ ta: s,
156
156
  children: [
157
157
  i && /* @__PURE__ */ e(
158
158
  f,
159
159
  {
160
- justify: t === "center" ? "center" : "flex-start",
160
+ justify: s === "center" ? "center" : "flex-start",
161
161
  mb: "xs",
162
162
  children: /* @__PURE__ */ e(
163
- C,
163
+ j,
164
164
  {
165
165
  variant: "dot",
166
166
  color: "gray",
@@ -171,7 +171,7 @@ function ie({ badge: i, subtitle: o, title: l, titleOrder: n = 2, titleFz: s = "
171
171
  )
172
172
  }
173
173
  ),
174
- o && /* @__PURE__ */ e(
174
+ n && /* @__PURE__ */ e(
175
175
  a,
176
176
  {
177
177
  c: "gray.4",
@@ -179,25 +179,25 @@ function ie({ badge: i, subtitle: o, title: l, titleOrder: n = 2, titleFz: s = "
179
179
  fw: 800,
180
180
  tt: "uppercase",
181
181
  ls: "1.5px",
182
- children: o
182
+ children: n
183
183
  }
184
184
  ),
185
- l && /* @__PURE__ */ e(
186
- k,
185
+ d && /* @__PURE__ */ e(
186
+ E,
187
187
  {
188
- order: n,
189
- fz: s,
188
+ order: o,
189
+ fz: t,
190
190
  maw: g,
191
- children: l
191
+ children: d
192
192
  }
193
193
  )
194
194
  ]
195
195
  }
196
196
  );
197
197
  }
198
- function ne({ video: i, image: o, width: l = "100%", maw: n, alt: s }) {
199
- return i ? /* @__PURE__ */ e(q, { children: /* @__PURE__ */ e(
200
- x,
198
+ function ne({ video: i, image: n, width: d = "100%", maw: o, alt: t }) {
199
+ return i ? /* @__PURE__ */ e(A, { children: /* @__PURE__ */ e(
200
+ y,
201
201
  {
202
202
  component: "video",
203
203
  src: i.src,
@@ -205,123 +205,250 @@ function ne({ video: i, image: o, width: l = "100%", maw: n, alt: s }) {
205
205
  loop: !0,
206
206
  muted: !0,
207
207
  playsInline: !0,
208
- "aria-label": s || "Demonstração em vídeo",
209
- w: i.width || l,
208
+ "aria-label": t || "Demonstração em vídeo",
209
+ w: i.width || d,
210
210
  h: "auto",
211
211
  style: { filter: i.filter || "none" }
212
212
  }
213
- ) }) : o ? /* @__PURE__ */ e(q, { children: /* @__PURE__ */ e(
214
- x,
213
+ ) }) : n ? /* @__PURE__ */ e(A, { children: /* @__PURE__ */ e(
214
+ y,
215
215
  {
216
216
  component: "img",
217
- src: o,
218
- alt: s || "",
219
- w: l,
217
+ src: n,
218
+ alt: t || "",
219
+ w: d,
220
220
  h: "auto",
221
- maw: n
221
+ maw: o
222
222
  }
223
223
  ) }) : null;
224
224
  }
225
225
  function R({
226
226
  label: i,
227
- href: o,
228
- onClick: l,
229
- icon: n,
230
- size: s = "lg",
231
- variant: t = "filled",
227
+ href: n,
228
+ onClick: d,
229
+ icon: o,
230
+ size: t = "lg",
231
+ variant: s = "filled",
232
232
  color: g,
233
- target: c,
234
- px: p,
235
- fullWidth: d,
236
- leftSection: m,
237
- ...h
233
+ target: p,
234
+ px: m,
235
+ fullWidth: h,
236
+ leftSection: c,
237
+ ...l
238
238
  }) {
239
239
  return /* @__PURE__ */ e(
240
240
  G,
241
241
  {
242
- size: s,
243
- component: o ? "a" : "button",
244
- href: o,
245
- onClick: l,
246
- target: c,
247
- rightSection: n,
248
- leftSection: m,
249
- variant: t,
242
+ size: t,
243
+ component: n ? "a" : "button",
244
+ href: n,
245
+ onClick: d,
246
+ target: p,
247
+ rightSection: o,
248
+ leftSection: c,
249
+ variant: s,
250
250
  color: g,
251
- px: p,
252
- fullWidth: d,
253
- ...h,
251
+ px: m,
252
+ fullWidth: h,
253
+ ...l,
254
254
  children: i
255
255
  }
256
256
  );
257
257
  }
258
- function Ke({ children: i, fz: o = 28, c: l = "gray.9", ...n }) {
258
+ function Xe({ children: i, fz: n = 28, c: d = "gray.9", ...o }) {
259
259
  return /* @__PURE__ */ e(
260
260
  a,
261
261
  {
262
262
  component: "span",
263
- fz: o,
263
+ fz: n,
264
264
  fw: 900,
265
265
  lh: 1,
266
- c: l,
266
+ c: d,
267
267
  display: "block",
268
- ...n,
268
+ ...o,
269
269
  children: i
270
270
  }
271
271
  );
272
272
  }
273
- function oe({ logo: i, objectPosition: o = "left" }) {
274
- return i ? ue(i) ? i : typeof i == "object" && i.src ? /* @__PURE__ */ e(
273
+ function te({ logo: i, objectPosition: n = "left" }) {
274
+ return i ? fe(i) ? i : typeof i == "object" && i.src ? /* @__PURE__ */ e(
275
275
  "img",
276
276
  {
277
277
  src: i.src,
278
278
  alt: i.alt || "",
279
279
  height: i.height || 32,
280
- style: { objectFit: "contain", objectPosition: o }
280
+ style: { objectFit: "contain", objectPosition: n }
281
281
  }
282
282
  ) : i : null;
283
283
  }
284
- const _ = {
284
+ function Be({ children: i, label: n, chrome: d = !0, copy: o = !0, variant: t = "dark", style: s }) {
285
+ const g = typeof i == "string" ? i : String(i ?? ""), p = g.split(`
286
+ `).filter((l) => l.trimStart().startsWith("$ ")), m = p.length ? p.map((l) => l.trimStart().slice(2)).join(`
287
+ `) : g, h = t === "dark", c = h ? {
288
+ shell: "var(--mantine-color-gray-9)",
289
+ bar: "rgba(255, 255, 255, 0.06)",
290
+ line: "rgba(255, 255, 255, 0.10)",
291
+ dot: "rgba(255, 255, 255, 0.22)",
292
+ label: "rgba(255, 255, 255, 0.55)",
293
+ text: "rgba(255, 255, 255, 0.92)"
294
+ } : {
295
+ shell: "var(--mantine-color-gray-0)",
296
+ bar: "var(--mantine-color-gray-1)",
297
+ line: "var(--mantine-color-gray-3)",
298
+ dot: "var(--mantine-color-gray-4)",
299
+ label: "var(--mantine-color-gray-6)",
300
+ text: "var(--mantine-color-gray-7)"
301
+ };
302
+ return /* @__PURE__ */ r(
303
+ y,
304
+ {
305
+ style: {
306
+ border: `1px solid ${h ? "var(--mantine-color-gray-9)" : "var(--mantine-color-gray-3)"}`,
307
+ background: c.shell,
308
+ overflow: "hidden",
309
+ ...s
310
+ },
311
+ children: [
312
+ d && /* @__PURE__ */ r(
313
+ f,
314
+ {
315
+ justify: "space-between",
316
+ wrap: "nowrap",
317
+ px: 14,
318
+ py: 8,
319
+ style: {
320
+ borderBottom: `1px solid ${c.line}`,
321
+ background: c.bar
322
+ },
323
+ children: [
324
+ /* @__PURE__ */ r(
325
+ f,
326
+ {
327
+ gap: 6,
328
+ wrap: "nowrap",
329
+ children: [
330
+ [0, 1, 2].map((l) => /* @__PURE__ */ e(
331
+ y,
332
+ {
333
+ w: 9,
334
+ h: 9,
335
+ style: { borderRadius: "50%", background: c.dot }
336
+ },
337
+ l
338
+ )),
339
+ n && /* @__PURE__ */ e(
340
+ y,
341
+ {
342
+ component: "span",
343
+ ml: 8,
344
+ style: {
345
+ fontFamily: "var(--mantine-font-family-monospace)",
346
+ fontSize: 11,
347
+ letterSpacing: "0.5px",
348
+ color: c.label
349
+ },
350
+ children: n
351
+ }
352
+ )
353
+ ]
354
+ }
355
+ ),
356
+ o && /* @__PURE__ */ e(
357
+ de,
358
+ {
359
+ value: m,
360
+ timeout: 1600,
361
+ children: ({ copied: l, copy: x }) => /* @__PURE__ */ e(
362
+ pe,
363
+ {
364
+ label: l ? "Copiado" : "Copiar",
365
+ withArrow: !0,
366
+ position: "left",
367
+ children: /* @__PURE__ */ e(
368
+ re,
369
+ {
370
+ variant: "subtle",
371
+ size: "sm",
372
+ radius: "0",
373
+ onClick: x,
374
+ "aria-label": "Copiar codigo",
375
+ style: {
376
+ color: l ? "var(--mantine-color-teal-4)" : c.label
377
+ },
378
+ children: l ? /* @__PURE__ */ e(H, { size: 14 }) : /* @__PURE__ */ e(be, { size: 14 })
379
+ }
380
+ )
381
+ }
382
+ )
383
+ }
384
+ )
385
+ ]
386
+ }
387
+ ),
388
+ /* @__PURE__ */ e(
389
+ y,
390
+ {
391
+ component: "pre",
392
+ m: 0,
393
+ px: 18,
394
+ py: 16,
395
+ style: {
396
+ fontFamily: "var(--mantine-font-family-monospace)",
397
+ fontSize: 12.5,
398
+ lineHeight: 1.65,
399
+ color: c.text,
400
+ whiteSpace: "pre",
401
+ overflowX: "auto",
402
+ tabSize: 2
403
+ },
404
+ children: g
405
+ }
406
+ )
407
+ ]
408
+ }
409
+ );
410
+ }
411
+ const U = {
285
412
  white: "white",
286
413
  gray: "gray.1"
287
- }, E = (i) => i === "gray.9" || i === "dark" ? _.gray : i === "white" ? _.white : _.gray;
288
- function I({ children: i, badge: o, title: l, subtitle: n, id: s, background: t = "white", py: g = { base: 80, md: 120 }, maw: c = 800, ta: p = "left", stackGap: d = "xl" }) {
289
- const m = E(t);
414
+ }, B = (i) => i === "gray.9" || i === "dark" ? U.gray : i === "white" ? U.white : U.gray;
415
+ function T({ children: i, badge: n, title: d, subtitle: o, id: t, background: s = "white", py: g = { base: 80, md: 120 }, maw: p = 800, ta: m = "left", stackGap: h = "xl" }) {
416
+ const c = B(s);
290
417
  return /* @__PURE__ */ e(
291
- x,
418
+ y,
292
419
  {
293
420
  component: "section",
294
- id: s,
295
- bg: m,
421
+ id: t,
422
+ bg: c,
296
423
  py: g,
297
424
  style: { overflow: "hidden" },
298
- children: /* @__PURE__ */ e(F, { size: "lg", children: /* @__PURE__ */ r(u, { gap: d, children: [
425
+ children: /* @__PURE__ */ e(F, { size: "lg", children: /* @__PURE__ */ r(u, { gap: h, children: [
299
426
  /* @__PURE__ */ e(
300
- ie,
427
+ oe,
301
428
  {
302
- badge: o,
303
- subtitle: n,
304
- title: l,
305
- ta: p,
306
- maw: c
429
+ badge: n,
430
+ subtitle: o,
431
+ title: d,
432
+ ta: m,
433
+ maw: p
307
434
  }
308
435
  ),
309
- /* @__PURE__ */ e(x, { children: i })
436
+ /* @__PURE__ */ e(y, { children: i })
310
437
  ] }) })
311
438
  }
312
439
  );
313
440
  }
314
- function Qe({ children: i, style: o, ...l }) {
441
+ function Ye({ children: i, style: n, ...d }) {
315
442
  return /* @__PURE__ */ e(
316
- x,
443
+ y,
317
444
  {
318
445
  display: "flex",
319
- ...l,
446
+ ...d,
320
447
  style: {
321
448
  flexDirection: "column",
322
449
  minHeight: "100vh",
323
450
  scrollBehavior: "smooth",
324
- ...o
451
+ ...n
325
452
  },
326
453
  children: i
327
454
  }
@@ -329,18 +456,18 @@ function Qe({ children: i, style: o, ...l }) {
329
456
  }
330
457
  function je({
331
458
  logo: i,
332
- navLinks: o = [],
333
- loginCta: l,
334
- signupCta: n,
335
- background: s = "white"
459
+ navLinks: n = [],
460
+ loginCta: d,
461
+ signupCta: o,
462
+ background: t = "white"
336
463
  }) {
337
- const t = E(s), [g] = ye(), c = g.y > 10, p = (m) => {
338
- m === "top" ? window.scrollTo({ top: 0, behavior: "smooth" }) : document.getElementById(m)?.scrollIntoView({ behavior: "smooth" });
339
- }, d = (m, h) => {
340
- (m.key === "Enter" || m.key === " ") && (m.preventDefault(), p(h));
464
+ const s = B(t), [g] = Ce(), p = g.y > 10, m = (c) => {
465
+ c === "top" ? window.scrollTo({ top: 0, behavior: "smooth" }) : document.getElementById(c)?.scrollIntoView({ behavior: "smooth" });
466
+ }, h = (c, l) => {
467
+ (c.key === "Enter" || c.key === " ") && (c.preventDefault(), m(l));
341
468
  };
342
469
  return /* @__PURE__ */ e(
343
- x,
470
+ y,
344
471
  {
345
472
  component: "header",
346
473
  pos: "sticky",
@@ -350,11 +477,11 @@ function je({
350
477
  children: /* @__PURE__ */ e(F, { size: "xl", py: "md", children: /* @__PURE__ */ e(
351
478
  w,
352
479
  {
353
- shadow: c ? "sm" : "none",
480
+ shadow: p ? "sm" : "none",
354
481
  radius: "0",
355
482
  p: "xs",
356
- bg: t,
357
- bd: c ? "1px solid var(--mantine-color-gray-2)" : "1px solid transparent",
483
+ bg: s,
484
+ bd: p ? "1px solid var(--mantine-color-gray-2)" : "1px solid transparent",
358
485
  style: { pointerEvents: "auto", transition: "all 0.2s ease" },
359
486
  children: /* @__PURE__ */ r(
360
487
  f,
@@ -368,14 +495,14 @@ function je({
368
495
  {
369
496
  href: "#",
370
497
  "aria-label": "Voltar ao topo",
371
- onClick: (m) => {
372
- m.preventDefault(), window.scrollTo({ top: 0, behavior: "smooth" });
498
+ onClick: (c) => {
499
+ c.preventDefault(), window.scrollTo({ top: 0, behavior: "smooth" });
373
500
  },
374
501
  style: { display: "inline-flex", textDecoration: "none" },
375
- children: /* @__PURE__ */ e(oe, { logo: i })
502
+ children: /* @__PURE__ */ e(te, { logo: i })
376
503
  }
377
504
  ),
378
- o.length > 0 && /* @__PURE__ */ e(
505
+ n.length > 0 && /* @__PURE__ */ e(
379
506
  f,
380
507
  {
381
508
  gap: "xl",
@@ -383,7 +510,7 @@ function je({
383
510
  component: "nav",
384
511
  role: "navigation",
385
512
  "aria-label": "Menu principal",
386
- children: o.map((m) => /* @__PURE__ */ e(
513
+ children: n.map((c) => /* @__PURE__ */ e(
387
514
  a,
388
515
  {
389
516
  size: "sm",
@@ -391,46 +518,46 @@ function je({
391
518
  tt: "uppercase",
392
519
  ls: "1px",
393
520
  c: "dark",
394
- ...m,
395
- component: m.component || "span",
396
- role: m.component ? void 0 : "link",
397
- tabIndex: m.component ? void 0 : 0,
398
- style: { cursor: "pointer", ...m.style },
399
- onClick: m.target ? () => p(m.target) : m.onClick,
400
- onKeyDown: m.target ? (h) => d(h, m.target) : m.onKeyDown,
401
- children: m.label
521
+ ...c,
522
+ component: c.component || "span",
523
+ role: c.component ? void 0 : "link",
524
+ tabIndex: c.component ? void 0 : 0,
525
+ style: { cursor: "pointer", ...c.style },
526
+ onClick: c.target ? () => m(c.target) : c.onClick,
527
+ onKeyDown: c.target ? (l) => h(l, c.target) : c.onKeyDown,
528
+ children: c.label
402
529
  },
403
- m.label
530
+ c.label
404
531
  ))
405
532
  }
406
533
  ),
407
534
  /* @__PURE__ */ r(f, { gap: "sm", children: [
408
- l && /* @__PURE__ */ e(
535
+ d && /* @__PURE__ */ e(
409
536
  G,
410
537
  {
411
538
  variant: "subtle",
412
- ...l,
413
- component: l.component || (l.href ? "a" : "button"),
539
+ ...d,
540
+ component: d.component || (d.href ? "a" : "button"),
414
541
  c: "gray.7",
415
542
  size: "sm",
416
543
  radius: "0",
417
544
  visibleFrom: "xs",
418
545
  fw: 900,
419
- children: l.label
546
+ children: d.label
420
547
  }
421
548
  ),
422
- n && /* @__PURE__ */ r(
549
+ o && /* @__PURE__ */ r(
423
550
  G,
424
551
  {
425
- ...n,
426
- component: n.component || (n.href ? "a" : "button"),
552
+ ...o,
553
+ component: o.component || (o.href ? "a" : "button"),
427
554
  size: "sm",
428
555
  radius: "0",
429
556
  color: "dark",
430
557
  variant: "filled",
431
558
  children: [
432
- /* @__PURE__ */ e(a, { span: !0, visibleFrom: "sm", c: "white", fw: 900, size: "sm", children: n.label }),
433
- /* @__PURE__ */ e(a, { span: !0, hiddenFrom: "sm", c: "white", fw: 900, size: "xs", children: n.labelMobile || n.label })
559
+ /* @__PURE__ */ e(a, { span: !0, visibleFrom: "sm", c: "white", fw: 900, size: "sm", children: o.label }),
560
+ /* @__PURE__ */ e(a, { span: !0, hiddenFrom: "sm", c: "white", fw: 900, size: "xs", children: o.labelMobile || o.label })
434
561
  ]
435
562
  }
436
563
  )
@@ -443,56 +570,56 @@ function je({
443
570
  }
444
571
  );
445
572
  }
446
- const Ne = je, Z = {
573
+ const Ze = je, Z = {
447
574
  root: { height: "auto", maxWidth: "100%" },
448
575
  label: { whiteSpace: "normal", lineHeight: 1.4 },
449
576
  inner: { paddingTop: 12, paddingBottom: 12 }
450
577
  };
451
- function Je({ subtitle: i, title: o, description: l, cta: n, secondaryCta: s, note: t, video: g, image: c, background: p = "white", mediaMaw: d, titleFz: m = "var(--fz-hero)", descriptionFz: h = "xl" }) {
452
- const b = !!(g || c);
578
+ function er({ subtitle: i, title: n, description: d, cta: o, secondaryCta: t, note: s, video: g, image: p, background: m = "white", mediaMaw: h, titleFz: c = "var(--fz-hero)", descriptionFz: l = "xl" }) {
579
+ const x = !!(g || p);
453
580
  return /* @__PURE__ */ e(
454
- x,
581
+ y,
455
582
  {
456
583
  py: { base: 80, sm: 100, md: 140 },
457
584
  id: "hero",
458
- bg: p,
585
+ bg: m,
459
586
  children: /* @__PURE__ */ e(F, { size: "lg", children: /* @__PURE__ */ r(
460
- S,
587
+ I,
461
588
  {
462
- cols: { base: 1, md: b ? 2 : 1 },
589
+ cols: { base: 1, md: x ? 2 : 1 },
463
590
  spacing: { base: 60, md: 100 },
464
591
  verticalSpacing: 60,
465
592
  children: [
466
593
  /* @__PURE__ */ r(
467
594
  u,
468
595
  {
469
- align: b ? { base: "center", md: "flex-start" } : "center",
596
+ align: x ? { base: "center", md: "flex-start" } : "center",
470
597
  justify: "center",
471
598
  gap: { base: 32, md: 48 },
472
- ta: b ? { base: "center", md: "left" } : "center",
599
+ ta: x ? { base: "center", md: "left" } : "center",
473
600
  children: [
474
- /* @__PURE__ */ e(q, { children: /* @__PURE__ */ e(
475
- ie,
601
+ /* @__PURE__ */ e(A, { children: /* @__PURE__ */ e(
602
+ oe,
476
603
  {
477
604
  subtitle: i,
478
- title: o,
605
+ title: n,
479
606
  titleOrder: 1,
480
- titleFz: m,
481
- ta: b ? "inherit" : "center",
482
- maw: b ? void 0 : 940
607
+ titleFz: c,
608
+ ta: x ? "inherit" : "center",
609
+ maw: x ? void 0 : 940
483
610
  }
484
611
  ) }),
485
- l && /* @__PURE__ */ e(q, { children: /* @__PURE__ */ e(
612
+ d && /* @__PURE__ */ e(A, { children: /* @__PURE__ */ e(
486
613
  a,
487
614
  {
488
- size: h,
615
+ size: l,
489
616
  c: "gray.6",
490
617
  lh: 1.6,
491
618
  maw: 600,
492
- children: l
619
+ children: d
493
620
  }
494
621
  ) }),
495
- (n || s) && /* @__PURE__ */ e(q, { children: /* @__PURE__ */ r(
622
+ (o || t) && /* @__PURE__ */ e(A, { children: /* @__PURE__ */ r(
496
623
  f,
497
624
  {
498
625
  gap: "md",
@@ -500,42 +627,42 @@ function Je({ subtitle: i, title: o, description: l, cta: n, secondaryCta: s, no
500
627
  w: "100%",
501
628
  style: { maxWidth: "100%" },
502
629
  children: [
503
- n && /* @__PURE__ */ e(
630
+ o && /* @__PURE__ */ e(
504
631
  R,
505
632
  {
506
- label: n.label,
507
- href: n.href,
508
- icon: n.icon,
509
- leftSection: n.leftSection,
510
- target: n.target,
511
- rel: n.target === "_blank" ? "noopener noreferrer" : void 0,
512
- size: n.size || "xl",
513
- px: n.px || 48,
514
- variant: n.variant,
515
- color: n.color,
633
+ label: o.label,
634
+ href: o.href,
635
+ icon: o.icon,
636
+ leftSection: o.leftSection,
637
+ target: o.target,
638
+ rel: o.target === "_blank" ? "noopener noreferrer" : void 0,
639
+ size: o.size || "xl",
640
+ px: o.px || 48,
641
+ variant: o.variant,
642
+ color: o.color,
516
643
  styles: Z
517
644
  }
518
645
  ),
519
- s && /* @__PURE__ */ e(
646
+ t && /* @__PURE__ */ e(
520
647
  R,
521
648
  {
522
- label: s.label,
523
- href: s.href,
524
- icon: s.icon,
525
- leftSection: s.leftSection,
526
- target: s.target,
527
- rel: s.target === "_blank" ? "noopener noreferrer" : void 0,
528
- size: s.size || "xl",
529
- px: s.px || 48,
530
- variant: s.variant || "default",
531
- color: s.color,
649
+ label: t.label,
650
+ href: t.href,
651
+ icon: t.icon,
652
+ leftSection: t.leftSection,
653
+ target: t.target,
654
+ rel: t.target === "_blank" ? "noopener noreferrer" : void 0,
655
+ size: t.size || "xl",
656
+ px: t.px || 48,
657
+ variant: t.variant || "default",
658
+ color: t.color,
532
659
  styles: Z
533
660
  }
534
661
  )
535
662
  ]
536
663
  }
537
664
  ) }),
538
- t && /* @__PURE__ */ e(q, { children: /* @__PURE__ */ e(
665
+ s && /* @__PURE__ */ e(A, { children: /* @__PURE__ */ e(
539
666
  a,
540
667
  {
541
668
  size: "sm",
@@ -543,18 +670,18 @@ function Je({ subtitle: i, title: o, description: l, cta: n, secondaryCta: s, no
543
670
  maw: 620,
544
671
  fw: 500,
545
672
  lh: 1.7,
546
- children: t
673
+ children: s
547
674
  }
548
675
  ) })
549
676
  ]
550
677
  }
551
678
  ),
552
- b && /* @__PURE__ */ e(
679
+ x && /* @__PURE__ */ e(
553
680
  ne,
554
681
  {
555
682
  video: g,
556
- image: c,
557
- maw: d,
683
+ image: p,
684
+ maw: h,
558
685
  alt: "Demonstração do produto"
559
686
  }
560
687
  )
@@ -564,10 +691,10 @@ function Je({ subtitle: i, title: o, description: l, cta: n, secondaryCta: s, no
564
691
  }
565
692
  );
566
693
  }
567
- function Be({ logo: i, index: o }) {
568
- const l = {
694
+ function Ee({ logo: i, index: n }) {
695
+ const d = {
569
696
  src: i.src,
570
- alt: i.alt || `Logo ${o}`,
697
+ alt: i.alt || `Logo ${n}`,
571
698
  h: i.height || 50,
572
699
  w: "auto",
573
700
  style: {
@@ -575,31 +702,31 @@ function Be({ logo: i, index: o }) {
575
702
  transition: "filter 0.3s ease, opacity 0.3s ease",
576
703
  ...i.style
577
704
  },
578
- onMouseEnter: (n) => {
579
- n.currentTarget.style.filter = "grayscale(0) opacity(0.8)";
705
+ onMouseEnter: (o) => {
706
+ o.currentTarget.style.filter = "grayscale(0) opacity(0.8)";
580
707
  },
581
- onMouseLeave: (n) => {
582
- n.currentTarget.style.filter = "grayscale(1) opacity(0.4)";
708
+ onMouseLeave: (o) => {
709
+ o.currentTarget.style.filter = "grayscale(1) opacity(0.4)";
583
710
  }
584
711
  };
585
- return i.url ? /* @__PURE__ */ e(q, { children: /* @__PURE__ */ e(
712
+ return i.url ? /* @__PURE__ */ e(A, { children: /* @__PURE__ */ e(
586
713
  "a",
587
714
  {
588
715
  href: i.url,
589
716
  target: "_blank",
590
717
  rel: "noopener noreferrer",
591
- children: /* @__PURE__ */ e($, { ...l })
718
+ children: /* @__PURE__ */ e($, { ...d })
592
719
  }
593
- ) }) : /* @__PURE__ */ e(q, { children: /* @__PURE__ */ e($, { ...l }) });
720
+ ) }) : /* @__PURE__ */ e(A, { children: /* @__PURE__ */ e($, { ...d }) });
594
721
  }
595
- function Xe({ id: i, title: o, logos: l, background: n = "gray" }) {
596
- return !l || l.length === 0 ? null : /* @__PURE__ */ e(
597
- x,
722
+ function rr({ id: i, title: n, logos: d, background: o = "gray" }) {
723
+ return !d || d.length === 0 ? null : /* @__PURE__ */ e(
724
+ y,
598
725
  {
599
726
  component: "section",
600
727
  id: i,
601
728
  py: { base: 40, md: 60 },
602
- bg: n,
729
+ bg: o,
603
730
  bd: { bottom: "1px solid var(--mantine-color-gray-2)" },
604
731
  children: /* @__PURE__ */ e(F, { size: "lg", children: /* @__PURE__ */ r(
605
732
  u,
@@ -608,7 +735,7 @@ function Xe({ id: i, title: o, logos: l, background: n = "gray" }) {
608
735
  ta: "center",
609
736
  gap: "xl",
610
737
  children: [
611
- o && /* @__PURE__ */ e(
738
+ n && /* @__PURE__ */ e(
612
739
  a,
613
740
  {
614
741
  fw: 500,
@@ -616,7 +743,7 @@ function Xe({ id: i, title: o, logos: l, background: n = "gray" }) {
616
743
  size: "sm",
617
744
  tt: "uppercase",
618
745
  ls: "0.1em",
619
- children: o
746
+ children: n
620
747
  }
621
748
  ),
622
749
  /* @__PURE__ */ e(
@@ -626,13 +753,13 @@ function Xe({ id: i, title: o, logos: l, background: n = "gray" }) {
626
753
  gap: { base: 40, md: 80 },
627
754
  style: { rowGap: 40 },
628
755
  w: "100%",
629
- children: l.map((s, t) => /* @__PURE__ */ e(
630
- Be,
756
+ children: d.map((t, s) => /* @__PURE__ */ e(
757
+ Ee,
631
758
  {
632
- logo: s,
633
- index: t
759
+ logo: t,
760
+ index: s
634
761
  },
635
- t
762
+ s
636
763
  ))
637
764
  }
638
765
  )
@@ -642,8 +769,8 @@ function Xe({ id: i, title: o, logos: l, background: n = "gray" }) {
642
769
  }
643
770
  );
644
771
  }
645
- function Ye({ id: i, subtitle: o, title: l, description: n, featuresList: s, cta: t, video: g, image: c, reverse: p = !1, background: d = "white", mediaMaw: m }) {
646
- const h = s && s.length > 0 && /* @__PURE__ */ e(
772
+ function ar({ id: i, subtitle: n, title: d, description: o, featuresList: t, cta: s, video: g, image: p, reverse: m = !1, background: h = "white", mediaMaw: c }) {
773
+ const l = t && t.length > 0 && /* @__PURE__ */ e(
647
774
  M,
648
775
  {
649
776
  spacing: "md",
@@ -656,7 +783,7 @@ function Ye({ id: i, subtitle: o, title: l, description: n, featuresList: s, cta
656
783
  size: 24,
657
784
  radius: "0",
658
785
  children: /* @__PURE__ */ e(
659
- V,
786
+ H,
660
787
  {
661
788
  size: 14,
662
789
  color: "var(--mantine-color-gray-9)"
@@ -664,152 +791,154 @@ function Ye({ id: i, subtitle: o, title: l, description: n, featuresList: s, cta
664
791
  )
665
792
  }
666
793
  ),
667
- children: s.map((A, L) => /* @__PURE__ */ e(M.Item, { children: A }, L))
794
+ children: t.map((P, L) => /* @__PURE__ */ e(M.Item, { children: P }, L))
668
795
  }
669
- ), b = /* @__PURE__ */ r(
796
+ ), x = /* @__PURE__ */ r(
670
797
  u,
671
798
  {
672
799
  justify: "center",
673
800
  gap: "lg",
674
801
  children: [
675
- n && /* @__PURE__ */ e(
802
+ o && /* @__PURE__ */ e(
676
803
  a,
677
804
  {
678
805
  c: "gray.6",
679
806
  size: "xl",
680
807
  lh: 1.6,
681
- children: n
808
+ children: o
682
809
  }
683
810
  ),
684
- h,
685
- t && /* @__PURE__ */ e(f, { mt: "md", children: /* @__PURE__ */ e(
811
+ l,
812
+ s && /* @__PURE__ */ e(f, { mt: "md", children: /* @__PURE__ */ e(
686
813
  R,
687
814
  {
688
- label: t.label,
689
- href: t.href,
690
- icon: t.icon,
691
- size: t.size || "lg",
692
- variant: t.variant,
693
- color: t.color
815
+ label: s.label,
816
+ href: s.href,
817
+ icon: s.icon,
818
+ size: s.size || "lg",
819
+ variant: s.variant,
820
+ color: s.color
694
821
  }
695
822
  ) })
696
823
  ]
697
824
  }
698
- ), T = (g || c) && /* @__PURE__ */ e(
825
+ ), q = (g || p) && /* @__PURE__ */ e(
699
826
  ne,
700
827
  {
701
828
  video: g,
702
- image: c,
829
+ image: p,
703
830
  width: "80%",
704
- maw: m
831
+ maw: c
705
832
  }
706
833
  );
707
834
  return /* @__PURE__ */ e(
708
- I,
835
+ T,
709
836
  {
710
837
  id: i,
711
- subtitle: o,
712
- title: l,
713
- background: d,
838
+ subtitle: n,
839
+ title: d,
840
+ background: h,
714
841
  children: /* @__PURE__ */ e(
715
- S,
842
+ I,
716
843
  {
717
844
  cols: { base: 1, md: 2 },
718
845
  spacing: { base: 40, md: 80 },
719
846
  verticalSpacing: { base: 40, md: 50 },
720
- children: p ? /* @__PURE__ */ r(J, { children: [
721
- T,
722
- b
847
+ children: m ? /* @__PURE__ */ r(J, { children: [
848
+ q,
849
+ x
723
850
  ] }) : /* @__PURE__ */ r(J, { children: [
724
- b,
725
- T
851
+ x,
852
+ q
726
853
  ] })
727
854
  }
728
855
  )
729
856
  }
730
857
  );
731
858
  }
732
- function Ze({ id: i, badge: o, subtitle: l, title: n, description: s, background: t = "gray", items: g = [], ta: c = "left", note: p }) {
859
+ function ir({ id: i, badge: n, subtitle: d, title: o, description: t, background: s = "gray", items: g = [], ta: p = "left", note: m }) {
733
860
  return /* @__PURE__ */ r(
734
- I,
861
+ T,
735
862
  {
736
863
  id: i,
737
- badge: o,
738
- subtitle: l,
739
- title: n,
740
- background: t,
741
- ta: c,
742
- maw: c === "center" ? 900 : 800,
864
+ badge: n,
865
+ subtitle: d,
866
+ title: o,
867
+ background: s,
868
+ ta: p,
869
+ maw: p === "center" ? 900 : 800,
743
870
  children: [
744
- s && /* @__PURE__ */ e(
871
+ t && /* @__PURE__ */ e(
745
872
  a,
746
873
  {
747
874
  c: "gray.6",
748
- ta: c,
875
+ ta: p,
749
876
  size: "lg",
750
877
  lh: 1.7,
751
878
  maw: 780,
752
- mx: c === "center" ? "auto" : void 0,
879
+ mx: p === "center" ? "auto" : void 0,
753
880
  mb: 40,
754
- children: s
881
+ children: t
755
882
  }
756
883
  ),
757
- /* @__PURE__ */ e(z, { gutter: "lg", children: g.map((d, m) => /* @__PURE__ */ e(
758
- Ee,
884
+ /* @__PURE__ */ e(z, { gutter: "lg", children: g.map((h, c) => /* @__PURE__ */ e(
885
+ Re,
759
886
  {
760
- ...d
887
+ ...h
761
888
  },
762
- m
889
+ c
763
890
  )) }),
764
- p && /* @__PURE__ */ e(
891
+ m && /* @__PURE__ */ e(
765
892
  a,
766
893
  {
767
894
  c: "gray.6",
768
- ta: c,
895
+ ta: p,
769
896
  mt: 56,
770
897
  maw: 780,
771
- mx: c === "center" ? "auto" : void 0,
898
+ mx: p === "center" ? "auto" : void 0,
772
899
  lh: 1.7,
773
900
  fs: "italic",
774
- children: p
901
+ children: m
775
902
  }
776
903
  )
777
904
  ]
778
905
  }
779
906
  );
780
907
  }
781
- function Ee({
908
+ function Re({
782
909
  icon: i,
783
- iconVariant: o,
784
- iconColor: l,
785
- label: n,
786
- title: s,
787
- titleSize: t,
910
+ iconVariant: n,
911
+ iconColor: d,
912
+ label: o,
913
+ title: t,
914
+ titleSize: s,
788
915
  description: g,
789
- descriptionSize: c,
790
- descriptionMaw: p,
791
- span: d = { base: 12, md: 6 },
792
- background: m = "white",
793
- visual: h,
794
- secondaryVisual: b,
795
- layout: T = "stacked",
796
- badges: A,
916
+ descriptionSize: p,
917
+ descriptionMaw: m,
918
+ span: h = { base: 12, md: 6 },
919
+ background: c = "white",
920
+ visual: l,
921
+ secondaryVisual: x,
922
+ layout: q = "stacked",
923
+ badges: P,
797
924
  codeBlock: L,
798
- // layout="split": quantas das 12 colunas o codigo ocupa. O padrao 7
799
- // da folga para a linha de codigo caber inteira; a prosa fica com 5.
800
- codeSpan: H = 7,
801
- decorativeContent: W,
802
- style: y,
803
- ...j
925
+ // layout="split": quantas das 12 colunas o codigo ocupa. O padrao 6
926
+ // divide o card ao meio; suba para 7 quando as linhas forem longas.
927
+ codeSpan: V = 6,
928
+ // Rotulo da barra do terminal (ex: "bash", "index.js").
929
+ codeLabel: _,
930
+ decorativeContent: b,
931
+ style: k,
932
+ ...S
804
933
  }) {
805
- const U = /* @__PURE__ */ r(x, { children: [
934
+ const W = /* @__PURE__ */ r(y, { children: [
806
935
  i && /* @__PURE__ */ e(
807
936
  v,
808
937
  {
809
938
  size: 48,
810
939
  radius: "0",
811
- variant: o || "light",
812
- color: l || "gray",
940
+ variant: n || "light",
941
+ color: d || "gray",
813
942
  mb: "lg",
814
943
  children: /* @__PURE__ */ e(
815
944
  i,
@@ -820,7 +949,7 @@ function Ee({
820
949
  )
821
950
  }
822
951
  ),
823
- n && /* @__PURE__ */ e(
952
+ o && /* @__PURE__ */ e(
824
953
  a,
825
954
  {
826
955
  size: "sm",
@@ -829,110 +958,92 @@ function Ee({
829
958
  ls: "1.5px",
830
959
  c: "gray.5",
831
960
  mb: "xs",
832
- children: n
961
+ children: o
833
962
  }
834
963
  ),
835
- s && /* @__PURE__ */ e(
964
+ t && /* @__PURE__ */ e(
836
965
  a,
837
966
  {
838
- fz: t || (T === "compact" ? "h4" : "h3"),
967
+ fz: s || (q === "compact" ? "h4" : "h3"),
839
968
  fw: 900,
840
969
  lh: 1.2,
841
970
  mb: "sm",
842
971
  c: void 0,
843
- children: s
972
+ children: t
844
973
  }
845
974
  ),
846
975
  g && /* @__PURE__ */ e(
847
976
  a,
848
977
  {
849
978
  c: "gray.6",
850
- size: c || (T === "compact" ? "sm" : "lg"),
851
- maw: p,
852
- mb: A ? "xl" : T === "compact" ? "lg" : void 0,
979
+ size: p || (q === "compact" ? "sm" : "lg"),
980
+ maw: m,
981
+ mb: P ? "xl" : q === "compact" ? "lg" : void 0,
853
982
  children: g
854
983
  }
855
984
  ),
856
- A && A.length > 0 && /* @__PURE__ */ e(f, { children: A.map((se, te) => /* @__PURE__ */ e(
857
- C,
985
+ P && P.length > 0 && /* @__PURE__ */ e(f, { children: P.map((le, se) => /* @__PURE__ */ e(
986
+ j,
858
987
  {
859
988
  variant: "dot",
860
989
  color: "gray",
861
990
  radius: "0",
862
- children: se
991
+ children: le
863
992
  },
864
- te
993
+ se
865
994
  )) })
866
- ] }), O = h ? ee(h) : null, Q = b ? ee(b) : null;
867
- return T === "split" ? /* @__PURE__ */ e(z.Col, { span: d, children: /* @__PURE__ */ e(
995
+ ] }), O = l ? ee(l) : null, Q = x ? ee(x) : null;
996
+ return q === "split" ? /* @__PURE__ */ e(z.Col, { span: h, children: /* @__PURE__ */ e(
868
997
  w,
869
998
  {
870
999
  h: "100%",
871
1000
  p: { base: "xl", md: 40 },
872
1001
  radius: "0",
873
- bg: E(m),
1002
+ bg: B(c),
874
1003
  bd: "1px solid var(--mantine-color-gray-2)",
875
- style: y,
876
- ...j,
1004
+ style: k,
1005
+ ...S,
877
1006
  children: /* @__PURE__ */ r(
878
1007
  z,
879
1008
  {
880
1009
  align: "center",
881
1010
  gutter: "xl",
882
1011
  children: [
883
- /* @__PURE__ */ e(z.Col, { span: { base: 12, sm: 12 - H }, children: U }),
884
- /* @__PURE__ */ r(z.Col, { span: { base: 12, sm: H }, children: [
1012
+ /* @__PURE__ */ e(z.Col, { span: { base: 12, sm: 12 - V }, children: W }),
1013
+ /* @__PURE__ */ r(z.Col, { span: { base: 12, sm: V }, children: [
885
1014
  O,
886
- L && /* @__PURE__ */ e(
887
- ce,
888
- {
889
- block: !0,
890
- color: "gray.0",
891
- c: "gray.7",
892
- style: {
893
- // Codigo nao quebra no meio de token: linha inteira, com
894
- // scroll horizontal so quando realmente nao couber.
895
- fontSize: 12.5,
896
- lineHeight: 1.6,
897
- borderRadius: 0,
898
- whiteSpace: "pre",
899
- overflowX: "auto",
900
- padding: "18px 20px"
901
- },
902
- children: L
903
- }
904
- )
1015
+ L && /* @__PURE__ */ e(Be, { label: _, children: L })
905
1016
  ] })
906
1017
  ]
907
1018
  }
908
1019
  )
909
1020
  }
910
- ) }) : T === "compact" ? /* @__PURE__ */ e(z.Col, { span: d, children: /* @__PURE__ */ r(
1021
+ ) }) : q === "compact" ? /* @__PURE__ */ e(z.Col, { span: h, children: /* @__PURE__ */ r(
911
1022
  w,
912
1023
  {
913
1024
  h: "100%",
914
1025
  p: { base: "xl", md: 40 },
915
1026
  radius: "0",
916
- bg: E(m),
1027
+ bg: B(c),
917
1028
  bd: "1px solid var(--mantine-color-gray-2)",
918
- style: y,
919
- ...j,
1029
+ style: k,
1030
+ ...S,
920
1031
  children: [
921
- U,
1032
+ W,
922
1033
  O
923
1034
  ]
924
1035
  }
925
- ) }) : W ? /* @__PURE__ */ e(z.Col, { span: d, children: /* @__PURE__ */ e(
1036
+ ) }) : b ? /* @__PURE__ */ e(z.Col, { span: h, children: /* @__PURE__ */ e(
926
1037
  w,
927
1038
  {
928
1039
  h: "100%",
929
1040
  p: { base: "xl", md: 40 },
930
1041
  radius: "0",
931
- bg: E(m),
1042
+ bg: B(c),
932
1043
  bd: "1px solid var(--mantine-color-gray-2)",
933
1044
  pos: "relative",
934
- style: y,
935
- ...j,
1045
+ style: k,
1046
+ ...S,
936
1047
  children: /* @__PURE__ */ r(
937
1048
  z,
938
1049
  {
@@ -944,7 +1055,7 @@ function Ee({
944
1055
  {
945
1056
  span: { base: 12, sm: 7 },
946
1057
  style: { zIndex: 1 },
947
- children: U
1058
+ children: W
948
1059
  }
949
1060
  ),
950
1061
  /* @__PURE__ */ e(
@@ -952,30 +1063,30 @@ function Ee({
952
1063
  {
953
1064
  span: 5,
954
1065
  visibleFrom: "sm",
955
- children: W
1066
+ children: b
956
1067
  }
957
1068
  )
958
1069
  ]
959
1070
  }
960
1071
  )
961
1072
  }
962
- ) }) : /* @__PURE__ */ e(z.Col, { span: d, children: /* @__PURE__ */ r(
1073
+ ) }) : /* @__PURE__ */ e(z.Col, { span: h, children: /* @__PURE__ */ r(
963
1074
  w,
964
1075
  {
965
1076
  h: "100%",
966
1077
  p: { base: "xl", md: 40 },
967
1078
  radius: "0",
968
- bg: E(m),
1079
+ bg: B(c),
969
1080
  bd: "1px solid var(--mantine-color-gray-2)",
970
1081
  display: "flex",
971
1082
  style: {
972
1083
  flexDirection: "column",
973
1084
  justifyContent: "space-between",
974
- ...y
1085
+ ...k
975
1086
  },
976
- ...j,
1087
+ ...S,
977
1088
  children: [
978
- U,
1089
+ W,
979
1090
  O && Q ? /* @__PURE__ */ r(
980
1091
  f,
981
1092
  {
@@ -996,12 +1107,12 @@ function ee(i) {
996
1107
  switch (i.type) {
997
1108
  case "ring":
998
1109
  return /* @__PURE__ */ e(
999
- de,
1110
+ he,
1000
1111
  {
1001
1112
  size: i.size || 140,
1002
1113
  thickness: i.thickness || 12,
1003
1114
  sections: [{ value: i.value || 100, color: "gray.7" }],
1004
- label: /* @__PURE__ */ e(q, { children: /* @__PURE__ */ r(
1115
+ label: /* @__PURE__ */ e(A, { children: /* @__PURE__ */ r(
1005
1116
  u,
1006
1117
  {
1007
1118
  gap: 0,
@@ -1052,7 +1163,7 @@ function ee(i) {
1052
1163
  }
1053
1164
  ),
1054
1165
  i.badge && /* @__PURE__ */ e(
1055
- C,
1166
+ j,
1056
1167
  {
1057
1168
  mt: "md",
1058
1169
  color: "gray",
@@ -1070,21 +1181,21 @@ function ee(i) {
1070
1181
  gap: 8,
1071
1182
  h: i.height || 100,
1072
1183
  preventGrowOverflow: !1,
1073
- children: (i.data || []).map((o, l) => /* @__PURE__ */ e(
1074
- x,
1184
+ children: (i.data || []).map((n, d) => /* @__PURE__ */ e(
1185
+ y,
1075
1186
  {
1076
1187
  w: 20,
1077
- h: `${o}%`,
1078
- bg: l === i.highlight ? "gray.5" : "gray.2",
1188
+ h: `${n}%`,
1189
+ bg: d === i.highlight ? "gray.5" : "gray.2",
1079
1190
  radius: "0"
1080
1191
  },
1081
- l
1192
+ d
1082
1193
  ))
1083
1194
  }
1084
1195
  );
1085
1196
  case "typography":
1086
1197
  return /* @__PURE__ */ e(
1087
- q,
1198
+ A,
1088
1199
  {
1089
1200
  h: i.height || 160,
1090
1201
  bg: "gray.0",
@@ -1103,9 +1214,9 @@ function ee(i) {
1103
1214
  }
1104
1215
  );
1105
1216
  case "icon-large": {
1106
- const o = i.icon;
1107
- return o ? /* @__PURE__ */ e(
1108
- o,
1217
+ const n = i.icon;
1218
+ return n ? /* @__PURE__ */ e(
1219
+ n,
1109
1220
  {
1110
1221
  size: i.size || 64,
1111
1222
  stroke: i.stroke || 1,
@@ -1117,23 +1228,23 @@ function ee(i) {
1117
1228
  return null;
1118
1229
  }
1119
1230
  }
1120
- function er({ id: i, subtitle: o, title: l, items: n = [], cols: s = 4, background: t = "white", ta: g = "center", note: c }) {
1231
+ function or({ id: i, subtitle: n, title: d, items: o = [], cols: t = 4, background: s = "white", ta: g = "center", note: p }) {
1121
1232
  return /* @__PURE__ */ r(
1122
- I,
1233
+ T,
1123
1234
  {
1124
1235
  id: i,
1125
- subtitle: o,
1126
- title: l,
1127
- background: t,
1236
+ subtitle: n,
1237
+ title: d,
1238
+ background: s,
1128
1239
  ta: g,
1129
1240
  maw: 900,
1130
1241
  children: [
1131
1242
  /* @__PURE__ */ e(
1132
- S,
1243
+ I,
1133
1244
  {
1134
- cols: { base: 1, sm: 2, lg: s },
1245
+ cols: { base: 1, sm: 2, lg: t },
1135
1246
  spacing: 0,
1136
- children: n.map((p, d) => /* @__PURE__ */ r(
1247
+ children: o.map((m, h) => /* @__PURE__ */ r(
1137
1248
  w,
1138
1249
  {
1139
1250
  px: "lg",
@@ -1154,7 +1265,7 @@ function er({ id: i, subtitle: o, title: l, items: n = [], cols: s = 4, backgrou
1154
1265
  mb: "lg",
1155
1266
  c: "gray.9",
1156
1267
  style: { letterSpacing: "-0.04em" },
1157
- children: p.value
1268
+ children: m.value
1158
1269
  }
1159
1270
  ),
1160
1271
  /* @__PURE__ */ e(
@@ -1167,10 +1278,10 @@ function er({ id: i, subtitle: o, title: l, items: n = [], cols: s = 4, backgrou
1167
1278
  mb: "xs",
1168
1279
  c: "gray.9",
1169
1280
  style: { letterSpacing: "-0.01em" },
1170
- children: p.label
1281
+ children: m.label
1171
1282
  }
1172
1283
  ),
1173
- p.description && /* @__PURE__ */ e(
1284
+ m.description && /* @__PURE__ */ e(
1174
1285
  a,
1175
1286
  {
1176
1287
  component: "div",
@@ -1179,16 +1290,16 @@ function er({ id: i, subtitle: o, title: l, items: n = [], cols: s = 4, backgrou
1179
1290
  lh: 1.5,
1180
1291
  maw: 220,
1181
1292
  mx: "auto",
1182
- children: p.description
1293
+ children: m.description
1183
1294
  }
1184
1295
  )
1185
1296
  ]
1186
1297
  },
1187
- p.label || d
1298
+ m.label || h
1188
1299
  ))
1189
1300
  }
1190
1301
  ),
1191
- c && /* @__PURE__ */ e(
1302
+ p && /* @__PURE__ */ e(
1192
1303
  a,
1193
1304
  {
1194
1305
  size: "sm",
@@ -1198,43 +1309,43 @@ function er({ id: i, subtitle: o, title: l, items: n = [], cols: s = 4, backgrou
1198
1309
  maw: 800,
1199
1310
  mx: "auto",
1200
1311
  lh: 1.6,
1201
- children: c
1312
+ children: p
1202
1313
  }
1203
1314
  )
1204
1315
  ]
1205
1316
  }
1206
1317
  );
1207
1318
  }
1208
- function rr({ id: i, subtitle: o, title: l, description: n, items: s = [], ctaIcon: t, note: g, background: c = "white", ta: p = "center" }) {
1319
+ function nr({ id: i, subtitle: n, title: d, description: o, items: t = [], ctaIcon: s, note: g, background: p = "white", ta: m = "center" }) {
1209
1320
  return /* @__PURE__ */ r(
1210
- I,
1321
+ T,
1211
1322
  {
1212
1323
  id: i,
1213
- subtitle: o,
1214
- title: l,
1215
- background: c,
1216
- ta: p,
1324
+ subtitle: n,
1325
+ title: d,
1326
+ background: p,
1327
+ ta: m,
1217
1328
  maw: 900,
1218
1329
  children: [
1219
- n && /* @__PURE__ */ e(
1330
+ o && /* @__PURE__ */ e(
1220
1331
  a,
1221
1332
  {
1222
1333
  c: "gray.6",
1223
- ta: p,
1334
+ ta: m,
1224
1335
  mb: 80,
1225
1336
  maw: 780,
1226
- mx: p === "center" ? "auto" : void 0,
1337
+ mx: m === "center" ? "auto" : void 0,
1227
1338
  size: "lg",
1228
1339
  lh: 1.6,
1229
- children: n
1340
+ children: o
1230
1341
  }
1231
1342
  ),
1232
- /* @__PURE__ */ e(z, { gutter: "xl", children: s.map((d, m) => {
1233
- const h = d.icon;
1343
+ /* @__PURE__ */ e(z, { gutter: "xl", children: t.map((h, c) => {
1344
+ const l = h.icon;
1234
1345
  return /* @__PURE__ */ e(
1235
1346
  z.Col,
1236
1347
  {
1237
- span: { base: 12, md: d.span || 6 },
1348
+ span: { base: 12, md: h.span || 6 },
1238
1349
  children: /* @__PURE__ */ r(
1239
1350
  w,
1240
1351
  {
@@ -1253,8 +1364,8 @@ function rr({ id: i, subtitle: o, title: l, description: n, items: s = [], ctaIc
1253
1364
  mb: "lg",
1254
1365
  wrap: "nowrap",
1255
1366
  children: [
1256
- /* @__PURE__ */ r(x, { children: [
1257
- d.category && /* @__PURE__ */ e(
1367
+ /* @__PURE__ */ r(y, { children: [
1368
+ h.category && /* @__PURE__ */ e(
1258
1369
  a,
1259
1370
  {
1260
1371
  size: "xs",
@@ -1263,22 +1374,22 @@ function rr({ id: i, subtitle: o, title: l, description: n, items: s = [], ctaIc
1263
1374
  ls: "1.5px",
1264
1375
  c: "gray.4",
1265
1376
  mb: 4,
1266
- children: d.category
1377
+ children: h.category
1267
1378
  }
1268
1379
  ),
1269
1380
  /* @__PURE__ */ e(
1270
- k,
1381
+ E,
1271
1382
  {
1272
1383
  order: 3,
1273
1384
  fz: "h2",
1274
1385
  fw: 800,
1275
1386
  c: "gray.9",
1276
- children: d.name
1387
+ children: h.name
1277
1388
  }
1278
1389
  )
1279
1390
  ] }),
1280
- h && /* @__PURE__ */ e(
1281
- h,
1391
+ l && /* @__PURE__ */ e(
1392
+ l,
1282
1393
  {
1283
1394
  size: 28,
1284
1395
  stroke: 1.5,
@@ -1288,7 +1399,7 @@ function rr({ id: i, subtitle: o, title: l, description: n, items: s = [], ctaIc
1288
1399
  ]
1289
1400
  }
1290
1401
  ),
1291
- d.headline && /* @__PURE__ */ e(
1402
+ h.headline && /* @__PURE__ */ e(
1292
1403
  a,
1293
1404
  {
1294
1405
  fw: 700,
@@ -1297,10 +1408,10 @@ function rr({ id: i, subtitle: o, title: l, description: n, items: s = [], ctaIc
1297
1408
  mb: "sm",
1298
1409
  c: "gray.9",
1299
1410
  style: { letterSpacing: "-0.01em" },
1300
- children: d.headline
1411
+ children: h.headline
1301
1412
  }
1302
1413
  ),
1303
- d.description && /* @__PURE__ */ e(
1414
+ h.description && /* @__PURE__ */ e(
1304
1415
  a,
1305
1416
  {
1306
1417
  size: "md",
@@ -1308,20 +1419,20 @@ function rr({ id: i, subtitle: o, title: l, description: n, items: s = [], ctaIc
1308
1419
  lh: 1.6,
1309
1420
  mb: "xl",
1310
1421
  style: { flexGrow: 1 },
1311
- children: d.description
1422
+ children: h.description
1312
1423
  }
1313
1424
  ),
1314
- d.href && /* @__PURE__ */ e(
1425
+ h.href && /* @__PURE__ */ e(
1315
1426
  G,
1316
1427
  {
1317
1428
  component: "a",
1318
- href: d.href,
1319
- target: d.target,
1320
- rel: d.target === "_blank" ? "noopener noreferrer" : void 0,
1429
+ href: h.href,
1430
+ target: h.target,
1431
+ rel: h.target === "_blank" ? "noopener noreferrer" : void 0,
1321
1432
  variant: "default",
1322
1433
  size: "md",
1323
1434
  radius: "0",
1324
- rightSection: t,
1435
+ rightSection: s,
1325
1436
  style: {
1326
1437
  width: "100%",
1327
1438
  justifyContent: "space-between",
@@ -1330,14 +1441,14 @@ function rr({ id: i, subtitle: o, title: l, description: n, items: s = [], ctaIc
1330
1441
  paddingTop: 16,
1331
1442
  marginTop: "auto"
1332
1443
  },
1333
- children: d.ctaLabel || `Abrir ${d.name}`
1444
+ children: h.ctaLabel || `Abrir ${h.name}`
1334
1445
  }
1335
1446
  )
1336
1447
  ]
1337
1448
  }
1338
1449
  )
1339
1450
  },
1340
- d.name || m
1451
+ h.name || c
1341
1452
  );
1342
1453
  }) }),
1343
1454
  g && /* @__PURE__ */ e(
@@ -1345,10 +1456,10 @@ function rr({ id: i, subtitle: o, title: l, description: n, items: s = [], ctaIc
1345
1456
  {
1346
1457
  size: "sm",
1347
1458
  c: "gray.6",
1348
- ta: p,
1459
+ ta: m,
1349
1460
  mt: 60,
1350
1461
  maw: 800,
1351
- mx: p === "center" ? "auto" : void 0,
1462
+ mx: m === "center" ? "auto" : void 0,
1352
1463
  lh: 1.6,
1353
1464
  fs: "italic",
1354
1465
  children: g
@@ -1358,28 +1469,28 @@ function rr({ id: i, subtitle: o, title: l, description: n, items: s = [], ctaIc
1358
1469
  }
1359
1470
  );
1360
1471
  }
1361
- function ar({ id: i, subtitle: o, title: l, description: n, items: s = [], note: t, background: g = "gray", ta: c = "center" }) {
1472
+ function tr({ id: i, subtitle: n, title: d, description: o, items: t = [], note: s, background: g = "gray", ta: p = "center" }) {
1362
1473
  return /* @__PURE__ */ r(
1363
- I,
1474
+ T,
1364
1475
  {
1365
1476
  id: i,
1366
- subtitle: o,
1367
- title: l,
1477
+ subtitle: n,
1478
+ title: d,
1368
1479
  background: g,
1369
- ta: c,
1480
+ ta: p,
1370
1481
  maw: 900,
1371
1482
  children: [
1372
- n && /* @__PURE__ */ e(
1483
+ o && /* @__PURE__ */ e(
1373
1484
  a,
1374
1485
  {
1375
1486
  c: "gray.6",
1376
- ta: c,
1487
+ ta: p,
1377
1488
  mb: 56,
1378
1489
  maw: 760,
1379
- mx: c === "center" ? "auto" : void 0,
1490
+ mx: p === "center" ? "auto" : void 0,
1380
1491
  size: "lg",
1381
1492
  lh: 1.7,
1382
- children: n
1493
+ children: o
1383
1494
  }
1384
1495
  ),
1385
1496
  /* @__PURE__ */ e(
@@ -1390,13 +1501,13 @@ function ar({ id: i, subtitle: o, title: l, description: n, items: s = [], note:
1390
1501
  bd: "1px solid var(--mantine-color-gray-2)",
1391
1502
  px: { base: "lg", md: 40 },
1392
1503
  py: { base: "xs", md: "md" },
1393
- children: s.map((p, d) => /* @__PURE__ */ r(
1504
+ children: t.map((m, h) => /* @__PURE__ */ r(
1394
1505
  z,
1395
1506
  {
1396
1507
  gutter: { base: 4, sm: "xl" },
1397
1508
  py: { base: "lg", md: "xl" },
1398
1509
  ta: "left",
1399
- style: d === 0 ? void 0 : { borderTop: "1px solid var(--mantine-color-gray-2)" },
1510
+ style: h === 0 ? void 0 : { borderTop: "1px solid var(--mantine-color-gray-2)" },
1400
1511
  children: [
1401
1512
  /* @__PURE__ */ e(z.Col, { span: { base: 12, sm: 4 }, children: /* @__PURE__ */ e(
1402
1513
  a,
@@ -1404,7 +1515,7 @@ function ar({ id: i, subtitle: o, title: l, description: n, items: s = [], note:
1404
1515
  fw: 700,
1405
1516
  lh: 1.4,
1406
1517
  c: "gray.9",
1407
- children: p.criterion
1518
+ children: m.criterion
1408
1519
  }
1409
1520
  ) }),
1410
1521
  /* @__PURE__ */ r(z.Col, { span: { base: 12, sm: 8 }, children: [
@@ -1414,65 +1525,65 @@ function ar({ id: i, subtitle: o, title: l, description: n, items: s = [], note:
1414
1525
  fw: 700,
1415
1526
  lh: 1.4,
1416
1527
  mb: 6,
1417
- c: p.muted ? "gray.5" : "gray.9",
1418
- children: p.value
1528
+ c: m.muted ? "gray.5" : "gray.9",
1529
+ children: m.value
1419
1530
  }
1420
1531
  ),
1421
- p.note && /* @__PURE__ */ e(
1532
+ m.note && /* @__PURE__ */ e(
1422
1533
  a,
1423
1534
  {
1424
1535
  size: "sm",
1425
1536
  c: "gray.6",
1426
1537
  lh: 1.6,
1427
- children: p.note
1538
+ children: m.note
1428
1539
  }
1429
1540
  )
1430
1541
  ] })
1431
1542
  ]
1432
1543
  },
1433
- p.criterion || d
1544
+ m.criterion || h
1434
1545
  ))
1435
1546
  }
1436
1547
  ),
1437
- t && /* @__PURE__ */ e(
1548
+ s && /* @__PURE__ */ e(
1438
1549
  a,
1439
1550
  {
1440
1551
  size: "sm",
1441
1552
  c: "gray.6",
1442
- ta: c,
1553
+ ta: p,
1443
1554
  mt: 40,
1444
1555
  maw: 720,
1445
- mx: c === "center" ? "auto" : void 0,
1556
+ mx: p === "center" ? "auto" : void 0,
1446
1557
  lh: 1.7,
1447
- children: t
1558
+ children: s
1448
1559
  }
1449
1560
  )
1450
1561
  ]
1451
1562
  }
1452
1563
  );
1453
1564
  }
1454
- function ir({ id: i, subtitle: o, title: l, description: n, cardLabel: s, items: t = [], footnote: g, background: c = "gray", ta: p = "center" }) {
1565
+ function lr({ id: i, subtitle: n, title: d, description: o, cardLabel: t, items: s = [], footnote: g, background: p = "gray", ta: m = "center" }) {
1455
1566
  return /* @__PURE__ */ r(
1456
- I,
1567
+ T,
1457
1568
  {
1458
1569
  id: i,
1459
- subtitle: o,
1460
- title: l,
1461
- background: c,
1462
- ta: p,
1570
+ subtitle: n,
1571
+ title: d,
1572
+ background: p,
1573
+ ta: m,
1463
1574
  maw: 800,
1464
1575
  children: [
1465
- n && /* @__PURE__ */ e(
1576
+ o && /* @__PURE__ */ e(
1466
1577
  a,
1467
1578
  {
1468
1579
  c: "gray.6",
1469
- ta: p,
1580
+ ta: m,
1470
1581
  size: "lg",
1471
1582
  lh: 1.7,
1472
1583
  maw: 720,
1473
- mx: p === "center" ? "auto" : void 0,
1584
+ mx: m === "center" ? "auto" : void 0,
1474
1585
  mb: 48,
1475
- children: n
1586
+ children: o
1476
1587
  }
1477
1588
  ),
1478
1589
  /* @__PURE__ */ r(
@@ -1484,7 +1595,7 @@ function ir({ id: i, subtitle: o, title: l, description: n, cardLabel: s, items:
1484
1595
  bd: "1px solid var(--mantine-color-gray-2)",
1485
1596
  ta: "left",
1486
1597
  children: [
1487
- s && /* @__PURE__ */ e(
1598
+ t && /* @__PURE__ */ e(
1488
1599
  a,
1489
1600
  {
1490
1601
  size: "xs",
@@ -1493,38 +1604,38 @@ function ir({ id: i, subtitle: o, title: l, description: n, cardLabel: s, items:
1493
1604
  ls: "1.5px",
1494
1605
  c: "gray.4",
1495
1606
  mb: "lg",
1496
- children: s
1607
+ children: t
1497
1608
  }
1498
1609
  ),
1499
1610
  /* @__PURE__ */ e(
1500
- x,
1611
+ y,
1501
1612
  {
1502
1613
  component: "ul",
1503
1614
  m: 0,
1504
1615
  pl: "lg",
1505
1616
  style: { display: "flex", flexDirection: "column", gap: 16 },
1506
- children: t.map((d, m) => /* @__PURE__ */ r(
1617
+ children: s.map((h, c) => /* @__PURE__ */ r(
1507
1618
  a,
1508
1619
  {
1509
1620
  component: "li",
1510
1621
  c: "gray.6",
1511
1622
  lh: 1.7,
1512
1623
  children: [
1513
- d.lead && /* @__PURE__ */ e(
1624
+ h.lead && /* @__PURE__ */ e(
1514
1625
  a,
1515
1626
  {
1516
1627
  component: "span",
1517
1628
  fw: 700,
1518
1629
  c: "gray.9",
1519
1630
  inherit: !0,
1520
- children: d.lead
1631
+ children: h.lead
1521
1632
  }
1522
1633
  ),
1523
1634
  " ",
1524
- d.text
1635
+ h.text
1525
1636
  ]
1526
1637
  },
1527
- d.lead || m
1638
+ h.lead || c
1528
1639
  ))
1529
1640
  }
1530
1641
  ),
@@ -1560,28 +1671,28 @@ function ir({ id: i, subtitle: o, title: l, description: n, cardLabel: s, items:
1560
1671
  }
1561
1672
  );
1562
1673
  }
1563
- function nr({ id: i, subtitle: o, title: l, description: n, avatar: s, name: t, role: g, quote: c, credentials: p = [], background: d = "white", ta: m = "center" }) {
1674
+ function sr({ id: i, subtitle: n, title: d, description: o, avatar: t, name: s, role: g, quote: p, credentials: m = [], background: h = "white", ta: c = "center" }) {
1564
1675
  return /* @__PURE__ */ r(
1565
- I,
1676
+ T,
1566
1677
  {
1567
1678
  id: i,
1568
- subtitle: o,
1569
- title: l,
1570
- background: d,
1571
- ta: m,
1679
+ subtitle: n,
1680
+ title: d,
1681
+ background: h,
1682
+ ta: c,
1572
1683
  maw: 900,
1573
1684
  children: [
1574
- n && /* @__PURE__ */ e(
1685
+ o && /* @__PURE__ */ e(
1575
1686
  a,
1576
1687
  {
1577
1688
  c: "gray.6",
1578
- ta: m,
1689
+ ta: c,
1579
1690
  mb: 60,
1580
1691
  maw: 800,
1581
- mx: m === "center" ? "auto" : void 0,
1692
+ mx: c === "center" ? "auto" : void 0,
1582
1693
  fz: "lg",
1583
1694
  lh: 1.6,
1584
- children: n
1695
+ children: o
1585
1696
  }
1586
1697
  ),
1587
1698
  /* @__PURE__ */ r(
@@ -1601,18 +1712,18 @@ function nr({ id: i, subtitle: o, title: l, description: n, avatar: s, name: t,
1601
1712
  gutter: { base: "xl", md: 48 },
1602
1713
  align: "flex-start",
1603
1714
  children: [
1604
- s && // O retrato vira linha própria e centralizada no celular,
1715
+ t && // O retrato vira linha própria e centralizada no celular,
1605
1716
  // onde o layout de duas colunas não cabe.
1606
1717
  /* @__PURE__ */ e(z.Col, { span: { base: 12, sm: "content" }, children: /* @__PURE__ */ e(
1607
- x,
1718
+ y,
1608
1719
  {
1609
1720
  mx: { base: "auto", sm: 0 },
1610
1721
  w: { base: 132, sm: 148 },
1611
1722
  children: /* @__PURE__ */ e(
1612
1723
  $,
1613
1724
  {
1614
- src: s.src,
1615
- alt: s.alt || t || "",
1725
+ src: t.src,
1726
+ alt: t.alt || s || "",
1616
1727
  w: "100%",
1617
1728
  radius: "0",
1618
1729
  style: {
@@ -1625,7 +1736,7 @@ function nr({ id: i, subtitle: o, title: l, description: n, avatar: s, name: t,
1625
1736
  }
1626
1737
  ) }),
1627
1738
  /* @__PURE__ */ r(z.Col, { span: { base: 12, sm: "auto" }, children: [
1628
- (t || g) && /* @__PURE__ */ r(
1739
+ (s || g) && /* @__PURE__ */ r(
1629
1740
  f,
1630
1741
  {
1631
1742
  mb: "lg",
@@ -1633,18 +1744,18 @@ function nr({ id: i, subtitle: o, title: l, description: n, avatar: s, name: t,
1633
1744
  wrap: "wrap",
1634
1745
  justify: { base: "center", sm: "flex-start" },
1635
1746
  children: [
1636
- t && /* @__PURE__ */ e(
1747
+ s && /* @__PURE__ */ e(
1637
1748
  a,
1638
1749
  {
1639
1750
  fz: { base: "lg", md: "xl" },
1640
1751
  fw: 800,
1641
1752
  c: "gray.9",
1642
1753
  style: { letterSpacing: "-0.02em" },
1643
- children: t
1754
+ children: s
1644
1755
  }
1645
1756
  ),
1646
1757
  g && /* @__PURE__ */ e(
1647
- C,
1758
+ j,
1648
1759
  {
1649
1760
  variant: "dot",
1650
1761
  color: "gray",
@@ -1656,7 +1767,7 @@ function nr({ id: i, subtitle: o, title: l, description: n, avatar: s, name: t,
1656
1767
  ]
1657
1768
  }
1658
1769
  ),
1659
- c && /* @__PURE__ */ e(
1770
+ p && /* @__PURE__ */ e(
1660
1771
  a,
1661
1772
  {
1662
1773
  fz: { base: "md", md: "lg" },
@@ -1665,23 +1776,23 @@ function nr({ id: i, subtitle: o, title: l, description: n, avatar: s, name: t,
1665
1776
  pl: { base: 0, sm: "xl" },
1666
1777
  ta: { base: "center", sm: "left" },
1667
1778
  style: { borderLeft: "2px solid var(--mantine-color-gray-3)" },
1668
- children: c
1779
+ children: p
1669
1780
  }
1670
1781
  )
1671
1782
  ] })
1672
1783
  ]
1673
1784
  }
1674
1785
  ),
1675
- p.length > 0 && /* @__PURE__ */ e(
1676
- S,
1786
+ m.length > 0 && /* @__PURE__ */ e(
1787
+ I,
1677
1788
  {
1678
- cols: p.length,
1789
+ cols: m.length,
1679
1790
  spacing: { base: "xs", sm: "lg" },
1680
1791
  mt: { base: 32, md: 48 },
1681
1792
  pt: { base: "lg", md: "xl" },
1682
1793
  style: { borderTop: "1px solid var(--mantine-color-gray-2)" },
1683
- children: p.map((h, b) => /* @__PURE__ */ r(
1684
- x,
1794
+ children: m.map((l, x) => /* @__PURE__ */ r(
1795
+ y,
1685
1796
  {
1686
1797
  ta: { base: "center", sm: "left" },
1687
1798
  children: [
@@ -1695,7 +1806,7 @@ function nr({ id: i, subtitle: o, title: l, description: n, avatar: s, name: t,
1695
1806
  mb: 8,
1696
1807
  c: "gray.9",
1697
1808
  style: { letterSpacing: "-0.04em" },
1698
- children: h.value
1809
+ children: l.value
1699
1810
  }
1700
1811
  ),
1701
1812
  /* @__PURE__ */ e(
@@ -1708,12 +1819,12 @@ function nr({ id: i, subtitle: o, title: l, description: n, avatar: s, name: t,
1708
1819
  lh: 1.4,
1709
1820
  tt: "uppercase",
1710
1821
  ls: "1.2px",
1711
- children: h.label
1822
+ children: l.label
1712
1823
  }
1713
1824
  )
1714
1825
  ]
1715
1826
  },
1716
- h.label || b
1827
+ l.label || x
1717
1828
  ))
1718
1829
  }
1719
1830
  )
@@ -1724,41 +1835,41 @@ function nr({ id: i, subtitle: o, title: l, description: n, avatar: s, name: t,
1724
1835
  }
1725
1836
  );
1726
1837
  }
1727
- function or({ id: i, badge: o, subtitle: l, title: n, description: s, items: t = [], background: g = "gray", ta: c = "center" }) {
1838
+ function cr({ id: i, badge: n, subtitle: d, title: o, description: t, items: s = [], background: g = "gray", ta: p = "center" }) {
1728
1839
  return /* @__PURE__ */ r(
1729
- I,
1840
+ T,
1730
1841
  {
1731
1842
  id: i,
1732
- badge: o,
1733
- subtitle: l,
1734
- title: n,
1843
+ badge: n,
1844
+ subtitle: d,
1845
+ title: o,
1735
1846
  background: g,
1736
- ta: c,
1847
+ ta: p,
1737
1848
  maw: 900,
1738
1849
  children: [
1739
- s && /* @__PURE__ */ e(
1850
+ t && /* @__PURE__ */ e(
1740
1851
  a,
1741
1852
  {
1742
1853
  c: "gray.6",
1743
- ta: c,
1854
+ ta: p,
1744
1855
  mb: 60,
1745
1856
  maw: 700,
1746
- mx: c === "center" ? "auto" : void 0,
1857
+ mx: p === "center" ? "auto" : void 0,
1747
1858
  fz: "lg",
1748
1859
  lh: 1.6,
1749
- children: s
1860
+ children: t
1750
1861
  }
1751
1862
  ),
1752
1863
  /* @__PURE__ */ e(
1753
- S,
1864
+ I,
1754
1865
  {
1755
- cols: { base: 1, md: t.length <= 4 ? t.length : 3 },
1866
+ cols: { base: 1, md: s.length <= 4 ? s.length : 3 },
1756
1867
  spacing: "xl",
1757
1868
  verticalSpacing: { base: 56, md: "xl" },
1758
- children: t.map((p, d) => {
1759
- const m = p.icon;
1869
+ children: s.map((m, h) => {
1870
+ const c = m.icon;
1760
1871
  return /* @__PURE__ */ r(
1761
- x,
1872
+ y,
1762
1873
  {
1763
1874
  pos: "relative",
1764
1875
  ta: "left",
@@ -1778,10 +1889,10 @@ function or({ id: i, badge: o, subtitle: l, title: n, description: s, items: t =
1778
1889
  letterSpacing: "-0.05em",
1779
1890
  pointerEvents: "none"
1780
1891
  },
1781
- children: p.number || String(d + 1).padStart(2, "0")
1892
+ children: m.number || String(h + 1).padStart(2, "0")
1782
1893
  }
1783
1894
  ),
1784
- m && /* @__PURE__ */ e(
1895
+ c && /* @__PURE__ */ e(
1785
1896
  v,
1786
1897
  {
1787
1898
  size: 60,
@@ -1792,7 +1903,7 @@ function or({ id: i, badge: o, subtitle: l, title: n, description: s, items: t =
1792
1903
  pos: "relative",
1793
1904
  style: { zIndex: 1 },
1794
1905
  children: /* @__PURE__ */ e(
1795
- m,
1906
+ c,
1796
1907
  {
1797
1908
  size: 30,
1798
1909
  stroke: 1.5
@@ -1801,7 +1912,7 @@ function or({ id: i, badge: o, subtitle: l, title: n, description: s, items: t =
1801
1912
  }
1802
1913
  ),
1803
1914
  /* @__PURE__ */ e(
1804
- k,
1915
+ E,
1805
1916
  {
1806
1917
  order: 3,
1807
1918
  fz: "h3",
@@ -1809,7 +1920,7 @@ function or({ id: i, badge: o, subtitle: l, title: n, description: s, items: t =
1809
1920
  mb: "xs",
1810
1921
  pos: "relative",
1811
1922
  style: { zIndex: 1 },
1812
- children: p.title
1923
+ children: m.title
1813
1924
  }
1814
1925
  ),
1815
1926
  /* @__PURE__ */ e(
@@ -1820,12 +1931,12 @@ function or({ id: i, badge: o, subtitle: l, title: n, description: s, items: t =
1820
1931
  lh: 1.6,
1821
1932
  pos: "relative",
1822
1933
  style: { zIndex: 1 },
1823
- children: p.description
1934
+ children: m.description
1824
1935
  }
1825
1936
  )
1826
1937
  ]
1827
1938
  },
1828
- p.title || d
1939
+ m.title || h
1829
1940
  );
1830
1941
  })
1831
1942
  }
@@ -1834,48 +1945,48 @@ function or({ id: i, badge: o, subtitle: l, title: n, description: s, items: t =
1834
1945
  }
1835
1946
  );
1836
1947
  }
1837
- function sr({ id: i, badge: o, title: l, description: n, fields: s = [], whatsappNumber: t, messageIntro: g = "Olá! Vim pelo site.", submit: c = {}, reassurance: p, onSubmit: d }) {
1838
- const [m, h] = X(() => Object.fromEntries(s.map((y) => [y.name, ""]))), [b, T] = X(!1), A = (y) => (j) => {
1839
- const { value: P } = j.currentTarget;
1840
- h((K) => ({ ...K, [y]: P }));
1841
- }, H = s.filter((y) => y.required).every((y) => m[y.name]?.trim());
1948
+ function dr({ id: i, badge: n, title: d, description: o, fields: t = [], whatsappNumber: s, messageIntro: g = "Olá! Vim pelo site.", submit: p = {}, reassurance: m, onSubmit: h }) {
1949
+ const [c, l] = X(() => Object.fromEntries(t.map((b) => [b.name, ""]))), [x, q] = X(!1), P = (b) => (k) => {
1950
+ const { value: S } = k.currentTarget;
1951
+ l((K) => ({ ...K, [b]: S }));
1952
+ }, V = t.filter((b) => b.required).every((b) => c[b.name]?.trim());
1842
1953
  return /* @__PURE__ */ e(
1843
- x,
1954
+ y,
1844
1955
  {
1845
1956
  id: i,
1846
1957
  component: "section",
1847
1958
  py: { base: 80, md: 120 },
1848
1959
  bg: "gray.9",
1849
1960
  children: /* @__PURE__ */ r(F, { size: "md", children: [
1850
- o && /* @__PURE__ */ e(
1961
+ n && /* @__PURE__ */ e(
1851
1962
  f,
1852
1963
  {
1853
1964
  justify: "center",
1854
1965
  mb: "md",
1855
1966
  children: /* @__PURE__ */ e(
1856
- C,
1967
+ j,
1857
1968
  {
1858
1969
  variant: "light",
1859
1970
  color: "gray",
1860
1971
  size: "lg",
1861
1972
  radius: "0",
1862
- children: o
1973
+ children: n
1863
1974
  }
1864
1975
  )
1865
1976
  }
1866
1977
  ),
1867
- l && /* @__PURE__ */ e(
1868
- k,
1978
+ d && /* @__PURE__ */ e(
1979
+ E,
1869
1980
  {
1870
1981
  order: 2,
1871
1982
  ta: "center",
1872
1983
  c: "white",
1873
1984
  mb: "md",
1874
1985
  fz: "var(--fz-section-title)",
1875
- children: l
1986
+ children: d
1876
1987
  }
1877
1988
  ),
1878
- n && /* @__PURE__ */ e(
1989
+ o && /* @__PURE__ */ e(
1879
1990
  a,
1880
1991
  {
1881
1992
  ta: "center",
@@ -1885,7 +1996,7 @@ function sr({ id: i, badge: o, title: l, description: n, fields: s = [], whatsap
1885
1996
  mx: "auto",
1886
1997
  fz: "lg",
1887
1998
  lh: 1.6,
1888
- children: n
1999
+ children: o
1889
2000
  }
1890
2001
  ),
1891
2002
  /* @__PURE__ */ e(
@@ -1894,40 +2005,40 @@ function sr({ id: i, badge: o, title: l, description: n, fields: s = [], whatsap
1894
2005
  p: "xl",
1895
2006
  radius: "0",
1896
2007
  bg: "white",
1897
- children: /* @__PURE__ */ e("form", { onSubmit: (y) => {
1898
- if (y.preventDefault(), T(!0), !H) return;
1899
- const j = [g, "", ...s.filter((P) => m[P.name]?.trim()).map((P) => `${P.label}: ${m[P.name]}`)].join(`
2008
+ children: /* @__PURE__ */ e("form", { onSubmit: (b) => {
2009
+ if (b.preventDefault(), q(!0), !V) return;
2010
+ const k = [g, "", ...t.filter((S) => c[S.name]?.trim()).map((S) => `${S.label}: ${c[S.name]}`)].join(`
1900
2011
  `);
1901
- if (d?.(m), t) {
1902
- const P = `https://wa.me/${t}?text=${encodeURIComponent(j)}`;
1903
- window.open(P, "_blank", "noopener,noreferrer");
2012
+ if (h?.(c), s) {
2013
+ const S = `https://wa.me/${s}?text=${encodeURIComponent(k)}`;
2014
+ window.open(S, "_blank", "noopener,noreferrer");
1904
2015
  }
1905
2016
  }, children: /* @__PURE__ */ r(u, { gap: "md", children: [
1906
- /* @__PURE__ */ e(S, { cols: { base: 1, sm: 2 }, children: s.filter((y) => y.span !== "full").map((y) => /* @__PURE__ */ e(
2017
+ /* @__PURE__ */ e(I, { cols: { base: 1, sm: 2 }, children: t.filter((b) => b.span !== "full").map((b) => /* @__PURE__ */ e(
1907
2018
  N,
1908
2019
  {
1909
- label: y.label,
1910
- placeholder: y.placeholder,
1911
- type: y.type || "text",
1912
- required: y.required,
1913
- value: m[y.name] || "",
1914
- onChange: A(y.name),
1915
- error: b && y.required && !m[y.name]?.trim() ? "Obrigatório" : null
2020
+ label: b.label,
2021
+ placeholder: b.placeholder,
2022
+ type: b.type || "text",
2023
+ required: b.required,
2024
+ value: c[b.name] || "",
2025
+ onChange: P(b.name),
2026
+ error: x && b.required && !c[b.name]?.trim() ? "Obrigatório" : null
1916
2027
  },
1917
- y.name
2028
+ b.name
1918
2029
  )) }),
1919
- s.filter((y) => y.span === "full").map((y) => /* @__PURE__ */ e(
2030
+ t.filter((b) => b.span === "full").map((b) => /* @__PURE__ */ e(
1920
2031
  N,
1921
2032
  {
1922
- label: y.label,
1923
- placeholder: y.placeholder,
1924
- type: y.type || "text",
1925
- required: y.required,
1926
- value: m[y.name] || "",
1927
- onChange: A(y.name),
1928
- error: b && y.required && !m[y.name]?.trim() ? "Obrigatório" : null
2033
+ label: b.label,
2034
+ placeholder: b.placeholder,
2035
+ type: b.type || "text",
2036
+ required: b.required,
2037
+ value: c[b.name] || "",
2038
+ onChange: P(b.name),
2039
+ error: x && b.required && !c[b.name]?.trim() ? "Obrigatório" : null
1929
2040
  },
1930
- y.name
2041
+ b.name
1931
2042
  )),
1932
2043
  /* @__PURE__ */ e(
1933
2044
  G,
@@ -1936,17 +2047,17 @@ function sr({ id: i, badge: o, title: l, description: n, fields: s = [], whatsap
1936
2047
  size: "lg",
1937
2048
  radius: "0",
1938
2049
  color: "gray.9",
1939
- leftSection: c.leftSection,
2050
+ leftSection: p.leftSection,
1940
2051
  mt: "sm",
1941
2052
  styles: {
1942
2053
  root: { height: "auto" },
1943
2054
  label: { whiteSpace: "normal", lineHeight: 1.4 },
1944
2055
  inner: { paddingTop: 12, paddingBottom: 12 }
1945
2056
  },
1946
- children: c.label || "Enviar"
2057
+ children: p.label || "Enviar"
1947
2058
  }
1948
2059
  ),
1949
- p && /* @__PURE__ */ r(
2060
+ m && /* @__PURE__ */ r(
1950
2061
  f,
1951
2062
  {
1952
2063
  gap: "xs",
@@ -1960,7 +2071,7 @@ function sr({ id: i, badge: o, title: l, description: n, fields: s = [], whatsap
1960
2071
  color: "gray",
1961
2072
  size: "sm",
1962
2073
  children: /* @__PURE__ */ e(
1963
- re,
2074
+ ae,
1964
2075
  {
1965
2076
  size: 16,
1966
2077
  stroke: 1.5
@@ -1973,7 +2084,7 @@ function sr({ id: i, badge: o, title: l, description: n, fields: s = [], whatsap
1973
2084
  {
1974
2085
  size: "xs",
1975
2086
  c: "gray.6",
1976
- children: p
2087
+ children: m
1977
2088
  }
1978
2089
  )
1979
2090
  ]
@@ -1986,14 +2097,14 @@ function sr({ id: i, badge: o, title: l, description: n, fields: s = [], whatsap
1986
2097
  }
1987
2098
  );
1988
2099
  }
1989
- function tr({ id: i, subtitle: o, title: l, traditionalCol: n, newCol: s, background: t = "white" }) {
2100
+ function pr({ id: i, subtitle: n, title: d, traditionalCol: o, newCol: t, background: s = "white" }) {
1990
2101
  return /* @__PURE__ */ e(
1991
- I,
2102
+ T,
1992
2103
  {
1993
2104
  id: i,
1994
- subtitle: o,
1995
- title: l,
1996
- background: t,
2105
+ subtitle: n,
2106
+ title: d,
2107
+ background: s,
1997
2108
  children: /* @__PURE__ */ e(
1998
2109
  w,
1999
2110
  {
@@ -2001,18 +2112,18 @@ function tr({ id: i, subtitle: o, title: l, traditionalCol: n, newCol: s, backgr
2001
2112
  bd: "1px solid var(--mantine-color-gray-2)",
2002
2113
  style: { overflow: "hidden" },
2003
2114
  children: /* @__PURE__ */ r(
2004
- S,
2115
+ I,
2005
2116
  {
2006
2117
  cols: { base: 1, md: 2 },
2007
2118
  spacing: 0,
2008
2119
  children: [
2009
2120
  /* @__PURE__ */ e(
2010
- x,
2121
+ y,
2011
2122
  {
2012
- bg: t === "gray" ? "gray.1" : "white",
2123
+ bg: s === "gray" ? "gray.1" : "white",
2013
2124
  p: { base: 30, md: 60 },
2014
2125
  children: /* @__PURE__ */ r(u, { gap: "xl", children: [
2015
- /* @__PURE__ */ r(x, { children: [
2126
+ /* @__PURE__ */ r(y, { children: [
2016
2127
  /* @__PURE__ */ e(
2017
2128
  a,
2018
2129
  {
@@ -2020,7 +2131,7 @@ function tr({ id: i, subtitle: o, title: l, traditionalCol: n, newCol: s, backgr
2020
2131
  fz: "h2",
2021
2132
  c: "gray.9",
2022
2133
  mb: 4,
2023
- children: n.title
2134
+ children: o.title
2024
2135
  }
2025
2136
  ),
2026
2137
  /* @__PURE__ */ e(
@@ -2031,7 +2142,7 @@ function tr({ id: i, subtitle: o, title: l, traditionalCol: n, newCol: s, backgr
2031
2142
  tt: "uppercase",
2032
2143
  ls: "1.5px",
2033
2144
  c: "gray.5",
2034
- children: n.subtitle
2145
+ children: o.subtitle
2035
2146
  }
2036
2147
  )
2037
2148
  ] }),
@@ -2040,7 +2151,7 @@ function tr({ id: i, subtitle: o, title: l, traditionalCol: n, newCol: s, backgr
2040
2151
  {
2041
2152
  gap: "md",
2042
2153
  mb: 40,
2043
- children: n.items.map((g, c) => /* @__PURE__ */ r(fe, { children: [
2154
+ children: o.items.map((g, p) => /* @__PURE__ */ r(ye, { children: [
2044
2155
  /* @__PURE__ */ r(f, { justify: "space-between", children: [
2045
2156
  /* @__PURE__ */ e(
2046
2157
  a,
@@ -2059,14 +2170,14 @@ function tr({ id: i, subtitle: o, title: l, traditionalCol: n, newCol: s, backgr
2059
2170
  }
2060
2171
  )
2061
2172
  ] }),
2062
- c < n.items.length - 1 && /* @__PURE__ */ e(D, { color: "var(--mantine-color-gray-2)" })
2063
- ] }, c))
2173
+ p < o.items.length - 1 && /* @__PURE__ */ e(D, { color: "var(--mantine-color-gray-2)" })
2174
+ ] }, p))
2064
2175
  }
2065
2176
  ),
2066
2177
  /* @__PURE__ */ r(
2067
- x,
2178
+ y,
2068
2179
  {
2069
- bg: t === "gray" ? "gray.1" : "white",
2180
+ bg: s === "gray" ? "gray.1" : "white",
2070
2181
  p: "lg",
2071
2182
  radius: "0",
2072
2183
  bd: "1px solid var(--mantine-color-gray-2)",
@@ -2077,7 +2188,7 @@ function tr({ id: i, subtitle: o, title: l, traditionalCol: n, newCol: s, backgr
2077
2188
  {
2078
2189
  fw: 900,
2079
2190
  c: "gray.7",
2080
- children: n.totalLabel || "Total Estimado"
2191
+ children: o.totalLabel || "Total Estimado"
2081
2192
  }
2082
2193
  ),
2083
2194
  /* @__PURE__ */ e(
@@ -2086,18 +2197,18 @@ function tr({ id: i, subtitle: o, title: l, traditionalCol: n, newCol: s, backgr
2086
2197
  fw: 900,
2087
2198
  fz: 32,
2088
2199
  c: "gray.9",
2089
- children: n.totalValue
2200
+ children: o.totalValue
2090
2201
  }
2091
2202
  )
2092
2203
  ] }),
2093
- n.footerText && /* @__PURE__ */ e(
2204
+ o.footerText && /* @__PURE__ */ e(
2094
2205
  a,
2095
2206
  {
2096
2207
  size: "xs",
2097
2208
  c: "red.6",
2098
2209
  ta: "right",
2099
2210
  mt: 4,
2100
- children: n.footerText
2211
+ children: o.footerText
2101
2212
  }
2102
2213
  )
2103
2214
  ]
@@ -2107,9 +2218,9 @@ function tr({ id: i, subtitle: o, title: l, traditionalCol: n, newCol: s, backgr
2107
2218
  }
2108
2219
  ),
2109
2220
  /* @__PURE__ */ e(
2110
- x,
2221
+ y,
2111
2222
  {
2112
- bg: t === "gray" ? "gray.1" : "white",
2223
+ bg: s === "gray" ? "gray.1" : "white",
2113
2224
  p: { base: 30, md: 60 },
2114
2225
  pos: "relative",
2115
2226
  children: /* @__PURE__ */ r(
@@ -2118,7 +2229,7 @@ function tr({ id: i, subtitle: o, title: l, traditionalCol: n, newCol: s, backgr
2118
2229
  gap: "xl",
2119
2230
  h: "100%",
2120
2231
  children: [
2121
- /* @__PURE__ */ r(x, { children: [
2232
+ /* @__PURE__ */ r(y, { children: [
2122
2233
  /* @__PURE__ */ r(f, { gap: "xs", children: [
2123
2234
  /* @__PURE__ */ e(
2124
2235
  a,
@@ -2127,16 +2238,16 @@ function tr({ id: i, subtitle: o, title: l, traditionalCol: n, newCol: s, backgr
2127
2238
  fz: "h2",
2128
2239
  c: "gray.9",
2129
2240
  mb: 4,
2130
- children: s.title
2241
+ children: t.title
2131
2242
  }
2132
2243
  ),
2133
- s.badge && /* @__PURE__ */ e(
2134
- C,
2244
+ t.badge && /* @__PURE__ */ e(
2245
+ j,
2135
2246
  {
2136
2247
  color: "gray.9",
2137
2248
  variant: "filled",
2138
2249
  radius: "0",
2139
- children: s.badge
2250
+ children: t.badge
2140
2251
  }
2141
2252
  )
2142
2253
  ] }),
@@ -2145,7 +2256,7 @@ function tr({ id: i, subtitle: o, title: l, traditionalCol: n, newCol: s, backgr
2145
2256
  {
2146
2257
  size: "sm",
2147
2258
  c: "gray.6",
2148
- children: s.description
2259
+ children: t.description
2149
2260
  }
2150
2261
  )
2151
2262
  ] }),
@@ -2163,7 +2274,7 @@ function tr({ id: i, subtitle: o, title: l, traditionalCol: n, newCol: s, backgr
2163
2274
  radius: "0",
2164
2275
  bd: "1px solid var(--mantine-color-gray-2)",
2165
2276
  children: /* @__PURE__ */ e(
2166
- V,
2277
+ H,
2167
2278
  {
2168
2279
  size: 12,
2169
2280
  color: "var(--mantine-color-gray-9)"
@@ -2171,13 +2282,13 @@ function tr({ id: i, subtitle: o, title: l, traditionalCol: n, newCol: s, backgr
2171
2282
  )
2172
2283
  }
2173
2284
  ),
2174
- children: s.items.map((g, c) => /* @__PURE__ */ e(M.Item, { children: g }, c))
2285
+ children: t.items.map((g, p) => /* @__PURE__ */ e(M.Item, { children: g }, p))
2175
2286
  }
2176
2287
  ),
2177
- s.pricingBox && /* @__PURE__ */ e(
2178
- x,
2288
+ t.pricingBox && /* @__PURE__ */ e(
2289
+ y,
2179
2290
  {
2180
- bg: t === "gray" ? "gray.1" : "white",
2291
+ bg: s === "gray" ? "gray.1" : "white",
2181
2292
  p: "lg",
2182
2293
  radius: "0",
2183
2294
  bd: "1px solid var(--mantine-color-gray-2)",
@@ -2190,7 +2301,7 @@ function tr({ id: i, subtitle: o, title: l, traditionalCol: n, newCol: s, backgr
2190
2301
  tt: "uppercase",
2191
2302
  ls: "1.5px",
2192
2303
  c: "gray.5",
2193
- children: s.pricingBox.label
2304
+ children: t.pricingBox.label
2194
2305
  }
2195
2306
  ),
2196
2307
  /* @__PURE__ */ e(
@@ -2200,29 +2311,29 @@ function tr({ id: i, subtitle: o, title: l, traditionalCol: n, newCol: s, backgr
2200
2311
  fz: 48,
2201
2312
  c: "gray.9",
2202
2313
  lh: 1,
2203
- children: s.pricingBox.price
2314
+ children: t.pricingBox.price
2204
2315
  }
2205
2316
  ),
2206
- s.pricingBox.subtext && /* @__PURE__ */ e(
2317
+ t.pricingBox.subtext && /* @__PURE__ */ e(
2207
2318
  a,
2208
2319
  {
2209
2320
  size: "xs",
2210
2321
  c: "gray.5",
2211
2322
  mt: "sm",
2212
- children: s.pricingBox.subtext
2323
+ children: t.pricingBox.subtext
2213
2324
  }
2214
2325
  )
2215
2326
  ] })
2216
2327
  }
2217
2328
  ),
2218
- s.cta && /* @__PURE__ */ e(x, { mt: "xl", children: /* @__PURE__ */ e(
2329
+ t.cta && /* @__PURE__ */ e(y, { mt: "xl", children: /* @__PURE__ */ e(
2219
2330
  R,
2220
2331
  {
2221
- label: s.cta.label,
2222
- href: s.cta.href,
2223
- icon: s.cta.icon,
2224
- size: s.cta.size || "lg",
2225
- color: s.cta.color || "gray.9",
2332
+ label: t.cta.label,
2333
+ href: t.cta.href,
2334
+ icon: t.cta.icon,
2335
+ size: t.cta.size || "lg",
2336
+ color: t.cta.color || "gray.9",
2226
2337
  fullWidth: !0
2227
2338
  }
2228
2339
  ) })
@@ -2239,34 +2350,34 @@ function tr({ id: i, subtitle: o, title: l, traditionalCol: n, newCol: s, backgr
2239
2350
  }
2240
2351
  );
2241
2352
  }
2242
- function lr({
2353
+ function hr({
2243
2354
  id: i,
2244
- badge: o,
2245
- subtitle: l,
2246
- title: n,
2247
- description: s,
2248
- billingOptions: t = [
2355
+ badge: n,
2356
+ subtitle: d,
2357
+ title: o,
2358
+ description: t,
2359
+ billingOptions: s = [
2249
2360
  { label: "Mensal", value: "monthly" },
2250
2361
  { label: "Anual", value: "annual" }
2251
2362
  ],
2252
2363
  billing: g,
2253
- setBilling: c,
2254
- promoBadge: p,
2255
- plans: d,
2256
- background: m = "white"
2364
+ setBilling: p,
2365
+ promoBadge: m,
2366
+ plans: h,
2367
+ background: c = "white"
2257
2368
  }) {
2258
2369
  return /* @__PURE__ */ r(
2259
- I,
2370
+ T,
2260
2371
  {
2261
2372
  id: i,
2262
- badge: o,
2263
- subtitle: l,
2264
- title: n,
2373
+ badge: n,
2374
+ subtitle: d,
2375
+ title: o,
2265
2376
  ta: "center",
2266
- background: m,
2377
+ background: c,
2267
2378
  maw: 900,
2268
2379
  children: [
2269
- s && /* @__PURE__ */ e(
2380
+ t && /* @__PURE__ */ e(
2270
2381
  a,
2271
2382
  {
2272
2383
  c: "gray.6",
@@ -2276,10 +2387,10 @@ function lr({
2276
2387
  mx: "auto",
2277
2388
  fz: "lg",
2278
2389
  lh: 1.6,
2279
- children: s
2390
+ children: t
2280
2391
  }
2281
2392
  ),
2282
- t && t.length > 0 && /* @__PURE__ */ e(
2393
+ s && s.length > 0 && /* @__PURE__ */ e(
2283
2394
  u,
2284
2395
  {
2285
2396
  align: "center",
@@ -2287,44 +2398,44 @@ function lr({
2287
2398
  mb: 80,
2288
2399
  children: /* @__PURE__ */ r(f, { gap: "xs", children: [
2289
2400
  /* @__PURE__ */ e(
2290
- he,
2401
+ me,
2291
2402
  {
2292
2403
  value: g,
2293
- onChange: c,
2404
+ onChange: p,
2294
2405
  radius: "0",
2295
2406
  size: "md",
2296
- data: t,
2407
+ data: s,
2297
2408
  color: "gray.9",
2298
2409
  bg: "white",
2299
2410
  style: { border: "1px solid var(--mantine-color-gray-2)" }
2300
2411
  }
2301
2412
  ),
2302
- g === "annual" && p && /* @__PURE__ */ e(
2303
- C,
2413
+ g === "annual" && m && /* @__PURE__ */ e(
2414
+ j,
2304
2415
  {
2305
2416
  variant: "filled",
2306
2417
  color: "gray.9",
2307
2418
  radius: "0",
2308
2419
  size: "lg",
2309
- children: p
2420
+ children: m
2310
2421
  }
2311
2422
  )
2312
2423
  ] })
2313
2424
  }
2314
2425
  ),
2315
2426
  /* @__PURE__ */ e(
2316
- S,
2427
+ I,
2317
2428
  {
2318
- cols: { base: 1, md: d.length <= 3 ? d.length : 3 },
2429
+ cols: { base: 1, md: h.length <= 3 ? h.length : 3 },
2319
2430
  spacing: "xl",
2320
2431
  verticalSpacing: "xl",
2321
- children: d.map((h) => /* @__PURE__ */ r(
2432
+ children: h.map((l) => /* @__PURE__ */ r(
2322
2433
  w,
2323
2434
  {
2324
2435
  p: "xl",
2325
2436
  radius: "0",
2326
2437
  withBorder: !0,
2327
- bd: h.highlight ? "2px solid var(--mantine-color-gray-9)" : "1px solid var(--mantine-color-gray-2)",
2438
+ bd: l.highlight ? "2px solid var(--mantine-color-gray-9)" : "1px solid var(--mantine-color-gray-2)",
2328
2439
  display: "flex",
2329
2440
  h: "100%",
2330
2441
  style: { flexDirection: "column" },
@@ -2350,15 +2461,15 @@ function lr({
2350
2461
  tt: "uppercase",
2351
2462
  ls: "1.5px",
2352
2463
  c: "gray.4",
2353
- children: h.name
2464
+ children: l.name
2354
2465
  }
2355
2466
  ),
2356
- h.highlight && /* @__PURE__ */ e(
2357
- C,
2467
+ l.highlight && /* @__PURE__ */ e(
2468
+ j,
2358
2469
  {
2359
2470
  variant: "dot",
2360
2471
  color: "gray.9",
2361
- children: h.highlightBadge || "RECOMENDADO"
2472
+ children: l.highlightBadge || "RECOMENDADO"
2362
2473
  }
2363
2474
  )
2364
2475
  ]
@@ -2372,14 +2483,14 @@ function lr({
2372
2483
  fw: 500,
2373
2484
  lh: 1.5,
2374
2485
  h: { md: 42 },
2375
- children: h.description
2486
+ children: l.description
2376
2487
  }
2377
2488
  )
2378
2489
  ]
2379
2490
  }
2380
2491
  ),
2381
- /* @__PURE__ */ r(x, { mb: "xl", children: [
2382
- h.pricePrefix !== null && /* @__PURE__ */ e(
2492
+ /* @__PURE__ */ r(y, { mb: "xl", children: [
2493
+ l.pricePrefix !== null && /* @__PURE__ */ e(
2383
2494
  a,
2384
2495
  {
2385
2496
  size: "xs",
@@ -2388,10 +2499,10 @@ function lr({
2388
2499
  tt: "uppercase",
2389
2500
  ls: "1px",
2390
2501
  mb: 4,
2391
- children: h.pricePrefix || "A partir de"
2502
+ children: l.pricePrefix || "A partir de"
2392
2503
  }
2393
2504
  ),
2394
- h.priceText ? (
2505
+ l.priceText ? (
2395
2506
  // Escape hatch para preço que não é número
2396
2507
  // ("Sob consulta"), onde currency/whole/fraction
2397
2508
  // não têm o que representar.
@@ -2409,15 +2520,15 @@ function lr({
2409
2520
  ls: "-0.04em",
2410
2521
  lh: 1,
2411
2522
  c: "gray.9",
2412
- children: h.priceText
2523
+ children: l.priceText
2413
2524
  }
2414
2525
  ),
2415
- h.period && /* @__PURE__ */ e(
2526
+ l.period && /* @__PURE__ */ e(
2416
2527
  a,
2417
2528
  {
2418
2529
  size: "md",
2419
2530
  c: "gray.5",
2420
- children: h.period
2531
+ children: l.period
2421
2532
  }
2422
2533
  )
2423
2534
  ]
@@ -2436,7 +2547,7 @@ function lr({
2436
2547
  fw: 900,
2437
2548
  c: "gray.9",
2438
2549
  style: { marginTop: 8 },
2439
- children: h.priceDisplay?.currency
2550
+ children: l.priceDisplay?.currency
2440
2551
  }
2441
2552
  ),
2442
2553
  /* @__PURE__ */ r(
@@ -2453,10 +2564,10 @@ function lr({
2453
2564
  ls: "-0.04em",
2454
2565
  lh: 0.8,
2455
2566
  c: "gray.9",
2456
- children: h.priceDisplay?.whole
2567
+ children: l.priceDisplay?.whole
2457
2568
  }
2458
2569
  ),
2459
- h.priceDisplay?.fraction && /* @__PURE__ */ r(
2570
+ l.priceDisplay?.fraction && /* @__PURE__ */ r(
2460
2571
  u,
2461
2572
  {
2462
2573
  gap: 0,
@@ -2471,7 +2582,7 @@ function lr({
2471
2582
  c: "gray.9",
2472
2583
  children: [
2473
2584
  ",",
2474
- h.priceDisplay.fraction
2585
+ l.priceDisplay.fraction
2475
2586
  ]
2476
2587
  }
2477
2588
  ),
@@ -2483,7 +2594,7 @@ function lr({
2483
2594
  fw: 800,
2484
2595
  tt: "uppercase",
2485
2596
  ls: "0.5px",
2486
- children: h.period || h.priceSuffix || "/mês"
2597
+ children: l.period || l.priceSuffix || "/mês"
2487
2598
  }
2488
2599
  )
2489
2600
  ]
@@ -2495,13 +2606,13 @@ function lr({
2495
2606
  ]
2496
2607
  }
2497
2608
  ),
2498
- h.priceNote && /* @__PURE__ */ e(
2609
+ l.priceNote && /* @__PURE__ */ e(
2499
2610
  a,
2500
2611
  {
2501
2612
  size: "sm",
2502
2613
  c: "gray.6",
2503
2614
  mt: "md",
2504
- children: h.priceNote
2615
+ children: l.priceNote
2505
2616
  }
2506
2617
  )
2507
2618
  ] }),
@@ -2518,7 +2629,7 @@ function lr({
2518
2629
  gap: "sm",
2519
2630
  mb: 40,
2520
2631
  style: { flex: 1 },
2521
- children: (h.features || []).map((b, T) => /* @__PURE__ */ r(
2632
+ children: (l.features || []).map((x, q) => /* @__PURE__ */ r(
2522
2633
  f,
2523
2634
  {
2524
2635
  gap: "sm",
@@ -2526,7 +2637,7 @@ function lr({
2526
2637
  align: "flex-start",
2527
2638
  children: [
2528
2639
  /* @__PURE__ */ e(
2529
- V,
2640
+ H,
2530
2641
  {
2531
2642
  size: 16,
2532
2643
  color: "var(--mantine-color-gray-9)",
@@ -2540,32 +2651,32 @@ function lr({
2540
2651
  fw: 500,
2541
2652
  c: "gray.6",
2542
2653
  lh: 1.4,
2543
- children: b
2654
+ children: x
2544
2655
  }
2545
2656
  )
2546
2657
  ]
2547
2658
  },
2548
- T
2659
+ q
2549
2660
  ))
2550
2661
  }
2551
2662
  ),
2552
- h.cta && /* @__PURE__ */ e(x, { mt: "auto", children: /* @__PURE__ */ e(
2663
+ l.cta && /* @__PURE__ */ e(y, { mt: "auto", children: /* @__PURE__ */ e(
2553
2664
  R,
2554
2665
  {
2555
- label: h.cta.label,
2556
- href: h.cta.href,
2557
- target: h.cta.target,
2558
- rel: h.cta.target === "_blank" ? "noopener noreferrer" : void 0,
2559
- icon: h.cta.icon,
2560
- leftSection: h.cta.leftSection,
2561
- size: h.cta.size || "xl",
2562
- variant: h.cta.variant,
2563
- color: h.cta.color || "gray.9",
2666
+ label: l.cta.label,
2667
+ href: l.cta.href,
2668
+ target: l.cta.target,
2669
+ rel: l.cta.target === "_blank" ? "noopener noreferrer" : void 0,
2670
+ icon: l.cta.icon,
2671
+ leftSection: l.cta.leftSection,
2672
+ size: l.cta.size || "xl",
2673
+ variant: l.cta.variant,
2674
+ color: l.cta.color || "gray.9",
2564
2675
  fullWidth: !0
2565
2676
  }
2566
2677
  ) }),
2567
- h.note && /* @__PURE__ */ e(
2568
- x,
2678
+ l.note && /* @__PURE__ */ e(
2679
+ y,
2569
2680
  {
2570
2681
  mt: "auto",
2571
2682
  pt: "md",
@@ -2576,14 +2687,14 @@ function lr({
2576
2687
  size: "xs",
2577
2688
  c: "gray.5",
2578
2689
  lh: 1.5,
2579
- children: h.note
2690
+ children: l.note
2580
2691
  }
2581
2692
  )
2582
2693
  }
2583
2694
  )
2584
2695
  ]
2585
2696
  },
2586
- h.name
2697
+ l.name
2587
2698
  ))
2588
2699
  }
2589
2700
  )
@@ -2591,10 +2702,10 @@ function lr({
2591
2702
  }
2592
2703
  );
2593
2704
  }
2594
- function cr({ id: i, badge: o, subtitle: l, title: n, description: s, questions: t = [], contactCard: g, background: c = "white", ta: p = "left" }) {
2595
- const d = Math.ceil(t.length / 2), m = {
2705
+ function mr({ id: i, badge: n, subtitle: d, title: o, description: t, questions: s = [], contactCard: g, background: p = "white", ta: m = "left" }) {
2706
+ const h = Math.ceil(s.length / 2), c = {
2596
2707
  item: {
2597
- backgroundColor: c === "gray" ? "gray.1" : "white",
2708
+ backgroundColor: p === "gray" ? "gray.1" : "white",
2598
2709
  border: "1px solid var(--mantine-color-gray-2)"
2599
2710
  },
2600
2711
  control: {
@@ -2612,50 +2723,50 @@ function cr({ id: i, badge: o, subtitle: l, title: n, description: s, questions:
2612
2723
  }
2613
2724
  };
2614
2725
  return /* @__PURE__ */ r(
2615
- I,
2726
+ T,
2616
2727
  {
2617
2728
  id: i,
2618
- badge: o,
2619
- subtitle: l,
2620
- title: n,
2621
- background: c,
2622
- ta: p,
2623
- maw: p === "center" ? 900 : 800,
2729
+ badge: n,
2730
+ subtitle: d,
2731
+ title: o,
2732
+ background: p,
2733
+ ta: m,
2734
+ maw: m === "center" ? 900 : 800,
2624
2735
  children: [
2625
- s && /* @__PURE__ */ e(
2736
+ t && /* @__PURE__ */ e(
2626
2737
  a,
2627
2738
  {
2628
2739
  c: "gray.6",
2629
- ta: p,
2740
+ ta: m,
2630
2741
  size: "lg",
2631
2742
  lh: 1.6,
2632
2743
  maw: 700,
2633
- mx: p === "center" ? "auto" : void 0,
2744
+ mx: m === "center" ? "auto" : void 0,
2634
2745
  mb: 40,
2635
- children: s
2746
+ children: t
2636
2747
  }
2637
2748
  ),
2638
2749
  /* @__PURE__ */ r(
2639
- S,
2750
+ I,
2640
2751
  {
2641
2752
  cols: { base: 1, md: 2 },
2642
2753
  spacing: "xl",
2643
2754
  children: [
2644
2755
  /* @__PURE__ */ e(
2645
- B,
2756
+ C,
2646
2757
  {
2647
2758
  variant: "separated",
2648
2759
  radius: "0",
2649
2760
  chevronPosition: "right",
2650
- styles: m,
2651
- children: t.slice(0, d).map((h, b) => /* @__PURE__ */ r(
2652
- B.Item,
2761
+ styles: c,
2762
+ children: s.slice(0, h).map((l, x) => /* @__PURE__ */ r(
2763
+ C.Item,
2653
2764
  {
2654
- value: h.value || String(b),
2765
+ value: l.value || String(x),
2655
2766
  mb: "md",
2656
2767
  children: [
2657
2768
  /* @__PURE__ */ e(
2658
- B.Control,
2769
+ C.Control,
2659
2770
  {
2660
2771
  icon: /* @__PURE__ */ e(
2661
2772
  v,
@@ -2666,31 +2777,31 @@ function cr({ id: i, badge: o, subtitle: l, title: n, description: s, questions:
2666
2777
  children: /* @__PURE__ */ e(Y, { size: 16 })
2667
2778
  }
2668
2779
  ),
2669
- children: h.question
2780
+ children: l.question
2670
2781
  }
2671
2782
  ),
2672
- /* @__PURE__ */ e(B.Panel, { c: "gray.6", children: h.answer })
2783
+ /* @__PURE__ */ e(C.Panel, { c: "gray.6", children: l.answer })
2673
2784
  ]
2674
2785
  },
2675
- h.value || b
2786
+ l.value || x
2676
2787
  ))
2677
2788
  }
2678
2789
  ),
2679
2790
  /* @__PURE__ */ e(
2680
- B,
2791
+ C,
2681
2792
  {
2682
2793
  variant: "separated",
2683
2794
  radius: "0",
2684
2795
  chevronPosition: "right",
2685
- styles: m,
2686
- children: t.slice(d).map((h, b) => /* @__PURE__ */ r(
2687
- B.Item,
2796
+ styles: c,
2797
+ children: s.slice(h).map((l, x) => /* @__PURE__ */ r(
2798
+ C.Item,
2688
2799
  {
2689
- value: h.value || String(d + b),
2800
+ value: l.value || String(h + x),
2690
2801
  mb: "md",
2691
2802
  children: [
2692
2803
  /* @__PURE__ */ e(
2693
- B.Control,
2804
+ C.Control,
2694
2805
  {
2695
2806
  icon: /* @__PURE__ */ e(
2696
2807
  v,
@@ -2701,13 +2812,13 @@ function cr({ id: i, badge: o, subtitle: l, title: n, description: s, questions:
2701
2812
  children: /* @__PURE__ */ e(Y, { size: 16 })
2702
2813
  }
2703
2814
  ),
2704
- children: h.question
2815
+ children: l.question
2705
2816
  }
2706
2817
  ),
2707
- /* @__PURE__ */ e(B.Panel, { c: "gray.6", children: h.answer })
2818
+ /* @__PURE__ */ e(C.Panel, { c: "gray.6", children: l.answer })
2708
2819
  ]
2709
2820
  },
2710
- h.value || d + b
2821
+ l.value || h + x
2711
2822
  ))
2712
2823
  }
2713
2824
  )
@@ -2720,12 +2831,12 @@ function cr({ id: i, badge: o, subtitle: l, title: n, description: s, questions:
2720
2831
  mt: { base: 40, md: 80 },
2721
2832
  radius: "0",
2722
2833
  p: { base: "xl", md: 60 },
2723
- bg: c === "gray" ? "gray.1" : "white",
2834
+ bg: p === "gray" ? "gray.1" : "white",
2724
2835
  bd: "1px solid var(--mantine-color-gray-1)",
2725
2836
  pos: "relative",
2726
2837
  style: { overflow: "hidden" },
2727
2838
  children: /* @__PURE__ */ r(
2728
- S,
2839
+ I,
2729
2840
  {
2730
2841
  cols: { base: 1, md: 2 },
2731
2842
  spacing: "xl",
@@ -2780,20 +2891,20 @@ function cr({ id: i, badge: o, subtitle: l, title: n, description: s, questions:
2780
2891
  }
2781
2892
  );
2782
2893
  }
2783
- function dr({ id: i, title: o, subtitle: l, items: n = [], background: s = "gray" }) {
2894
+ function gr({ id: i, title: n, subtitle: d, items: o = [], background: t = "gray" }) {
2784
2895
  return /* @__PURE__ */ e(
2785
- I,
2896
+ T,
2786
2897
  {
2787
2898
  id: i,
2788
- background: s,
2789
- title: o,
2790
- subtitle: l,
2899
+ background: t,
2900
+ title: n,
2901
+ subtitle: d,
2791
2902
  children: /* @__PURE__ */ e(
2792
- S,
2903
+ I,
2793
2904
  {
2794
- cols: { base: 1, md: n.length > 3 ? 4 : n.length || 3 },
2905
+ cols: { base: 1, md: o.length > 3 ? 4 : o.length || 3 },
2795
2906
  spacing: "xl",
2796
- children: n.map((t, g) => /* @__PURE__ */ e(
2907
+ children: o.map((s, g) => /* @__PURE__ */ e(
2797
2908
  w,
2798
2909
  {
2799
2910
  p: "xl",
@@ -2824,7 +2935,7 @@ function dr({ id: i, title: o, subtitle: l, items: n = [], background: s = "gray
2824
2935
  flex: 1,
2825
2936
  children: [
2826
2937
  '"',
2827
- t.content,
2938
+ s.content,
2828
2939
  '"'
2829
2940
  ]
2830
2941
  }
@@ -2836,13 +2947,13 @@ function dr({ id: i, title: o, subtitle: l, items: n = [], background: s = "gray
2836
2947
  mt: "xl",
2837
2948
  children: [
2838
2949
  /* @__PURE__ */ e(
2839
- pe,
2950
+ ge,
2840
2951
  {
2841
2952
  size: "md",
2842
2953
  radius: "0",
2843
2954
  color: "gray",
2844
- src: t.avatarSrc,
2845
- children: t.initials
2955
+ src: s.avatarSrc,
2956
+ children: s.initials
2846
2957
  }
2847
2958
  ),
2848
2959
  /* @__PURE__ */ r(u, { gap: 0, children: [
@@ -2851,7 +2962,7 @@ function dr({ id: i, title: o, subtitle: l, items: n = [], background: s = "gray
2851
2962
  {
2852
2963
  size: "sm",
2853
2964
  fw: 900,
2854
- children: t.name
2965
+ children: s.name
2855
2966
  }
2856
2967
  ),
2857
2968
  /* @__PURE__ */ e(
@@ -2862,7 +2973,7 @@ function dr({ id: i, title: o, subtitle: l, items: n = [], background: s = "gray
2862
2973
  tt: "uppercase",
2863
2974
  ls: "1px",
2864
2975
  c: "gray.5",
2865
- children: t.role
2976
+ children: s.role
2866
2977
  }
2867
2978
  )
2868
2979
  ] })
@@ -2880,12 +2991,12 @@ function dr({ id: i, title: o, subtitle: l, items: n = [], background: s = "gray
2880
2991
  }
2881
2992
  );
2882
2993
  }
2883
- function Ce({ id: i, subtitle: o, title: l, titleOrder: n = 2, description: s, featuresList: t, featuresLabel: g, cta: c, background: p = "gray", ta: d = "center" }) {
2994
+ function Me({ id: i, subtitle: n, title: d, titleOrder: o = 2, description: t, featuresList: s, featuresLabel: g, cta: p, background: m = "gray", ta: h = "center" }) {
2884
2995
  return /* @__PURE__ */ e(
2885
- I,
2996
+ T,
2886
2997
  {
2887
2998
  id: i,
2888
- background: p,
2999
+ background: m,
2889
3000
  ta: "center",
2890
3001
  children: /* @__PURE__ */ e(
2891
3002
  w,
@@ -2898,11 +3009,11 @@ function Ce({ id: i, subtitle: o, title: l, titleOrder: n = 2, description: s, f
2898
3009
  children: /* @__PURE__ */ r(
2899
3010
  u,
2900
3011
  {
2901
- align: d === "center" ? "center" : "flex-start",
2902
- ta: d,
3012
+ align: h === "center" ? "center" : "flex-start",
3013
+ ta: h,
2903
3014
  gap: "xl",
2904
3015
  children: [
2905
- o && /* @__PURE__ */ e(
3016
+ n && /* @__PURE__ */ e(
2906
3017
  a,
2907
3018
  {
2908
3019
  size: "xs",
@@ -2910,32 +3021,32 @@ function Ce({ id: i, subtitle: o, title: l, titleOrder: n = 2, description: s, f
2910
3021
  tt: "uppercase",
2911
3022
  ls: "1.5px",
2912
3023
  c: "gray.4",
2913
- children: o
3024
+ children: n
2914
3025
  }
2915
3026
  ),
2916
- l && // Title, e não Text: o banner costuma ser a única seção
3027
+ d && // Title, e não Text: o banner costuma ser a única seção
2917
3028
  // da página (um 404, por exemplo) e sem heading ela fica
2918
3029
  // sem estrutura para leitor de tela.
2919
3030
  /* @__PURE__ */ e(
2920
- k,
3031
+ E,
2921
3032
  {
2922
- order: n,
3033
+ order: o,
2923
3034
  fz: "var(--fz-section-title)",
2924
3035
  lh: 1.2,
2925
3036
  maw: 700,
2926
- children: l
3037
+ children: d
2927
3038
  }
2928
3039
  ),
2929
- s && /* @__PURE__ */ e(
3040
+ t && /* @__PURE__ */ e(
2930
3041
  a,
2931
3042
  {
2932
3043
  c: "gray.7",
2933
3044
  size: "xl",
2934
- maw: d === "center" ? 550 : 640,
2935
- children: s
3045
+ maw: h === "center" ? 550 : 640,
3046
+ children: t
2936
3047
  }
2937
3048
  ),
2938
- t && t.length > 0 && /* @__PURE__ */ r(x, { ta: "left", children: [
3049
+ s && s.length > 0 && /* @__PURE__ */ r(y, { ta: "left", children: [
2939
3050
  g && /* @__PURE__ */ e(
2940
3051
  a,
2941
3052
  {
@@ -2957,7 +3068,7 @@ function Ce({ id: i, subtitle: o, title: l, titleOrder: n = 2, description: s, f
2957
3068
  size: 24,
2958
3069
  radius: "0",
2959
3070
  children: /* @__PURE__ */ e(
2960
- V,
3071
+ H,
2961
3072
  {
2962
3073
  size: 14,
2963
3074
  color: "var(--mantine-color-gray-9)"
@@ -2965,39 +3076,39 @@ function Ce({ id: i, subtitle: o, title: l, titleOrder: n = 2, description: s, f
2965
3076
  )
2966
3077
  }
2967
3078
  ),
2968
- children: t.map((h, b) => /* @__PURE__ */ e(M.Item, { children: /* @__PURE__ */ e(
3079
+ children: s.map((l, x) => /* @__PURE__ */ e(M.Item, { children: /* @__PURE__ */ e(
2969
3080
  a,
2970
3081
  {
2971
3082
  c: "gray.6",
2972
3083
  lh: 1.6,
2973
- children: h
3084
+ children: l
2974
3085
  }
2975
- ) }, b))
3086
+ ) }, x))
2976
3087
  }
2977
3088
  )
2978
3089
  ] }),
2979
- c && // O Box acompanha o alinhamento do Stack em vez de esticar:
3090
+ p && // O Box acompanha o alinhamento do Stack em vez de esticar:
2980
3091
  // sem isso o botão ocupava a linha inteira e ficava colado
2981
3092
  // à esquerda, fora do eixo do texto centralizado.
2982
3093
  /* @__PURE__ */ e(
2983
- x,
3094
+ y,
2984
3095
  {
2985
3096
  mt: "md",
2986
3097
  w: "100%",
2987
- style: { display: "flex", justifyContent: d === "center" ? "center" : "flex-start" },
3098
+ style: { display: "flex", justifyContent: h === "center" ? "center" : "flex-start" },
2988
3099
  children: /* @__PURE__ */ e(
2989
3100
  R,
2990
3101
  {
2991
- label: c.label,
2992
- href: c.href,
2993
- icon: c.icon,
2994
- leftSection: c.leftSection,
2995
- target: c.target,
2996
- rel: c.target === "_blank" ? "noopener noreferrer" : void 0,
2997
- size: c.size || "xl",
2998
- px: c.px,
2999
- variant: c.variant,
3000
- color: c.color,
3102
+ label: p.label,
3103
+ href: p.href,
3104
+ icon: p.icon,
3105
+ leftSection: p.leftSection,
3106
+ target: p.target,
3107
+ rel: p.target === "_blank" ? "noopener noreferrer" : void 0,
3108
+ size: p.size || "xl",
3109
+ px: p.px,
3110
+ variant: p.variant,
3111
+ color: p.color,
3001
3112
  styles: {
3002
3113
  // O rótulo quebra em duas linhas no celular em vez
3003
3114
  // de forçar a largura do botão além da tela.
@@ -3017,14 +3128,14 @@ function Ce({ id: i, subtitle: o, title: l, titleOrder: n = 2, description: s, f
3017
3128
  }
3018
3129
  );
3019
3130
  }
3020
- const hr = Ce;
3021
- function ke({ text: i = "Selo Exclusivo RiLiGar", color: o = "green.6", background: l = "gray" }) {
3022
- const n = E(l);
3131
+ const ur = Me;
3132
+ function Le({ text: i = "Selo Exclusivo RiLiGar", color: n = "green.6", background: d = "gray" }) {
3133
+ const o = B(d);
3023
3134
  return /* @__PURE__ */ e(
3024
- x,
3135
+ y,
3025
3136
  {
3026
3137
  p: "xs",
3027
- bg: n,
3138
+ bg: o,
3028
3139
  style: {
3029
3140
  border: "1px solid var(--mantine-color-gray-2)",
3030
3141
  display: "inline-block"
@@ -3033,11 +3144,11 @@ function ke({ text: i = "Selo Exclusivo RiLiGar", color: o = "green.6", backgrou
3033
3144
  /* @__PURE__ */ e(
3034
3145
  v,
3035
3146
  {
3036
- color: o,
3147
+ color: n,
3037
3148
  variant: "light",
3038
3149
  size: "sm",
3039
3150
  children: /* @__PURE__ */ e(
3040
- be,
3151
+ ve,
3041
3152
  {
3042
3153
  size: 14,
3043
3154
  "aria-hidden": "true"
@@ -3060,46 +3171,46 @@ function ke({ text: i = "Selo Exclusivo RiLiGar", color: o = "green.6", backgrou
3060
3171
  }
3061
3172
  );
3062
3173
  }
3063
- const pr = ke;
3064
- function mr({ logo: i, description: o, sections: l = [], socialLinks: n = [], copyrightText: s, madeByText: t, background: g = "white" }) {
3065
- const c = E(g);
3174
+ const fr = Le;
3175
+ function yr({ logo: i, description: n, sections: d = [], socialLinks: o = [], copyrightText: t, madeByText: s, background: g = "white" }) {
3176
+ const p = B(g);
3066
3177
  return /* @__PURE__ */ e(
3067
- x,
3178
+ y,
3068
3179
  {
3069
3180
  component: "footer",
3070
3181
  py: "xl",
3071
- bg: c,
3182
+ bg: p,
3072
3183
  bd: { top: "1px solid var(--mantine-color-gray-2)" },
3073
3184
  children: /* @__PURE__ */ r(F, { size: "xl", children: [
3074
3185
  /* @__PURE__ */ r(
3075
- S,
3186
+ I,
3076
3187
  {
3077
3188
  cols: { base: 1, sm: 2 },
3078
3189
  spacing: "xl",
3079
3190
  children: [
3080
3191
  /* @__PURE__ */ r(u, { gap: "lg", children: [
3081
- i && /* @__PURE__ */ e(oe, { logo: i }),
3082
- o && /* @__PURE__ */ e(
3192
+ i && /* @__PURE__ */ e(te, { logo: i }),
3193
+ n && /* @__PURE__ */ e(
3083
3194
  a,
3084
3195
  {
3085
3196
  size: "md",
3086
3197
  c: "gray.6",
3087
3198
  lh: 1.6,
3088
3199
  maw: 400,
3089
- children: o
3200
+ children: n
3090
3201
  }
3091
3202
  )
3092
3203
  ] }),
3093
3204
  /* @__PURE__ */ r(
3094
- S,
3205
+ I,
3095
3206
  {
3096
3207
  cols: {
3097
3208
  base: 2,
3098
- sm: l.length + (n?.length > 0 ? 1 : 0) || 4
3209
+ sm: d.length + (o?.length > 0 ? 1 : 0) || 4
3099
3210
  },
3100
3211
  spacing: "xl",
3101
3212
  children: [
3102
- l.map((p, d) => /* @__PURE__ */ r(
3213
+ d.map((m, h) => /* @__PURE__ */ r(
3103
3214
  u,
3104
3215
  {
3105
3216
  gap: "md",
@@ -3111,26 +3222,26 @@ function mr({ logo: i, description: o, sections: l = [], socialLinks: n = [], co
3111
3222
  size: "xs",
3112
3223
  tt: "uppercase",
3113
3224
  ls: "1.5px",
3114
- children: p.title
3225
+ children: m.title
3115
3226
  }
3116
3227
  ),
3117
- /* @__PURE__ */ e(u, { gap: "xs", children: p.links.map((m, h) => /* @__PURE__ */ e(
3118
- me,
3228
+ /* @__PURE__ */ e(u, { gap: "xs", children: m.links.map((c, l) => /* @__PURE__ */ e(
3229
+ ue,
3119
3230
  {
3120
3231
  c: "gray.6",
3121
3232
  size: "sm",
3122
- ...m,
3123
- component: m.component || (m.href ? "a" : "button"),
3233
+ ...c,
3234
+ component: c.component || (c.href ? "a" : "button"),
3124
3235
  fw: 500,
3125
- children: m.label
3236
+ children: c.label
3126
3237
  },
3127
- h
3238
+ l
3128
3239
  )) })
3129
3240
  ]
3130
3241
  },
3131
- d
3242
+ h
3132
3243
  )),
3133
- n && n.length > 0 && /* @__PURE__ */ r(u, { gap: "md", children: [
3244
+ o && o.length > 0 && /* @__PURE__ */ r(u, { gap: "md", children: [
3134
3245
  /* @__PURE__ */ e(
3135
3246
  a,
3136
3247
  {
@@ -3141,20 +3252,20 @@ function mr({ logo: i, description: o, sections: l = [], socialLinks: n = [], co
3141
3252
  children: "Social"
3142
3253
  }
3143
3254
  ),
3144
- /* @__PURE__ */ e(f, { gap: "xs", children: n.map((p, d) => /* @__PURE__ */ e(
3145
- ge,
3255
+ /* @__PURE__ */ e(f, { gap: "xs", children: o.map((m, h) => /* @__PURE__ */ e(
3256
+ re,
3146
3257
  {
3147
3258
  size: "md",
3148
3259
  variant: "subtle",
3149
3260
  color: "gray",
3150
3261
  component: "a",
3151
- href: p.href,
3262
+ href: m.href,
3152
3263
  target: "_blank",
3153
3264
  radius: "0",
3154
- "aria-label": p.label || `Social link ${d + 1}`,
3155
- children: p.icon
3265
+ "aria-label": m.label || `Social link ${h + 1}`,
3266
+ children: m.icon
3156
3267
  },
3157
- d
3268
+ h
3158
3269
  )) })
3159
3270
  ] })
3160
3271
  ]
@@ -3186,10 +3297,10 @@ function mr({ logo: i, description: o, sections: l = [], socialLinks: n = [], co
3186
3297
  tt: "uppercase",
3187
3298
  ls: "1px",
3188
3299
  c: "gray.5",
3189
- children: s
3300
+ children: t
3190
3301
  }
3191
3302
  ),
3192
- t && /* @__PURE__ */ e(f, { gap: "sm", children: /* @__PURE__ */ e(
3303
+ s && /* @__PURE__ */ e(f, { gap: "sm", children: /* @__PURE__ */ e(
3193
3304
  a,
3194
3305
  {
3195
3306
  size: "xs",
@@ -3197,7 +3308,7 @@ function mr({ logo: i, description: o, sections: l = [], socialLinks: n = [], co
3197
3308
  tt: "uppercase",
3198
3309
  ls: "1px",
3199
3310
  c: "gray.5",
3200
- children: t
3311
+ children: s
3201
3312
  }
3202
3313
  ) })
3203
3314
  ]
@@ -3207,16 +3318,16 @@ function mr({ logo: i, description: o, sections: l = [], socialLinks: n = [], co
3207
3318
  }
3208
3319
  );
3209
3320
  }
3210
- function gr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" }) {
3321
+ function br({ companyName: i = "RiLiGar", productName: n = "nossos produtos" }) {
3211
3322
  return /* @__PURE__ */ e(
3212
- x,
3323
+ y,
3213
3324
  {
3214
3325
  py: 100,
3215
3326
  bg: "white",
3216
3327
  children: /* @__PURE__ */ e(F, { size: "md", children: /* @__PURE__ */ r(u, { gap: 80, children: [
3217
3328
  /* @__PURE__ */ r(u, { gap: "sm", children: [
3218
3329
  /* @__PURE__ */ e(
3219
- k,
3330
+ E,
3220
3331
  {
3221
3332
  order: 2,
3222
3333
  ta: "center",
@@ -3240,7 +3351,7 @@ function gr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
3240
3351
  "Políticas globais de proteção de dados para ",
3241
3352
  i,
3242
3353
  " & ",
3243
- o
3354
+ n
3244
3355
  ]
3245
3356
  }
3246
3357
  )
@@ -3257,7 +3368,7 @@ function gr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
3257
3368
  "Na ",
3258
3369
  /* @__PURE__ */ e("strong", { children: i }),
3259
3370
  ", a privacidade não é apenas um requisito legal, mas um valor fundamental que guia cada linha de código do ",
3260
- /* @__PURE__ */ e("strong", { children: o }),
3371
+ /* @__PURE__ */ e("strong", { children: n }),
3261
3372
  ". Em um mundo onde os dados se tornaram a moeda de troca mais valiosa, optamos por um caminho diferente: o da soberania total do usuário. Nossa infraestrutura foi projetada sob o paradigma de ",
3262
3373
  /* @__PURE__ */ e("em", { children: "Privacy by Design" }),
3263
3374
  ", garantindo que a segurança não seja uma camada adicionada, mas a própria fundação de como operamos."
@@ -3290,7 +3401,7 @@ function gr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
3290
3401
  radius: "0",
3291
3402
  color: "gray",
3292
3403
  children: /* @__PURE__ */ e(
3293
- re,
3404
+ ae,
3294
3405
  {
3295
3406
  size: 32,
3296
3407
  stroke: 1.2
@@ -3318,7 +3429,7 @@ function gr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
3318
3429
  lh: 1.7,
3319
3430
  children: [
3320
3431
  "Coletamos apenas o mínimo necessário para que o ",
3321
- o,
3432
+ n,
3322
3433
  ' cumpra sua função técnica primária. Cada ponto de dado armazenado possui uma justificativa clara vinculada à melhoria da sua experiência ou à segurança do sistema. Não realizamos "data mining" para prever comportamentos fora do escopo do produto ou para criar perfis de marketing indesejados. Seus dados trabalham para você, não contra você.'
3323
3434
  ]
3324
3435
  }
@@ -3342,7 +3453,7 @@ function gr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
3342
3453
  radius: "0",
3343
3454
  color: "gray",
3344
3455
  children: /* @__PURE__ */ e(
3345
- ae,
3456
+ ie,
3346
3457
  {
3347
3458
  size: 32,
3348
3459
  stroke: 1.2
@@ -3370,7 +3481,7 @@ function gr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
3370
3481
  lh: 1.7,
3371
3482
  children: [
3372
3483
  "Diferente de plataformas legadas, o ",
3373
- o,
3484
+ n,
3374
3485
  " utiliza isolamento lógico e físico para garantir que seus dados nunca se misturem aos de outros usuários. Implementamos criptografia de nível militar (AES-256) tanto em repouso quanto em trânsito (TLS 1.3). Nossas chaves de criptografia são rotacionadas periodicamente e armazenadas em módulos de segurança (HSM) independentes, tornando o acesso não autorizado virtualmente impossível."
3375
3486
  ]
3376
3487
  }
@@ -3394,7 +3505,7 @@ function gr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
3394
3505
  radius: "0",
3395
3506
  color: "gray",
3396
3507
  children: /* @__PURE__ */ e(
3397
- ve,
3508
+ ze,
3398
3509
  {
3399
3510
  size: 32,
3400
3511
  stroke: 1.2
@@ -3446,7 +3557,7 @@ function gr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
3446
3557
  radius: "0",
3447
3558
  color: "gray",
3448
3559
  children: /* @__PURE__ */ e(
3449
- ze,
3560
+ we,
3450
3561
  {
3451
3562
  size: 32,
3452
3563
  stroke: 1.2
@@ -3474,7 +3585,7 @@ function gr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
3474
3585
  lh: 1.7,
3475
3586
  children: [
3476
3587
  "Em conformidade com os direitos do titular, você tem autonomia total para solicitar o acesso, a correção ou a exclusão permanente de todos os seus dados a qualquer momento. No ",
3477
- o,
3588
+ n,
3478
3589
  ', oferecemos ferramentas para que você mesmo possa exportar suas informações em formatos abertos e legíveis por máquina, evitando o "lock-in" e garantindo que você seja sempre o dono da sua própria jornada digital.'
3479
3590
  ]
3480
3591
  }
@@ -3506,7 +3617,7 @@ function gr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
3506
3617
  lh: 1.8,
3507
3618
  children: [
3508
3619
  "O ",
3509
- o,
3620
+ n,
3510
3621
  " opera sob jurisdição brasileira e está em conformidade total com a Lei Geral de Proteção de Dados (Lei nº 13.709/2018). Mantemos registros detalhados de todas as operações de tratamento de dados e realizamos auditorias de segurança anuais para validar nossos controles. Qualquer violação de segurança detectada será comunicada em até 72 horas, conforme preconizado pela ANPD. Para entrar em contato com nosso Encarregado de Dados (DPO), utilize os canais oficiais de suporte da ",
3511
3622
  i,
3512
3623
  "."
@@ -3518,16 +3629,16 @@ function gr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
3518
3629
  }
3519
3630
  );
3520
3631
  }
3521
- function ur({ companyName: i = "RiLiGar", productName: o = "nossos produtos" }) {
3632
+ function xr({ companyName: i = "RiLiGar", productName: n = "nossos produtos" }) {
3522
3633
  return /* @__PURE__ */ e(
3523
- x,
3634
+ y,
3524
3635
  {
3525
3636
  py: 100,
3526
3637
  bg: "white",
3527
3638
  children: /* @__PURE__ */ e(F, { size: "md", children: /* @__PURE__ */ r(u, { gap: 80, children: [
3528
3639
  /* @__PURE__ */ r(u, { gap: "sm", children: [
3529
3640
  /* @__PURE__ */ e(
3530
- k,
3641
+ E,
3531
3642
  {
3532
3643
  order: 2,
3533
3644
  ta: "center",
@@ -3549,7 +3660,7 @@ function ur({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
3549
3660
  ls: "2px",
3550
3661
  children: [
3551
3662
  "Acordo de Licença para Usuário Final (EULA) do ",
3552
- o
3663
+ n
3553
3664
  ]
3554
3665
  }
3555
3666
  )
@@ -3564,7 +3675,7 @@ function ur({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
3564
3675
  c: "gray.8",
3565
3676
  children: [
3566
3677
  "Bem-vindo ao ",
3567
- /* @__PURE__ */ e("strong", { children: o }),
3678
+ /* @__PURE__ */ e("strong", { children: n }),
3568
3679
  ". Este documento constitui um contrato vinculativo entre você e a ",
3569
3680
  /* @__PURE__ */ e("strong", { children: i }),
3570
3681
  ". Ao acessar a plataforma, criar uma conta ou utilizar qualquer funcionalidade do software, você confirma que leu, entendeu e aceita integralmente estes termos."
@@ -3597,7 +3708,7 @@ function ur({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
3597
3708
  radius: "0",
3598
3709
  color: "gray",
3599
3710
  children: /* @__PURE__ */ e(
3600
- we,
3711
+ Se,
3601
3712
  {
3602
3713
  size: 32,
3603
3714
  stroke: 1.2
@@ -3627,7 +3738,7 @@ function ur({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
3627
3738
  "A ",
3628
3739
  i,
3629
3740
  " concede a você uma licença limitada, revogável, não exclusiva e intransferível para utilizar o ",
3630
- o,
3741
+ n,
3631
3742
  " como um serviço (SaaS). Esta licença é estritamente para os fins descritos em sua modalidade de assinatura. É expressamente proibido: (a) realizar engenharia reversa; (b) sublicenciar o acesso sem autorização prévia por escrito; (c) utilizar o software para desenvolver produtos concorrentes ou (d) contornar quaisquer limitações técnicas impostas ao sistema."
3632
3743
  ]
3633
3744
  }
@@ -3651,7 +3762,7 @@ function ur({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
3651
3762
  radius: "0",
3652
3763
  color: "gray",
3653
3764
  children: /* @__PURE__ */ e(
3654
- Se,
3765
+ Ie,
3655
3766
  {
3656
3767
  size: 32,
3657
3768
  stroke: 1.2
@@ -3703,7 +3814,7 @@ function ur({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
3703
3814
  radius: "0",
3704
3815
  color: "gray",
3705
3816
  children: /* @__PURE__ */ e(
3706
- Ie,
3817
+ Te,
3707
3818
  {
3708
3819
  size: 32,
3709
3820
  stroke: 1.2
@@ -3731,7 +3842,7 @@ function ur({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
3731
3842
  lh: 1.7,
3732
3843
  children: [
3733
3844
  "Todo o código-fonte, design, interfaces, logotipos e textos do ",
3734
- o,
3845
+ n,
3735
3846
  " são propriedade exclusiva da ",
3736
3847
  i,
3737
3848
  ". No entanto, você retém todos os direitos sobre o conteúdo e dados que inseridos no sistema. Ao utilizar o produto, você nos concede apenas uma licença técnica, mundial e livre de royalties, para hospedar, copiar e exibir tais dados conforme necessário para prestar o serviço contratado."
@@ -3757,7 +3868,7 @@ function ur({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
3757
3868
  radius: "0",
3758
3869
  color: "gray",
3759
3870
  children: /* @__PURE__ */ e(
3760
- Te,
3871
+ qe,
3761
3872
  {
3762
3873
  size: 32,
3763
3874
  stroke: 1.2
@@ -3785,7 +3896,7 @@ function ur({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
3785
3896
  lh: 1.7,
3786
3897
  children: [
3787
3898
  "O ",
3788
- o,
3899
+ n,
3789
3900
  " não deve ser utilizado para: (i) propagação de malware ou ataques de negação de serviço (DoS); (ii) envio de comunicações não solicitadas (SPAM); (iii) processamento de dados ilegais ou que infrinjam direitos autorais de terceiros. A violação desta cláusula resultará no cancelamento imediato da conta, sem direito a reembolso, e na colaboração total com as autoridades competentes."
3790
3901
  ]
3791
3902
  }
@@ -3809,7 +3920,7 @@ function ur({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
3809
3920
  radius: "0",
3810
3921
  color: "gray",
3811
3922
  children: /* @__PURE__ */ e(
3812
- qe,
3923
+ Ae,
3813
3924
  {
3814
3925
  size: 32,
3815
3926
  stroke: 1.2
@@ -3837,7 +3948,7 @@ function ur({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
3837
3948
  lh: 1.7,
3838
3949
  children: [
3839
3950
  "O ",
3840
- o,
3951
+ n,
3841
3952
  " é fornecido ",
3842
3953
  /* @__PURE__ */ e("em", { children: '"as is"' }),
3843
3954
  " (como está). Embora busquemos a excelência técnica, a ",
@@ -3883,16 +3994,16 @@ function ur({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
3883
3994
  }
3884
3995
  );
3885
3996
  }
3886
- function fr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" }) {
3997
+ function vr({ companyName: i = "RiLiGar", productName: n = "nossos produtos" }) {
3887
3998
  return /* @__PURE__ */ e(
3888
- x,
3999
+ y,
3889
4000
  {
3890
4001
  py: 100,
3891
4002
  bg: "white",
3892
4003
  children: /* @__PURE__ */ e(F, { size: "md", children: /* @__PURE__ */ r(u, { gap: 80, children: [
3893
4004
  /* @__PURE__ */ r(u, { gap: "sm", children: [
3894
4005
  /* @__PURE__ */ e(
3895
- k,
4006
+ E,
3896
4007
  {
3897
4008
  order: 2,
3898
4009
  ta: "center",
@@ -3914,7 +4025,7 @@ function fr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
3914
4025
  ls: "2px",
3915
4026
  children: [
3916
4027
  "Protocolos de proteção, infraestrutura e resposta a incidentes do ",
3917
- o
4028
+ n
3918
4029
  ]
3919
4030
  }
3920
4031
  )
@@ -3931,7 +4042,7 @@ function fr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
3931
4042
  "A integridade técnica da ",
3932
4043
  /* @__PURE__ */ e("strong", { children: i }),
3933
4044
  " é construída sobre a premissa de que a confiança é conquistada através da transparência e do rigor tecnológico. O ",
3934
- /* @__PURE__ */ e("strong", { children: o }),
4045
+ /* @__PURE__ */ e("strong", { children: n }),
3935
4046
  " não apenas armazena informações; ele as protege através de múltiplas camadas de defesa ativa e passiva. Nossa abordagem à segurança é holística, abrangendo desde o isolamento físico de servidores até a cultura de desenvolvimento seguro (DevSecOps) de nossos engenheiros."
3936
4047
  ]
3937
4048
  }
@@ -3962,7 +4073,7 @@ function fr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
3962
4073
  radius: "0",
3963
4074
  color: "gray",
3964
4075
  children: /* @__PURE__ */ e(
3965
- Ae,
4076
+ Pe,
3966
4077
  {
3967
4078
  size: 32,
3968
4079
  stroke: 1.2
@@ -3990,7 +4101,7 @@ function fr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
3990
4101
  lh: 1.7,
3991
4102
  children: [
3992
4103
  "Todos os dados no ",
3993
- o,
4104
+ n,
3994
4105
  " são protegidos por criptografia de ponta a ponta. Utilizamos **AES-256** para dados em repouso e **TLS 1.3** para dados em trânsito. Nossas chaves de criptografia são gerenciadas através de serviços de KMS (Key Management Service) com isolamento por Hardware (HSM), garantindo que nem mesmo nossa equipe interna possua acesso às chaves mestras de descriptografia dos seus dados sensíveis."
3995
4106
  ]
3996
4107
  }
@@ -4014,7 +4125,7 @@ function fr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
4014
4125
  radius: "0",
4015
4126
  color: "gray",
4016
4127
  children: /* @__PURE__ */ e(
4017
- ae,
4128
+ ie,
4018
4129
  {
4019
4130
  size: 32,
4020
4131
  stroke: 1.2
@@ -4062,7 +4173,7 @@ function fr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
4062
4173
  radius: "0",
4063
4174
  color: "gray",
4064
4175
  children: /* @__PURE__ */ e(
4065
- Pe,
4176
+ De,
4066
4177
  {
4067
4178
  size: 32,
4068
4179
  stroke: 1.2
@@ -4110,7 +4221,7 @@ function fr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
4110
4221
  radius: "0",
4111
4222
  color: "gray",
4112
4223
  children: /* @__PURE__ */ e(
4113
- De,
4224
+ Fe,
4114
4225
  {
4115
4226
  size: 32,
4116
4227
  stroke: 1.2
@@ -4147,7 +4258,7 @@ function fr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
4147
4258
  /* @__PURE__ */ e(D, { color: "gray.2" }),
4148
4259
  /* @__PURE__ */ r(u, { gap: "lg", children: [
4149
4260
  /* @__PURE__ */ r(f, { gap: "sm", children: [
4150
- /* @__PURE__ */ e(v, { variant: "transparent", color: "gray.9", children: /* @__PURE__ */ e(Fe, { size: 18 }) }),
4261
+ /* @__PURE__ */ e(v, { variant: "transparent", color: "gray.9", children: /* @__PURE__ */ e(ke, { size: 18 }) }),
4151
4262
  /* @__PURE__ */ e(
4152
4263
  a,
4153
4264
  {
@@ -4180,39 +4291,40 @@ function fr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
4180
4291
  );
4181
4292
  }
4182
4293
  export {
4183
- oe as BrandLogo,
4184
- Ce as CTABanner,
4294
+ te as BrandLogo,
4295
+ Me as CTABanner,
4185
4296
  R as CTAButton,
4186
- ir as Callout,
4187
- tr as Comparison,
4188
- ar as CriteriaList,
4189
- cr as FAQ,
4190
- Ye as FeatureSplit,
4191
- Ze as FeaturesGrid,
4192
- mr as Footer,
4193
- nr as FounderCard,
4297
+ lr as Callout,
4298
+ Be as CodeBlock,
4299
+ pr as Comparison,
4300
+ tr as CriteriaList,
4301
+ mr as FAQ,
4302
+ ar as FeatureSplit,
4303
+ ir as FeaturesGrid,
4304
+ yr as Footer,
4305
+ sr as FounderCard,
4194
4306
  je as Header,
4195
- Je as Hero,
4196
- Qe as Layout,
4197
- sr as LeadForm,
4198
- gr as LegalPrivacy,
4199
- fr as LegalSecurity,
4200
- ur as LegalTerms,
4307
+ er as Hero,
4308
+ Ye as Layout,
4309
+ dr as LeadForm,
4310
+ br as LegalPrivacy,
4311
+ vr as LegalSecurity,
4312
+ xr as LegalTerms,
4201
4313
  ne as MediaBlock,
4202
- Ne as Navbar,
4203
- lr as Pricing,
4204
- rr as ProductGrid,
4205
- _ as SECTION_BACKGROUNDS,
4206
- hr as SecondaryCTA,
4207
- I as Section,
4208
- ie as SectionHeader,
4209
- pr as SeloExclusivo,
4210
- Xe as SocialProof,
4211
- er as StatsGrid,
4212
- or as Steps,
4213
- dr as Testimonials,
4214
- ke as TrustBadge,
4215
- Ke as Wordmark,
4216
- E as resolveBackground,
4217
- $e as theme
4314
+ Ze as Navbar,
4315
+ hr as Pricing,
4316
+ nr as ProductGrid,
4317
+ U as SECTION_BACKGROUNDS,
4318
+ ur as SecondaryCTA,
4319
+ T as Section,
4320
+ oe as SectionHeader,
4321
+ fr as SeloExclusivo,
4322
+ rr as SocialProof,
4323
+ or as StatsGrid,
4324
+ cr as Steps,
4325
+ gr as Testimonials,
4326
+ Le as TrustBadge,
4327
+ Xe as Wordmark,
4328
+ B as resolveBackground,
4329
+ Je as theme
4218
4330
  };