@riligar/components-kit 1.12.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 E, Text as a, Title as C, Center as q, Box as x, Button as G, Container as F, Paper as w, SimpleGrid as S, Image as $, List as R, ThemeIcon as v, Grid as z, Code as ce, RingProgress as de, TextInput as N, Divider as D, SegmentedControl as he, Accordion as j, 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 Y, Fragment as fe } from "react";
4
- import { useWindowScroll as ye } from "@mantine/hooks";
5
- import { IconCheck as V, IconShieldCheck as re, IconBolt as X, 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
- E,
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
- C,
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
- function k({
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 $e({ 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
- }, B = (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 = B(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 Ke({ 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 Ke({ 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 = B(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 Qe = 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 Ne({ 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 Ne({ 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(
504
- k,
630
+ o && /* @__PURE__ */ e(
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(
520
- k,
646
+ t && /* @__PURE__ */ e(
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 Ne({ 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 Ne({ 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 Je({ 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 Je({ 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 Je({ 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 Je({ 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,9 +769,9 @@ function Je({ 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(
647
- R,
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(
774
+ M,
648
775
  {
649
776
  spacing: "md",
650
777
  size: "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,149 +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, M) => /* @__PURE__ */ e(R.Item, { children: A }, M))
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(
686
- k,
811
+ l,
812
+ s && /* @__PURE__ */ e(f, { mt: "md", children: /* @__PURE__ */ e(
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 Xe({ 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,
797
- codeBlock: M,
798
- decorativeContent: H,
799
- style: L,
800
- ...y
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,
924
+ codeBlock: L,
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
801
933
  }) {
802
- const U = /* @__PURE__ */ r(x, { children: [
934
+ const W = /* @__PURE__ */ r(y, { children: [
803
935
  i && /* @__PURE__ */ e(
804
936
  v,
805
937
  {
806
938
  size: 48,
807
939
  radius: "0",
808
- variant: o || "light",
809
- color: l || "gray",
940
+ variant: n || "light",
941
+ color: d || "gray",
810
942
  mb: "lg",
811
943
  children: /* @__PURE__ */ e(
812
944
  i,
@@ -817,7 +949,7 @@ function Ee({
817
949
  )
818
950
  }
819
951
  ),
820
- n && /* @__PURE__ */ e(
952
+ o && /* @__PURE__ */ e(
821
953
  a,
822
954
  {
823
955
  size: "sm",
@@ -826,101 +958,92 @@ function Ee({
826
958
  ls: "1.5px",
827
959
  c: "gray.5",
828
960
  mb: "xs",
829
- children: n
961
+ children: o
830
962
  }
831
963
  ),
832
- s && /* @__PURE__ */ e(
964
+ t && /* @__PURE__ */ e(
833
965
  a,
834
966
  {
835
- fz: t || (T === "compact" ? "h4" : "h3"),
967
+ fz: s || (q === "compact" ? "h4" : "h3"),
836
968
  fw: 900,
837
969
  lh: 1.2,
838
970
  mb: "sm",
839
971
  c: void 0,
840
- children: s
972
+ children: t
841
973
  }
842
974
  ),
843
975
  g && /* @__PURE__ */ e(
844
976
  a,
845
977
  {
846
978
  c: "gray.6",
847
- size: c || (T === "compact" ? "sm" : "lg"),
848
- maw: p,
849
- 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,
850
982
  children: g
851
983
  }
852
984
  ),
853
- A && A.length > 0 && /* @__PURE__ */ e(f, { children: A.map((se, te) => /* @__PURE__ */ e(
854
- E,
985
+ P && P.length > 0 && /* @__PURE__ */ e(f, { children: P.map((le, se) => /* @__PURE__ */ e(
986
+ j,
855
987
  {
856
988
  variant: "dot",
857
989
  color: "gray",
858
990
  radius: "0",
859
- children: se
991
+ children: le
860
992
  },
861
- te
993
+ se
862
994
  )) })
863
- ] }), O = h ? ee(h) : null, Q = b ? ee(b) : null;
864
- 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(
865
997
  w,
866
998
  {
867
999
  h: "100%",
868
1000
  p: { base: "xl", md: 40 },
869
1001
  radius: "0",
870
- bg: B(m),
1002
+ bg: B(c),
871
1003
  bd: "1px solid var(--mantine-color-gray-2)",
872
- style: L,
873
- ...y,
1004
+ style: k,
1005
+ ...S,
874
1006
  children: /* @__PURE__ */ r(
875
1007
  z,
876
1008
  {
877
1009
  align: "center",
878
1010
  gutter: "xl",
879
1011
  children: [
880
- /* @__PURE__ */ e(z.Col, { span: { base: 12, sm: 6 }, children: U }),
881
- /* @__PURE__ */ r(z.Col, { span: { base: 12, sm: 6 }, 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: [
882
1014
  O,
883
- M && /* @__PURE__ */ e(
884
- ce,
885
- {
886
- block: !0,
887
- color: "gray.0",
888
- c: "gray.7",
889
- style: { fontSize: 12, lineHeight: 1.4, borderRadius: 0, whiteSpace: "pre-wrap", overflowWrap: "anywhere" },
890
- children: M
891
- }
892
- )
1015
+ L && /* @__PURE__ */ e(Be, { label: _, children: L })
893
1016
  ] })
894
1017
  ]
895
1018
  }
896
1019
  )
897
1020
  }
898
- ) }) : T === "compact" ? /* @__PURE__ */ e(z.Col, { span: d, children: /* @__PURE__ */ r(
1021
+ ) }) : q === "compact" ? /* @__PURE__ */ e(z.Col, { span: h, children: /* @__PURE__ */ r(
899
1022
  w,
900
1023
  {
901
1024
  h: "100%",
902
1025
  p: { base: "xl", md: 40 },
903
1026
  radius: "0",
904
- bg: B(m),
1027
+ bg: B(c),
905
1028
  bd: "1px solid var(--mantine-color-gray-2)",
906
- style: L,
907
- ...y,
1029
+ style: k,
1030
+ ...S,
908
1031
  children: [
909
- U,
1032
+ W,
910
1033
  O
911
1034
  ]
912
1035
  }
913
- ) }) : H ? /* @__PURE__ */ e(z.Col, { span: d, children: /* @__PURE__ */ e(
1036
+ ) }) : b ? /* @__PURE__ */ e(z.Col, { span: h, children: /* @__PURE__ */ e(
914
1037
  w,
915
1038
  {
916
1039
  h: "100%",
917
1040
  p: { base: "xl", md: 40 },
918
1041
  radius: "0",
919
- bg: B(m),
1042
+ bg: B(c),
920
1043
  bd: "1px solid var(--mantine-color-gray-2)",
921
1044
  pos: "relative",
922
- style: L,
923
- ...y,
1045
+ style: k,
1046
+ ...S,
924
1047
  children: /* @__PURE__ */ r(
925
1048
  z,
926
1049
  {
@@ -932,7 +1055,7 @@ function Ee({
932
1055
  {
933
1056
  span: { base: 12, sm: 7 },
934
1057
  style: { zIndex: 1 },
935
- children: U
1058
+ children: W
936
1059
  }
937
1060
  ),
938
1061
  /* @__PURE__ */ e(
@@ -940,30 +1063,30 @@ function Ee({
940
1063
  {
941
1064
  span: 5,
942
1065
  visibleFrom: "sm",
943
- children: H
1066
+ children: b
944
1067
  }
945
1068
  )
946
1069
  ]
947
1070
  }
948
1071
  )
949
1072
  }
950
- ) }) : /* @__PURE__ */ e(z.Col, { span: d, children: /* @__PURE__ */ r(
1073
+ ) }) : /* @__PURE__ */ e(z.Col, { span: h, children: /* @__PURE__ */ r(
951
1074
  w,
952
1075
  {
953
1076
  h: "100%",
954
1077
  p: { base: "xl", md: 40 },
955
1078
  radius: "0",
956
- bg: B(m),
1079
+ bg: B(c),
957
1080
  bd: "1px solid var(--mantine-color-gray-2)",
958
1081
  display: "flex",
959
1082
  style: {
960
1083
  flexDirection: "column",
961
1084
  justifyContent: "space-between",
962
- ...L
1085
+ ...k
963
1086
  },
964
- ...y,
1087
+ ...S,
965
1088
  children: [
966
- U,
1089
+ W,
967
1090
  O && Q ? /* @__PURE__ */ r(
968
1091
  f,
969
1092
  {
@@ -984,12 +1107,12 @@ function ee(i) {
984
1107
  switch (i.type) {
985
1108
  case "ring":
986
1109
  return /* @__PURE__ */ e(
987
- de,
1110
+ he,
988
1111
  {
989
1112
  size: i.size || 140,
990
1113
  thickness: i.thickness || 12,
991
1114
  sections: [{ value: i.value || 100, color: "gray.7" }],
992
- label: /* @__PURE__ */ e(q, { children: /* @__PURE__ */ r(
1115
+ label: /* @__PURE__ */ e(A, { children: /* @__PURE__ */ r(
993
1116
  u,
994
1117
  {
995
1118
  gap: 0,
@@ -1040,7 +1163,7 @@ function ee(i) {
1040
1163
  }
1041
1164
  ),
1042
1165
  i.badge && /* @__PURE__ */ e(
1043
- E,
1166
+ j,
1044
1167
  {
1045
1168
  mt: "md",
1046
1169
  color: "gray",
@@ -1058,21 +1181,21 @@ function ee(i) {
1058
1181
  gap: 8,
1059
1182
  h: i.height || 100,
1060
1183
  preventGrowOverflow: !1,
1061
- children: (i.data || []).map((o, l) => /* @__PURE__ */ e(
1062
- x,
1184
+ children: (i.data || []).map((n, d) => /* @__PURE__ */ e(
1185
+ y,
1063
1186
  {
1064
1187
  w: 20,
1065
- h: `${o}%`,
1066
- bg: l === i.highlight ? "gray.5" : "gray.2",
1188
+ h: `${n}%`,
1189
+ bg: d === i.highlight ? "gray.5" : "gray.2",
1067
1190
  radius: "0"
1068
1191
  },
1069
- l
1192
+ d
1070
1193
  ))
1071
1194
  }
1072
1195
  );
1073
1196
  case "typography":
1074
1197
  return /* @__PURE__ */ e(
1075
- q,
1198
+ A,
1076
1199
  {
1077
1200
  h: i.height || 160,
1078
1201
  bg: "gray.0",
@@ -1091,9 +1214,9 @@ function ee(i) {
1091
1214
  }
1092
1215
  );
1093
1216
  case "icon-large": {
1094
- const o = i.icon;
1095
- return o ? /* @__PURE__ */ e(
1096
- o,
1217
+ const n = i.icon;
1218
+ return n ? /* @__PURE__ */ e(
1219
+ n,
1097
1220
  {
1098
1221
  size: i.size || 64,
1099
1222
  stroke: i.stroke || 1,
@@ -1105,23 +1228,23 @@ function ee(i) {
1105
1228
  return null;
1106
1229
  }
1107
1230
  }
1108
- function Ze({ 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 }) {
1109
1232
  return /* @__PURE__ */ r(
1110
- I,
1233
+ T,
1111
1234
  {
1112
1235
  id: i,
1113
- subtitle: o,
1114
- title: l,
1115
- background: t,
1236
+ subtitle: n,
1237
+ title: d,
1238
+ background: s,
1116
1239
  ta: g,
1117
1240
  maw: 900,
1118
1241
  children: [
1119
1242
  /* @__PURE__ */ e(
1120
- S,
1243
+ I,
1121
1244
  {
1122
- cols: { base: 1, sm: 2, lg: s },
1245
+ cols: { base: 1, sm: 2, lg: t },
1123
1246
  spacing: 0,
1124
- children: n.map((p, d) => /* @__PURE__ */ r(
1247
+ children: o.map((m, h) => /* @__PURE__ */ r(
1125
1248
  w,
1126
1249
  {
1127
1250
  px: "lg",
@@ -1142,7 +1265,7 @@ function Ze({ id: i, subtitle: o, title: l, items: n = [], cols: s = 4, backgrou
1142
1265
  mb: "lg",
1143
1266
  c: "gray.9",
1144
1267
  style: { letterSpacing: "-0.04em" },
1145
- children: p.value
1268
+ children: m.value
1146
1269
  }
1147
1270
  ),
1148
1271
  /* @__PURE__ */ e(
@@ -1155,10 +1278,10 @@ function Ze({ id: i, subtitle: o, title: l, items: n = [], cols: s = 4, backgrou
1155
1278
  mb: "xs",
1156
1279
  c: "gray.9",
1157
1280
  style: { letterSpacing: "-0.01em" },
1158
- children: p.label
1281
+ children: m.label
1159
1282
  }
1160
1283
  ),
1161
- p.description && /* @__PURE__ */ e(
1284
+ m.description && /* @__PURE__ */ e(
1162
1285
  a,
1163
1286
  {
1164
1287
  component: "div",
@@ -1167,16 +1290,16 @@ function Ze({ id: i, subtitle: o, title: l, items: n = [], cols: s = 4, backgrou
1167
1290
  lh: 1.5,
1168
1291
  maw: 220,
1169
1292
  mx: "auto",
1170
- children: p.description
1293
+ children: m.description
1171
1294
  }
1172
1295
  )
1173
1296
  ]
1174
1297
  },
1175
- p.label || d
1298
+ m.label || h
1176
1299
  ))
1177
1300
  }
1178
1301
  ),
1179
- c && /* @__PURE__ */ e(
1302
+ p && /* @__PURE__ */ e(
1180
1303
  a,
1181
1304
  {
1182
1305
  size: "sm",
@@ -1186,43 +1309,43 @@ function Ze({ id: i, subtitle: o, title: l, items: n = [], cols: s = 4, backgrou
1186
1309
  maw: 800,
1187
1310
  mx: "auto",
1188
1311
  lh: 1.6,
1189
- children: c
1312
+ children: p
1190
1313
  }
1191
1314
  )
1192
1315
  ]
1193
1316
  }
1194
1317
  );
1195
1318
  }
1196
- function er({ 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" }) {
1197
1320
  return /* @__PURE__ */ r(
1198
- I,
1321
+ T,
1199
1322
  {
1200
1323
  id: i,
1201
- subtitle: o,
1202
- title: l,
1203
- background: c,
1204
- ta: p,
1324
+ subtitle: n,
1325
+ title: d,
1326
+ background: p,
1327
+ ta: m,
1205
1328
  maw: 900,
1206
1329
  children: [
1207
- n && /* @__PURE__ */ e(
1330
+ o && /* @__PURE__ */ e(
1208
1331
  a,
1209
1332
  {
1210
1333
  c: "gray.6",
1211
- ta: p,
1334
+ ta: m,
1212
1335
  mb: 80,
1213
1336
  maw: 780,
1214
- mx: p === "center" ? "auto" : void 0,
1337
+ mx: m === "center" ? "auto" : void 0,
1215
1338
  size: "lg",
1216
1339
  lh: 1.6,
1217
- children: n
1340
+ children: o
1218
1341
  }
1219
1342
  ),
1220
- /* @__PURE__ */ e(z, { gutter: "xl", children: s.map((d, m) => {
1221
- const h = d.icon;
1343
+ /* @__PURE__ */ e(z, { gutter: "xl", children: t.map((h, c) => {
1344
+ const l = h.icon;
1222
1345
  return /* @__PURE__ */ e(
1223
1346
  z.Col,
1224
1347
  {
1225
- span: { base: 12, md: d.span || 6 },
1348
+ span: { base: 12, md: h.span || 6 },
1226
1349
  children: /* @__PURE__ */ r(
1227
1350
  w,
1228
1351
  {
@@ -1241,8 +1364,8 @@ function er({ id: i, subtitle: o, title: l, description: n, items: s = [], ctaIc
1241
1364
  mb: "lg",
1242
1365
  wrap: "nowrap",
1243
1366
  children: [
1244
- /* @__PURE__ */ r(x, { children: [
1245
- d.category && /* @__PURE__ */ e(
1367
+ /* @__PURE__ */ r(y, { children: [
1368
+ h.category && /* @__PURE__ */ e(
1246
1369
  a,
1247
1370
  {
1248
1371
  size: "xs",
@@ -1251,22 +1374,22 @@ function er({ id: i, subtitle: o, title: l, description: n, items: s = [], ctaIc
1251
1374
  ls: "1.5px",
1252
1375
  c: "gray.4",
1253
1376
  mb: 4,
1254
- children: d.category
1377
+ children: h.category
1255
1378
  }
1256
1379
  ),
1257
1380
  /* @__PURE__ */ e(
1258
- C,
1381
+ E,
1259
1382
  {
1260
1383
  order: 3,
1261
1384
  fz: "h2",
1262
1385
  fw: 800,
1263
1386
  c: "gray.9",
1264
- children: d.name
1387
+ children: h.name
1265
1388
  }
1266
1389
  )
1267
1390
  ] }),
1268
- h && /* @__PURE__ */ e(
1269
- h,
1391
+ l && /* @__PURE__ */ e(
1392
+ l,
1270
1393
  {
1271
1394
  size: 28,
1272
1395
  stroke: 1.5,
@@ -1276,7 +1399,7 @@ function er({ id: i, subtitle: o, title: l, description: n, items: s = [], ctaIc
1276
1399
  ]
1277
1400
  }
1278
1401
  ),
1279
- d.headline && /* @__PURE__ */ e(
1402
+ h.headline && /* @__PURE__ */ e(
1280
1403
  a,
1281
1404
  {
1282
1405
  fw: 700,
@@ -1285,10 +1408,10 @@ function er({ id: i, subtitle: o, title: l, description: n, items: s = [], ctaIc
1285
1408
  mb: "sm",
1286
1409
  c: "gray.9",
1287
1410
  style: { letterSpacing: "-0.01em" },
1288
- children: d.headline
1411
+ children: h.headline
1289
1412
  }
1290
1413
  ),
1291
- d.description && /* @__PURE__ */ e(
1414
+ h.description && /* @__PURE__ */ e(
1292
1415
  a,
1293
1416
  {
1294
1417
  size: "md",
@@ -1296,20 +1419,20 @@ function er({ id: i, subtitle: o, title: l, description: n, items: s = [], ctaIc
1296
1419
  lh: 1.6,
1297
1420
  mb: "xl",
1298
1421
  style: { flexGrow: 1 },
1299
- children: d.description
1422
+ children: h.description
1300
1423
  }
1301
1424
  ),
1302
- d.href && /* @__PURE__ */ e(
1425
+ h.href && /* @__PURE__ */ e(
1303
1426
  G,
1304
1427
  {
1305
1428
  component: "a",
1306
- href: d.href,
1307
- target: d.target,
1308
- 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,
1309
1432
  variant: "default",
1310
1433
  size: "md",
1311
1434
  radius: "0",
1312
- rightSection: t,
1435
+ rightSection: s,
1313
1436
  style: {
1314
1437
  width: "100%",
1315
1438
  justifyContent: "space-between",
@@ -1318,14 +1441,14 @@ function er({ id: i, subtitle: o, title: l, description: n, items: s = [], ctaIc
1318
1441
  paddingTop: 16,
1319
1442
  marginTop: "auto"
1320
1443
  },
1321
- children: d.ctaLabel || `Abrir ${d.name}`
1444
+ children: h.ctaLabel || `Abrir ${h.name}`
1322
1445
  }
1323
1446
  )
1324
1447
  ]
1325
1448
  }
1326
1449
  )
1327
1450
  },
1328
- d.name || m
1451
+ h.name || c
1329
1452
  );
1330
1453
  }) }),
1331
1454
  g && /* @__PURE__ */ e(
@@ -1333,10 +1456,10 @@ function er({ id: i, subtitle: o, title: l, description: n, items: s = [], ctaIc
1333
1456
  {
1334
1457
  size: "sm",
1335
1458
  c: "gray.6",
1336
- ta: p,
1459
+ ta: m,
1337
1460
  mt: 60,
1338
1461
  maw: 800,
1339
- mx: p === "center" ? "auto" : void 0,
1462
+ mx: m === "center" ? "auto" : void 0,
1340
1463
  lh: 1.6,
1341
1464
  fs: "italic",
1342
1465
  children: g
@@ -1346,28 +1469,28 @@ function er({ id: i, subtitle: o, title: l, description: n, items: s = [], ctaIc
1346
1469
  }
1347
1470
  );
1348
1471
  }
1349
- function rr({ 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" }) {
1350
1473
  return /* @__PURE__ */ r(
1351
- I,
1474
+ T,
1352
1475
  {
1353
1476
  id: i,
1354
- subtitle: o,
1355
- title: l,
1477
+ subtitle: n,
1478
+ title: d,
1356
1479
  background: g,
1357
- ta: c,
1480
+ ta: p,
1358
1481
  maw: 900,
1359
1482
  children: [
1360
- n && /* @__PURE__ */ e(
1483
+ o && /* @__PURE__ */ e(
1361
1484
  a,
1362
1485
  {
1363
1486
  c: "gray.6",
1364
- ta: c,
1487
+ ta: p,
1365
1488
  mb: 56,
1366
1489
  maw: 760,
1367
- mx: c === "center" ? "auto" : void 0,
1490
+ mx: p === "center" ? "auto" : void 0,
1368
1491
  size: "lg",
1369
1492
  lh: 1.7,
1370
- children: n
1493
+ children: o
1371
1494
  }
1372
1495
  ),
1373
1496
  /* @__PURE__ */ e(
@@ -1378,13 +1501,13 @@ function rr({ id: i, subtitle: o, title: l, description: n, items: s = [], note:
1378
1501
  bd: "1px solid var(--mantine-color-gray-2)",
1379
1502
  px: { base: "lg", md: 40 },
1380
1503
  py: { base: "xs", md: "md" },
1381
- children: s.map((p, d) => /* @__PURE__ */ r(
1504
+ children: t.map((m, h) => /* @__PURE__ */ r(
1382
1505
  z,
1383
1506
  {
1384
1507
  gutter: { base: 4, sm: "xl" },
1385
1508
  py: { base: "lg", md: "xl" },
1386
1509
  ta: "left",
1387
- 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)" },
1388
1511
  children: [
1389
1512
  /* @__PURE__ */ e(z.Col, { span: { base: 12, sm: 4 }, children: /* @__PURE__ */ e(
1390
1513
  a,
@@ -1392,7 +1515,7 @@ function rr({ id: i, subtitle: o, title: l, description: n, items: s = [], note:
1392
1515
  fw: 700,
1393
1516
  lh: 1.4,
1394
1517
  c: "gray.9",
1395
- children: p.criterion
1518
+ children: m.criterion
1396
1519
  }
1397
1520
  ) }),
1398
1521
  /* @__PURE__ */ r(z.Col, { span: { base: 12, sm: 8 }, children: [
@@ -1402,65 +1525,65 @@ function rr({ id: i, subtitle: o, title: l, description: n, items: s = [], note:
1402
1525
  fw: 700,
1403
1526
  lh: 1.4,
1404
1527
  mb: 6,
1405
- c: p.muted ? "gray.5" : "gray.9",
1406
- children: p.value
1528
+ c: m.muted ? "gray.5" : "gray.9",
1529
+ children: m.value
1407
1530
  }
1408
1531
  ),
1409
- p.note && /* @__PURE__ */ e(
1532
+ m.note && /* @__PURE__ */ e(
1410
1533
  a,
1411
1534
  {
1412
1535
  size: "sm",
1413
1536
  c: "gray.6",
1414
1537
  lh: 1.6,
1415
- children: p.note
1538
+ children: m.note
1416
1539
  }
1417
1540
  )
1418
1541
  ] })
1419
1542
  ]
1420
1543
  },
1421
- p.criterion || d
1544
+ m.criterion || h
1422
1545
  ))
1423
1546
  }
1424
1547
  ),
1425
- t && /* @__PURE__ */ e(
1548
+ s && /* @__PURE__ */ e(
1426
1549
  a,
1427
1550
  {
1428
1551
  size: "sm",
1429
1552
  c: "gray.6",
1430
- ta: c,
1553
+ ta: p,
1431
1554
  mt: 40,
1432
1555
  maw: 720,
1433
- mx: c === "center" ? "auto" : void 0,
1556
+ mx: p === "center" ? "auto" : void 0,
1434
1557
  lh: 1.7,
1435
- children: t
1558
+ children: s
1436
1559
  }
1437
1560
  )
1438
1561
  ]
1439
1562
  }
1440
1563
  );
1441
1564
  }
1442
- function ar({ 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" }) {
1443
1566
  return /* @__PURE__ */ r(
1444
- I,
1567
+ T,
1445
1568
  {
1446
1569
  id: i,
1447
- subtitle: o,
1448
- title: l,
1449
- background: c,
1450
- ta: p,
1570
+ subtitle: n,
1571
+ title: d,
1572
+ background: p,
1573
+ ta: m,
1451
1574
  maw: 800,
1452
1575
  children: [
1453
- n && /* @__PURE__ */ e(
1576
+ o && /* @__PURE__ */ e(
1454
1577
  a,
1455
1578
  {
1456
1579
  c: "gray.6",
1457
- ta: p,
1580
+ ta: m,
1458
1581
  size: "lg",
1459
1582
  lh: 1.7,
1460
1583
  maw: 720,
1461
- mx: p === "center" ? "auto" : void 0,
1584
+ mx: m === "center" ? "auto" : void 0,
1462
1585
  mb: 48,
1463
- children: n
1586
+ children: o
1464
1587
  }
1465
1588
  ),
1466
1589
  /* @__PURE__ */ r(
@@ -1472,7 +1595,7 @@ function ar({ id: i, subtitle: o, title: l, description: n, cardLabel: s, items:
1472
1595
  bd: "1px solid var(--mantine-color-gray-2)",
1473
1596
  ta: "left",
1474
1597
  children: [
1475
- s && /* @__PURE__ */ e(
1598
+ t && /* @__PURE__ */ e(
1476
1599
  a,
1477
1600
  {
1478
1601
  size: "xs",
@@ -1481,38 +1604,38 @@ function ar({ id: i, subtitle: o, title: l, description: n, cardLabel: s, items:
1481
1604
  ls: "1.5px",
1482
1605
  c: "gray.4",
1483
1606
  mb: "lg",
1484
- children: s
1607
+ children: t
1485
1608
  }
1486
1609
  ),
1487
1610
  /* @__PURE__ */ e(
1488
- x,
1611
+ y,
1489
1612
  {
1490
1613
  component: "ul",
1491
1614
  m: 0,
1492
1615
  pl: "lg",
1493
1616
  style: { display: "flex", flexDirection: "column", gap: 16 },
1494
- children: t.map((d, m) => /* @__PURE__ */ r(
1617
+ children: s.map((h, c) => /* @__PURE__ */ r(
1495
1618
  a,
1496
1619
  {
1497
1620
  component: "li",
1498
1621
  c: "gray.6",
1499
1622
  lh: 1.7,
1500
1623
  children: [
1501
- d.lead && /* @__PURE__ */ e(
1624
+ h.lead && /* @__PURE__ */ e(
1502
1625
  a,
1503
1626
  {
1504
1627
  component: "span",
1505
1628
  fw: 700,
1506
1629
  c: "gray.9",
1507
1630
  inherit: !0,
1508
- children: d.lead
1631
+ children: h.lead
1509
1632
  }
1510
1633
  ),
1511
1634
  " ",
1512
- d.text
1635
+ h.text
1513
1636
  ]
1514
1637
  },
1515
- d.lead || m
1638
+ h.lead || c
1516
1639
  ))
1517
1640
  }
1518
1641
  ),
@@ -1548,28 +1671,28 @@ function ar({ id: i, subtitle: o, title: l, description: n, cardLabel: s, items:
1548
1671
  }
1549
1672
  );
1550
1673
  }
1551
- function ir({ 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" }) {
1552
1675
  return /* @__PURE__ */ r(
1553
- I,
1676
+ T,
1554
1677
  {
1555
1678
  id: i,
1556
- subtitle: o,
1557
- title: l,
1558
- background: d,
1559
- ta: m,
1679
+ subtitle: n,
1680
+ title: d,
1681
+ background: h,
1682
+ ta: c,
1560
1683
  maw: 900,
1561
1684
  children: [
1562
- n && /* @__PURE__ */ e(
1685
+ o && /* @__PURE__ */ e(
1563
1686
  a,
1564
1687
  {
1565
1688
  c: "gray.6",
1566
- ta: m,
1689
+ ta: c,
1567
1690
  mb: 60,
1568
1691
  maw: 800,
1569
- mx: m === "center" ? "auto" : void 0,
1692
+ mx: c === "center" ? "auto" : void 0,
1570
1693
  fz: "lg",
1571
1694
  lh: 1.6,
1572
- children: n
1695
+ children: o
1573
1696
  }
1574
1697
  ),
1575
1698
  /* @__PURE__ */ r(
@@ -1589,18 +1712,18 @@ function ir({ id: i, subtitle: o, title: l, description: n, avatar: s, name: t,
1589
1712
  gutter: { base: "xl", md: 48 },
1590
1713
  align: "flex-start",
1591
1714
  children: [
1592
- s && // O retrato vira linha própria e centralizada no celular,
1715
+ t && // O retrato vira linha própria e centralizada no celular,
1593
1716
  // onde o layout de duas colunas não cabe.
1594
1717
  /* @__PURE__ */ e(z.Col, { span: { base: 12, sm: "content" }, children: /* @__PURE__ */ e(
1595
- x,
1718
+ y,
1596
1719
  {
1597
1720
  mx: { base: "auto", sm: 0 },
1598
1721
  w: { base: 132, sm: 148 },
1599
1722
  children: /* @__PURE__ */ e(
1600
1723
  $,
1601
1724
  {
1602
- src: s.src,
1603
- alt: s.alt || t || "",
1725
+ src: t.src,
1726
+ alt: t.alt || s || "",
1604
1727
  w: "100%",
1605
1728
  radius: "0",
1606
1729
  style: {
@@ -1613,7 +1736,7 @@ function ir({ id: i, subtitle: o, title: l, description: n, avatar: s, name: t,
1613
1736
  }
1614
1737
  ) }),
1615
1738
  /* @__PURE__ */ r(z.Col, { span: { base: 12, sm: "auto" }, children: [
1616
- (t || g) && /* @__PURE__ */ r(
1739
+ (s || g) && /* @__PURE__ */ r(
1617
1740
  f,
1618
1741
  {
1619
1742
  mb: "lg",
@@ -1621,18 +1744,18 @@ function ir({ id: i, subtitle: o, title: l, description: n, avatar: s, name: t,
1621
1744
  wrap: "wrap",
1622
1745
  justify: { base: "center", sm: "flex-start" },
1623
1746
  children: [
1624
- t && /* @__PURE__ */ e(
1747
+ s && /* @__PURE__ */ e(
1625
1748
  a,
1626
1749
  {
1627
1750
  fz: { base: "lg", md: "xl" },
1628
1751
  fw: 800,
1629
1752
  c: "gray.9",
1630
1753
  style: { letterSpacing: "-0.02em" },
1631
- children: t
1754
+ children: s
1632
1755
  }
1633
1756
  ),
1634
1757
  g && /* @__PURE__ */ e(
1635
- E,
1758
+ j,
1636
1759
  {
1637
1760
  variant: "dot",
1638
1761
  color: "gray",
@@ -1644,7 +1767,7 @@ function ir({ id: i, subtitle: o, title: l, description: n, avatar: s, name: t,
1644
1767
  ]
1645
1768
  }
1646
1769
  ),
1647
- c && /* @__PURE__ */ e(
1770
+ p && /* @__PURE__ */ e(
1648
1771
  a,
1649
1772
  {
1650
1773
  fz: { base: "md", md: "lg" },
@@ -1653,23 +1776,23 @@ function ir({ id: i, subtitle: o, title: l, description: n, avatar: s, name: t,
1653
1776
  pl: { base: 0, sm: "xl" },
1654
1777
  ta: { base: "center", sm: "left" },
1655
1778
  style: { borderLeft: "2px solid var(--mantine-color-gray-3)" },
1656
- children: c
1779
+ children: p
1657
1780
  }
1658
1781
  )
1659
1782
  ] })
1660
1783
  ]
1661
1784
  }
1662
1785
  ),
1663
- p.length > 0 && /* @__PURE__ */ e(
1664
- S,
1786
+ m.length > 0 && /* @__PURE__ */ e(
1787
+ I,
1665
1788
  {
1666
- cols: p.length,
1789
+ cols: m.length,
1667
1790
  spacing: { base: "xs", sm: "lg" },
1668
1791
  mt: { base: 32, md: 48 },
1669
1792
  pt: { base: "lg", md: "xl" },
1670
1793
  style: { borderTop: "1px solid var(--mantine-color-gray-2)" },
1671
- children: p.map((h, b) => /* @__PURE__ */ r(
1672
- x,
1794
+ children: m.map((l, x) => /* @__PURE__ */ r(
1795
+ y,
1673
1796
  {
1674
1797
  ta: { base: "center", sm: "left" },
1675
1798
  children: [
@@ -1683,7 +1806,7 @@ function ir({ id: i, subtitle: o, title: l, description: n, avatar: s, name: t,
1683
1806
  mb: 8,
1684
1807
  c: "gray.9",
1685
1808
  style: { letterSpacing: "-0.04em" },
1686
- children: h.value
1809
+ children: l.value
1687
1810
  }
1688
1811
  ),
1689
1812
  /* @__PURE__ */ e(
@@ -1696,12 +1819,12 @@ function ir({ id: i, subtitle: o, title: l, description: n, avatar: s, name: t,
1696
1819
  lh: 1.4,
1697
1820
  tt: "uppercase",
1698
1821
  ls: "1.2px",
1699
- children: h.label
1822
+ children: l.label
1700
1823
  }
1701
1824
  )
1702
1825
  ]
1703
1826
  },
1704
- h.label || b
1827
+ l.label || x
1705
1828
  ))
1706
1829
  }
1707
1830
  )
@@ -1712,41 +1835,41 @@ function ir({ id: i, subtitle: o, title: l, description: n, avatar: s, name: t,
1712
1835
  }
1713
1836
  );
1714
1837
  }
1715
- function nr({ 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" }) {
1716
1839
  return /* @__PURE__ */ r(
1717
- I,
1840
+ T,
1718
1841
  {
1719
1842
  id: i,
1720
- badge: o,
1721
- subtitle: l,
1722
- title: n,
1843
+ badge: n,
1844
+ subtitle: d,
1845
+ title: o,
1723
1846
  background: g,
1724
- ta: c,
1847
+ ta: p,
1725
1848
  maw: 900,
1726
1849
  children: [
1727
- s && /* @__PURE__ */ e(
1850
+ t && /* @__PURE__ */ e(
1728
1851
  a,
1729
1852
  {
1730
1853
  c: "gray.6",
1731
- ta: c,
1854
+ ta: p,
1732
1855
  mb: 60,
1733
1856
  maw: 700,
1734
- mx: c === "center" ? "auto" : void 0,
1857
+ mx: p === "center" ? "auto" : void 0,
1735
1858
  fz: "lg",
1736
1859
  lh: 1.6,
1737
- children: s
1860
+ children: t
1738
1861
  }
1739
1862
  ),
1740
1863
  /* @__PURE__ */ e(
1741
- S,
1864
+ I,
1742
1865
  {
1743
- cols: { base: 1, md: t.length <= 4 ? t.length : 3 },
1866
+ cols: { base: 1, md: s.length <= 4 ? s.length : 3 },
1744
1867
  spacing: "xl",
1745
1868
  verticalSpacing: { base: 56, md: "xl" },
1746
- children: t.map((p, d) => {
1747
- const m = p.icon;
1869
+ children: s.map((m, h) => {
1870
+ const c = m.icon;
1748
1871
  return /* @__PURE__ */ r(
1749
- x,
1872
+ y,
1750
1873
  {
1751
1874
  pos: "relative",
1752
1875
  ta: "left",
@@ -1766,10 +1889,10 @@ function nr({ id: i, badge: o, subtitle: l, title: n, description: s, items: t =
1766
1889
  letterSpacing: "-0.05em",
1767
1890
  pointerEvents: "none"
1768
1891
  },
1769
- children: p.number || String(d + 1).padStart(2, "0")
1892
+ children: m.number || String(h + 1).padStart(2, "0")
1770
1893
  }
1771
1894
  ),
1772
- m && /* @__PURE__ */ e(
1895
+ c && /* @__PURE__ */ e(
1773
1896
  v,
1774
1897
  {
1775
1898
  size: 60,
@@ -1780,7 +1903,7 @@ function nr({ id: i, badge: o, subtitle: l, title: n, description: s, items: t =
1780
1903
  pos: "relative",
1781
1904
  style: { zIndex: 1 },
1782
1905
  children: /* @__PURE__ */ e(
1783
- m,
1906
+ c,
1784
1907
  {
1785
1908
  size: 30,
1786
1909
  stroke: 1.5
@@ -1789,7 +1912,7 @@ function nr({ id: i, badge: o, subtitle: l, title: n, description: s, items: t =
1789
1912
  }
1790
1913
  ),
1791
1914
  /* @__PURE__ */ e(
1792
- C,
1915
+ E,
1793
1916
  {
1794
1917
  order: 3,
1795
1918
  fz: "h3",
@@ -1797,7 +1920,7 @@ function nr({ id: i, badge: o, subtitle: l, title: n, description: s, items: t =
1797
1920
  mb: "xs",
1798
1921
  pos: "relative",
1799
1922
  style: { zIndex: 1 },
1800
- children: p.title
1923
+ children: m.title
1801
1924
  }
1802
1925
  ),
1803
1926
  /* @__PURE__ */ e(
@@ -1808,12 +1931,12 @@ function nr({ id: i, badge: o, subtitle: l, title: n, description: s, items: t =
1808
1931
  lh: 1.6,
1809
1932
  pos: "relative",
1810
1933
  style: { zIndex: 1 },
1811
- children: p.description
1934
+ children: m.description
1812
1935
  }
1813
1936
  )
1814
1937
  ]
1815
1938
  },
1816
- p.title || d
1939
+ m.title || h
1817
1940
  );
1818
1941
  })
1819
1942
  }
@@ -1822,48 +1945,48 @@ function nr({ id: i, badge: o, subtitle: l, title: n, description: s, items: t =
1822
1945
  }
1823
1946
  );
1824
1947
  }
1825
- function or({ id: i, badge: o, title: l, description: n, fields: s = [], whatsappNumber: t, messageIntro: g = "Olá! Vim pelo site.", submit: c = {}, reassurance: p, onSubmit: d }) {
1826
- const [m, h] = Y(() => Object.fromEntries(s.map((y) => [y.name, ""]))), [b, T] = Y(!1), A = (y) => (W) => {
1827
- const { value: P } = W.currentTarget;
1828
- h((K) => ({ ...K, [y]: P }));
1829
- }, 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());
1830
1953
  return /* @__PURE__ */ e(
1831
- x,
1954
+ y,
1832
1955
  {
1833
1956
  id: i,
1834
1957
  component: "section",
1835
1958
  py: { base: 80, md: 120 },
1836
1959
  bg: "gray.9",
1837
1960
  children: /* @__PURE__ */ r(F, { size: "md", children: [
1838
- o && /* @__PURE__ */ e(
1961
+ n && /* @__PURE__ */ e(
1839
1962
  f,
1840
1963
  {
1841
1964
  justify: "center",
1842
1965
  mb: "md",
1843
1966
  children: /* @__PURE__ */ e(
1844
- E,
1967
+ j,
1845
1968
  {
1846
1969
  variant: "light",
1847
1970
  color: "gray",
1848
1971
  size: "lg",
1849
1972
  radius: "0",
1850
- children: o
1973
+ children: n
1851
1974
  }
1852
1975
  )
1853
1976
  }
1854
1977
  ),
1855
- l && /* @__PURE__ */ e(
1856
- C,
1978
+ d && /* @__PURE__ */ e(
1979
+ E,
1857
1980
  {
1858
1981
  order: 2,
1859
1982
  ta: "center",
1860
1983
  c: "white",
1861
1984
  mb: "md",
1862
1985
  fz: "var(--fz-section-title)",
1863
- children: l
1986
+ children: d
1864
1987
  }
1865
1988
  ),
1866
- n && /* @__PURE__ */ e(
1989
+ o && /* @__PURE__ */ e(
1867
1990
  a,
1868
1991
  {
1869
1992
  ta: "center",
@@ -1873,7 +1996,7 @@ function or({ id: i, badge: o, title: l, description: n, fields: s = [], whatsap
1873
1996
  mx: "auto",
1874
1997
  fz: "lg",
1875
1998
  lh: 1.6,
1876
- children: n
1999
+ children: o
1877
2000
  }
1878
2001
  ),
1879
2002
  /* @__PURE__ */ e(
@@ -1882,40 +2005,40 @@ function or({ id: i, badge: o, title: l, description: n, fields: s = [], whatsap
1882
2005
  p: "xl",
1883
2006
  radius: "0",
1884
2007
  bg: "white",
1885
- children: /* @__PURE__ */ e("form", { onSubmit: (y) => {
1886
- if (y.preventDefault(), T(!0), !H) return;
1887
- const W = [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(`
1888
2011
  `);
1889
- if (d?.(m), t) {
1890
- const P = `https://wa.me/${t}?text=${encodeURIComponent(W)}`;
1891
- 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");
1892
2015
  }
1893
2016
  }, children: /* @__PURE__ */ r(u, { gap: "md", children: [
1894
- /* @__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(
1895
2018
  N,
1896
2019
  {
1897
- label: y.label,
1898
- placeholder: y.placeholder,
1899
- type: y.type || "text",
1900
- required: y.required,
1901
- value: m[y.name] || "",
1902
- onChange: A(y.name),
1903
- 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
1904
2027
  },
1905
- y.name
2028
+ b.name
1906
2029
  )) }),
1907
- s.filter((y) => y.span === "full").map((y) => /* @__PURE__ */ e(
2030
+ t.filter((b) => b.span === "full").map((b) => /* @__PURE__ */ e(
1908
2031
  N,
1909
2032
  {
1910
- label: y.label,
1911
- placeholder: y.placeholder,
1912
- type: y.type || "text",
1913
- required: y.required,
1914
- value: m[y.name] || "",
1915
- onChange: A(y.name),
1916
- 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
1917
2040
  },
1918
- y.name
2041
+ b.name
1919
2042
  )),
1920
2043
  /* @__PURE__ */ e(
1921
2044
  G,
@@ -1924,17 +2047,17 @@ function or({ id: i, badge: o, title: l, description: n, fields: s = [], whatsap
1924
2047
  size: "lg",
1925
2048
  radius: "0",
1926
2049
  color: "gray.9",
1927
- leftSection: c.leftSection,
2050
+ leftSection: p.leftSection,
1928
2051
  mt: "sm",
1929
2052
  styles: {
1930
2053
  root: { height: "auto" },
1931
2054
  label: { whiteSpace: "normal", lineHeight: 1.4 },
1932
2055
  inner: { paddingTop: 12, paddingBottom: 12 }
1933
2056
  },
1934
- children: c.label || "Enviar"
2057
+ children: p.label || "Enviar"
1935
2058
  }
1936
2059
  ),
1937
- p && /* @__PURE__ */ r(
2060
+ m && /* @__PURE__ */ r(
1938
2061
  f,
1939
2062
  {
1940
2063
  gap: "xs",
@@ -1948,7 +2071,7 @@ function or({ id: i, badge: o, title: l, description: n, fields: s = [], whatsap
1948
2071
  color: "gray",
1949
2072
  size: "sm",
1950
2073
  children: /* @__PURE__ */ e(
1951
- re,
2074
+ ae,
1952
2075
  {
1953
2076
  size: 16,
1954
2077
  stroke: 1.5
@@ -1961,7 +2084,7 @@ function or({ id: i, badge: o, title: l, description: n, fields: s = [], whatsap
1961
2084
  {
1962
2085
  size: "xs",
1963
2086
  c: "gray.6",
1964
- children: p
2087
+ children: m
1965
2088
  }
1966
2089
  )
1967
2090
  ]
@@ -1974,14 +2097,14 @@ function or({ id: i, badge: o, title: l, description: n, fields: s = [], whatsap
1974
2097
  }
1975
2098
  );
1976
2099
  }
1977
- function sr({ 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" }) {
1978
2101
  return /* @__PURE__ */ e(
1979
- I,
2102
+ T,
1980
2103
  {
1981
2104
  id: i,
1982
- subtitle: o,
1983
- title: l,
1984
- background: t,
2105
+ subtitle: n,
2106
+ title: d,
2107
+ background: s,
1985
2108
  children: /* @__PURE__ */ e(
1986
2109
  w,
1987
2110
  {
@@ -1989,18 +2112,18 @@ function sr({ id: i, subtitle: o, title: l, traditionalCol: n, newCol: s, backgr
1989
2112
  bd: "1px solid var(--mantine-color-gray-2)",
1990
2113
  style: { overflow: "hidden" },
1991
2114
  children: /* @__PURE__ */ r(
1992
- S,
2115
+ I,
1993
2116
  {
1994
2117
  cols: { base: 1, md: 2 },
1995
2118
  spacing: 0,
1996
2119
  children: [
1997
2120
  /* @__PURE__ */ e(
1998
- x,
2121
+ y,
1999
2122
  {
2000
- bg: t === "gray" ? "gray.1" : "white",
2123
+ bg: s === "gray" ? "gray.1" : "white",
2001
2124
  p: { base: 30, md: 60 },
2002
2125
  children: /* @__PURE__ */ r(u, { gap: "xl", children: [
2003
- /* @__PURE__ */ r(x, { children: [
2126
+ /* @__PURE__ */ r(y, { children: [
2004
2127
  /* @__PURE__ */ e(
2005
2128
  a,
2006
2129
  {
@@ -2008,7 +2131,7 @@ function sr({ id: i, subtitle: o, title: l, traditionalCol: n, newCol: s, backgr
2008
2131
  fz: "h2",
2009
2132
  c: "gray.9",
2010
2133
  mb: 4,
2011
- children: n.title
2134
+ children: o.title
2012
2135
  }
2013
2136
  ),
2014
2137
  /* @__PURE__ */ e(
@@ -2019,7 +2142,7 @@ function sr({ id: i, subtitle: o, title: l, traditionalCol: n, newCol: s, backgr
2019
2142
  tt: "uppercase",
2020
2143
  ls: "1.5px",
2021
2144
  c: "gray.5",
2022
- children: n.subtitle
2145
+ children: o.subtitle
2023
2146
  }
2024
2147
  )
2025
2148
  ] }),
@@ -2028,7 +2151,7 @@ function sr({ id: i, subtitle: o, title: l, traditionalCol: n, newCol: s, backgr
2028
2151
  {
2029
2152
  gap: "md",
2030
2153
  mb: 40,
2031
- children: n.items.map((g, c) => /* @__PURE__ */ r(fe, { children: [
2154
+ children: o.items.map((g, p) => /* @__PURE__ */ r(ye, { children: [
2032
2155
  /* @__PURE__ */ r(f, { justify: "space-between", children: [
2033
2156
  /* @__PURE__ */ e(
2034
2157
  a,
@@ -2047,14 +2170,14 @@ function sr({ id: i, subtitle: o, title: l, traditionalCol: n, newCol: s, backgr
2047
2170
  }
2048
2171
  )
2049
2172
  ] }),
2050
- c < n.items.length - 1 && /* @__PURE__ */ e(D, { color: "var(--mantine-color-gray-2)" })
2051
- ] }, c))
2173
+ p < o.items.length - 1 && /* @__PURE__ */ e(D, { color: "var(--mantine-color-gray-2)" })
2174
+ ] }, p))
2052
2175
  }
2053
2176
  ),
2054
2177
  /* @__PURE__ */ r(
2055
- x,
2178
+ y,
2056
2179
  {
2057
- bg: t === "gray" ? "gray.1" : "white",
2180
+ bg: s === "gray" ? "gray.1" : "white",
2058
2181
  p: "lg",
2059
2182
  radius: "0",
2060
2183
  bd: "1px solid var(--mantine-color-gray-2)",
@@ -2065,7 +2188,7 @@ function sr({ id: i, subtitle: o, title: l, traditionalCol: n, newCol: s, backgr
2065
2188
  {
2066
2189
  fw: 900,
2067
2190
  c: "gray.7",
2068
- children: n.totalLabel || "Total Estimado"
2191
+ children: o.totalLabel || "Total Estimado"
2069
2192
  }
2070
2193
  ),
2071
2194
  /* @__PURE__ */ e(
@@ -2074,18 +2197,18 @@ function sr({ id: i, subtitle: o, title: l, traditionalCol: n, newCol: s, backgr
2074
2197
  fw: 900,
2075
2198
  fz: 32,
2076
2199
  c: "gray.9",
2077
- children: n.totalValue
2200
+ children: o.totalValue
2078
2201
  }
2079
2202
  )
2080
2203
  ] }),
2081
- n.footerText && /* @__PURE__ */ e(
2204
+ o.footerText && /* @__PURE__ */ e(
2082
2205
  a,
2083
2206
  {
2084
2207
  size: "xs",
2085
2208
  c: "red.6",
2086
2209
  ta: "right",
2087
2210
  mt: 4,
2088
- children: n.footerText
2211
+ children: o.footerText
2089
2212
  }
2090
2213
  )
2091
2214
  ]
@@ -2095,9 +2218,9 @@ function sr({ id: i, subtitle: o, title: l, traditionalCol: n, newCol: s, backgr
2095
2218
  }
2096
2219
  ),
2097
2220
  /* @__PURE__ */ e(
2098
- x,
2221
+ y,
2099
2222
  {
2100
- bg: t === "gray" ? "gray.1" : "white",
2223
+ bg: s === "gray" ? "gray.1" : "white",
2101
2224
  p: { base: 30, md: 60 },
2102
2225
  pos: "relative",
2103
2226
  children: /* @__PURE__ */ r(
@@ -2106,7 +2229,7 @@ function sr({ id: i, subtitle: o, title: l, traditionalCol: n, newCol: s, backgr
2106
2229
  gap: "xl",
2107
2230
  h: "100%",
2108
2231
  children: [
2109
- /* @__PURE__ */ r(x, { children: [
2232
+ /* @__PURE__ */ r(y, { children: [
2110
2233
  /* @__PURE__ */ r(f, { gap: "xs", children: [
2111
2234
  /* @__PURE__ */ e(
2112
2235
  a,
@@ -2115,16 +2238,16 @@ function sr({ id: i, subtitle: o, title: l, traditionalCol: n, newCol: s, backgr
2115
2238
  fz: "h2",
2116
2239
  c: "gray.9",
2117
2240
  mb: 4,
2118
- children: s.title
2241
+ children: t.title
2119
2242
  }
2120
2243
  ),
2121
- s.badge && /* @__PURE__ */ e(
2122
- E,
2244
+ t.badge && /* @__PURE__ */ e(
2245
+ j,
2123
2246
  {
2124
2247
  color: "gray.9",
2125
2248
  variant: "filled",
2126
2249
  radius: "0",
2127
- children: s.badge
2250
+ children: t.badge
2128
2251
  }
2129
2252
  )
2130
2253
  ] }),
@@ -2133,12 +2256,12 @@ function sr({ id: i, subtitle: o, title: l, traditionalCol: n, newCol: s, backgr
2133
2256
  {
2134
2257
  size: "sm",
2135
2258
  c: "gray.6",
2136
- children: s.description
2259
+ children: t.description
2137
2260
  }
2138
2261
  )
2139
2262
  ] }),
2140
2263
  /* @__PURE__ */ e(
2141
- R,
2264
+ M,
2142
2265
  {
2143
2266
  spacing: "md",
2144
2267
  size: "md",
@@ -2151,7 +2274,7 @@ function sr({ id: i, subtitle: o, title: l, traditionalCol: n, newCol: s, backgr
2151
2274
  radius: "0",
2152
2275
  bd: "1px solid var(--mantine-color-gray-2)",
2153
2276
  children: /* @__PURE__ */ e(
2154
- V,
2277
+ H,
2155
2278
  {
2156
2279
  size: 12,
2157
2280
  color: "var(--mantine-color-gray-9)"
@@ -2159,13 +2282,13 @@ function sr({ id: i, subtitle: o, title: l, traditionalCol: n, newCol: s, backgr
2159
2282
  )
2160
2283
  }
2161
2284
  ),
2162
- children: s.items.map((g, c) => /* @__PURE__ */ e(R.Item, { children: g }, c))
2285
+ children: t.items.map((g, p) => /* @__PURE__ */ e(M.Item, { children: g }, p))
2163
2286
  }
2164
2287
  ),
2165
- s.pricingBox && /* @__PURE__ */ e(
2166
- x,
2288
+ t.pricingBox && /* @__PURE__ */ e(
2289
+ y,
2167
2290
  {
2168
- bg: t === "gray" ? "gray.1" : "white",
2291
+ bg: s === "gray" ? "gray.1" : "white",
2169
2292
  p: "lg",
2170
2293
  radius: "0",
2171
2294
  bd: "1px solid var(--mantine-color-gray-2)",
@@ -2178,7 +2301,7 @@ function sr({ id: i, subtitle: o, title: l, traditionalCol: n, newCol: s, backgr
2178
2301
  tt: "uppercase",
2179
2302
  ls: "1.5px",
2180
2303
  c: "gray.5",
2181
- children: s.pricingBox.label
2304
+ children: t.pricingBox.label
2182
2305
  }
2183
2306
  ),
2184
2307
  /* @__PURE__ */ e(
@@ -2188,29 +2311,29 @@ function sr({ id: i, subtitle: o, title: l, traditionalCol: n, newCol: s, backgr
2188
2311
  fz: 48,
2189
2312
  c: "gray.9",
2190
2313
  lh: 1,
2191
- children: s.pricingBox.price
2314
+ children: t.pricingBox.price
2192
2315
  }
2193
2316
  ),
2194
- s.pricingBox.subtext && /* @__PURE__ */ e(
2317
+ t.pricingBox.subtext && /* @__PURE__ */ e(
2195
2318
  a,
2196
2319
  {
2197
2320
  size: "xs",
2198
2321
  c: "gray.5",
2199
2322
  mt: "sm",
2200
- children: s.pricingBox.subtext
2323
+ children: t.pricingBox.subtext
2201
2324
  }
2202
2325
  )
2203
2326
  ] })
2204
2327
  }
2205
2328
  ),
2206
- s.cta && /* @__PURE__ */ e(x, { mt: "xl", children: /* @__PURE__ */ e(
2207
- k,
2329
+ t.cta && /* @__PURE__ */ e(y, { mt: "xl", children: /* @__PURE__ */ e(
2330
+ R,
2208
2331
  {
2209
- label: s.cta.label,
2210
- href: s.cta.href,
2211
- icon: s.cta.icon,
2212
- size: s.cta.size || "lg",
2213
- 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",
2214
2337
  fullWidth: !0
2215
2338
  }
2216
2339
  ) })
@@ -2227,34 +2350,34 @@ function sr({ id: i, subtitle: o, title: l, traditionalCol: n, newCol: s, backgr
2227
2350
  }
2228
2351
  );
2229
2352
  }
2230
- function tr({
2353
+ function hr({
2231
2354
  id: i,
2232
- badge: o,
2233
- subtitle: l,
2234
- title: n,
2235
- description: s,
2236
- billingOptions: t = [
2355
+ badge: n,
2356
+ subtitle: d,
2357
+ title: o,
2358
+ description: t,
2359
+ billingOptions: s = [
2237
2360
  { label: "Mensal", value: "monthly" },
2238
2361
  { label: "Anual", value: "annual" }
2239
2362
  ],
2240
2363
  billing: g,
2241
- setBilling: c,
2242
- promoBadge: p,
2243
- plans: d,
2244
- background: m = "white"
2364
+ setBilling: p,
2365
+ promoBadge: m,
2366
+ plans: h,
2367
+ background: c = "white"
2245
2368
  }) {
2246
2369
  return /* @__PURE__ */ r(
2247
- I,
2370
+ T,
2248
2371
  {
2249
2372
  id: i,
2250
- badge: o,
2251
- subtitle: l,
2252
- title: n,
2373
+ badge: n,
2374
+ subtitle: d,
2375
+ title: o,
2253
2376
  ta: "center",
2254
- background: m,
2377
+ background: c,
2255
2378
  maw: 900,
2256
2379
  children: [
2257
- s && /* @__PURE__ */ e(
2380
+ t && /* @__PURE__ */ e(
2258
2381
  a,
2259
2382
  {
2260
2383
  c: "gray.6",
@@ -2264,10 +2387,10 @@ function tr({
2264
2387
  mx: "auto",
2265
2388
  fz: "lg",
2266
2389
  lh: 1.6,
2267
- children: s
2390
+ children: t
2268
2391
  }
2269
2392
  ),
2270
- t && t.length > 0 && /* @__PURE__ */ e(
2393
+ s && s.length > 0 && /* @__PURE__ */ e(
2271
2394
  u,
2272
2395
  {
2273
2396
  align: "center",
@@ -2275,44 +2398,44 @@ function tr({
2275
2398
  mb: 80,
2276
2399
  children: /* @__PURE__ */ r(f, { gap: "xs", children: [
2277
2400
  /* @__PURE__ */ e(
2278
- he,
2401
+ me,
2279
2402
  {
2280
2403
  value: g,
2281
- onChange: c,
2404
+ onChange: p,
2282
2405
  radius: "0",
2283
2406
  size: "md",
2284
- data: t,
2407
+ data: s,
2285
2408
  color: "gray.9",
2286
2409
  bg: "white",
2287
2410
  style: { border: "1px solid var(--mantine-color-gray-2)" }
2288
2411
  }
2289
2412
  ),
2290
- g === "annual" && p && /* @__PURE__ */ e(
2291
- E,
2413
+ g === "annual" && m && /* @__PURE__ */ e(
2414
+ j,
2292
2415
  {
2293
2416
  variant: "filled",
2294
2417
  color: "gray.9",
2295
2418
  radius: "0",
2296
2419
  size: "lg",
2297
- children: p
2420
+ children: m
2298
2421
  }
2299
2422
  )
2300
2423
  ] })
2301
2424
  }
2302
2425
  ),
2303
2426
  /* @__PURE__ */ e(
2304
- S,
2427
+ I,
2305
2428
  {
2306
- cols: { base: 1, md: d.length <= 3 ? d.length : 3 },
2429
+ cols: { base: 1, md: h.length <= 3 ? h.length : 3 },
2307
2430
  spacing: "xl",
2308
2431
  verticalSpacing: "xl",
2309
- children: d.map((h) => /* @__PURE__ */ r(
2432
+ children: h.map((l) => /* @__PURE__ */ r(
2310
2433
  w,
2311
2434
  {
2312
2435
  p: "xl",
2313
2436
  radius: "0",
2314
2437
  withBorder: !0,
2315
- 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)",
2316
2439
  display: "flex",
2317
2440
  h: "100%",
2318
2441
  style: { flexDirection: "column" },
@@ -2338,15 +2461,15 @@ function tr({
2338
2461
  tt: "uppercase",
2339
2462
  ls: "1.5px",
2340
2463
  c: "gray.4",
2341
- children: h.name
2464
+ children: l.name
2342
2465
  }
2343
2466
  ),
2344
- h.highlight && /* @__PURE__ */ e(
2345
- E,
2467
+ l.highlight && /* @__PURE__ */ e(
2468
+ j,
2346
2469
  {
2347
2470
  variant: "dot",
2348
2471
  color: "gray.9",
2349
- children: h.highlightBadge || "RECOMENDADO"
2472
+ children: l.highlightBadge || "RECOMENDADO"
2350
2473
  }
2351
2474
  )
2352
2475
  ]
@@ -2360,14 +2483,14 @@ function tr({
2360
2483
  fw: 500,
2361
2484
  lh: 1.5,
2362
2485
  h: { md: 42 },
2363
- children: h.description
2486
+ children: l.description
2364
2487
  }
2365
2488
  )
2366
2489
  ]
2367
2490
  }
2368
2491
  ),
2369
- /* @__PURE__ */ r(x, { mb: "xl", children: [
2370
- h.pricePrefix !== null && /* @__PURE__ */ e(
2492
+ /* @__PURE__ */ r(y, { mb: "xl", children: [
2493
+ l.pricePrefix !== null && /* @__PURE__ */ e(
2371
2494
  a,
2372
2495
  {
2373
2496
  size: "xs",
@@ -2376,10 +2499,10 @@ function tr({
2376
2499
  tt: "uppercase",
2377
2500
  ls: "1px",
2378
2501
  mb: 4,
2379
- children: h.pricePrefix || "A partir de"
2502
+ children: l.pricePrefix || "A partir de"
2380
2503
  }
2381
2504
  ),
2382
- h.priceText ? (
2505
+ l.priceText ? (
2383
2506
  // Escape hatch para preço que não é número
2384
2507
  // ("Sob consulta"), onde currency/whole/fraction
2385
2508
  // não têm o que representar.
@@ -2397,15 +2520,15 @@ function tr({
2397
2520
  ls: "-0.04em",
2398
2521
  lh: 1,
2399
2522
  c: "gray.9",
2400
- children: h.priceText
2523
+ children: l.priceText
2401
2524
  }
2402
2525
  ),
2403
- h.period && /* @__PURE__ */ e(
2526
+ l.period && /* @__PURE__ */ e(
2404
2527
  a,
2405
2528
  {
2406
2529
  size: "md",
2407
2530
  c: "gray.5",
2408
- children: h.period
2531
+ children: l.period
2409
2532
  }
2410
2533
  )
2411
2534
  ]
@@ -2424,7 +2547,7 @@ function tr({
2424
2547
  fw: 900,
2425
2548
  c: "gray.9",
2426
2549
  style: { marginTop: 8 },
2427
- children: h.priceDisplay?.currency
2550
+ children: l.priceDisplay?.currency
2428
2551
  }
2429
2552
  ),
2430
2553
  /* @__PURE__ */ r(
@@ -2441,10 +2564,10 @@ function tr({
2441
2564
  ls: "-0.04em",
2442
2565
  lh: 0.8,
2443
2566
  c: "gray.9",
2444
- children: h.priceDisplay?.whole
2567
+ children: l.priceDisplay?.whole
2445
2568
  }
2446
2569
  ),
2447
- h.priceDisplay?.fraction && /* @__PURE__ */ r(
2570
+ l.priceDisplay?.fraction && /* @__PURE__ */ r(
2448
2571
  u,
2449
2572
  {
2450
2573
  gap: 0,
@@ -2459,7 +2582,7 @@ function tr({
2459
2582
  c: "gray.9",
2460
2583
  children: [
2461
2584
  ",",
2462
- h.priceDisplay.fraction
2585
+ l.priceDisplay.fraction
2463
2586
  ]
2464
2587
  }
2465
2588
  ),
@@ -2471,7 +2594,7 @@ function tr({
2471
2594
  fw: 800,
2472
2595
  tt: "uppercase",
2473
2596
  ls: "0.5px",
2474
- children: h.period || h.priceSuffix || "/mês"
2597
+ children: l.period || l.priceSuffix || "/mês"
2475
2598
  }
2476
2599
  )
2477
2600
  ]
@@ -2483,13 +2606,13 @@ function tr({
2483
2606
  ]
2484
2607
  }
2485
2608
  ),
2486
- h.priceNote && /* @__PURE__ */ e(
2609
+ l.priceNote && /* @__PURE__ */ e(
2487
2610
  a,
2488
2611
  {
2489
2612
  size: "sm",
2490
2613
  c: "gray.6",
2491
2614
  mt: "md",
2492
- children: h.priceNote
2615
+ children: l.priceNote
2493
2616
  }
2494
2617
  )
2495
2618
  ] }),
@@ -2506,7 +2629,7 @@ function tr({
2506
2629
  gap: "sm",
2507
2630
  mb: 40,
2508
2631
  style: { flex: 1 },
2509
- children: (h.features || []).map((b, T) => /* @__PURE__ */ r(
2632
+ children: (l.features || []).map((x, q) => /* @__PURE__ */ r(
2510
2633
  f,
2511
2634
  {
2512
2635
  gap: "sm",
@@ -2514,7 +2637,7 @@ function tr({
2514
2637
  align: "flex-start",
2515
2638
  children: [
2516
2639
  /* @__PURE__ */ e(
2517
- V,
2640
+ H,
2518
2641
  {
2519
2642
  size: 16,
2520
2643
  color: "var(--mantine-color-gray-9)",
@@ -2528,32 +2651,32 @@ function tr({
2528
2651
  fw: 500,
2529
2652
  c: "gray.6",
2530
2653
  lh: 1.4,
2531
- children: b
2654
+ children: x
2532
2655
  }
2533
2656
  )
2534
2657
  ]
2535
2658
  },
2536
- T
2659
+ q
2537
2660
  ))
2538
2661
  }
2539
2662
  ),
2540
- h.cta && /* @__PURE__ */ e(x, { mt: "auto", children: /* @__PURE__ */ e(
2541
- k,
2663
+ l.cta && /* @__PURE__ */ e(y, { mt: "auto", children: /* @__PURE__ */ e(
2664
+ R,
2542
2665
  {
2543
- label: h.cta.label,
2544
- href: h.cta.href,
2545
- target: h.cta.target,
2546
- rel: h.cta.target === "_blank" ? "noopener noreferrer" : void 0,
2547
- icon: h.cta.icon,
2548
- leftSection: h.cta.leftSection,
2549
- size: h.cta.size || "xl",
2550
- variant: h.cta.variant,
2551
- 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",
2552
2675
  fullWidth: !0
2553
2676
  }
2554
2677
  ) }),
2555
- h.note && /* @__PURE__ */ e(
2556
- x,
2678
+ l.note && /* @__PURE__ */ e(
2679
+ y,
2557
2680
  {
2558
2681
  mt: "auto",
2559
2682
  pt: "md",
@@ -2564,14 +2687,14 @@ function tr({
2564
2687
  size: "xs",
2565
2688
  c: "gray.5",
2566
2689
  lh: 1.5,
2567
- children: h.note
2690
+ children: l.note
2568
2691
  }
2569
2692
  )
2570
2693
  }
2571
2694
  )
2572
2695
  ]
2573
2696
  },
2574
- h.name
2697
+ l.name
2575
2698
  ))
2576
2699
  }
2577
2700
  )
@@ -2579,10 +2702,10 @@ function tr({
2579
2702
  }
2580
2703
  );
2581
2704
  }
2582
- function lr({ id: i, badge: o, subtitle: l, title: n, description: s, questions: t = [], contactCard: g, background: c = "white", ta: p = "left" }) {
2583
- 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 = {
2584
2707
  item: {
2585
- backgroundColor: c === "gray" ? "gray.1" : "white",
2708
+ backgroundColor: p === "gray" ? "gray.1" : "white",
2586
2709
  border: "1px solid var(--mantine-color-gray-2)"
2587
2710
  },
2588
2711
  control: {
@@ -2600,50 +2723,50 @@ function lr({ id: i, badge: o, subtitle: l, title: n, description: s, questions:
2600
2723
  }
2601
2724
  };
2602
2725
  return /* @__PURE__ */ r(
2603
- I,
2726
+ T,
2604
2727
  {
2605
2728
  id: i,
2606
- badge: o,
2607
- subtitle: l,
2608
- title: n,
2609
- background: c,
2610
- ta: p,
2611
- 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,
2612
2735
  children: [
2613
- s && /* @__PURE__ */ e(
2736
+ t && /* @__PURE__ */ e(
2614
2737
  a,
2615
2738
  {
2616
2739
  c: "gray.6",
2617
- ta: p,
2740
+ ta: m,
2618
2741
  size: "lg",
2619
2742
  lh: 1.6,
2620
2743
  maw: 700,
2621
- mx: p === "center" ? "auto" : void 0,
2744
+ mx: m === "center" ? "auto" : void 0,
2622
2745
  mb: 40,
2623
- children: s
2746
+ children: t
2624
2747
  }
2625
2748
  ),
2626
2749
  /* @__PURE__ */ r(
2627
- S,
2750
+ I,
2628
2751
  {
2629
2752
  cols: { base: 1, md: 2 },
2630
2753
  spacing: "xl",
2631
2754
  children: [
2632
2755
  /* @__PURE__ */ e(
2633
- j,
2756
+ C,
2634
2757
  {
2635
2758
  variant: "separated",
2636
2759
  radius: "0",
2637
2760
  chevronPosition: "right",
2638
- styles: m,
2639
- children: t.slice(0, d).map((h, b) => /* @__PURE__ */ r(
2640
- j.Item,
2761
+ styles: c,
2762
+ children: s.slice(0, h).map((l, x) => /* @__PURE__ */ r(
2763
+ C.Item,
2641
2764
  {
2642
- value: h.value || String(b),
2765
+ value: l.value || String(x),
2643
2766
  mb: "md",
2644
2767
  children: [
2645
2768
  /* @__PURE__ */ e(
2646
- j.Control,
2769
+ C.Control,
2647
2770
  {
2648
2771
  icon: /* @__PURE__ */ e(
2649
2772
  v,
@@ -2651,34 +2774,34 @@ function lr({ id: i, badge: o, subtitle: l, title: n, description: s, questions:
2651
2774
  variant: "light",
2652
2775
  color: "gray",
2653
2776
  radius: "0",
2654
- children: /* @__PURE__ */ e(X, { size: 16 })
2777
+ children: /* @__PURE__ */ e(Y, { size: 16 })
2655
2778
  }
2656
2779
  ),
2657
- children: h.question
2780
+ children: l.question
2658
2781
  }
2659
2782
  ),
2660
- /* @__PURE__ */ e(j.Panel, { c: "gray.6", children: h.answer })
2783
+ /* @__PURE__ */ e(C.Panel, { c: "gray.6", children: l.answer })
2661
2784
  ]
2662
2785
  },
2663
- h.value || b
2786
+ l.value || x
2664
2787
  ))
2665
2788
  }
2666
2789
  ),
2667
2790
  /* @__PURE__ */ e(
2668
- j,
2791
+ C,
2669
2792
  {
2670
2793
  variant: "separated",
2671
2794
  radius: "0",
2672
2795
  chevronPosition: "right",
2673
- styles: m,
2674
- children: t.slice(d).map((h, b) => /* @__PURE__ */ r(
2675
- j.Item,
2796
+ styles: c,
2797
+ children: s.slice(h).map((l, x) => /* @__PURE__ */ r(
2798
+ C.Item,
2676
2799
  {
2677
- value: h.value || String(d + b),
2800
+ value: l.value || String(h + x),
2678
2801
  mb: "md",
2679
2802
  children: [
2680
2803
  /* @__PURE__ */ e(
2681
- j.Control,
2804
+ C.Control,
2682
2805
  {
2683
2806
  icon: /* @__PURE__ */ e(
2684
2807
  v,
@@ -2686,16 +2809,16 @@ function lr({ id: i, badge: o, subtitle: l, title: n, description: s, questions:
2686
2809
  variant: "light",
2687
2810
  color: "gray",
2688
2811
  radius: "0",
2689
- children: /* @__PURE__ */ e(X, { size: 16 })
2812
+ children: /* @__PURE__ */ e(Y, { size: 16 })
2690
2813
  }
2691
2814
  ),
2692
- children: h.question
2815
+ children: l.question
2693
2816
  }
2694
2817
  ),
2695
- /* @__PURE__ */ e(j.Panel, { c: "gray.6", children: h.answer })
2818
+ /* @__PURE__ */ e(C.Panel, { c: "gray.6", children: l.answer })
2696
2819
  ]
2697
2820
  },
2698
- h.value || d + b
2821
+ l.value || h + x
2699
2822
  ))
2700
2823
  }
2701
2824
  )
@@ -2708,12 +2831,12 @@ function lr({ id: i, badge: o, subtitle: l, title: n, description: s, questions:
2708
2831
  mt: { base: 40, md: 80 },
2709
2832
  radius: "0",
2710
2833
  p: { base: "xl", md: 60 },
2711
- bg: c === "gray" ? "gray.1" : "white",
2834
+ bg: p === "gray" ? "gray.1" : "white",
2712
2835
  bd: "1px solid var(--mantine-color-gray-1)",
2713
2836
  pos: "relative",
2714
2837
  style: { overflow: "hidden" },
2715
2838
  children: /* @__PURE__ */ r(
2716
- S,
2839
+ I,
2717
2840
  {
2718
2841
  cols: { base: 1, md: 2 },
2719
2842
  spacing: "xl",
@@ -2749,7 +2872,7 @@ function lr({ id: i, badge: o, subtitle: l, title: n, description: s, questions:
2749
2872
  }
2750
2873
  ),
2751
2874
  /* @__PURE__ */ e(u, { align: { base: "center", md: "flex-end" }, children: /* @__PURE__ */ e(
2752
- k,
2875
+ R,
2753
2876
  {
2754
2877
  label: g.cta.label,
2755
2878
  href: g.cta.href,
@@ -2768,20 +2891,20 @@ function lr({ id: i, badge: o, subtitle: l, title: n, description: s, questions:
2768
2891
  }
2769
2892
  );
2770
2893
  }
2771
- function cr({ 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" }) {
2772
2895
  return /* @__PURE__ */ e(
2773
- I,
2896
+ T,
2774
2897
  {
2775
2898
  id: i,
2776
- background: s,
2777
- title: o,
2778
- subtitle: l,
2899
+ background: t,
2900
+ title: n,
2901
+ subtitle: d,
2779
2902
  children: /* @__PURE__ */ e(
2780
- S,
2903
+ I,
2781
2904
  {
2782
- cols: { base: 1, md: n.length > 3 ? 4 : n.length || 3 },
2905
+ cols: { base: 1, md: o.length > 3 ? 4 : o.length || 3 },
2783
2906
  spacing: "xl",
2784
- children: n.map((t, g) => /* @__PURE__ */ e(
2907
+ children: o.map((s, g) => /* @__PURE__ */ e(
2785
2908
  w,
2786
2909
  {
2787
2910
  p: "xl",
@@ -2812,7 +2935,7 @@ function cr({ id: i, title: o, subtitle: l, items: n = [], background: s = "gray
2812
2935
  flex: 1,
2813
2936
  children: [
2814
2937
  '"',
2815
- t.content,
2938
+ s.content,
2816
2939
  '"'
2817
2940
  ]
2818
2941
  }
@@ -2824,13 +2947,13 @@ function cr({ id: i, title: o, subtitle: l, items: n = [], background: s = "gray
2824
2947
  mt: "xl",
2825
2948
  children: [
2826
2949
  /* @__PURE__ */ e(
2827
- pe,
2950
+ ge,
2828
2951
  {
2829
2952
  size: "md",
2830
2953
  radius: "0",
2831
2954
  color: "gray",
2832
- src: t.avatarSrc,
2833
- children: t.initials
2955
+ src: s.avatarSrc,
2956
+ children: s.initials
2834
2957
  }
2835
2958
  ),
2836
2959
  /* @__PURE__ */ r(u, { gap: 0, children: [
@@ -2839,7 +2962,7 @@ function cr({ id: i, title: o, subtitle: l, items: n = [], background: s = "gray
2839
2962
  {
2840
2963
  size: "sm",
2841
2964
  fw: 900,
2842
- children: t.name
2965
+ children: s.name
2843
2966
  }
2844
2967
  ),
2845
2968
  /* @__PURE__ */ e(
@@ -2850,7 +2973,7 @@ function cr({ id: i, title: o, subtitle: l, items: n = [], background: s = "gray
2850
2973
  tt: "uppercase",
2851
2974
  ls: "1px",
2852
2975
  c: "gray.5",
2853
- children: t.role
2976
+ children: s.role
2854
2977
  }
2855
2978
  )
2856
2979
  ] })
@@ -2868,12 +2991,12 @@ function cr({ id: i, title: o, subtitle: l, items: n = [], background: s = "gray
2868
2991
  }
2869
2992
  );
2870
2993
  }
2871
- 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" }) {
2872
2995
  return /* @__PURE__ */ e(
2873
- I,
2996
+ T,
2874
2997
  {
2875
2998
  id: i,
2876
- background: p,
2999
+ background: m,
2877
3000
  ta: "center",
2878
3001
  children: /* @__PURE__ */ e(
2879
3002
  w,
@@ -2886,11 +3009,11 @@ function Ce({ id: i, subtitle: o, title: l, titleOrder: n = 2, description: s, f
2886
3009
  children: /* @__PURE__ */ r(
2887
3010
  u,
2888
3011
  {
2889
- align: d === "center" ? "center" : "flex-start",
2890
- ta: d,
3012
+ align: h === "center" ? "center" : "flex-start",
3013
+ ta: h,
2891
3014
  gap: "xl",
2892
3015
  children: [
2893
- o && /* @__PURE__ */ e(
3016
+ n && /* @__PURE__ */ e(
2894
3017
  a,
2895
3018
  {
2896
3019
  size: "xs",
@@ -2898,32 +3021,32 @@ function Ce({ id: i, subtitle: o, title: l, titleOrder: n = 2, description: s, f
2898
3021
  tt: "uppercase",
2899
3022
  ls: "1.5px",
2900
3023
  c: "gray.4",
2901
- children: o
3024
+ children: n
2902
3025
  }
2903
3026
  ),
2904
- 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
2905
3028
  // da página (um 404, por exemplo) e sem heading ela fica
2906
3029
  // sem estrutura para leitor de tela.
2907
3030
  /* @__PURE__ */ e(
2908
- C,
3031
+ E,
2909
3032
  {
2910
- order: n,
3033
+ order: o,
2911
3034
  fz: "var(--fz-section-title)",
2912
3035
  lh: 1.2,
2913
3036
  maw: 700,
2914
- children: l
3037
+ children: d
2915
3038
  }
2916
3039
  ),
2917
- s && /* @__PURE__ */ e(
3040
+ t && /* @__PURE__ */ e(
2918
3041
  a,
2919
3042
  {
2920
3043
  c: "gray.7",
2921
3044
  size: "xl",
2922
- maw: d === "center" ? 550 : 640,
2923
- children: s
3045
+ maw: h === "center" ? 550 : 640,
3046
+ children: t
2924
3047
  }
2925
3048
  ),
2926
- t && t.length > 0 && /* @__PURE__ */ r(x, { ta: "left", children: [
3049
+ s && s.length > 0 && /* @__PURE__ */ r(y, { ta: "left", children: [
2927
3050
  g && /* @__PURE__ */ e(
2928
3051
  a,
2929
3052
  {
@@ -2934,7 +3057,7 @@ function Ce({ id: i, subtitle: o, title: l, titleOrder: n = 2, description: s, f
2934
3057
  }
2935
3058
  ),
2936
3059
  /* @__PURE__ */ e(
2937
- R,
3060
+ M,
2938
3061
  {
2939
3062
  spacing: "sm",
2940
3063
  size: "md",
@@ -2945,7 +3068,7 @@ function Ce({ id: i, subtitle: o, title: l, titleOrder: n = 2, description: s, f
2945
3068
  size: 24,
2946
3069
  radius: "0",
2947
3070
  children: /* @__PURE__ */ e(
2948
- V,
3071
+ H,
2949
3072
  {
2950
3073
  size: 14,
2951
3074
  color: "var(--mantine-color-gray-9)"
@@ -2953,39 +3076,39 @@ function Ce({ id: i, subtitle: o, title: l, titleOrder: n = 2, description: s, f
2953
3076
  )
2954
3077
  }
2955
3078
  ),
2956
- children: t.map((h, b) => /* @__PURE__ */ e(R.Item, { children: /* @__PURE__ */ e(
3079
+ children: s.map((l, x) => /* @__PURE__ */ e(M.Item, { children: /* @__PURE__ */ e(
2957
3080
  a,
2958
3081
  {
2959
3082
  c: "gray.6",
2960
3083
  lh: 1.6,
2961
- children: h
3084
+ children: l
2962
3085
  }
2963
- ) }, b))
3086
+ ) }, x))
2964
3087
  }
2965
3088
  )
2966
3089
  ] }),
2967
- 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:
2968
3091
  // sem isso o botão ocupava a linha inteira e ficava colado
2969
3092
  // à esquerda, fora do eixo do texto centralizado.
2970
3093
  /* @__PURE__ */ e(
2971
- x,
3094
+ y,
2972
3095
  {
2973
3096
  mt: "md",
2974
3097
  w: "100%",
2975
- style: { display: "flex", justifyContent: d === "center" ? "center" : "flex-start" },
3098
+ style: { display: "flex", justifyContent: h === "center" ? "center" : "flex-start" },
2976
3099
  children: /* @__PURE__ */ e(
2977
- k,
3100
+ R,
2978
3101
  {
2979
- label: c.label,
2980
- href: c.href,
2981
- icon: c.icon,
2982
- leftSection: c.leftSection,
2983
- target: c.target,
2984
- rel: c.target === "_blank" ? "noopener noreferrer" : void 0,
2985
- size: c.size || "xl",
2986
- px: c.px,
2987
- variant: c.variant,
2988
- 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,
2989
3112
  styles: {
2990
3113
  // O rótulo quebra em duas linhas no celular em vez
2991
3114
  // de forçar a largura do botão além da tela.
@@ -3005,14 +3128,14 @@ function Ce({ id: i, subtitle: o, title: l, titleOrder: n = 2, description: s, f
3005
3128
  }
3006
3129
  );
3007
3130
  }
3008
- const dr = Ce;
3009
- function ke({ text: i = "Selo Exclusivo RiLiGar", color: o = "green.6", background: l = "gray" }) {
3010
- const n = B(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);
3011
3134
  return /* @__PURE__ */ e(
3012
- x,
3135
+ y,
3013
3136
  {
3014
3137
  p: "xs",
3015
- bg: n,
3138
+ bg: o,
3016
3139
  style: {
3017
3140
  border: "1px solid var(--mantine-color-gray-2)",
3018
3141
  display: "inline-block"
@@ -3021,11 +3144,11 @@ function ke({ text: i = "Selo Exclusivo RiLiGar", color: o = "green.6", backgrou
3021
3144
  /* @__PURE__ */ e(
3022
3145
  v,
3023
3146
  {
3024
- color: o,
3147
+ color: n,
3025
3148
  variant: "light",
3026
3149
  size: "sm",
3027
3150
  children: /* @__PURE__ */ e(
3028
- be,
3151
+ ve,
3029
3152
  {
3030
3153
  size: 14,
3031
3154
  "aria-hidden": "true"
@@ -3048,46 +3171,46 @@ function ke({ text: i = "Selo Exclusivo RiLiGar", color: o = "green.6", backgrou
3048
3171
  }
3049
3172
  );
3050
3173
  }
3051
- const hr = ke;
3052
- function pr({ logo: i, description: o, sections: l = [], socialLinks: n = [], copyrightText: s, madeByText: t, background: g = "white" }) {
3053
- const c = B(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);
3054
3177
  return /* @__PURE__ */ e(
3055
- x,
3178
+ y,
3056
3179
  {
3057
3180
  component: "footer",
3058
3181
  py: "xl",
3059
- bg: c,
3182
+ bg: p,
3060
3183
  bd: { top: "1px solid var(--mantine-color-gray-2)" },
3061
3184
  children: /* @__PURE__ */ r(F, { size: "xl", children: [
3062
3185
  /* @__PURE__ */ r(
3063
- S,
3186
+ I,
3064
3187
  {
3065
3188
  cols: { base: 1, sm: 2 },
3066
3189
  spacing: "xl",
3067
3190
  children: [
3068
3191
  /* @__PURE__ */ r(u, { gap: "lg", children: [
3069
- i && /* @__PURE__ */ e(oe, { logo: i }),
3070
- o && /* @__PURE__ */ e(
3192
+ i && /* @__PURE__ */ e(te, { logo: i }),
3193
+ n && /* @__PURE__ */ e(
3071
3194
  a,
3072
3195
  {
3073
3196
  size: "md",
3074
3197
  c: "gray.6",
3075
3198
  lh: 1.6,
3076
3199
  maw: 400,
3077
- children: o
3200
+ children: n
3078
3201
  }
3079
3202
  )
3080
3203
  ] }),
3081
3204
  /* @__PURE__ */ r(
3082
- S,
3205
+ I,
3083
3206
  {
3084
3207
  cols: {
3085
3208
  base: 2,
3086
- sm: l.length + (n?.length > 0 ? 1 : 0) || 4
3209
+ sm: d.length + (o?.length > 0 ? 1 : 0) || 4
3087
3210
  },
3088
3211
  spacing: "xl",
3089
3212
  children: [
3090
- l.map((p, d) => /* @__PURE__ */ r(
3213
+ d.map((m, h) => /* @__PURE__ */ r(
3091
3214
  u,
3092
3215
  {
3093
3216
  gap: "md",
@@ -3099,26 +3222,26 @@ function pr({ logo: i, description: o, sections: l = [], socialLinks: n = [], co
3099
3222
  size: "xs",
3100
3223
  tt: "uppercase",
3101
3224
  ls: "1.5px",
3102
- children: p.title
3225
+ children: m.title
3103
3226
  }
3104
3227
  ),
3105
- /* @__PURE__ */ e(u, { gap: "xs", children: p.links.map((m, h) => /* @__PURE__ */ e(
3106
- me,
3228
+ /* @__PURE__ */ e(u, { gap: "xs", children: m.links.map((c, l) => /* @__PURE__ */ e(
3229
+ ue,
3107
3230
  {
3108
3231
  c: "gray.6",
3109
3232
  size: "sm",
3110
- ...m,
3111
- component: m.component || (m.href ? "a" : "button"),
3233
+ ...c,
3234
+ component: c.component || (c.href ? "a" : "button"),
3112
3235
  fw: 500,
3113
- children: m.label
3236
+ children: c.label
3114
3237
  },
3115
- h
3238
+ l
3116
3239
  )) })
3117
3240
  ]
3118
3241
  },
3119
- d
3242
+ h
3120
3243
  )),
3121
- n && n.length > 0 && /* @__PURE__ */ r(u, { gap: "md", children: [
3244
+ o && o.length > 0 && /* @__PURE__ */ r(u, { gap: "md", children: [
3122
3245
  /* @__PURE__ */ e(
3123
3246
  a,
3124
3247
  {
@@ -3129,20 +3252,20 @@ function pr({ logo: i, description: o, sections: l = [], socialLinks: n = [], co
3129
3252
  children: "Social"
3130
3253
  }
3131
3254
  ),
3132
- /* @__PURE__ */ e(f, { gap: "xs", children: n.map((p, d) => /* @__PURE__ */ e(
3133
- ge,
3255
+ /* @__PURE__ */ e(f, { gap: "xs", children: o.map((m, h) => /* @__PURE__ */ e(
3256
+ re,
3134
3257
  {
3135
3258
  size: "md",
3136
3259
  variant: "subtle",
3137
3260
  color: "gray",
3138
3261
  component: "a",
3139
- href: p.href,
3262
+ href: m.href,
3140
3263
  target: "_blank",
3141
3264
  radius: "0",
3142
- "aria-label": p.label || `Social link ${d + 1}`,
3143
- children: p.icon
3265
+ "aria-label": m.label || `Social link ${h + 1}`,
3266
+ children: m.icon
3144
3267
  },
3145
- d
3268
+ h
3146
3269
  )) })
3147
3270
  ] })
3148
3271
  ]
@@ -3174,10 +3297,10 @@ function pr({ logo: i, description: o, sections: l = [], socialLinks: n = [], co
3174
3297
  tt: "uppercase",
3175
3298
  ls: "1px",
3176
3299
  c: "gray.5",
3177
- children: s
3300
+ children: t
3178
3301
  }
3179
3302
  ),
3180
- t && /* @__PURE__ */ e(f, { gap: "sm", children: /* @__PURE__ */ e(
3303
+ s && /* @__PURE__ */ e(f, { gap: "sm", children: /* @__PURE__ */ e(
3181
3304
  a,
3182
3305
  {
3183
3306
  size: "xs",
@@ -3185,7 +3308,7 @@ function pr({ logo: i, description: o, sections: l = [], socialLinks: n = [], co
3185
3308
  tt: "uppercase",
3186
3309
  ls: "1px",
3187
3310
  c: "gray.5",
3188
- children: t
3311
+ children: s
3189
3312
  }
3190
3313
  ) })
3191
3314
  ]
@@ -3195,16 +3318,16 @@ function pr({ logo: i, description: o, sections: l = [], socialLinks: n = [], co
3195
3318
  }
3196
3319
  );
3197
3320
  }
3198
- function mr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" }) {
3321
+ function br({ companyName: i = "RiLiGar", productName: n = "nossos produtos" }) {
3199
3322
  return /* @__PURE__ */ e(
3200
- x,
3323
+ y,
3201
3324
  {
3202
3325
  py: 100,
3203
3326
  bg: "white",
3204
3327
  children: /* @__PURE__ */ e(F, { size: "md", children: /* @__PURE__ */ r(u, { gap: 80, children: [
3205
3328
  /* @__PURE__ */ r(u, { gap: "sm", children: [
3206
3329
  /* @__PURE__ */ e(
3207
- C,
3330
+ E,
3208
3331
  {
3209
3332
  order: 2,
3210
3333
  ta: "center",
@@ -3228,7 +3351,7 @@ function mr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
3228
3351
  "Políticas globais de proteção de dados para ",
3229
3352
  i,
3230
3353
  " & ",
3231
- o
3354
+ n
3232
3355
  ]
3233
3356
  }
3234
3357
  )
@@ -3245,7 +3368,7 @@ function mr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
3245
3368
  "Na ",
3246
3369
  /* @__PURE__ */ e("strong", { children: i }),
3247
3370
  ", a privacidade não é apenas um requisito legal, mas um valor fundamental que guia cada linha de código do ",
3248
- /* @__PURE__ */ e("strong", { children: o }),
3371
+ /* @__PURE__ */ e("strong", { children: n }),
3249
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 ",
3250
3373
  /* @__PURE__ */ e("em", { children: "Privacy by Design" }),
3251
3374
  ", garantindo que a segurança não seja uma camada adicionada, mas a própria fundação de como operamos."
@@ -3278,7 +3401,7 @@ function mr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
3278
3401
  radius: "0",
3279
3402
  color: "gray",
3280
3403
  children: /* @__PURE__ */ e(
3281
- re,
3404
+ ae,
3282
3405
  {
3283
3406
  size: 32,
3284
3407
  stroke: 1.2
@@ -3306,7 +3429,7 @@ function mr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
3306
3429
  lh: 1.7,
3307
3430
  children: [
3308
3431
  "Coletamos apenas o mínimo necessário para que o ",
3309
- o,
3432
+ n,
3310
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ê.'
3311
3434
  ]
3312
3435
  }
@@ -3330,7 +3453,7 @@ function mr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
3330
3453
  radius: "0",
3331
3454
  color: "gray",
3332
3455
  children: /* @__PURE__ */ e(
3333
- ae,
3456
+ ie,
3334
3457
  {
3335
3458
  size: 32,
3336
3459
  stroke: 1.2
@@ -3358,7 +3481,7 @@ function mr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
3358
3481
  lh: 1.7,
3359
3482
  children: [
3360
3483
  "Diferente de plataformas legadas, o ",
3361
- o,
3484
+ n,
3362
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."
3363
3486
  ]
3364
3487
  }
@@ -3382,7 +3505,7 @@ function mr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
3382
3505
  radius: "0",
3383
3506
  color: "gray",
3384
3507
  children: /* @__PURE__ */ e(
3385
- ve,
3508
+ ze,
3386
3509
  {
3387
3510
  size: 32,
3388
3511
  stroke: 1.2
@@ -3434,7 +3557,7 @@ function mr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
3434
3557
  radius: "0",
3435
3558
  color: "gray",
3436
3559
  children: /* @__PURE__ */ e(
3437
- ze,
3560
+ we,
3438
3561
  {
3439
3562
  size: 32,
3440
3563
  stroke: 1.2
@@ -3462,7 +3585,7 @@ function mr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
3462
3585
  lh: 1.7,
3463
3586
  children: [
3464
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 ",
3465
- o,
3588
+ n,
3466
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.'
3467
3590
  ]
3468
3591
  }
@@ -3494,7 +3617,7 @@ function mr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
3494
3617
  lh: 1.8,
3495
3618
  children: [
3496
3619
  "O ",
3497
- o,
3620
+ n,
3498
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 ",
3499
3622
  i,
3500
3623
  "."
@@ -3506,16 +3629,16 @@ function mr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
3506
3629
  }
3507
3630
  );
3508
3631
  }
3509
- function gr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" }) {
3632
+ function xr({ companyName: i = "RiLiGar", productName: n = "nossos produtos" }) {
3510
3633
  return /* @__PURE__ */ e(
3511
- x,
3634
+ y,
3512
3635
  {
3513
3636
  py: 100,
3514
3637
  bg: "white",
3515
3638
  children: /* @__PURE__ */ e(F, { size: "md", children: /* @__PURE__ */ r(u, { gap: 80, children: [
3516
3639
  /* @__PURE__ */ r(u, { gap: "sm", children: [
3517
3640
  /* @__PURE__ */ e(
3518
- C,
3641
+ E,
3519
3642
  {
3520
3643
  order: 2,
3521
3644
  ta: "center",
@@ -3537,7 +3660,7 @@ function gr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
3537
3660
  ls: "2px",
3538
3661
  children: [
3539
3662
  "Acordo de Licença para Usuário Final (EULA) do ",
3540
- o
3663
+ n
3541
3664
  ]
3542
3665
  }
3543
3666
  )
@@ -3552,7 +3675,7 @@ function gr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
3552
3675
  c: "gray.8",
3553
3676
  children: [
3554
3677
  "Bem-vindo ao ",
3555
- /* @__PURE__ */ e("strong", { children: o }),
3678
+ /* @__PURE__ */ e("strong", { children: n }),
3556
3679
  ". Este documento constitui um contrato vinculativo entre você e a ",
3557
3680
  /* @__PURE__ */ e("strong", { children: i }),
3558
3681
  ". Ao acessar a plataforma, criar uma conta ou utilizar qualquer funcionalidade do software, você confirma que leu, entendeu e aceita integralmente estes termos."
@@ -3585,7 +3708,7 @@ function gr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
3585
3708
  radius: "0",
3586
3709
  color: "gray",
3587
3710
  children: /* @__PURE__ */ e(
3588
- we,
3711
+ Se,
3589
3712
  {
3590
3713
  size: 32,
3591
3714
  stroke: 1.2
@@ -3615,7 +3738,7 @@ function gr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
3615
3738
  "A ",
3616
3739
  i,
3617
3740
  " concede a você uma licença limitada, revogável, não exclusiva e intransferível para utilizar o ",
3618
- o,
3741
+ n,
3619
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."
3620
3743
  ]
3621
3744
  }
@@ -3639,7 +3762,7 @@ function gr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
3639
3762
  radius: "0",
3640
3763
  color: "gray",
3641
3764
  children: /* @__PURE__ */ e(
3642
- Se,
3765
+ Ie,
3643
3766
  {
3644
3767
  size: 32,
3645
3768
  stroke: 1.2
@@ -3691,7 +3814,7 @@ function gr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
3691
3814
  radius: "0",
3692
3815
  color: "gray",
3693
3816
  children: /* @__PURE__ */ e(
3694
- Ie,
3817
+ Te,
3695
3818
  {
3696
3819
  size: 32,
3697
3820
  stroke: 1.2
@@ -3719,7 +3842,7 @@ function gr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
3719
3842
  lh: 1.7,
3720
3843
  children: [
3721
3844
  "Todo o código-fonte, design, interfaces, logotipos e textos do ",
3722
- o,
3845
+ n,
3723
3846
  " são propriedade exclusiva da ",
3724
3847
  i,
3725
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."
@@ -3745,7 +3868,7 @@ function gr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
3745
3868
  radius: "0",
3746
3869
  color: "gray",
3747
3870
  children: /* @__PURE__ */ e(
3748
- Te,
3871
+ qe,
3749
3872
  {
3750
3873
  size: 32,
3751
3874
  stroke: 1.2
@@ -3773,7 +3896,7 @@ function gr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
3773
3896
  lh: 1.7,
3774
3897
  children: [
3775
3898
  "O ",
3776
- o,
3899
+ n,
3777
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."
3778
3901
  ]
3779
3902
  }
@@ -3797,7 +3920,7 @@ function gr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
3797
3920
  radius: "0",
3798
3921
  color: "gray",
3799
3922
  children: /* @__PURE__ */ e(
3800
- qe,
3923
+ Ae,
3801
3924
  {
3802
3925
  size: 32,
3803
3926
  stroke: 1.2
@@ -3825,7 +3948,7 @@ function gr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
3825
3948
  lh: 1.7,
3826
3949
  children: [
3827
3950
  "O ",
3828
- o,
3951
+ n,
3829
3952
  " é fornecido ",
3830
3953
  /* @__PURE__ */ e("em", { children: '"as is"' }),
3831
3954
  " (como está). Embora busquemos a excelência técnica, a ",
@@ -3871,16 +3994,16 @@ function gr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
3871
3994
  }
3872
3995
  );
3873
3996
  }
3874
- function ur({ companyName: i = "RiLiGar", productName: o = "nossos produtos" }) {
3997
+ function vr({ companyName: i = "RiLiGar", productName: n = "nossos produtos" }) {
3875
3998
  return /* @__PURE__ */ e(
3876
- x,
3999
+ y,
3877
4000
  {
3878
4001
  py: 100,
3879
4002
  bg: "white",
3880
4003
  children: /* @__PURE__ */ e(F, { size: "md", children: /* @__PURE__ */ r(u, { gap: 80, children: [
3881
4004
  /* @__PURE__ */ r(u, { gap: "sm", children: [
3882
4005
  /* @__PURE__ */ e(
3883
- C,
4006
+ E,
3884
4007
  {
3885
4008
  order: 2,
3886
4009
  ta: "center",
@@ -3902,7 +4025,7 @@ function ur({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
3902
4025
  ls: "2px",
3903
4026
  children: [
3904
4027
  "Protocolos de proteção, infraestrutura e resposta a incidentes do ",
3905
- o
4028
+ n
3906
4029
  ]
3907
4030
  }
3908
4031
  )
@@ -3919,7 +4042,7 @@ function ur({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
3919
4042
  "A integridade técnica da ",
3920
4043
  /* @__PURE__ */ e("strong", { children: i }),
3921
4044
  " é construída sobre a premissa de que a confiança é conquistada através da transparência e do rigor tecnológico. O ",
3922
- /* @__PURE__ */ e("strong", { children: o }),
4045
+ /* @__PURE__ */ e("strong", { children: n }),
3923
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."
3924
4047
  ]
3925
4048
  }
@@ -3950,7 +4073,7 @@ function ur({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
3950
4073
  radius: "0",
3951
4074
  color: "gray",
3952
4075
  children: /* @__PURE__ */ e(
3953
- Ae,
4076
+ Pe,
3954
4077
  {
3955
4078
  size: 32,
3956
4079
  stroke: 1.2
@@ -3978,7 +4101,7 @@ function ur({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
3978
4101
  lh: 1.7,
3979
4102
  children: [
3980
4103
  "Todos os dados no ",
3981
- o,
4104
+ n,
3982
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."
3983
4106
  ]
3984
4107
  }
@@ -4002,7 +4125,7 @@ function ur({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
4002
4125
  radius: "0",
4003
4126
  color: "gray",
4004
4127
  children: /* @__PURE__ */ e(
4005
- ae,
4128
+ ie,
4006
4129
  {
4007
4130
  size: 32,
4008
4131
  stroke: 1.2
@@ -4050,7 +4173,7 @@ function ur({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
4050
4173
  radius: "0",
4051
4174
  color: "gray",
4052
4175
  children: /* @__PURE__ */ e(
4053
- Pe,
4176
+ De,
4054
4177
  {
4055
4178
  size: 32,
4056
4179
  stroke: 1.2
@@ -4098,7 +4221,7 @@ function ur({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
4098
4221
  radius: "0",
4099
4222
  color: "gray",
4100
4223
  children: /* @__PURE__ */ e(
4101
- De,
4224
+ Fe,
4102
4225
  {
4103
4226
  size: 32,
4104
4227
  stroke: 1.2
@@ -4135,7 +4258,7 @@ function ur({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
4135
4258
  /* @__PURE__ */ e(D, { color: "gray.2" }),
4136
4259
  /* @__PURE__ */ r(u, { gap: "lg", children: [
4137
4260
  /* @__PURE__ */ r(f, { gap: "sm", children: [
4138
- /* @__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 }) }),
4139
4262
  /* @__PURE__ */ e(
4140
4263
  a,
4141
4264
  {
@@ -4168,39 +4291,40 @@ function ur({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
4168
4291
  );
4169
4292
  }
4170
4293
  export {
4171
- oe as BrandLogo,
4172
- Ce as CTABanner,
4173
- k as CTAButton,
4174
- ar as Callout,
4175
- sr as Comparison,
4176
- rr as CriteriaList,
4177
- lr as FAQ,
4178
- Ye as FeatureSplit,
4179
- Xe as FeaturesGrid,
4180
- pr as Footer,
4181
- ir as FounderCard,
4294
+ te as BrandLogo,
4295
+ Me as CTABanner,
4296
+ R as CTAButton,
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,
4182
4306
  je as Header,
4183
- Ne as Hero,
4184
- Ke as Layout,
4185
- or as LeadForm,
4186
- mr as LegalPrivacy,
4187
- ur as LegalSecurity,
4188
- gr 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,
4189
4313
  ne as MediaBlock,
4190
- Qe as Navbar,
4191
- tr as Pricing,
4192
- er as ProductGrid,
4193
- _ as SECTION_BACKGROUNDS,
4194
- dr as SecondaryCTA,
4195
- I as Section,
4196
- ie as SectionHeader,
4197
- hr as SeloExclusivo,
4198
- Je as SocialProof,
4199
- Ze as StatsGrid,
4200
- nr as Steps,
4201
- cr as Testimonials,
4202
- ke as TrustBadge,
4203
- $e as Wordmark,
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,
4204
4328
  B as resolveBackground,
4205
- _e as theme
4329
+ Je as theme
4206
4330
  };