@riligar/components-kit 1.10.0 → 1.11.0

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 Z, Stack as t, Text as i, Title as G, Center as z, Box as f, Button as O, Container as P, Paper as b, Group as h, SimpleGrid as w, Image as W, List as L, ThemeIcon as y, Grid as v, Badge as E, Code as ee, RingProgress as re, Divider as S, SegmentedControl as ae, Accordion as A, Avatar as ie, Anchor as oe, ActionIcon as se } from "@mantine/core";
2
- import { jsxs as r, jsx as e, Fragment as K } from "react/jsx-runtime";
3
- import { useWindowScroll as ne } from "@mantine/hooks";
4
- import { IconCheck as U, IconBolt as Q, IconQuote as te, IconCircleCheck as le, IconShieldCheck as ce, IconCloudLock as _, IconEyeOff as de, IconUserShield as pe, IconScale as he, IconUserCheck as ge, IconFileDescription as me, IconBan as ue, IconAlertCircle as fe, IconShieldLock as ye, IconDatabase as xe, IconUsers as ve, IconActivity as be } from "@tabler/icons-react";
5
- import { Fragment as ze } from "react";
6
- const Ge = Z({
1
+ import { createTheme as te, 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 le, RingProgress as ce, TextInput as Q, Divider as D, SegmentedControl as de, Accordion as j, Avatar as he, Anchor as pe, ActionIcon as me } from "@mantine/core";
2
+ import { jsxs as r, jsx as e, Fragment as N } from "react/jsx-runtime";
3
+ import { isValidElement as ge, useState as J, Fragment as ue } from "react";
4
+ import { useWindowScroll as fe } from "@mantine/hooks";
5
+ import { IconCheck as V, IconShieldCheck as ee, IconBolt as Y, IconQuote as ye, IconCircleCheck as xe, IconCloudLock as re, IconEyeOff as be, IconUserShield as ve, IconScale as ze, IconUserCheck as we, IconFileDescription as Se, IconBan as Ie, IconAlertCircle as Te, IconShieldLock as qe, IconDatabase as Ae, IconUsers as Pe, IconActivity as De } from "@tabler/icons-react";
6
+ const Ve = te({
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,199 +146,267 @@ const Ge = Z({
146
146
  }
147
147
  }
148
148
  });
149
- function J({
150
- subtitle: a,
151
- title: s,
152
- titleOrder: l = 2,
153
- titleFz: o = "var(--fz-section-title)",
154
- ta: n = "left",
155
- maw: c
156
- }) {
157
- return !s && !a ? null : /* @__PURE__ */ r(t, { gap: "xs", align: n === "center" ? "center" : "flex-start", ta: n, children: [
158
- a && /* @__PURE__ */ e(i, { c: "gray.4", size: "xs", fw: 800, tt: "uppercase", ls: "1.5px", children: a }),
159
- s && /* @__PURE__ */ e(G, { order: l, fz: o, maw: c, children: s })
160
- ] });
149
+ function ae({ 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(
151
+ u,
152
+ {
153
+ gap: "xs",
154
+ align: t === "center" ? "center" : "flex-start",
155
+ ta: t,
156
+ children: [
157
+ i && /* @__PURE__ */ e(
158
+ f,
159
+ {
160
+ justify: t === "center" ? "center" : "flex-start",
161
+ mb: "xs",
162
+ children: /* @__PURE__ */ e(
163
+ E,
164
+ {
165
+ variant: "dot",
166
+ color: "gray",
167
+ size: "lg",
168
+ radius: "0",
169
+ children: i
170
+ }
171
+ )
172
+ }
173
+ ),
174
+ o && /* @__PURE__ */ e(
175
+ a,
176
+ {
177
+ c: "gray.4",
178
+ size: "xs",
179
+ fw: 800,
180
+ tt: "uppercase",
181
+ ls: "1.5px",
182
+ children: o
183
+ }
184
+ ),
185
+ l && /* @__PURE__ */ e(
186
+ C,
187
+ {
188
+ order: n,
189
+ fz: s,
190
+ maw: g,
191
+ children: l
192
+ }
193
+ )
194
+ ]
195
+ }
196
+ );
161
197
  }
162
- function N({ video: a, image: s, width: l = "100%", maw: o, alt: n }) {
163
- return a ? /* @__PURE__ */ e(z, { children: /* @__PURE__ */ e(
164
- f,
198
+ function ie({ video: i, image: o, width: l = "100%", maw: n, alt: s }) {
199
+ return i ? /* @__PURE__ */ e(q, { children: /* @__PURE__ */ e(
200
+ x,
165
201
  {
166
202
  component: "video",
167
- src: a.src,
203
+ src: i.src,
168
204
  autoPlay: !0,
169
205
  loop: !0,
170
206
  muted: !0,
171
207
  playsInline: !0,
172
- "aria-label": n || "Demonstração em vídeo",
173
- w: a.width || l,
208
+ "aria-label": s || "Demonstração em vídeo",
209
+ w: i.width || l,
174
210
  h: "auto",
175
- style: { filter: a.filter || "none" }
211
+ style: { filter: i.filter || "none" }
176
212
  }
177
- ) }) : s ? /* @__PURE__ */ e(z, { children: /* @__PURE__ */ e(
178
- f,
213
+ ) }) : o ? /* @__PURE__ */ e(q, { children: /* @__PURE__ */ e(
214
+ x,
179
215
  {
180
216
  component: "img",
181
- src: s,
182
- alt: n || "",
217
+ src: o,
218
+ alt: s || "",
183
219
  w: l,
184
220
  h: "auto",
185
- maw: o
221
+ maw: n
186
222
  }
187
223
  ) }) : null;
188
224
  }
189
- function F({
190
- label: a,
191
- href: s,
225
+ function k({
226
+ label: i,
227
+ href: o,
192
228
  onClick: l,
193
- icon: o,
194
- size: n = "lg",
195
- variant: c = "filled",
196
- color: m,
197
- target: g,
198
- px: u,
229
+ icon: n,
230
+ size: s = "lg",
231
+ variant: t = "filled",
232
+ color: g,
233
+ target: c,
234
+ px: p,
199
235
  fullWidth: d,
200
- leftSection: p,
201
- ...x
236
+ leftSection: m,
237
+ ...h
202
238
  }) {
203
239
  return /* @__PURE__ */ e(
204
- O,
240
+ G,
205
241
  {
206
- size: n,
207
- component: s ? "a" : "button",
208
- href: s,
242
+ size: s,
243
+ component: o ? "a" : "button",
244
+ href: o,
209
245
  onClick: l,
210
- target: g,
211
- rightSection: o,
212
- leftSection: p,
213
- variant: c,
214
- color: m,
215
- px: u,
246
+ target: c,
247
+ rightSection: n,
248
+ leftSection: m,
249
+ variant: t,
250
+ color: g,
251
+ px: p,
216
252
  fullWidth: d,
217
- ...x,
218
- children: a
253
+ ...h,
254
+ children: i
255
+ }
256
+ );
257
+ }
258
+ function _e({ children: i, fz: o = 28, c: l = "gray.9", ...n }) {
259
+ return /* @__PURE__ */ e(
260
+ a,
261
+ {
262
+ component: "span",
263
+ fz: o,
264
+ fw: 900,
265
+ lh: 1,
266
+ c: l,
267
+ display: "block",
268
+ ...n,
269
+ children: i
219
270
  }
220
271
  );
221
272
  }
222
- const Oe = {
273
+ function ne({ logo: i, objectPosition: o = "left" }) {
274
+ return i ? ge(i) ? i : typeof i == "object" && i.src ? /* @__PURE__ */ e(
275
+ "img",
276
+ {
277
+ src: i.src,
278
+ alt: i.alt || "",
279
+ height: i.height || 32,
280
+ style: { objectFit: "contain", objectPosition: o }
281
+ }
282
+ ) : i : null;
283
+ }
284
+ const $e = {
223
285
  white: "white",
224
286
  gray: "gray.1"
225
- }, q = (a) => a === "gray.9" || a === "dark" ? "gray.0" : a === "white" ? "white" : "gray.1";
226
- function T({ children: a, title: s, subtitle: l, id: o, background: n = "white", py: c = { base: 80, md: 120 }, maw: m = 800, ta: g = "left", stackGap: u = "xl" }) {
227
- const d = q(n);
287
+ }, B = (i) => i === "gray.9" || i === "dark" ? "gray.0" : i === "white" ? "white" : "gray.1";
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);
228
290
  return /* @__PURE__ */ e(
229
- f,
291
+ x,
230
292
  {
231
293
  component: "section",
232
- id: o,
233
- bg: d,
234
- py: c,
294
+ id: s,
295
+ bg: m,
296
+ py: g,
235
297
  style: { overflow: "hidden" },
236
- children: /* @__PURE__ */ e(P, { size: "lg", children: /* @__PURE__ */ r(t, { gap: u, children: [
298
+ children: /* @__PURE__ */ e(F, { size: "lg", children: /* @__PURE__ */ r(u, { gap: d, children: [
237
299
  /* @__PURE__ */ e(
238
- J,
300
+ ae,
239
301
  {
240
- subtitle: l,
241
- title: s,
242
- ta: g,
243
- maw: m
302
+ badge: o,
303
+ subtitle: n,
304
+ title: l,
305
+ ta: p,
306
+ maw: c
244
307
  }
245
308
  ),
246
- /* @__PURE__ */ e(f, { children: a })
309
+ /* @__PURE__ */ e(x, { children: i })
247
310
  ] }) })
248
311
  }
249
312
  );
250
313
  }
251
- function Ue({ children: a }) {
252
- return /* @__PURE__ */ e(f, { style: { minHeight: "100vh", scrollBehavior: "smooth" }, children: a });
314
+ function Ke({ children: i, style: o, ...l }) {
315
+ return /* @__PURE__ */ e(
316
+ x,
317
+ {
318
+ display: "flex",
319
+ ...l,
320
+ style: {
321
+ flexDirection: "column",
322
+ minHeight: "100vh",
323
+ scrollBehavior: "smooth",
324
+ ...o
325
+ },
326
+ children: i
327
+ }
328
+ );
253
329
  }
254
- function we({
255
- logo: a,
256
- navLinks: s = [],
330
+ function Fe({
331
+ logo: i,
332
+ navLinks: o = [],
257
333
  loginCta: l,
258
- signupCta: o,
259
- background: n = "white"
334
+ signupCta: n,
335
+ background: s = "white"
260
336
  }) {
261
- const c = q(n), [m] = ne(), g = m.y > 10, u = (p) => {
262
- p === "top" ? window.scrollTo({ top: 0, behavior: "smooth" }) : document.getElementById(p)?.scrollIntoView({ behavior: "smooth" });
263
- }, d = (p, x) => {
264
- (p.key === "Enter" || p.key === " ") && (p.preventDefault(), u(x));
337
+ const t = B(s), [g] = fe(), 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));
265
341
  };
266
342
  return /* @__PURE__ */ e(
267
- f,
343
+ x,
268
344
  {
269
345
  component: "header",
270
346
  pos: "sticky",
271
347
  top: 0,
272
348
  w: "100%",
273
349
  style: { zIndex: 100, pointerEvents: "none" },
274
- children: /* @__PURE__ */ e(P, { size: "xl", py: "md", children: /* @__PURE__ */ e(
275
- b,
350
+ children: /* @__PURE__ */ e(F, { size: "xl", py: "md", children: /* @__PURE__ */ e(
351
+ w,
276
352
  {
277
- shadow: g ? "sm" : "none",
353
+ shadow: c ? "sm" : "none",
278
354
  radius: "0",
279
355
  p: "xs",
280
- bg: c,
281
- bd: g ? "1px solid var(--mantine-color-gray-2)" : "1px solid transparent",
356
+ bg: t,
357
+ bd: c ? "1px solid var(--mantine-color-gray-2)" : "1px solid transparent",
282
358
  style: { pointerEvents: "auto", transition: "all 0.2s ease" },
283
359
  children: /* @__PURE__ */ r(
284
- h,
360
+ f,
285
361
  {
286
362
  justify: "space-between",
287
363
  align: "center",
288
364
  px: { base: "xs", sm: "md" },
289
365
  children: [
290
- a && /* @__PURE__ */ e(
366
+ i && /* @__PURE__ */ e(
291
367
  "a",
292
368
  {
293
369
  href: "#",
294
370
  "aria-label": "Voltar ao topo",
295
- onClick: (p) => {
296
- p.preventDefault(), window.scrollTo({ top: 0, behavior: "smooth" });
371
+ onClick: (m) => {
372
+ m.preventDefault(), window.scrollTo({ top: 0, behavior: "smooth" });
297
373
  },
298
- style: { display: "inline-flex" },
299
- children: /* @__PURE__ */ e(
300
- "img",
301
- {
302
- src: a.src,
303
- alt: a.alt || "",
304
- height: a.height || 32,
305
- style: { objectFit: "contain" }
306
- }
307
- )
374
+ style: { display: "inline-flex", textDecoration: "none" },
375
+ children: /* @__PURE__ */ e(ne, { logo: i })
308
376
  }
309
377
  ),
310
- s.length > 0 && /* @__PURE__ */ e(
311
- h,
378
+ o.length > 0 && /* @__PURE__ */ e(
379
+ f,
312
380
  {
313
381
  gap: "xl",
314
382
  visibleFrom: "sm",
315
383
  component: "nav",
316
384
  role: "navigation",
317
385
  "aria-label": "Menu principal",
318
- children: s.map((p) => /* @__PURE__ */ e(
319
- i,
386
+ children: o.map((m) => /* @__PURE__ */ e(
387
+ a,
320
388
  {
321
389
  size: "sm",
322
390
  fw: 900,
323
391
  tt: "uppercase",
324
392
  ls: "1px",
325
393
  c: "dark",
326
- ...p,
327
- component: p.component || "span",
328
- role: p.component ? void 0 : "link",
329
- tabIndex: p.component ? void 0 : 0,
330
- style: { cursor: "pointer", ...p.style },
331
- onClick: p.target ? () => u(p.target) : p.onClick,
332
- onKeyDown: p.target ? (x) => d(x, p.target) : p.onKeyDown,
333
- children: p.label
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
334
402
  },
335
- p.label
403
+ m.label
336
404
  ))
337
405
  }
338
406
  ),
339
- /* @__PURE__ */ r(h, { gap: "sm", children: [
407
+ /* @__PURE__ */ r(f, { gap: "sm", children: [
340
408
  l && /* @__PURE__ */ e(
341
- O,
409
+ G,
342
410
  {
343
411
  variant: "subtle",
344
412
  ...l,
@@ -351,18 +419,18 @@ function we({
351
419
  children: l.label
352
420
  }
353
421
  ),
354
- o && /* @__PURE__ */ r(
355
- O,
422
+ n && /* @__PURE__ */ r(
423
+ G,
356
424
  {
357
- ...o,
358
- component: o.component || (o.href ? "a" : "button"),
425
+ ...n,
426
+ component: n.component || (n.href ? "a" : "button"),
359
427
  size: "sm",
360
428
  radius: "0",
361
429
  color: "dark",
362
430
  variant: "filled",
363
431
  children: [
364
- /* @__PURE__ */ e(i, { span: !0, visibleFrom: "sm", c: "white", fw: 900, size: "sm", children: o.label }),
365
- /* @__PURE__ */ e(i, { span: !0, hiddenFrom: "sm", c: "white", fw: 900, size: "xs", children: o.labelMobile || o.label })
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 })
366
434
  ]
367
435
  }
368
436
  )
@@ -375,88 +443,118 @@ function we({
375
443
  }
376
444
  );
377
445
  }
378
- const He = we;
379
- function Ve({
380
- subtitle: a,
381
- title: s,
382
- description: l,
383
- cta: o,
384
- video: n,
385
- image: c,
386
- background: m = "white",
387
- mediaMaw: g,
388
- titleFz: u = "var(--fz-hero)",
389
- descriptionFz: d = "xl"
390
- }) {
446
+ const Qe = Fe, X = {
447
+ root: { height: "auto", maxWidth: "100%" },
448
+ label: { whiteSpace: "normal", lineHeight: 1.4 },
449
+ inner: { paddingTop: 12, paddingBottom: 12 }
450
+ };
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);
391
453
  return /* @__PURE__ */ e(
392
- f,
454
+ x,
393
455
  {
394
456
  py: { base: 80, sm: 100, md: 140 },
395
457
  id: "hero",
396
- bg: m,
397
- children: /* @__PURE__ */ e(P, { size: "lg", children: /* @__PURE__ */ r(
398
- w,
458
+ bg: p,
459
+ children: /* @__PURE__ */ e(F, { size: "lg", children: /* @__PURE__ */ r(
460
+ S,
399
461
  {
400
- cols: { base: 1, md: 2 },
462
+ cols: { base: 1, md: b ? 2 : 1 },
401
463
  spacing: { base: 60, md: 100 },
402
464
  verticalSpacing: 60,
403
465
  children: [
404
466
  /* @__PURE__ */ r(
405
- t,
467
+ u,
406
468
  {
407
- align: { base: "center", md: "flex-start" },
469
+ align: b ? { base: "center", md: "flex-start" } : "center",
408
470
  justify: "center",
409
471
  gap: { base: 32, md: 48 },
410
- ta: { base: "center", md: "left" },
472
+ ta: b ? { base: "center", md: "left" } : "center",
411
473
  children: [
412
- /* @__PURE__ */ e(z, { children: /* @__PURE__ */ e(
413
- J,
474
+ /* @__PURE__ */ e(q, { children: /* @__PURE__ */ e(
475
+ ae,
414
476
  {
415
- subtitle: a,
416
- title: s,
477
+ subtitle: i,
478
+ title: o,
417
479
  titleOrder: 1,
418
- titleFz: u,
419
- ta: "inherit"
480
+ titleFz: m,
481
+ ta: b ? "inherit" : "center",
482
+ maw: b ? void 0 : 940
420
483
  }
421
484
  ) }),
422
- l && /* @__PURE__ */ e(z, { children: /* @__PURE__ */ e(
423
- i,
485
+ l && /* @__PURE__ */ e(q, { children: /* @__PURE__ */ e(
486
+ a,
424
487
  {
425
- size: d,
488
+ size: h,
426
489
  c: "gray.6",
427
490
  lh: 1.6,
428
491
  maw: 600,
429
492
  children: l
430
493
  }
431
494
  ) }),
432
- o && /* @__PURE__ */ e(z, { children: /* @__PURE__ */ e(
433
- h,
495
+ (n || s) && /* @__PURE__ */ e(q, { children: /* @__PURE__ */ r(
496
+ f,
434
497
  {
435
498
  gap: "md",
436
- justify: { base: "center", md: "flex-start" },
437
- children: /* @__PURE__ */ e(
438
- F,
439
- {
440
- label: o.label,
441
- href: o.href,
442
- icon: o.icon,
443
- size: o.size || "xl",
444
- px: o.px || 48,
445
- variant: o.variant,
446
- color: o.color
447
- }
448
- )
499
+ justify: "center",
500
+ w: "100%",
501
+ style: { maxWidth: "100%" },
502
+ children: [
503
+ n && /* @__PURE__ */ e(
504
+ k,
505
+ {
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,
516
+ styles: X
517
+ }
518
+ ),
519
+ s && /* @__PURE__ */ e(
520
+ k,
521
+ {
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,
532
+ styles: X
533
+ }
534
+ )
535
+ ]
536
+ }
537
+ ) }),
538
+ t && /* @__PURE__ */ e(q, { children: /* @__PURE__ */ e(
539
+ a,
540
+ {
541
+ size: "sm",
542
+ c: "gray.5",
543
+ maw: 620,
544
+ fw: 500,
545
+ lh: 1.7,
546
+ children: t
449
547
  }
450
548
  ) })
451
549
  ]
452
550
  }
453
551
  ),
454
- /* @__PURE__ */ e(
455
- N,
552
+ b && /* @__PURE__ */ e(
553
+ ie,
456
554
  {
457
- video: n,
555
+ video: g,
458
556
  image: c,
459
- maw: g,
557
+ maw: d,
460
558
  alt: "Demonstração do produto"
461
559
  }
462
560
  )
@@ -466,75 +564,75 @@ function Ve({
466
564
  }
467
565
  );
468
566
  }
469
- function Se({ logo: a, index: s }) {
567
+ function je({ logo: i, index: o }) {
470
568
  const l = {
471
- src: a.src,
472
- alt: a.alt || `Logo ${s}`,
473
- h: a.height || 50,
569
+ src: i.src,
570
+ alt: i.alt || `Logo ${o}`,
571
+ h: i.height || 50,
474
572
  w: "auto",
475
573
  style: {
476
574
  filter: "grayscale(1) opacity(0.4)",
477
575
  transition: "filter 0.3s ease, opacity 0.3s ease",
478
- ...a.style
576
+ ...i.style
479
577
  },
480
- onMouseEnter: (o) => {
481
- o.currentTarget.style.filter = "grayscale(0) opacity(0.8)";
578
+ onMouseEnter: (n) => {
579
+ n.currentTarget.style.filter = "grayscale(0) opacity(0.8)";
482
580
  },
483
- onMouseLeave: (o) => {
484
- o.currentTarget.style.filter = "grayscale(1) opacity(0.4)";
581
+ onMouseLeave: (n) => {
582
+ n.currentTarget.style.filter = "grayscale(1) opacity(0.4)";
485
583
  }
486
584
  };
487
- return a.url ? /* @__PURE__ */ e(z, { children: /* @__PURE__ */ e(
585
+ return i.url ? /* @__PURE__ */ e(q, { children: /* @__PURE__ */ e(
488
586
  "a",
489
587
  {
490
- href: a.url,
588
+ href: i.url,
491
589
  target: "_blank",
492
590
  rel: "noopener noreferrer",
493
- children: /* @__PURE__ */ e(W, { ...l })
591
+ children: /* @__PURE__ */ e(_, { ...l })
494
592
  }
495
- ) }) : /* @__PURE__ */ e(z, { children: /* @__PURE__ */ e(W, { ...l }) });
593
+ ) }) : /* @__PURE__ */ e(q, { children: /* @__PURE__ */ e(_, { ...l }) });
496
594
  }
497
- function We({ id: a, title: s, logos: l, background: o = "gray" }) {
595
+ function Je({ id: i, title: o, logos: l, background: n = "gray" }) {
498
596
  return !l || l.length === 0 ? null : /* @__PURE__ */ e(
499
- f,
597
+ x,
500
598
  {
501
599
  component: "section",
502
- id: a,
600
+ id: i,
503
601
  py: { base: 40, md: 60 },
504
- bg: o,
602
+ bg: n,
505
603
  bd: { bottom: "1px solid var(--mantine-color-gray-2)" },
506
- children: /* @__PURE__ */ e(P, { size: "lg", children: /* @__PURE__ */ r(
507
- t,
604
+ children: /* @__PURE__ */ e(F, { size: "lg", children: /* @__PURE__ */ r(
605
+ u,
508
606
  {
509
607
  align: "center",
510
608
  ta: "center",
511
609
  gap: "xl",
512
610
  children: [
513
- s && /* @__PURE__ */ e(
514
- i,
611
+ o && /* @__PURE__ */ e(
612
+ a,
515
613
  {
516
614
  fw: 500,
517
615
  c: "gray.5",
518
616
  size: "sm",
519
617
  tt: "uppercase",
520
618
  ls: "0.1em",
521
- children: s
619
+ children: o
522
620
  }
523
621
  ),
524
622
  /* @__PURE__ */ e(
525
- h,
623
+ f,
526
624
  {
527
625
  justify: "space-between",
528
626
  gap: { base: 40, md: 80 },
529
627
  style: { rowGap: 40 },
530
628
  w: "100%",
531
- children: l.map((n, c) => /* @__PURE__ */ e(
532
- Se,
629
+ children: l.map((s, t) => /* @__PURE__ */ e(
630
+ je,
533
631
  {
534
- logo: n,
535
- index: c
632
+ logo: s,
633
+ index: t
536
634
  },
537
- c
635
+ t
538
636
  ))
539
637
  }
540
638
  )
@@ -544,21 +642,21 @@ function We({ id: a, title: s, logos: l, background: o = "gray" }) {
544
642
  }
545
643
  );
546
644
  }
547
- function Ke({ id: a, subtitle: s, title: l, description: o, featuresList: n, cta: c, video: m, image: g, reverse: u = !1, background: d = "white", mediaMaw: p }) {
548
- const x = n && n.length > 0 && /* @__PURE__ */ e(
549
- L,
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,
550
648
  {
551
649
  spacing: "md",
552
650
  size: "md",
553
651
  center: !0,
554
652
  icon: /* @__PURE__ */ e(
555
- y,
653
+ v,
556
654
  {
557
655
  color: "gray.2",
558
656
  size: 24,
559
657
  radius: "0",
560
658
  children: /* @__PURE__ */ e(
561
- U,
659
+ V,
562
660
  {
563
661
  size: 14,
564
662
  color: "var(--mantine-color-gray-9)"
@@ -566,121 +664,152 @@ function Ke({ id: a, subtitle: s, title: l, description: o, featuresList: n, cta
566
664
  )
567
665
  }
568
666
  ),
569
- children: n.map((D, j) => /* @__PURE__ */ e(L.Item, { children: D }, j))
667
+ children: s.map((A, M) => /* @__PURE__ */ e(R.Item, { children: A }, M))
570
668
  }
571
- ), B = /* @__PURE__ */ r(
572
- t,
669
+ ), b = /* @__PURE__ */ r(
670
+ u,
573
671
  {
574
672
  justify: "center",
575
673
  gap: "lg",
576
674
  children: [
577
- o && /* @__PURE__ */ e(
578
- i,
675
+ n && /* @__PURE__ */ e(
676
+ a,
579
677
  {
580
678
  c: "gray.6",
581
679
  size: "xl",
582
680
  lh: 1.6,
583
- children: o
681
+ children: n
584
682
  }
585
683
  ),
586
- x,
587
- c && /* @__PURE__ */ e(h, { mt: "md", children: /* @__PURE__ */ e(
588
- F,
684
+ h,
685
+ t && /* @__PURE__ */ e(f, { mt: "md", children: /* @__PURE__ */ e(
686
+ k,
589
687
  {
590
- label: c.label,
591
- href: c.href,
592
- icon: c.icon,
593
- size: c.size || "lg",
594
- variant: c.variant,
595
- color: c.color
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
596
694
  }
597
695
  ) })
598
696
  ]
599
697
  }
600
- ), I = (m || g) && /* @__PURE__ */ e(
601
- N,
698
+ ), T = (g || c) && /* @__PURE__ */ e(
699
+ ie,
602
700
  {
603
- video: m,
604
- image: g,
701
+ video: g,
702
+ image: c,
605
703
  width: "80%",
606
- maw: p
704
+ maw: m
607
705
  }
608
706
  );
609
707
  return /* @__PURE__ */ e(
610
- T,
708
+ I,
611
709
  {
612
- id: a,
613
- subtitle: s,
710
+ id: i,
711
+ subtitle: o,
614
712
  title: l,
615
713
  background: d,
616
714
  children: /* @__PURE__ */ e(
617
- w,
715
+ S,
618
716
  {
619
717
  cols: { base: 1, md: 2 },
620
718
  spacing: { base: 40, md: 80 },
621
719
  verticalSpacing: { base: 40, md: 50 },
622
- children: u ? /* @__PURE__ */ r(K, { children: [
623
- I,
624
- B
625
- ] }) : /* @__PURE__ */ r(K, { children: [
626
- B,
627
- I
720
+ children: p ? /* @__PURE__ */ r(N, { children: [
721
+ T,
722
+ b
723
+ ] }) : /* @__PURE__ */ r(N, { children: [
724
+ b,
725
+ T
628
726
  ] })
629
727
  }
630
728
  )
631
729
  }
632
730
  );
633
731
  }
634
- function Qe({ id: a, subtitle: s, title: l, background: o = "gray", items: n = [] }) {
635
- return /* @__PURE__ */ e(
636
- T,
732
+ function Xe({ id: i, badge: o, subtitle: l, title: n, description: s, background: t = "gray", items: g = [], ta: c = "left", note: p }) {
733
+ return /* @__PURE__ */ r(
734
+ I,
637
735
  {
638
- id: a,
639
- subtitle: s,
640
- title: l,
641
- background: o,
642
- children: /* @__PURE__ */ e(v, { gutter: "lg", children: n.map((c, m) => /* @__PURE__ */ e(
643
- Ie,
644
- {
645
- ...c
646
- },
647
- m
648
- )) })
736
+ id: i,
737
+ badge: o,
738
+ subtitle: l,
739
+ title: n,
740
+ background: t,
741
+ ta: c,
742
+ maw: c === "center" ? 900 : 800,
743
+ children: [
744
+ s && /* @__PURE__ */ e(
745
+ a,
746
+ {
747
+ c: "gray.6",
748
+ ta: c,
749
+ size: "lg",
750
+ lh: 1.7,
751
+ maw: 780,
752
+ mx: c === "center" ? "auto" : void 0,
753
+ mb: 40,
754
+ children: s
755
+ }
756
+ ),
757
+ /* @__PURE__ */ e(z, { gutter: "lg", children: g.map((d, m) => /* @__PURE__ */ e(
758
+ Be,
759
+ {
760
+ ...d
761
+ },
762
+ m
763
+ )) }),
764
+ p && /* @__PURE__ */ e(
765
+ a,
766
+ {
767
+ c: "gray.6",
768
+ ta: c,
769
+ mt: 56,
770
+ maw: 780,
771
+ mx: c === "center" ? "auto" : void 0,
772
+ lh: 1.7,
773
+ fs: "italic",
774
+ children: p
775
+ }
776
+ )
777
+ ]
649
778
  }
650
779
  );
651
780
  }
652
- function Ie({
653
- icon: a,
654
- iconVariant: s,
781
+ function Be({
782
+ icon: i,
783
+ iconVariant: o,
655
784
  iconColor: l,
656
- label: o,
657
- title: n,
658
- titleSize: c,
659
- description: m,
660
- descriptionSize: g,
661
- descriptionMaw: u,
785
+ label: n,
786
+ title: s,
787
+ titleSize: t,
788
+ description: g,
789
+ descriptionSize: c,
790
+ descriptionMaw: p,
662
791
  span: d = { base: 12, md: 6 },
663
- background: p = "white",
664
- visual: x,
665
- secondaryVisual: B,
666
- layout: I = "stacked",
667
- badges: D,
668
- codeBlock: j,
792
+ background: m = "white",
793
+ visual: h,
794
+ secondaryVisual: b,
795
+ layout: T = "stacked",
796
+ badges: A,
797
+ codeBlock: M,
669
798
  decorativeContent: H,
670
- style: R,
671
- ...M
799
+ style: L,
800
+ ...y
672
801
  }) {
673
- const k = /* @__PURE__ */ r(f, { children: [
674
- a && /* @__PURE__ */ e(
675
- y,
802
+ const U = /* @__PURE__ */ r(x, { children: [
803
+ i && /* @__PURE__ */ e(
804
+ v,
676
805
  {
677
806
  size: 48,
678
807
  radius: "0",
679
- variant: s || "light",
808
+ variant: o || "light",
680
809
  color: l || "gray",
681
810
  mb: "lg",
682
811
  children: /* @__PURE__ */ e(
683
- a,
812
+ i,
684
813
  {
685
814
  size: 24,
686
815
  stroke: 1.5
@@ -688,8 +817,8 @@ function Ie({
688
817
  )
689
818
  }
690
819
  ),
691
- o && /* @__PURE__ */ e(
692
- i,
820
+ n && /* @__PURE__ */ e(
821
+ a,
693
822
  {
694
823
  size: "sm",
695
824
  fw: 800,
@@ -697,68 +826,68 @@ function Ie({
697
826
  ls: "1.5px",
698
827
  c: "gray.5",
699
828
  mb: "xs",
700
- children: o
829
+ children: n
701
830
  }
702
831
  ),
703
- n && /* @__PURE__ */ e(
704
- i,
832
+ s && /* @__PURE__ */ e(
833
+ a,
705
834
  {
706
- fz: c || (I === "compact" ? "h4" : "h3"),
835
+ fz: t || (T === "compact" ? "h4" : "h3"),
707
836
  fw: 900,
708
837
  lh: 1.2,
709
838
  mb: "sm",
710
839
  c: void 0,
711
- children: n
840
+ children: s
712
841
  }
713
842
  ),
714
- m && /* @__PURE__ */ e(
715
- i,
843
+ g && /* @__PURE__ */ e(
844
+ a,
716
845
  {
717
846
  c: "gray.6",
718
- size: g || (I === "compact" ? "sm" : "lg"),
719
- maw: u,
720
- mb: D ? "xl" : I === "compact" ? "lg" : void 0,
721
- children: m
847
+ size: c || (T === "compact" ? "sm" : "lg"),
848
+ maw: p,
849
+ mb: A ? "xl" : T === "compact" ? "lg" : void 0,
850
+ children: g
722
851
  }
723
852
  ),
724
- D && D.length > 0 && /* @__PURE__ */ e(h, { children: D.map((X, Y) => /* @__PURE__ */ e(
853
+ A && A.length > 0 && /* @__PURE__ */ e(f, { children: A.map((oe, se) => /* @__PURE__ */ e(
725
854
  E,
726
855
  {
727
856
  variant: "dot",
728
857
  color: "gray",
729
858
  radius: "0",
730
- children: X
859
+ children: oe
731
860
  },
732
- Y
861
+ se
733
862
  )) })
734
- ] }), C = x ? $(x) : null, V = B ? $(B) : null;
735
- return I === "split" ? /* @__PURE__ */ e(v.Col, { span: d, children: /* @__PURE__ */ e(
736
- b,
863
+ ] }), O = h ? Z(h) : null, K = b ? Z(b) : null;
864
+ return T === "split" ? /* @__PURE__ */ e(z.Col, { span: d, children: /* @__PURE__ */ e(
865
+ w,
737
866
  {
738
867
  h: "100%",
739
868
  p: { base: "xl", md: 40 },
740
869
  radius: "0",
741
- bg: q(p),
870
+ bg: B(m),
742
871
  bd: "1px solid var(--mantine-color-gray-2)",
743
- style: R,
744
- ...M,
872
+ style: L,
873
+ ...y,
745
874
  children: /* @__PURE__ */ r(
746
- v,
875
+ z,
747
876
  {
748
877
  align: "center",
749
878
  gutter: "xl",
750
879
  children: [
751
- /* @__PURE__ */ e(v.Col, { span: { base: 12, sm: 6 }, children: k }),
752
- /* @__PURE__ */ r(v.Col, { span: { base: 12, sm: 6 }, children: [
753
- C,
754
- j && /* @__PURE__ */ e(
755
- ee,
880
+ /* @__PURE__ */ e(z.Col, { span: { base: 12, sm: 6 }, children: U }),
881
+ /* @__PURE__ */ r(z.Col, { span: { base: 12, sm: 6 }, children: [
882
+ O,
883
+ M && /* @__PURE__ */ e(
884
+ le,
756
885
  {
757
886
  block: !0,
758
887
  color: "gray.0",
759
888
  c: "gray.7",
760
- style: { fontSize: 12, lineHeight: 1.4, borderRadius: 0 },
761
- children: j
889
+ style: { fontSize: 12, lineHeight: 1.4, borderRadius: 0, whiteSpace: "pre-wrap", overflowWrap: "anywhere" },
890
+ children: M
762
891
  }
763
892
  )
764
893
  ] })
@@ -766,48 +895,48 @@ function Ie({
766
895
  }
767
896
  )
768
897
  }
769
- ) }) : I === "compact" ? /* @__PURE__ */ e(v.Col, { span: d, children: /* @__PURE__ */ r(
770
- b,
898
+ ) }) : T === "compact" ? /* @__PURE__ */ e(z.Col, { span: d, children: /* @__PURE__ */ r(
899
+ w,
771
900
  {
772
901
  h: "100%",
773
902
  p: { base: "xl", md: 40 },
774
903
  radius: "0",
775
- bg: q(p),
904
+ bg: B(m),
776
905
  bd: "1px solid var(--mantine-color-gray-2)",
777
- style: R,
778
- ...M,
906
+ style: L,
907
+ ...y,
779
908
  children: [
780
- k,
781
- C
909
+ U,
910
+ O
782
911
  ]
783
912
  }
784
- ) }) : H ? /* @__PURE__ */ e(v.Col, { span: d, children: /* @__PURE__ */ e(
785
- b,
913
+ ) }) : H ? /* @__PURE__ */ e(z.Col, { span: d, children: /* @__PURE__ */ e(
914
+ w,
786
915
  {
787
916
  h: "100%",
788
917
  p: { base: "xl", md: 40 },
789
918
  radius: "0",
790
- bg: q(p),
919
+ bg: B(m),
791
920
  bd: "1px solid var(--mantine-color-gray-2)",
792
921
  pos: "relative",
793
- style: R,
794
- ...M,
922
+ style: L,
923
+ ...y,
795
924
  children: /* @__PURE__ */ r(
796
- v,
925
+ z,
797
926
  {
798
927
  gutter: 0,
799
928
  pos: "relative",
800
929
  children: [
801
930
  /* @__PURE__ */ e(
802
- v.Col,
931
+ z.Col,
803
932
  {
804
933
  span: { base: 12, sm: 7 },
805
934
  style: { zIndex: 1 },
806
- children: k
935
+ children: U
807
936
  }
808
937
  ),
809
938
  /* @__PURE__ */ e(
810
- v.Col,
939
+ z.Col,
811
940
  {
812
941
  span: 5,
813
942
  visibleFrom: "sm",
@@ -818,70 +947,70 @@ function Ie({
818
947
  }
819
948
  )
820
949
  }
821
- ) }) : /* @__PURE__ */ e(v.Col, { span: d, children: /* @__PURE__ */ r(
822
- b,
950
+ ) }) : /* @__PURE__ */ e(z.Col, { span: d, children: /* @__PURE__ */ r(
951
+ w,
823
952
  {
824
953
  h: "100%",
825
954
  p: { base: "xl", md: 40 },
826
955
  radius: "0",
827
- bg: q(p),
956
+ bg: B(m),
828
957
  bd: "1px solid var(--mantine-color-gray-2)",
829
958
  display: "flex",
830
959
  style: {
831
960
  flexDirection: "column",
832
961
  justifyContent: "space-between",
833
- ...R
962
+ ...L
834
963
  },
835
- ...M,
964
+ ...y,
836
965
  children: [
837
- k,
838
- C && V ? /* @__PURE__ */ r(
839
- h,
966
+ U,
967
+ O && K ? /* @__PURE__ */ r(
968
+ f,
840
969
  {
841
970
  gap: 40,
842
971
  align: "center",
843
972
  children: [
844
- C,
845
- V
973
+ O,
974
+ K
846
975
  ]
847
976
  }
848
- ) : C
977
+ ) : O
849
978
  ]
850
979
  }
851
980
  ) });
852
981
  }
853
- function $(a) {
854
- if (!a) return null;
855
- switch (a.type) {
982
+ function Z(i) {
983
+ if (!i) return null;
984
+ switch (i.type) {
856
985
  case "ring":
857
986
  return /* @__PURE__ */ e(
858
- re,
987
+ ce,
859
988
  {
860
- size: a.size || 140,
861
- thickness: a.thickness || 12,
862
- sections: [{ value: a.value || 100, color: "gray.7" }],
863
- label: /* @__PURE__ */ e(z, { children: /* @__PURE__ */ r(
864
- t,
989
+ size: i.size || 140,
990
+ thickness: i.thickness || 12,
991
+ sections: [{ value: i.value || 100, color: "gray.7" }],
992
+ label: /* @__PURE__ */ e(q, { children: /* @__PURE__ */ r(
993
+ u,
865
994
  {
866
995
  gap: 0,
867
996
  align: "center",
868
997
  children: [
869
998
  /* @__PURE__ */ e(
870
- i,
999
+ a,
871
1000
  {
872
1001
  fw: 900,
873
1002
  size: "xl",
874
1003
  lh: 1,
875
- children: a.label
1004
+ children: i.label
876
1005
  }
877
1006
  ),
878
- a.sublabel && /* @__PURE__ */ e(
879
- i,
1007
+ i.sublabel && /* @__PURE__ */ e(
1008
+ a,
880
1009
  {
881
1010
  size: "xs",
882
1011
  c: "gray.5",
883
1012
  fw: 700,
884
- children: a.sublabel
1013
+ children: i.sublabel
885
1014
  }
886
1015
  )
887
1016
  ]
@@ -890,204 +1019,1073 @@ function $(a) {
890
1019
  }
891
1020
  );
892
1021
  case "metric":
893
- return /* @__PURE__ */ r(t, { gap: 0, children: [
1022
+ return /* @__PURE__ */ r(u, { gap: 0, children: [
894
1023
  /* @__PURE__ */ e(
895
- i,
1024
+ a,
1025
+ {
1026
+ fw: 900,
1027
+ fz: 32,
1028
+ c: "gray.8",
1029
+ lh: 1,
1030
+ children: i.value
1031
+ }
1032
+ ),
1033
+ /* @__PURE__ */ e(
1034
+ a,
1035
+ {
1036
+ size: "sm",
1037
+ c: "gray.5",
1038
+ mt: 4,
1039
+ children: i.label
1040
+ }
1041
+ ),
1042
+ i.badge && /* @__PURE__ */ e(
1043
+ E,
1044
+ {
1045
+ mt: "md",
1046
+ color: "gray",
1047
+ variant: "dot",
1048
+ radius: "0",
1049
+ children: i.badge
1050
+ }
1051
+ )
1052
+ ] });
1053
+ case "bars":
1054
+ return /* @__PURE__ */ e(
1055
+ f,
1056
+ {
1057
+ align: "flex-end",
1058
+ gap: 8,
1059
+ h: i.height || 100,
1060
+ preventGrowOverflow: !1,
1061
+ children: (i.data || []).map((o, l) => /* @__PURE__ */ e(
1062
+ x,
1063
+ {
1064
+ w: 20,
1065
+ h: `${o}%`,
1066
+ bg: l === i.highlight ? "gray.5" : "gray.2",
1067
+ radius: "0"
1068
+ },
1069
+ l
1070
+ ))
1071
+ }
1072
+ );
1073
+ case "typography":
1074
+ return /* @__PURE__ */ e(
1075
+ q,
1076
+ {
1077
+ h: i.height || 160,
1078
+ bg: "gray.0",
1079
+ radius: "0",
1080
+ bd: "1px solid var(--mantine-color-gray-1)",
1081
+ children: /* @__PURE__ */ e(
1082
+ a,
1083
+ {
1084
+ fz: i.fontSize || 100,
1085
+ fw: 900,
1086
+ c: "gray.2",
1087
+ style: { letterSpacing: -6 },
1088
+ children: i.text || "Aa"
1089
+ }
1090
+ )
1091
+ }
1092
+ );
1093
+ case "icon-large": {
1094
+ const o = i.icon;
1095
+ return o ? /* @__PURE__ */ e(
1096
+ o,
1097
+ {
1098
+ size: i.size || 64,
1099
+ stroke: i.stroke || 1,
1100
+ color: i.color || "var(--mantine-color-gray-2)"
1101
+ }
1102
+ ) : null;
1103
+ }
1104
+ default:
1105
+ return null;
1106
+ }
1107
+ }
1108
+ function Ze({ id: i, subtitle: o, title: l, items: n = [], cols: s = 4, background: t = "white", ta: g = "center", note: c }) {
1109
+ return /* @__PURE__ */ r(
1110
+ I,
1111
+ {
1112
+ id: i,
1113
+ subtitle: o,
1114
+ title: l,
1115
+ background: t,
1116
+ ta: g,
1117
+ maw: 900,
1118
+ children: [
1119
+ /* @__PURE__ */ e(
1120
+ S,
1121
+ {
1122
+ cols: { base: 1, sm: 2, lg: s },
1123
+ spacing: 0,
1124
+ children: n.map((p, d) => /* @__PURE__ */ r(
1125
+ w,
1126
+ {
1127
+ px: "lg",
1128
+ py: 40,
1129
+ radius: "0",
1130
+ bg: "transparent",
1131
+ bd: "none",
1132
+ ta: "center",
1133
+ className: "rlg-stats-cell",
1134
+ children: [
1135
+ /* @__PURE__ */ e(
1136
+ a,
1137
+ {
1138
+ component: "div",
1139
+ fz: "var(--fz-big-metric-sm, clamp(48px, 5vw, 72px))",
1140
+ fw: 900,
1141
+ lh: 1,
1142
+ mb: "lg",
1143
+ c: "gray.9",
1144
+ style: { letterSpacing: "-0.04em" },
1145
+ children: p.value
1146
+ }
1147
+ ),
1148
+ /* @__PURE__ */ e(
1149
+ a,
1150
+ {
1151
+ component: "div",
1152
+ fz: 15,
1153
+ fw: 700,
1154
+ lh: 1.4,
1155
+ mb: "xs",
1156
+ c: "gray.9",
1157
+ style: { letterSpacing: "-0.01em" },
1158
+ children: p.label
1159
+ }
1160
+ ),
1161
+ p.description && /* @__PURE__ */ e(
1162
+ a,
1163
+ {
1164
+ component: "div",
1165
+ fz: 13,
1166
+ c: "gray.6",
1167
+ lh: 1.5,
1168
+ maw: 220,
1169
+ mx: "auto",
1170
+ children: p.description
1171
+ }
1172
+ )
1173
+ ]
1174
+ },
1175
+ p.label || d
1176
+ ))
1177
+ }
1178
+ ),
1179
+ c && /* @__PURE__ */ e(
1180
+ a,
1181
+ {
1182
+ size: "sm",
1183
+ c: "gray.6",
1184
+ ta: "center",
1185
+ mt: 40,
1186
+ maw: 800,
1187
+ mx: "auto",
1188
+ lh: 1.6,
1189
+ children: c
1190
+ }
1191
+ )
1192
+ ]
1193
+ }
1194
+ );
1195
+ }
1196
+ function er({ id: i, subtitle: o, title: l, description: n, items: s = [], ctaIcon: t, note: g, background: c = "white", ta: p = "center" }) {
1197
+ return /* @__PURE__ */ r(
1198
+ I,
1199
+ {
1200
+ id: i,
1201
+ subtitle: o,
1202
+ title: l,
1203
+ background: c,
1204
+ ta: p,
1205
+ maw: 900,
1206
+ children: [
1207
+ n && /* @__PURE__ */ e(
1208
+ a,
1209
+ {
1210
+ c: "gray.6",
1211
+ ta: p,
1212
+ mb: 80,
1213
+ maw: 780,
1214
+ mx: p === "center" ? "auto" : void 0,
1215
+ size: "lg",
1216
+ lh: 1.6,
1217
+ children: n
1218
+ }
1219
+ ),
1220
+ /* @__PURE__ */ e(z, { gutter: "xl", children: s.map((d, m) => {
1221
+ const h = d.icon;
1222
+ return /* @__PURE__ */ e(
1223
+ z.Col,
1224
+ {
1225
+ span: { base: 12, md: d.span || 6 },
1226
+ children: /* @__PURE__ */ r(
1227
+ w,
1228
+ {
1229
+ p: "xl",
1230
+ radius: "0",
1231
+ bg: "gray.0",
1232
+ bd: "1px solid var(--mantine-color-gray-2)",
1233
+ ta: "left",
1234
+ style: { height: "100%", display: "flex", flexDirection: "column" },
1235
+ children: [
1236
+ /* @__PURE__ */ r(
1237
+ f,
1238
+ {
1239
+ justify: "space-between",
1240
+ align: "flex-start",
1241
+ mb: "lg",
1242
+ wrap: "nowrap",
1243
+ children: [
1244
+ /* @__PURE__ */ r(x, { children: [
1245
+ d.category && /* @__PURE__ */ e(
1246
+ a,
1247
+ {
1248
+ size: "xs",
1249
+ fw: 800,
1250
+ tt: "uppercase",
1251
+ ls: "1.5px",
1252
+ c: "gray.4",
1253
+ mb: 4,
1254
+ children: d.category
1255
+ }
1256
+ ),
1257
+ /* @__PURE__ */ e(
1258
+ C,
1259
+ {
1260
+ order: 3,
1261
+ fz: "h2",
1262
+ fw: 800,
1263
+ c: "gray.9",
1264
+ children: d.name
1265
+ }
1266
+ )
1267
+ ] }),
1268
+ h && /* @__PURE__ */ e(
1269
+ h,
1270
+ {
1271
+ size: 28,
1272
+ stroke: 1.5,
1273
+ color: "var(--mantine-color-gray-4)"
1274
+ }
1275
+ )
1276
+ ]
1277
+ }
1278
+ ),
1279
+ d.headline && /* @__PURE__ */ e(
1280
+ a,
1281
+ {
1282
+ fw: 700,
1283
+ fz: "lg",
1284
+ lh: 1.4,
1285
+ mb: "sm",
1286
+ c: "gray.9",
1287
+ style: { letterSpacing: "-0.01em" },
1288
+ children: d.headline
1289
+ }
1290
+ ),
1291
+ d.description && /* @__PURE__ */ e(
1292
+ a,
1293
+ {
1294
+ size: "md",
1295
+ c: "gray.6",
1296
+ lh: 1.6,
1297
+ mb: "xl",
1298
+ style: { flexGrow: 1 },
1299
+ children: d.description
1300
+ }
1301
+ ),
1302
+ d.href && /* @__PURE__ */ e(
1303
+ G,
1304
+ {
1305
+ component: "a",
1306
+ href: d.href,
1307
+ target: d.target,
1308
+ rel: d.target === "_blank" ? "noopener noreferrer" : void 0,
1309
+ variant: "default",
1310
+ size: "md",
1311
+ radius: "0",
1312
+ rightSection: t,
1313
+ style: {
1314
+ width: "100%",
1315
+ justifyContent: "space-between",
1316
+ border: "none",
1317
+ borderTop: "1px solid var(--mantine-color-gray-2)",
1318
+ paddingTop: 16,
1319
+ marginTop: "auto"
1320
+ },
1321
+ children: d.ctaLabel || `Abrir ${d.name}`
1322
+ }
1323
+ )
1324
+ ]
1325
+ }
1326
+ )
1327
+ },
1328
+ d.name || m
1329
+ );
1330
+ }) }),
1331
+ g && /* @__PURE__ */ e(
1332
+ a,
1333
+ {
1334
+ size: "sm",
1335
+ c: "gray.6",
1336
+ ta: p,
1337
+ mt: 60,
1338
+ maw: 800,
1339
+ mx: p === "center" ? "auto" : void 0,
1340
+ lh: 1.6,
1341
+ fs: "italic",
1342
+ children: g
1343
+ }
1344
+ )
1345
+ ]
1346
+ }
1347
+ );
1348
+ }
1349
+ function rr({ id: i, subtitle: o, title: l, description: n, items: s = [], note: t, background: g = "gray", ta: c = "center" }) {
1350
+ return /* @__PURE__ */ r(
1351
+ I,
1352
+ {
1353
+ id: i,
1354
+ subtitle: o,
1355
+ title: l,
1356
+ background: g,
1357
+ ta: c,
1358
+ maw: 900,
1359
+ children: [
1360
+ n && /* @__PURE__ */ e(
1361
+ a,
1362
+ {
1363
+ c: "gray.6",
1364
+ ta: c,
1365
+ mb: 56,
1366
+ maw: 760,
1367
+ mx: c === "center" ? "auto" : void 0,
1368
+ size: "lg",
1369
+ lh: 1.7,
1370
+ children: n
1371
+ }
1372
+ ),
1373
+ /* @__PURE__ */ e(
1374
+ w,
1375
+ {
1376
+ radius: "0",
1377
+ bg: "white",
1378
+ bd: "1px solid var(--mantine-color-gray-2)",
1379
+ px: { base: "lg", md: 40 },
1380
+ py: { base: "xs", md: "md" },
1381
+ children: s.map((p, d) => /* @__PURE__ */ r(
1382
+ z,
1383
+ {
1384
+ gutter: { base: 4, sm: "xl" },
1385
+ py: { base: "lg", md: "xl" },
1386
+ ta: "left",
1387
+ style: d === 0 ? void 0 : { borderTop: "1px solid var(--mantine-color-gray-2)" },
1388
+ children: [
1389
+ /* @__PURE__ */ e(z.Col, { span: { base: 12, sm: 4 }, children: /* @__PURE__ */ e(
1390
+ a,
1391
+ {
1392
+ fw: 700,
1393
+ lh: 1.4,
1394
+ c: "gray.9",
1395
+ children: p.criterion
1396
+ }
1397
+ ) }),
1398
+ /* @__PURE__ */ r(z.Col, { span: { base: 12, sm: 8 }, children: [
1399
+ /* @__PURE__ */ e(
1400
+ a,
1401
+ {
1402
+ fw: 700,
1403
+ lh: 1.4,
1404
+ mb: 6,
1405
+ c: p.muted ? "gray.5" : "gray.9",
1406
+ children: p.value
1407
+ }
1408
+ ),
1409
+ p.note && /* @__PURE__ */ e(
1410
+ a,
1411
+ {
1412
+ size: "sm",
1413
+ c: "gray.6",
1414
+ lh: 1.6,
1415
+ children: p.note
1416
+ }
1417
+ )
1418
+ ] })
1419
+ ]
1420
+ },
1421
+ p.criterion || d
1422
+ ))
1423
+ }
1424
+ ),
1425
+ t && /* @__PURE__ */ e(
1426
+ a,
1427
+ {
1428
+ size: "sm",
1429
+ c: "gray.6",
1430
+ ta: c,
1431
+ mt: 40,
1432
+ maw: 720,
1433
+ mx: c === "center" ? "auto" : void 0,
1434
+ lh: 1.7,
1435
+ children: t
1436
+ }
1437
+ )
1438
+ ]
1439
+ }
1440
+ );
1441
+ }
1442
+ function ar({ id: i, subtitle: o, title: l, description: n, cardLabel: s, items: t = [], footnote: g, background: c = "gray", ta: p = "center" }) {
1443
+ return /* @__PURE__ */ r(
1444
+ I,
1445
+ {
1446
+ id: i,
1447
+ subtitle: o,
1448
+ title: l,
1449
+ background: c,
1450
+ ta: p,
1451
+ maw: 800,
1452
+ children: [
1453
+ n && /* @__PURE__ */ e(
1454
+ a,
1455
+ {
1456
+ c: "gray.6",
1457
+ ta: p,
1458
+ size: "lg",
1459
+ lh: 1.7,
1460
+ maw: 720,
1461
+ mx: p === "center" ? "auto" : void 0,
1462
+ mb: 48,
1463
+ children: n
1464
+ }
1465
+ ),
1466
+ /* @__PURE__ */ r(
1467
+ w,
1468
+ {
1469
+ p: { base: "lg", md: "xl" },
1470
+ radius: "0",
1471
+ bg: "white",
1472
+ bd: "1px solid var(--mantine-color-gray-2)",
1473
+ ta: "left",
1474
+ children: [
1475
+ s && /* @__PURE__ */ e(
1476
+ a,
1477
+ {
1478
+ size: "xs",
1479
+ fw: 800,
1480
+ tt: "uppercase",
1481
+ ls: "1.5px",
1482
+ c: "gray.4",
1483
+ mb: "lg",
1484
+ children: s
1485
+ }
1486
+ ),
1487
+ /* @__PURE__ */ e(
1488
+ x,
1489
+ {
1490
+ component: "ul",
1491
+ m: 0,
1492
+ pl: "lg",
1493
+ style: { display: "flex", flexDirection: "column", gap: 16 },
1494
+ children: t.map((d, m) => /* @__PURE__ */ r(
1495
+ a,
1496
+ {
1497
+ component: "li",
1498
+ c: "gray.6",
1499
+ lh: 1.7,
1500
+ children: [
1501
+ d.lead && /* @__PURE__ */ e(
1502
+ a,
1503
+ {
1504
+ component: "span",
1505
+ fw: 700,
1506
+ c: "gray.9",
1507
+ inherit: !0,
1508
+ children: d.lead
1509
+ }
1510
+ ),
1511
+ " ",
1512
+ d.text
1513
+ ]
1514
+ },
1515
+ d.lead || m
1516
+ ))
1517
+ }
1518
+ ),
1519
+ g && /* @__PURE__ */ r(
1520
+ a,
1521
+ {
1522
+ size: "sm",
1523
+ c: "gray.6",
1524
+ mt: "xl",
1525
+ pt: "lg",
1526
+ lh: 1.7,
1527
+ style: { borderTop: "1px solid var(--mantine-color-gray-2)" },
1528
+ children: [
1529
+ g.lead && /* @__PURE__ */ e(
1530
+ a,
1531
+ {
1532
+ component: "span",
1533
+ fw: 700,
1534
+ c: "gray.9",
1535
+ inherit: !0,
1536
+ children: g.lead
1537
+ }
1538
+ ),
1539
+ " ",
1540
+ g.text
1541
+ ]
1542
+ }
1543
+ )
1544
+ ]
1545
+ }
1546
+ )
1547
+ ]
1548
+ }
1549
+ );
1550
+ }
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" }) {
1552
+ return /* @__PURE__ */ r(
1553
+ I,
1554
+ {
1555
+ id: i,
1556
+ subtitle: o,
1557
+ title: l,
1558
+ background: d,
1559
+ ta: m,
1560
+ maw: 900,
1561
+ children: [
1562
+ n && /* @__PURE__ */ e(
1563
+ a,
1564
+ {
1565
+ c: "gray.6",
1566
+ ta: m,
1567
+ mb: 60,
1568
+ maw: 800,
1569
+ mx: m === "center" ? "auto" : void 0,
1570
+ fz: "lg",
1571
+ lh: 1.6,
1572
+ children: n
1573
+ }
1574
+ ),
1575
+ /* @__PURE__ */ r(
1576
+ w,
1577
+ {
1578
+ radius: "0",
1579
+ maw: 880,
1580
+ mx: "auto",
1581
+ bg: "gray.0",
1582
+ bd: "1px solid var(--mantine-color-gray-2)",
1583
+ p: { base: "lg", sm: 40, md: 56 },
1584
+ ta: "left",
1585
+ children: [
1586
+ /* @__PURE__ */ r(
1587
+ z,
1588
+ {
1589
+ gutter: { base: "xl", md: 48 },
1590
+ align: "flex-start",
1591
+ children: [
1592
+ s && // O retrato vira linha própria e centralizada no celular,
1593
+ // onde o layout de duas colunas não cabe.
1594
+ /* @__PURE__ */ e(z.Col, { span: { base: 12, sm: "content" }, children: /* @__PURE__ */ e(
1595
+ x,
1596
+ {
1597
+ mx: { base: "auto", sm: 0 },
1598
+ w: { base: 132, sm: 148 },
1599
+ children: /* @__PURE__ */ e(
1600
+ _,
1601
+ {
1602
+ src: s.src,
1603
+ alt: s.alt || t || "",
1604
+ w: "100%",
1605
+ radius: "0",
1606
+ style: {
1607
+ aspectRatio: "1 / 1",
1608
+ objectFit: "cover",
1609
+ border: "1px solid var(--mantine-color-gray-2)"
1610
+ }
1611
+ }
1612
+ )
1613
+ }
1614
+ ) }),
1615
+ /* @__PURE__ */ r(z.Col, { span: { base: 12, sm: "auto" }, children: [
1616
+ (t || g) && /* @__PURE__ */ r(
1617
+ f,
1618
+ {
1619
+ mb: "lg",
1620
+ gap: "sm",
1621
+ wrap: "wrap",
1622
+ justify: { base: "center", sm: "flex-start" },
1623
+ children: [
1624
+ t && /* @__PURE__ */ e(
1625
+ a,
1626
+ {
1627
+ fz: { base: "lg", md: "xl" },
1628
+ fw: 800,
1629
+ c: "gray.9",
1630
+ style: { letterSpacing: "-0.02em" },
1631
+ children: t
1632
+ }
1633
+ ),
1634
+ g && /* @__PURE__ */ e(
1635
+ E,
1636
+ {
1637
+ variant: "dot",
1638
+ color: "gray",
1639
+ size: "sm",
1640
+ radius: "0",
1641
+ children: g
1642
+ }
1643
+ )
1644
+ ]
1645
+ }
1646
+ ),
1647
+ c && /* @__PURE__ */ e(
1648
+ a,
1649
+ {
1650
+ fz: { base: "md", md: "lg" },
1651
+ c: "gray.6",
1652
+ lh: 1.7,
1653
+ pl: { base: 0, sm: "xl" },
1654
+ ta: { base: "center", sm: "left" },
1655
+ style: { borderLeft: "2px solid var(--mantine-color-gray-3)" },
1656
+ children: c
1657
+ }
1658
+ )
1659
+ ] })
1660
+ ]
1661
+ }
1662
+ ),
1663
+ p.length > 0 && /* @__PURE__ */ e(
1664
+ S,
1665
+ {
1666
+ cols: p.length,
1667
+ spacing: { base: "xs", sm: "lg" },
1668
+ mt: { base: 32, md: 48 },
1669
+ pt: { base: "lg", md: "xl" },
1670
+ style: { borderTop: "1px solid var(--mantine-color-gray-2)" },
1671
+ children: p.map((h, b) => /* @__PURE__ */ r(
1672
+ x,
1673
+ {
1674
+ ta: { base: "center", sm: "left" },
1675
+ children: [
1676
+ /* @__PURE__ */ e(
1677
+ a,
1678
+ {
1679
+ component: "div",
1680
+ fz: { base: 26, md: 36 },
1681
+ fw: 900,
1682
+ lh: 1.1,
1683
+ mb: 8,
1684
+ c: "gray.9",
1685
+ style: { letterSpacing: "-0.04em" },
1686
+ children: h.value
1687
+ }
1688
+ ),
1689
+ /* @__PURE__ */ e(
1690
+ a,
1691
+ {
1692
+ component: "div",
1693
+ fz: { base: 10, md: 11 },
1694
+ fw: 800,
1695
+ c: "gray.5",
1696
+ lh: 1.4,
1697
+ tt: "uppercase",
1698
+ ls: "1.2px",
1699
+ children: h.label
1700
+ }
1701
+ )
1702
+ ]
1703
+ },
1704
+ h.label || b
1705
+ ))
1706
+ }
1707
+ )
1708
+ ]
1709
+ }
1710
+ )
1711
+ ]
1712
+ }
1713
+ );
1714
+ }
1715
+ function nr({ id: i, badge: o, subtitle: l, title: n, description: s, items: t = [], background: g = "gray", ta: c = "center" }) {
1716
+ return /* @__PURE__ */ r(
1717
+ I,
1718
+ {
1719
+ id: i,
1720
+ badge: o,
1721
+ subtitle: l,
1722
+ title: n,
1723
+ background: g,
1724
+ ta: c,
1725
+ maw: 900,
1726
+ children: [
1727
+ s && /* @__PURE__ */ e(
1728
+ a,
1729
+ {
1730
+ c: "gray.6",
1731
+ ta: c,
1732
+ mb: 60,
1733
+ maw: 700,
1734
+ mx: c === "center" ? "auto" : void 0,
1735
+ fz: "lg",
1736
+ lh: 1.6,
1737
+ children: s
1738
+ }
1739
+ ),
1740
+ /* @__PURE__ */ e(
1741
+ S,
1742
+ {
1743
+ cols: { base: 1, md: t.length <= 4 ? t.length : 3 },
1744
+ spacing: "xl",
1745
+ verticalSpacing: { base: 56, md: "xl" },
1746
+ children: t.map((p, d) => {
1747
+ const m = p.icon;
1748
+ return /* @__PURE__ */ r(
1749
+ x,
1750
+ {
1751
+ pos: "relative",
1752
+ ta: "left",
1753
+ children: [
1754
+ /* @__PURE__ */ e(
1755
+ a,
1756
+ {
1757
+ pos: "absolute",
1758
+ top: -40,
1759
+ left: 0,
1760
+ c: "gray.1",
1761
+ fw: 900,
1762
+ style: {
1763
+ zIndex: 0,
1764
+ fontSize: 120,
1765
+ lineHeight: 1,
1766
+ letterSpacing: "-0.05em",
1767
+ pointerEvents: "none"
1768
+ },
1769
+ children: p.number || String(d + 1).padStart(2, "0")
1770
+ }
1771
+ ),
1772
+ m && /* @__PURE__ */ e(
1773
+ v,
1774
+ {
1775
+ size: 60,
1776
+ radius: "0",
1777
+ variant: "light",
1778
+ color: "gray",
1779
+ mb: "md",
1780
+ pos: "relative",
1781
+ style: { zIndex: 1 },
1782
+ children: /* @__PURE__ */ e(
1783
+ m,
1784
+ {
1785
+ size: 30,
1786
+ stroke: 1.5
1787
+ }
1788
+ )
1789
+ }
1790
+ ),
1791
+ /* @__PURE__ */ e(
1792
+ C,
1793
+ {
1794
+ order: 3,
1795
+ fz: "h3",
1796
+ fw: 800,
1797
+ mb: "xs",
1798
+ pos: "relative",
1799
+ style: { zIndex: 1 },
1800
+ children: p.title
1801
+ }
1802
+ ),
1803
+ /* @__PURE__ */ e(
1804
+ a,
1805
+ {
1806
+ size: "sm",
1807
+ c: "gray.6",
1808
+ lh: 1.6,
1809
+ pos: "relative",
1810
+ style: { zIndex: 1 },
1811
+ children: p.description
1812
+ }
1813
+ )
1814
+ ]
1815
+ },
1816
+ p.title || d
1817
+ );
1818
+ })
1819
+ }
1820
+ )
1821
+ ]
1822
+ }
1823
+ );
1824
+ }
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] = J(() => Object.fromEntries(s.map((y) => [y.name, ""]))), [b, T] = J(!1), A = (y) => (W) => {
1827
+ const { value: P } = W.currentTarget;
1828
+ h(($) => ({ ...$, [y]: P }));
1829
+ }, H = s.filter((y) => y.required).every((y) => m[y.name]?.trim());
1830
+ return /* @__PURE__ */ e(
1831
+ x,
1832
+ {
1833
+ id: i,
1834
+ component: "section",
1835
+ py: { base: 80, md: 120 },
1836
+ bg: "gray.9",
1837
+ children: /* @__PURE__ */ r(F, { size: "md", children: [
1838
+ o && /* @__PURE__ */ e(
1839
+ f,
1840
+ {
1841
+ justify: "center",
1842
+ mb: "md",
1843
+ children: /* @__PURE__ */ e(
1844
+ E,
1845
+ {
1846
+ variant: "light",
1847
+ color: "gray",
1848
+ size: "lg",
1849
+ radius: "0",
1850
+ children: o
1851
+ }
1852
+ )
1853
+ }
1854
+ ),
1855
+ l && /* @__PURE__ */ e(
1856
+ C,
896
1857
  {
897
- fw: 900,
898
- fz: 32,
899
- c: "gray.8",
900
- lh: 1,
901
- children: a.value
1858
+ order: 2,
1859
+ ta: "center",
1860
+ c: "white",
1861
+ mb: "md",
1862
+ fz: "var(--fz-section-title)",
1863
+ children: l
902
1864
  }
903
1865
  ),
904
- /* @__PURE__ */ e(
905
- i,
1866
+ n && /* @__PURE__ */ e(
1867
+ a,
906
1868
  {
907
- size: "sm",
908
- c: "gray.5",
909
- mt: 4,
910
- children: a.label
1869
+ ta: "center",
1870
+ c: "gray.4",
1871
+ mb: 48,
1872
+ maw: 620,
1873
+ mx: "auto",
1874
+ fz: "lg",
1875
+ lh: 1.6,
1876
+ children: n
911
1877
  }
912
1878
  ),
913
- a.badge && /* @__PURE__ */ e(
914
- E,
1879
+ /* @__PURE__ */ e(
1880
+ w,
915
1881
  {
916
- mt: "md",
917
- color: "gray",
918
- variant: "dot",
1882
+ p: "xl",
919
1883
  radius: "0",
920
- children: a.badge
1884
+ 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(`
1888
+ `);
1889
+ if (d?.(m), t) {
1890
+ const P = `https://wa.me/${t}?text=${encodeURIComponent(W)}`;
1891
+ window.open(P, "_blank", "noopener,noreferrer");
1892
+ }
1893
+ }, 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(
1895
+ Q,
1896
+ {
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
1904
+ },
1905
+ y.name
1906
+ )) }),
1907
+ s.filter((y) => y.span === "full").map((y) => /* @__PURE__ */ e(
1908
+ Q,
1909
+ {
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
1917
+ },
1918
+ y.name
1919
+ )),
1920
+ /* @__PURE__ */ e(
1921
+ G,
1922
+ {
1923
+ type: "submit",
1924
+ size: "lg",
1925
+ radius: "0",
1926
+ color: "gray.9",
1927
+ leftSection: c.leftSection,
1928
+ mt: "sm",
1929
+ styles: {
1930
+ root: { height: "auto" },
1931
+ label: { whiteSpace: "normal", lineHeight: 1.4 },
1932
+ inner: { paddingTop: 12, paddingBottom: 12 }
1933
+ },
1934
+ children: c.label || "Enviar"
1935
+ }
1936
+ ),
1937
+ p && /* @__PURE__ */ r(
1938
+ f,
1939
+ {
1940
+ gap: "xs",
1941
+ justify: "center",
1942
+ mt: "xs",
1943
+ children: [
1944
+ /* @__PURE__ */ e(
1945
+ v,
1946
+ {
1947
+ variant: "transparent",
1948
+ color: "gray",
1949
+ size: "sm",
1950
+ children: /* @__PURE__ */ e(
1951
+ ee,
1952
+ {
1953
+ size: 16,
1954
+ stroke: 1.5
1955
+ }
1956
+ )
1957
+ }
1958
+ ),
1959
+ /* @__PURE__ */ e(
1960
+ a,
1961
+ {
1962
+ size: "xs",
1963
+ c: "gray.6",
1964
+ children: p
1965
+ }
1966
+ )
1967
+ ]
1968
+ }
1969
+ )
1970
+ ] }) })
921
1971
  }
922
1972
  )
923
- ] });
924
- case "bars":
925
- return /* @__PURE__ */ e(
926
- h,
927
- {
928
- align: "flex-end",
929
- gap: 8,
930
- h: a.height || 100,
931
- preventGrowOverflow: !1,
932
- children: (a.data || []).map((s, l) => /* @__PURE__ */ e(
933
- f,
934
- {
935
- w: 20,
936
- h: `${s}%`,
937
- bg: l === a.highlight ? "gray.5" : "gray.2",
938
- radius: "0"
939
- },
940
- l
941
- ))
942
- }
943
- );
944
- case "typography":
945
- return /* @__PURE__ */ e(
946
- z,
947
- {
948
- h: a.height || 160,
949
- bg: "gray.0",
950
- radius: "0",
951
- bd: "1px solid var(--mantine-color-gray-1)",
952
- children: /* @__PURE__ */ e(
953
- i,
954
- {
955
- fz: a.fontSize || 100,
956
- fw: 900,
957
- c: "gray.2",
958
- style: { letterSpacing: -6 },
959
- children: a.text || "Aa"
960
- }
961
- )
962
- }
963
- );
964
- case "icon-large": {
965
- const s = a.icon;
966
- return s ? /* @__PURE__ */ e(
967
- s,
968
- {
969
- size: a.size || 64,
970
- stroke: a.stroke || 1,
971
- color: a.color || "var(--mantine-color-gray-2)"
972
- }
973
- ) : null;
1973
+ ] })
974
1974
  }
975
- default:
976
- return null;
977
- }
1975
+ );
978
1976
  }
979
- function $e({ id: a, subtitle: s, title: l, traditionalCol: o, newCol: n, background: c = "white" }) {
1977
+ function sr({ id: i, subtitle: o, title: l, traditionalCol: n, newCol: s, background: t = "white" }) {
980
1978
  return /* @__PURE__ */ e(
981
- T,
1979
+ I,
982
1980
  {
983
- id: a,
984
- subtitle: s,
1981
+ id: i,
1982
+ subtitle: o,
985
1983
  title: l,
986
- background: c,
1984
+ background: t,
987
1985
  children: /* @__PURE__ */ e(
988
- b,
1986
+ w,
989
1987
  {
990
1988
  radius: "0",
991
1989
  bd: "1px solid var(--mantine-color-gray-2)",
992
1990
  style: { overflow: "hidden" },
993
1991
  children: /* @__PURE__ */ r(
994
- w,
1992
+ S,
995
1993
  {
996
1994
  cols: { base: 1, md: 2 },
997
1995
  spacing: 0,
998
1996
  children: [
999
1997
  /* @__PURE__ */ e(
1000
- f,
1998
+ x,
1001
1999
  {
1002
- bg: c === "gray" ? "gray.1" : "white",
2000
+ bg: t === "gray" ? "gray.1" : "white",
1003
2001
  p: { base: 30, md: 60 },
1004
- children: /* @__PURE__ */ r(t, { gap: "xl", children: [
1005
- /* @__PURE__ */ r(f, { children: [
2002
+ children: /* @__PURE__ */ r(u, { gap: "xl", children: [
2003
+ /* @__PURE__ */ r(x, { children: [
1006
2004
  /* @__PURE__ */ e(
1007
- i,
2005
+ a,
1008
2006
  {
1009
2007
  fw: 900,
1010
2008
  fz: "h2",
1011
2009
  c: "gray.9",
1012
2010
  mb: 4,
1013
- children: o.title
2011
+ children: n.title
1014
2012
  }
1015
2013
  ),
1016
2014
  /* @__PURE__ */ e(
1017
- i,
2015
+ a,
1018
2016
  {
1019
2017
  size: "sm",
1020
2018
  fw: 800,
1021
2019
  tt: "uppercase",
1022
2020
  ls: "1.5px",
1023
2021
  c: "gray.5",
1024
- children: o.subtitle
2022
+ children: n.subtitle
1025
2023
  }
1026
2024
  )
1027
2025
  ] }),
1028
2026
  /* @__PURE__ */ e(
1029
- t,
2027
+ u,
1030
2028
  {
1031
2029
  gap: "md",
1032
2030
  mb: 40,
1033
- children: o.items.map((m, g) => /* @__PURE__ */ r(ze, { children: [
1034
- /* @__PURE__ */ r(h, { justify: "space-between", children: [
2031
+ children: n.items.map((g, c) => /* @__PURE__ */ r(ue, { children: [
2032
+ /* @__PURE__ */ r(f, { justify: "space-between", children: [
1035
2033
  /* @__PURE__ */ e(
1036
- i,
2034
+ a,
1037
2035
  {
1038
2036
  size: "sm",
1039
2037
  c: "gray.6",
1040
- children: m.label
2038
+ children: g.label
1041
2039
  }
1042
2040
  ),
1043
2041
  /* @__PURE__ */ e(
1044
- i,
2042
+ a,
1045
2043
  {
1046
2044
  fw: 700,
1047
2045
  c: "gray.9",
1048
- children: m.value
2046
+ children: g.value
1049
2047
  }
1050
2048
  )
1051
2049
  ] }),
1052
- g < o.items.length - 1 && /* @__PURE__ */ e(S, { color: "var(--mantine-color-gray-2)" })
1053
- ] }, g))
2050
+ c < n.items.length - 1 && /* @__PURE__ */ e(D, { color: "var(--mantine-color-gray-2)" })
2051
+ ] }, c))
1054
2052
  }
1055
2053
  ),
1056
2054
  /* @__PURE__ */ r(
1057
- f,
2055
+ x,
1058
2056
  {
1059
- bg: c === "gray" ? "gray.1" : "white",
2057
+ bg: t === "gray" ? "gray.1" : "white",
1060
2058
  p: "lg",
1061
2059
  radius: "0",
1062
2060
  bd: "1px solid var(--mantine-color-gray-2)",
1063
2061
  children: [
1064
- /* @__PURE__ */ r(h, { justify: "space-between", children: [
2062
+ /* @__PURE__ */ r(f, { justify: "space-between", children: [
1065
2063
  /* @__PURE__ */ e(
1066
- i,
2064
+ a,
1067
2065
  {
1068
2066
  fw: 900,
1069
2067
  c: "gray.7",
1070
- children: o.totalLabel || "Total Estimado"
2068
+ children: n.totalLabel || "Total Estimado"
1071
2069
  }
1072
2070
  ),
1073
2071
  /* @__PURE__ */ e(
1074
- i,
2072
+ a,
1075
2073
  {
1076
2074
  fw: 900,
1077
2075
  fz: 32,
1078
2076
  c: "gray.9",
1079
- children: o.totalValue
2077
+ children: n.totalValue
1080
2078
  }
1081
2079
  )
1082
2080
  ] }),
1083
- o.footerText && /* @__PURE__ */ e(
1084
- i,
2081
+ n.footerText && /* @__PURE__ */ e(
2082
+ a,
1085
2083
  {
1086
2084
  size: "xs",
1087
2085
  c: "red.6",
1088
2086
  ta: "right",
1089
2087
  mt: 4,
1090
- children: o.footerText
2088
+ children: n.footerText
1091
2089
  }
1092
2090
  )
1093
2091
  ]
@@ -1097,63 +2095,63 @@ function $e({ id: a, subtitle: s, title: l, traditionalCol: o, newCol: n, backgr
1097
2095
  }
1098
2096
  ),
1099
2097
  /* @__PURE__ */ e(
1100
- f,
2098
+ x,
1101
2099
  {
1102
- bg: c === "gray" ? "gray.1" : "white",
2100
+ bg: t === "gray" ? "gray.1" : "white",
1103
2101
  p: { base: 30, md: 60 },
1104
2102
  pos: "relative",
1105
2103
  children: /* @__PURE__ */ r(
1106
- t,
2104
+ u,
1107
2105
  {
1108
2106
  gap: "xl",
1109
2107
  h: "100%",
1110
2108
  children: [
1111
- /* @__PURE__ */ r(f, { children: [
1112
- /* @__PURE__ */ r(h, { gap: "xs", children: [
2109
+ /* @__PURE__ */ r(x, { children: [
2110
+ /* @__PURE__ */ r(f, { gap: "xs", children: [
1113
2111
  /* @__PURE__ */ e(
1114
- i,
2112
+ a,
1115
2113
  {
1116
2114
  fw: 900,
1117
2115
  fz: "h2",
1118
2116
  c: "gray.9",
1119
2117
  mb: 4,
1120
- children: n.title
2118
+ children: s.title
1121
2119
  }
1122
2120
  ),
1123
- n.badge && /* @__PURE__ */ e(
2121
+ s.badge && /* @__PURE__ */ e(
1124
2122
  E,
1125
2123
  {
1126
2124
  color: "gray.9",
1127
2125
  variant: "filled",
1128
2126
  radius: "0",
1129
- children: n.badge
2127
+ children: s.badge
1130
2128
  }
1131
2129
  )
1132
2130
  ] }),
1133
2131
  /* @__PURE__ */ e(
1134
- i,
2132
+ a,
1135
2133
  {
1136
2134
  size: "sm",
1137
2135
  c: "gray.6",
1138
- children: n.description
2136
+ children: s.description
1139
2137
  }
1140
2138
  )
1141
2139
  ] }),
1142
2140
  /* @__PURE__ */ e(
1143
- L,
2141
+ R,
1144
2142
  {
1145
2143
  spacing: "md",
1146
2144
  size: "md",
1147
2145
  c: "gray.6",
1148
2146
  icon: /* @__PURE__ */ e(
1149
- y,
2147
+ v,
1150
2148
  {
1151
2149
  color: "gray.0",
1152
2150
  size: 20,
1153
2151
  radius: "0",
1154
2152
  bd: "1px solid var(--mantine-color-gray-2)",
1155
2153
  children: /* @__PURE__ */ e(
1156
- U,
2154
+ V,
1157
2155
  {
1158
2156
  size: 12,
1159
2157
  color: "var(--mantine-color-gray-9)"
@@ -1161,58 +2159,58 @@ function $e({ id: a, subtitle: s, title: l, traditionalCol: o, newCol: n, backgr
1161
2159
  )
1162
2160
  }
1163
2161
  ),
1164
- children: n.items.map((m, g) => /* @__PURE__ */ e(L.Item, { children: m }, g))
2162
+ children: s.items.map((g, c) => /* @__PURE__ */ e(R.Item, { children: g }, c))
1165
2163
  }
1166
2164
  ),
1167
- n.pricingBox && /* @__PURE__ */ e(
1168
- f,
2165
+ s.pricingBox && /* @__PURE__ */ e(
2166
+ x,
1169
2167
  {
1170
- bg: c === "gray" ? "gray.1" : "white",
2168
+ bg: t === "gray" ? "gray.1" : "white",
1171
2169
  p: "lg",
1172
2170
  radius: "0",
1173
2171
  bd: "1px solid var(--mantine-color-gray-2)",
1174
- children: /* @__PURE__ */ r(t, { gap: 4, children: [
2172
+ children: /* @__PURE__ */ r(u, { gap: 4, children: [
1175
2173
  /* @__PURE__ */ e(
1176
- i,
2174
+ a,
1177
2175
  {
1178
2176
  size: "sm",
1179
2177
  fw: 800,
1180
2178
  tt: "uppercase",
1181
2179
  ls: "1.5px",
1182
2180
  c: "gray.5",
1183
- children: n.pricingBox.label
2181
+ children: s.pricingBox.label
1184
2182
  }
1185
2183
  ),
1186
2184
  /* @__PURE__ */ e(
1187
- i,
2185
+ a,
1188
2186
  {
1189
2187
  fw: 900,
1190
2188
  fz: 48,
1191
2189
  c: "gray.9",
1192
2190
  lh: 1,
1193
- children: n.pricingBox.price
2191
+ children: s.pricingBox.price
1194
2192
  }
1195
2193
  ),
1196
- n.pricingBox.subtext && /* @__PURE__ */ e(
1197
- i,
2194
+ s.pricingBox.subtext && /* @__PURE__ */ e(
2195
+ a,
1198
2196
  {
1199
2197
  size: "xs",
1200
2198
  c: "gray.5",
1201
2199
  mt: "sm",
1202
- children: n.pricingBox.subtext
2200
+ children: s.pricingBox.subtext
1203
2201
  }
1204
2202
  )
1205
2203
  ] })
1206
2204
  }
1207
2205
  ),
1208
- n.cta && /* @__PURE__ */ e(f, { mt: "xl", children: /* @__PURE__ */ e(
1209
- F,
2206
+ s.cta && /* @__PURE__ */ e(x, { mt: "xl", children: /* @__PURE__ */ e(
2207
+ k,
1210
2208
  {
1211
- label: n.cta.label,
1212
- href: n.cta.href,
1213
- icon: n.cta.icon,
1214
- size: n.cta.size || "lg",
1215
- color: n.cta.color || "gray.9",
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",
1216
2214
  fullWidth: !0
1217
2215
  }
1218
2216
  ) })
@@ -1229,131 +2227,148 @@ function $e({ id: a, subtitle: s, title: l, traditionalCol: o, newCol: n, backgr
1229
2227
  }
1230
2228
  );
1231
2229
  }
1232
- function _e({
1233
- id: a,
1234
- subtitle: s,
1235
- title: l,
1236
- billingOptions: o = [
2230
+ function tr({
2231
+ id: i,
2232
+ badge: o,
2233
+ subtitle: l,
2234
+ title: n,
2235
+ description: s,
2236
+ billingOptions: t = [
1237
2237
  { label: "Mensal", value: "monthly" },
1238
2238
  { label: "Anual", value: "annual" }
1239
2239
  ],
1240
- billing: n,
2240
+ billing: g,
1241
2241
  setBilling: c,
1242
- promoBadge: m,
1243
- plans: g,
1244
- background: u = "white"
2242
+ promoBadge: p,
2243
+ plans: d,
2244
+ background: m = "white"
1245
2245
  }) {
1246
2246
  return /* @__PURE__ */ r(
1247
- T,
2247
+ I,
1248
2248
  {
1249
- id: a,
1250
- subtitle: s,
1251
- title: l,
2249
+ id: i,
2250
+ badge: o,
2251
+ subtitle: l,
2252
+ title: n,
1252
2253
  ta: "center",
1253
- background: u,
2254
+ background: m,
2255
+ maw: 900,
1254
2256
  children: [
1255
- o && o.length > 0 && /* @__PURE__ */ e(
1256
- t,
2257
+ s && /* @__PURE__ */ e(
2258
+ a,
2259
+ {
2260
+ c: "gray.6",
2261
+ ta: "center",
2262
+ mb: 60,
2263
+ maw: 700,
2264
+ mx: "auto",
2265
+ fz: "lg",
2266
+ lh: 1.6,
2267
+ children: s
2268
+ }
2269
+ ),
2270
+ t && t.length > 0 && /* @__PURE__ */ e(
2271
+ u,
1257
2272
  {
1258
2273
  align: "center",
1259
2274
  gap: "xl",
1260
2275
  mb: 80,
1261
- children: /* @__PURE__ */ r(h, { gap: "xs", children: [
2276
+ children: /* @__PURE__ */ r(f, { gap: "xs", children: [
1262
2277
  /* @__PURE__ */ e(
1263
- ae,
2278
+ de,
1264
2279
  {
1265
- value: n,
2280
+ value: g,
1266
2281
  onChange: c,
1267
2282
  radius: "0",
1268
2283
  size: "md",
1269
- data: o,
2284
+ data: t,
1270
2285
  color: "gray.9",
1271
2286
  bg: "white",
1272
2287
  style: { border: "1px solid var(--mantine-color-gray-2)" }
1273
2288
  }
1274
2289
  ),
1275
- n === "annual" && m && /* @__PURE__ */ e(
2290
+ g === "annual" && p && /* @__PURE__ */ e(
1276
2291
  E,
1277
2292
  {
1278
2293
  variant: "filled",
1279
2294
  color: "gray.9",
1280
2295
  radius: "0",
1281
2296
  size: "lg",
1282
- children: m
2297
+ children: p
1283
2298
  }
1284
2299
  )
1285
2300
  ] })
1286
2301
  }
1287
2302
  ),
1288
2303
  /* @__PURE__ */ e(
1289
- w,
2304
+ S,
1290
2305
  {
1291
- cols: { base: 1, md: g.length <= 3 ? g.length : 3 },
2306
+ cols: { base: 1, md: d.length <= 3 ? d.length : 3 },
1292
2307
  spacing: "xl",
1293
2308
  verticalSpacing: "xl",
1294
- children: g.map((d) => /* @__PURE__ */ r(
1295
- b,
2309
+ children: d.map((h) => /* @__PURE__ */ r(
2310
+ w,
1296
2311
  {
1297
2312
  p: "xl",
1298
2313
  radius: "0",
1299
2314
  withBorder: !0,
1300
- bd: d.highlight ? "2px solid var(--mantine-color-gray-9)" : "1px solid var(--mantine-color-gray-2)",
2315
+ bd: h.highlight ? "2px solid var(--mantine-color-gray-9)" : "1px solid var(--mantine-color-gray-2)",
1301
2316
  display: "flex",
1302
2317
  h: "100%",
1303
2318
  style: { flexDirection: "column" },
1304
2319
  bg: "white",
1305
2320
  children: [
1306
2321
  /* @__PURE__ */ r(
1307
- t,
2322
+ u,
1308
2323
  {
1309
2324
  gap: "md",
1310
2325
  mb: "xl",
1311
2326
  children: [
1312
2327
  /* @__PURE__ */ r(
1313
- h,
2328
+ f,
1314
2329
  {
1315
2330
  justify: "space-between",
1316
2331
  align: "center",
1317
2332
  children: [
1318
2333
  /* @__PURE__ */ e(
1319
- i,
2334
+ a,
1320
2335
  {
1321
2336
  size: "xs",
1322
2337
  fw: 800,
1323
2338
  tt: "uppercase",
1324
2339
  ls: "1.5px",
1325
2340
  c: "gray.4",
1326
- children: d.name
2341
+ children: h.name
1327
2342
  }
1328
2343
  ),
1329
- d.highlight && /* @__PURE__ */ e(
2344
+ h.highlight && /* @__PURE__ */ e(
1330
2345
  E,
1331
2346
  {
1332
2347
  variant: "dot",
1333
2348
  color: "gray.9",
1334
- children: d.highlightBadge || "RECOMENDADO"
2349
+ children: h.highlightBadge || "RECOMENDADO"
1335
2350
  }
1336
2351
  )
1337
2352
  ]
1338
2353
  }
1339
2354
  ),
1340
2355
  /* @__PURE__ */ e(
1341
- i,
2356
+ a,
1342
2357
  {
1343
2358
  size: "sm",
1344
2359
  c: "gray.6",
1345
2360
  fw: 500,
1346
2361
  lh: 1.5,
1347
2362
  h: { md: 42 },
1348
- children: d.description
2363
+ children: h.description
1349
2364
  }
1350
2365
  )
1351
2366
  ]
1352
2367
  }
1353
2368
  ),
1354
- /* @__PURE__ */ r(f, { mb: "xl", children: [
1355
- /* @__PURE__ */ e(
1356
- i,
2369
+ /* @__PURE__ */ r(x, { mb: "xl", children: [
2370
+ h.pricePrefix !== null && /* @__PURE__ */ e(
2371
+ a,
1357
2372
  {
1358
2373
  size: "xs",
1359
2374
  c: "gray.4",
@@ -1361,50 +2376,82 @@ function _e({
1361
2376
  tt: "uppercase",
1362
2377
  ls: "1px",
1363
2378
  mb: 4,
1364
- children: d.pricePrefix || "A partir de"
2379
+ children: h.pricePrefix || "A partir de"
1365
2380
  }
1366
2381
  ),
1367
- /* @__PURE__ */ r(
1368
- h,
2382
+ h.priceText ? (
2383
+ // Escape hatch para preço que não é número
2384
+ // ("Sob consulta"), onde currency/whole/fraction
2385
+ // não têm o que representar.
2386
+ /* @__PURE__ */ r(
2387
+ f,
2388
+ {
2389
+ gap: 8,
2390
+ align: "baseline",
2391
+ children: [
2392
+ /* @__PURE__ */ e(
2393
+ a,
2394
+ {
2395
+ fz: { base: 32, md: 44 },
2396
+ fw: 900,
2397
+ ls: "-0.04em",
2398
+ lh: 1,
2399
+ c: "gray.9",
2400
+ children: h.priceText
2401
+ }
2402
+ ),
2403
+ h.period && /* @__PURE__ */ e(
2404
+ a,
2405
+ {
2406
+ size: "md",
2407
+ c: "gray.5",
2408
+ children: h.period
2409
+ }
2410
+ )
2411
+ ]
2412
+ }
2413
+ )
2414
+ ) : /* @__PURE__ */ r(
2415
+ f,
1369
2416
  {
1370
2417
  gap: 8,
1371
2418
  align: "flex-start",
1372
2419
  children: [
1373
2420
  /* @__PURE__ */ e(
1374
- i,
2421
+ a,
1375
2422
  {
1376
2423
  size: "xl",
1377
2424
  fw: 900,
1378
2425
  c: "gray.9",
1379
2426
  style: { marginTop: 8 },
1380
- children: d.priceDisplay?.currency
2427
+ children: h.priceDisplay?.currency
1381
2428
  }
1382
2429
  ),
1383
2430
  /* @__PURE__ */ r(
1384
- h,
2431
+ f,
1385
2432
  {
1386
2433
  gap: 4,
1387
2434
  align: "flex-end",
1388
2435
  children: [
1389
2436
  /* @__PURE__ */ e(
1390
- i,
2437
+ a,
1391
2438
  {
1392
2439
  fz: "var(--fz-big-metric)",
1393
2440
  fw: 900,
1394
2441
  ls: "-0.04em",
1395
2442
  lh: 0.8,
1396
2443
  c: "gray.9",
1397
- children: d.priceDisplay?.whole
2444
+ children: h.priceDisplay?.whole
1398
2445
  }
1399
2446
  ),
1400
- d.priceDisplay?.fraction && /* @__PURE__ */ r(
1401
- t,
2447
+ h.priceDisplay?.fraction && /* @__PURE__ */ r(
2448
+ u,
1402
2449
  {
1403
2450
  gap: 0,
1404
2451
  mb: 6,
1405
2452
  children: [
1406
2453
  /* @__PURE__ */ r(
1407
- i,
2454
+ a,
1408
2455
  {
1409
2456
  size: "xl",
1410
2457
  fw: 900,
@@ -1412,19 +2459,19 @@ function _e({
1412
2459
  c: "gray.9",
1413
2460
  children: [
1414
2461
  ",",
1415
- d.priceDisplay.fraction
2462
+ h.priceDisplay.fraction
1416
2463
  ]
1417
2464
  }
1418
2465
  ),
1419
2466
  /* @__PURE__ */ e(
1420
- i,
2467
+ a,
1421
2468
  {
1422
2469
  size: "xs",
1423
2470
  c: "gray.5",
1424
2471
  fw: 800,
1425
2472
  tt: "uppercase",
1426
2473
  ls: "0.5px",
1427
- children: d.period || d.priceSuffix || "/mês"
2474
+ children: h.period || h.priceSuffix || "/mês"
1428
2475
  }
1429
2476
  )
1430
2477
  ]
@@ -1435,30 +2482,39 @@ function _e({
1435
2482
  )
1436
2483
  ]
1437
2484
  }
2485
+ ),
2486
+ h.priceNote && /* @__PURE__ */ e(
2487
+ a,
2488
+ {
2489
+ size: "sm",
2490
+ c: "gray.6",
2491
+ mt: "md",
2492
+ children: h.priceNote
2493
+ }
1438
2494
  )
1439
2495
  ] }),
1440
2496
  /* @__PURE__ */ e(
1441
- S,
2497
+ D,
1442
2498
  {
1443
2499
  mb: "xl",
1444
2500
  color: "gray.1"
1445
2501
  }
1446
2502
  ),
1447
2503
  /* @__PURE__ */ e(
1448
- t,
2504
+ u,
1449
2505
  {
1450
2506
  gap: "sm",
1451
2507
  mb: 40,
1452
2508
  style: { flex: 1 },
1453
- children: d.features.map((p, x) => /* @__PURE__ */ r(
1454
- h,
2509
+ children: (h.features || []).map((b, T) => /* @__PURE__ */ r(
2510
+ f,
1455
2511
  {
1456
2512
  gap: "sm",
1457
2513
  wrap: "nowrap",
1458
2514
  align: "flex-start",
1459
2515
  children: [
1460
2516
  /* @__PURE__ */ e(
1461
- U,
2517
+ V,
1462
2518
  {
1463
2519
  size: 16,
1464
2520
  color: "var(--mantine-color-gray-9)",
@@ -1466,35 +2522,56 @@ function _e({
1466
2522
  }
1467
2523
  ),
1468
2524
  /* @__PURE__ */ e(
1469
- i,
2525
+ a,
1470
2526
  {
1471
2527
  size: "sm",
1472
2528
  fw: 500,
1473
2529
  c: "gray.6",
1474
2530
  lh: 1.4,
1475
- children: p
2531
+ children: b
1476
2532
  }
1477
2533
  )
1478
2534
  ]
1479
2535
  },
1480
- x
2536
+ T
1481
2537
  ))
1482
2538
  }
1483
2539
  ),
1484
- /* @__PURE__ */ e(f, { mt: "auto", children: /* @__PURE__ */ e(
1485
- F,
2540
+ h.cta && /* @__PURE__ */ e(x, { mt: "auto", children: /* @__PURE__ */ e(
2541
+ k,
1486
2542
  {
1487
- label: d.cta.label,
1488
- href: d.cta.href,
1489
- size: d.cta.size || "xl",
1490
- variant: d.cta.variant,
1491
- color: d.cta.color || "gray.9",
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",
1492
2552
  fullWidth: !0
1493
2553
  }
1494
- ) })
2554
+ ) }),
2555
+ h.note && /* @__PURE__ */ e(
2556
+ x,
2557
+ {
2558
+ mt: "auto",
2559
+ pt: "md",
2560
+ style: { borderTop: "1px solid var(--mantine-color-gray-2)" },
2561
+ children: /* @__PURE__ */ e(
2562
+ a,
2563
+ {
2564
+ size: "xs",
2565
+ c: "gray.5",
2566
+ lh: 1.5,
2567
+ children: h.note
2568
+ }
2569
+ )
2570
+ }
2571
+ )
1495
2572
  ]
1496
2573
  },
1497
- d.name
2574
+ h.name
1498
2575
  ))
1499
2576
  }
1500
2577
  )
@@ -1502,8 +2579,8 @@ function _e({
1502
2579
  }
1503
2580
  );
1504
2581
  }
1505
- function Je({ id: a, subtitle: s, title: l, questions: o = [], contactCard: n, background: c = "white" }) {
1506
- const m = {
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 = {
1507
2584
  item: {
1508
2585
  backgroundColor: c === "gray" ? "gray.1" : "white",
1509
2586
  border: "1px solid var(--mantine-color-gray-2)"
@@ -1523,94 +2600,110 @@ function Je({ id: a, subtitle: s, title: l, questions: o = [], contactCard: n, b
1523
2600
  }
1524
2601
  };
1525
2602
  return /* @__PURE__ */ r(
1526
- T,
2603
+ I,
1527
2604
  {
1528
- id: a,
1529
- subtitle: s,
1530
- title: l,
2605
+ id: i,
2606
+ badge: o,
2607
+ subtitle: l,
2608
+ title: n,
1531
2609
  background: c,
2610
+ ta: p,
2611
+ maw: p === "center" ? 900 : 800,
1532
2612
  children: [
2613
+ s && /* @__PURE__ */ e(
2614
+ a,
2615
+ {
2616
+ c: "gray.6",
2617
+ ta: p,
2618
+ size: "lg",
2619
+ lh: 1.6,
2620
+ maw: 700,
2621
+ mx: p === "center" ? "auto" : void 0,
2622
+ mb: 40,
2623
+ children: s
2624
+ }
2625
+ ),
1533
2626
  /* @__PURE__ */ r(
1534
- w,
2627
+ S,
1535
2628
  {
1536
2629
  cols: { base: 1, md: 2 },
1537
2630
  spacing: "xl",
1538
2631
  children: [
1539
2632
  /* @__PURE__ */ e(
1540
- A,
2633
+ j,
1541
2634
  {
1542
2635
  variant: "separated",
1543
2636
  radius: "0",
1544
2637
  chevronPosition: "right",
1545
2638
  styles: m,
1546
- children: o.slice(0, Math.ceil(o.length / 2)).map((g, u) => /* @__PURE__ */ r(
1547
- A.Item,
2639
+ children: t.slice(0, d).map((h, b) => /* @__PURE__ */ r(
2640
+ j.Item,
1548
2641
  {
1549
- value: g.value || String(u),
2642
+ value: h.value || String(b),
1550
2643
  mb: "md",
1551
2644
  children: [
1552
2645
  /* @__PURE__ */ e(
1553
- A.Control,
2646
+ j.Control,
1554
2647
  {
1555
2648
  icon: /* @__PURE__ */ e(
1556
- y,
2649
+ v,
1557
2650
  {
1558
2651
  variant: "light",
1559
2652
  color: "gray",
1560
2653
  radius: "0",
1561
- children: /* @__PURE__ */ e(Q, { size: 16 })
2654
+ children: /* @__PURE__ */ e(Y, { size: 16 })
1562
2655
  }
1563
2656
  ),
1564
- children: g.question
2657
+ children: h.question
1565
2658
  }
1566
2659
  ),
1567
- /* @__PURE__ */ e(A.Panel, { c: "gray.6", children: g.answer })
2660
+ /* @__PURE__ */ e(j.Panel, { c: "gray.6", children: h.answer })
1568
2661
  ]
1569
2662
  },
1570
- g.value || u
2663
+ h.value || b
1571
2664
  ))
1572
2665
  }
1573
2666
  ),
1574
2667
  /* @__PURE__ */ e(
1575
- A,
2668
+ j,
1576
2669
  {
1577
2670
  variant: "separated",
1578
2671
  radius: "0",
1579
2672
  chevronPosition: "right",
1580
2673
  styles: m,
1581
- children: o.slice(Math.ceil(o.length / 2)).map((g, u) => /* @__PURE__ */ r(
1582
- A.Item,
2674
+ children: t.slice(d).map((h, b) => /* @__PURE__ */ r(
2675
+ j.Item,
1583
2676
  {
1584
- value: g.value || String(u),
2677
+ value: h.value || String(d + b),
1585
2678
  mb: "md",
1586
2679
  children: [
1587
2680
  /* @__PURE__ */ e(
1588
- A.Control,
2681
+ j.Control,
1589
2682
  {
1590
2683
  icon: /* @__PURE__ */ e(
1591
- y,
2684
+ v,
1592
2685
  {
1593
2686
  variant: "light",
1594
2687
  color: "gray",
1595
2688
  radius: "0",
1596
- children: /* @__PURE__ */ e(Q, { size: 16 })
2689
+ children: /* @__PURE__ */ e(Y, { size: 16 })
1597
2690
  }
1598
2691
  ),
1599
- children: g.question
2692
+ children: h.question
1600
2693
  }
1601
2694
  ),
1602
- /* @__PURE__ */ e(A.Panel, { c: "gray.6", children: g.answer })
2695
+ /* @__PURE__ */ e(j.Panel, { c: "gray.6", children: h.answer })
1603
2696
  ]
1604
2697
  },
1605
- g.value || u
2698
+ h.value || d + b
1606
2699
  ))
1607
2700
  }
1608
2701
  )
1609
2702
  ]
1610
2703
  }
1611
2704
  ),
1612
- n && /* @__PURE__ */ e(
1613
- b,
2705
+ g && /* @__PURE__ */ e(
2706
+ w,
1614
2707
  {
1615
2708
  mt: { base: 40, md: 80 },
1616
2709
  radius: "0",
@@ -1620,50 +2713,50 @@ function Je({ id: a, subtitle: s, title: l, questions: o = [], contactCard: n, b
1620
2713
  pos: "relative",
1621
2714
  style: { overflow: "hidden" },
1622
2715
  children: /* @__PURE__ */ r(
1623
- w,
2716
+ S,
1624
2717
  {
1625
2718
  cols: { base: 1, md: 2 },
1626
2719
  spacing: "xl",
1627
2720
  style: { position: "relative", zIndex: 1, alignItems: "center" },
1628
2721
  children: [
1629
2722
  /* @__PURE__ */ r(
1630
- t,
2723
+ u,
1631
2724
  {
1632
2725
  gap: "sm",
1633
2726
  ta: { base: "center", md: "left" },
1634
2727
  align: { base: "center", md: "flex-start" },
1635
2728
  children: [
1636
2729
  /* @__PURE__ */ e(
1637
- i,
2730
+ a,
1638
2731
  {
1639
2732
  fz: "h2",
1640
2733
  fw: 900,
1641
2734
  c: "gray.9",
1642
2735
  lh: 1.2,
1643
- children: n.title
2736
+ children: g.title
1644
2737
  }
1645
2738
  ),
1646
2739
  /* @__PURE__ */ e(
1647
- i,
2740
+ a,
1648
2741
  {
1649
2742
  c: "gray.6",
1650
2743
  maw: 500,
1651
2744
  size: "lg",
1652
- children: n.description
2745
+ children: g.description
1653
2746
  }
1654
2747
  )
1655
2748
  ]
1656
2749
  }
1657
2750
  ),
1658
- /* @__PURE__ */ e(t, { align: { base: "center", md: "flex-end" }, children: /* @__PURE__ */ e(
1659
- F,
2751
+ /* @__PURE__ */ e(u, { align: { base: "center", md: "flex-end" }, children: /* @__PURE__ */ e(
2752
+ k,
1660
2753
  {
1661
- label: n.cta.label,
1662
- href: n.cta.href,
1663
- target: n.cta.target,
1664
- leftSection: n.cta.icon,
1665
- size: n.cta.size || "xl",
1666
- color: n.cta.color || "gray.8"
2754
+ label: g.cta.label,
2755
+ href: g.cta.href,
2756
+ target: g.cta.target,
2757
+ leftSection: g.cta.icon,
2758
+ size: g.cta.size || "xl",
2759
+ color: g.cta.color || "gray.8"
1667
2760
  }
1668
2761
  ) })
1669
2762
  ]
@@ -1675,42 +2768,42 @@ function Je({ id: a, subtitle: s, title: l, questions: o = [], contactCard: n, b
1675
2768
  }
1676
2769
  );
1677
2770
  }
1678
- function Ne({ id: a, title: s, subtitle: l, items: o = [], background: n = "gray" }) {
2771
+ function cr({ id: i, title: o, subtitle: l, items: n = [], background: s = "gray" }) {
1679
2772
  return /* @__PURE__ */ e(
1680
- T,
2773
+ I,
1681
2774
  {
1682
- id: a,
1683
- background: n,
1684
- title: s,
2775
+ id: i,
2776
+ background: s,
2777
+ title: o,
1685
2778
  subtitle: l,
1686
2779
  children: /* @__PURE__ */ e(
1687
- w,
2780
+ S,
1688
2781
  {
1689
- cols: { base: 1, md: o.length > 3 ? 4 : o.length || 3 },
2782
+ cols: { base: 1, md: n.length > 3 ? 4 : n.length || 3 },
1690
2783
  spacing: "xl",
1691
- children: o.map((c, m) => /* @__PURE__ */ e(
1692
- b,
2784
+ children: n.map((t, g) => /* @__PURE__ */ e(
2785
+ w,
1693
2786
  {
1694
2787
  p: "xl",
1695
2788
  radius: "0",
1696
2789
  bd: "1px solid var(--mantine-color-gray-2)",
1697
2790
  bg: "white",
1698
2791
  children: /* @__PURE__ */ r(
1699
- t,
2792
+ u,
1700
2793
  {
1701
2794
  gap: "md",
1702
2795
  align: "flex-start",
1703
2796
  h: "100%",
1704
2797
  children: [
1705
2798
  /* @__PURE__ */ e(
1706
- te,
2799
+ ye,
1707
2800
  {
1708
2801
  size: 32,
1709
2802
  color: "var(--mantine-color-gray-3)"
1710
2803
  }
1711
2804
  ),
1712
2805
  /* @__PURE__ */ r(
1713
- i,
2806
+ a,
1714
2807
  {
1715
2808
  size: "lg",
1716
2809
  c: "gray.7",
@@ -1719,45 +2812,45 @@ function Ne({ id: a, title: s, subtitle: l, items: o = [], background: n = "gray
1719
2812
  flex: 1,
1720
2813
  children: [
1721
2814
  '"',
1722
- c.content,
2815
+ t.content,
1723
2816
  '"'
1724
2817
  ]
1725
2818
  }
1726
2819
  ),
1727
2820
  /* @__PURE__ */ r(
1728
- h,
2821
+ f,
1729
2822
  {
1730
2823
  gap: "sm",
1731
2824
  mt: "xl",
1732
2825
  children: [
1733
2826
  /* @__PURE__ */ e(
1734
- ie,
2827
+ he,
1735
2828
  {
1736
2829
  size: "md",
1737
2830
  radius: "0",
1738
2831
  color: "gray",
1739
- src: c.avatarSrc,
1740
- children: c.initials
2832
+ src: t.avatarSrc,
2833
+ children: t.initials
1741
2834
  }
1742
2835
  ),
1743
- /* @__PURE__ */ r(t, { gap: 0, children: [
2836
+ /* @__PURE__ */ r(u, { gap: 0, children: [
1744
2837
  /* @__PURE__ */ e(
1745
- i,
2838
+ a,
1746
2839
  {
1747
2840
  size: "sm",
1748
2841
  fw: 900,
1749
- children: c.name
2842
+ children: t.name
1750
2843
  }
1751
2844
  ),
1752
2845
  /* @__PURE__ */ e(
1753
- i,
2846
+ a,
1754
2847
  {
1755
2848
  size: "xs",
1756
2849
  fw: 800,
1757
2850
  tt: "uppercase",
1758
2851
  ls: "1px",
1759
2852
  c: "gray.5",
1760
- children: c.role
2853
+ children: t.role
1761
2854
  }
1762
2855
  )
1763
2856
  ] })
@@ -1768,22 +2861,22 @@ function Ne({ id: a, title: s, subtitle: l, items: o = [], background: n = "gray
1768
2861
  }
1769
2862
  )
1770
2863
  },
1771
- m
2864
+ g
1772
2865
  ))
1773
2866
  }
1774
2867
  )
1775
2868
  }
1776
2869
  );
1777
2870
  }
1778
- function Ae({ id: a, title: s, description: l, cta: o, background: n = "gray" }) {
2871
+ function Ee({ id: i, subtitle: o, title: l, titleOrder: n = 2, description: s, featuresList: t, featuresLabel: g, cta: c, background: p = "gray", ta: d = "center" }) {
1779
2872
  return /* @__PURE__ */ e(
1780
- T,
2873
+ I,
1781
2874
  {
1782
- id: a,
1783
- background: n,
2875
+ id: i,
2876
+ background: p,
1784
2877
  ta: "center",
1785
2878
  children: /* @__PURE__ */ e(
1786
- b,
2879
+ w,
1787
2880
  {
1788
2881
  p: { base: "xl", sm: 80 },
1789
2882
  bg: "white",
@@ -1791,43 +2884,119 @@ function Ae({ id: a, title: s, description: l, cta: o, background: n = "gray" })
1791
2884
  bd: "1px solid var(--mantine-color-gray-2)",
1792
2885
  style: { borderTop: "4px solid var(--mantine-color-gray-2)" },
1793
2886
  children: /* @__PURE__ */ r(
1794
- t,
2887
+ u,
1795
2888
  {
1796
- align: "center",
1797
- ta: "center",
2889
+ align: d === "center" ? "center" : "flex-start",
2890
+ ta: d,
1798
2891
  gap: "xl",
1799
2892
  children: [
1800
- s && /* @__PURE__ */ e(
1801
- i,
2893
+ o && /* @__PURE__ */ e(
2894
+ a,
2895
+ {
2896
+ size: "xs",
2897
+ fw: 800,
2898
+ tt: "uppercase",
2899
+ ls: "1.5px",
2900
+ c: "gray.4",
2901
+ children: o
2902
+ }
2903
+ ),
2904
+ l && // Title, e não Text: o banner costuma ser a única seção
2905
+ // da página (um 404, por exemplo) e sem heading ela fica
2906
+ // sem estrutura para leitor de tela.
2907
+ /* @__PURE__ */ e(
2908
+ C,
1802
2909
  {
2910
+ order: n,
1803
2911
  fz: "var(--fz-section-title)",
1804
- fw: 900,
1805
2912
  lh: 1.2,
1806
- ls: "-0.04em",
1807
2913
  maw: 700,
1808
- children: s
2914
+ children: l
1809
2915
  }
1810
2916
  ),
1811
- l && /* @__PURE__ */ e(
1812
- i,
2917
+ s && /* @__PURE__ */ e(
2918
+ a,
1813
2919
  {
1814
2920
  c: "gray.7",
1815
2921
  size: "xl",
1816
- maw: 550,
1817
- children: l
2922
+ maw: d === "center" ? 550 : 640,
2923
+ children: s
1818
2924
  }
1819
2925
  ),
1820
- o && /* @__PURE__ */ e(f, { mt: "md", children: /* @__PURE__ */ e(
1821
- F,
2926
+ t && t.length > 0 && /* @__PURE__ */ r(x, { ta: "left", children: [
2927
+ g && /* @__PURE__ */ e(
2928
+ a,
2929
+ {
2930
+ fw: 700,
2931
+ c: "gray.9",
2932
+ mb: "md",
2933
+ children: g
2934
+ }
2935
+ ),
2936
+ /* @__PURE__ */ e(
2937
+ R,
2938
+ {
2939
+ spacing: "sm",
2940
+ size: "md",
2941
+ icon: /* @__PURE__ */ e(
2942
+ v,
2943
+ {
2944
+ color: "gray.2",
2945
+ size: 24,
2946
+ radius: "0",
2947
+ children: /* @__PURE__ */ e(
2948
+ V,
2949
+ {
2950
+ size: 14,
2951
+ color: "var(--mantine-color-gray-9)"
2952
+ }
2953
+ )
2954
+ }
2955
+ ),
2956
+ children: t.map((h, b) => /* @__PURE__ */ e(R.Item, { children: /* @__PURE__ */ e(
2957
+ a,
2958
+ {
2959
+ c: "gray.6",
2960
+ lh: 1.6,
2961
+ children: h
2962
+ }
2963
+ ) }, b))
2964
+ }
2965
+ )
2966
+ ] }),
2967
+ c && // O Box acompanha o alinhamento do Stack em vez de esticar:
2968
+ // sem isso o botão ocupava a linha inteira e ficava colado
2969
+ // à esquerda, fora do eixo do texto centralizado.
2970
+ /* @__PURE__ */ e(
2971
+ x,
1822
2972
  {
1823
- label: o.label,
1824
- href: o.href,
1825
- size: o.size || "xl",
1826
- px: o.px || { base: 32, md: 60 },
1827
- variant: o.variant,
1828
- color: o.color
2973
+ mt: "md",
2974
+ w: "100%",
2975
+ style: { display: "flex", justifyContent: d === "center" ? "center" : "flex-start" },
2976
+ children: /* @__PURE__ */ e(
2977
+ k,
2978
+ {
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,
2989
+ styles: {
2990
+ // O rótulo quebra em duas linhas no celular em vez
2991
+ // de forçar a largura do botão além da tela.
2992
+ root: { height: "auto", maxWidth: "100%" },
2993
+ label: { whiteSpace: "normal", lineHeight: 1.4 },
2994
+ inner: { paddingTop: 12, paddingBottom: 12 }
2995
+ }
2996
+ }
2997
+ )
1829
2998
  }
1830
- ) })
2999
+ )
1831
3000
  ]
1832
3001
  }
1833
3002
  )
@@ -1836,27 +3005,27 @@ function Ae({ id: a, title: s, description: l, cta: o, background: n = "gray" })
1836
3005
  }
1837
3006
  );
1838
3007
  }
1839
- const Xe = Ae;
1840
- function qe({ text: a = "Selo Exclusivo RiLiGar", color: s = "green.6", background: l = "gray" }) {
1841
- const o = q(l);
3008
+ const dr = Ee;
3009
+ function Ce({ text: i = "Selo Exclusivo RiLiGar", color: o = "green.6", background: l = "gray" }) {
3010
+ const n = B(l);
1842
3011
  return /* @__PURE__ */ e(
1843
- f,
3012
+ x,
1844
3013
  {
1845
3014
  p: "xs",
1846
- bg: o,
3015
+ bg: n,
1847
3016
  style: {
1848
3017
  border: "1px solid var(--mantine-color-gray-2)",
1849
3018
  display: "inline-block"
1850
3019
  },
1851
- children: /* @__PURE__ */ r(h, { gap: "xs", children: [
3020
+ children: /* @__PURE__ */ r(f, { gap: "xs", children: [
1852
3021
  /* @__PURE__ */ e(
1853
- y,
3022
+ v,
1854
3023
  {
1855
- color: s,
3024
+ color: o,
1856
3025
  variant: "light",
1857
3026
  size: "sm",
1858
3027
  children: /* @__PURE__ */ e(
1859
- le,
3028
+ xe,
1860
3029
  {
1861
3030
  size: 14,
1862
3031
  "aria-hidden": "true"
@@ -1865,101 +3034,93 @@ function qe({ text: a = "Selo Exclusivo RiLiGar", color: s = "green.6", backgrou
1865
3034
  }
1866
3035
  ),
1867
3036
  /* @__PURE__ */ e(
1868
- i,
3037
+ a,
1869
3038
  {
1870
3039
  size: "xs",
1871
3040
  fw: 700,
1872
3041
  c: "gray.7",
1873
3042
  tt: "uppercase",
1874
3043
  lts: 0.5,
1875
- children: a
3044
+ children: i
1876
3045
  }
1877
3046
  )
1878
3047
  ] })
1879
3048
  }
1880
3049
  );
1881
3050
  }
1882
- const Ye = qe;
1883
- function Ze({ logo: a, description: s, sections: l = [], socialLinks: o = [], copyrightText: n, madeByText: c, background: m = "white" }) {
1884
- const g = q(m);
3051
+ const hr = Ce;
3052
+ function pr({ logo: i, description: o, sections: l = [], socialLinks: n = [], copyrightText: s, madeByText: t, background: g = "white" }) {
3053
+ const c = B(g);
1885
3054
  return /* @__PURE__ */ e(
1886
- f,
3055
+ x,
1887
3056
  {
1888
3057
  component: "footer",
1889
3058
  py: "xl",
1890
- bg: g,
3059
+ bg: c,
1891
3060
  bd: { top: "1px solid var(--mantine-color-gray-2)" },
1892
- children: /* @__PURE__ */ r(P, { size: "xl", children: [
3061
+ children: /* @__PURE__ */ r(F, { size: "xl", children: [
1893
3062
  /* @__PURE__ */ r(
1894
- w,
3063
+ S,
1895
3064
  {
1896
3065
  cols: { base: 1, sm: 2 },
1897
3066
  spacing: "xl",
1898
3067
  children: [
1899
- /* @__PURE__ */ r(t, { gap: "lg", children: [
1900
- a && /* @__PURE__ */ e(
1901
- "img",
1902
- {
1903
- src: a.src,
1904
- alt: a.alt || "",
1905
- height: a.height || 32,
1906
- style: { objectFit: "contain", objectPosition: "left" }
1907
- }
1908
- ),
1909
- s && /* @__PURE__ */ e(
1910
- i,
3068
+ /* @__PURE__ */ r(u, { gap: "lg", children: [
3069
+ i && /* @__PURE__ */ e(ne, { logo: i }),
3070
+ o && /* @__PURE__ */ e(
3071
+ a,
1911
3072
  {
1912
3073
  size: "md",
1913
3074
  c: "gray.6",
1914
3075
  lh: 1.6,
1915
3076
  maw: 400,
1916
- children: s
3077
+ children: o
1917
3078
  }
1918
3079
  )
1919
3080
  ] }),
1920
3081
  /* @__PURE__ */ r(
1921
- w,
3082
+ S,
1922
3083
  {
1923
3084
  cols: {
1924
3085
  base: 2,
1925
- sm: l.length + (o?.length > 0 ? 1 : 0) || 4
3086
+ sm: l.length + (n?.length > 0 ? 1 : 0) || 4
1926
3087
  },
1927
3088
  spacing: "xl",
1928
3089
  children: [
1929
- l.map((u, d) => /* @__PURE__ */ r(
1930
- t,
3090
+ l.map((p, d) => /* @__PURE__ */ r(
3091
+ u,
1931
3092
  {
1932
3093
  gap: "md",
1933
3094
  children: [
1934
3095
  /* @__PURE__ */ e(
1935
- i,
3096
+ a,
1936
3097
  {
1937
3098
  fw: 900,
1938
3099
  size: "xs",
1939
3100
  tt: "uppercase",
1940
3101
  ls: "1.5px",
1941
- children: u.title
3102
+ children: p.title
1942
3103
  }
1943
3104
  ),
1944
- /* @__PURE__ */ e(t, { gap: "xs", children: u.links.map((p, x) => /* @__PURE__ */ e(
1945
- oe,
3105
+ /* @__PURE__ */ e(u, { gap: "xs", children: p.links.map((m, h) => /* @__PURE__ */ e(
3106
+ pe,
1946
3107
  {
1947
3108
  c: "gray.6",
1948
3109
  size: "sm",
1949
- ...p,
1950
- component: p.component || (p.href ? "a" : "button"),
3110
+ ...m,
3111
+ component: m.component || (m.href ? "a" : "button"),
1951
3112
  fw: 500,
1952
- children: p.label
3113
+ children: m.label
1953
3114
  },
1954
- x
3115
+ h
1955
3116
  )) })
1956
3117
  ]
1957
3118
  },
1958
3119
  d
1959
3120
  )),
1960
- o && o.length > 0 && /* @__PURE__ */ r(t, { gap: "md", children: [
3121
+ n && n.length > 0 && /* @__PURE__ */ r(u, { gap: "md", children: [
1961
3122
  /* @__PURE__ */ e(
1962
- i,
3123
+ a,
1963
3124
  {
1964
3125
  fw: 900,
1965
3126
  size: "xs",
@@ -1968,18 +3129,18 @@ function Ze({ logo: a, description: s, sections: l = [], socialLinks: o = [], co
1968
3129
  children: "Social"
1969
3130
  }
1970
3131
  ),
1971
- /* @__PURE__ */ e(h, { gap: "xs", children: o.map((u, d) => /* @__PURE__ */ e(
1972
- se,
3132
+ /* @__PURE__ */ e(f, { gap: "xs", children: n.map((p, d) => /* @__PURE__ */ e(
3133
+ me,
1973
3134
  {
1974
3135
  size: "md",
1975
3136
  variant: "subtle",
1976
3137
  color: "gray",
1977
3138
  component: "a",
1978
- href: u.href,
3139
+ href: p.href,
1979
3140
  target: "_blank",
1980
3141
  radius: "0",
1981
- "aria-label": u.label || `Social link ${d + 1}`,
1982
- children: u.icon
3142
+ "aria-label": p.label || `Social link ${d + 1}`,
3143
+ children: p.icon
1983
3144
  },
1984
3145
  d
1985
3146
  )) })
@@ -1991,14 +3152,14 @@ function Ze({ logo: a, description: s, sections: l = [], socialLinks: o = [], co
1991
3152
  }
1992
3153
  ),
1993
3154
  /* @__PURE__ */ e(
1994
- S,
3155
+ D,
1995
3156
  {
1996
3157
  my: "xl",
1997
3158
  color: "gray.2"
1998
3159
  }
1999
3160
  ),
2000
3161
  /* @__PURE__ */ r(
2001
- h,
3162
+ f,
2002
3163
  {
2003
3164
  justify: "space-between",
2004
3165
  mt: 30,
@@ -2006,25 +3167,25 @@ function Ze({ logo: a, description: s, sections: l = [], socialLinks: o = [], co
2006
3167
  gap: "sm",
2007
3168
  children: [
2008
3169
  /* @__PURE__ */ e(
2009
- i,
3170
+ a,
2010
3171
  {
2011
3172
  size: "xs",
2012
3173
  fw: 800,
2013
3174
  tt: "uppercase",
2014
3175
  ls: "1px",
2015
3176
  c: "gray.5",
2016
- children: n
3177
+ children: s
2017
3178
  }
2018
3179
  ),
2019
- c && /* @__PURE__ */ e(h, { gap: "sm", children: /* @__PURE__ */ e(
2020
- i,
3180
+ t && /* @__PURE__ */ e(f, { gap: "sm", children: /* @__PURE__ */ e(
3181
+ a,
2021
3182
  {
2022
3183
  size: "xs",
2023
3184
  fw: 800,
2024
3185
  tt: "uppercase",
2025
3186
  ls: "1px",
2026
3187
  c: "gray.5",
2027
- children: c
3188
+ children: t
2028
3189
  }
2029
3190
  ) })
2030
3191
  ]
@@ -2034,16 +3195,16 @@ function Ze({ logo: a, description: s, sections: l = [], socialLinks: o = [], co
2034
3195
  }
2035
3196
  );
2036
3197
  }
2037
- function er({ companyName: a = "RiLiGar", productName: s = "nossos produtos" }) {
3198
+ function mr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" }) {
2038
3199
  return /* @__PURE__ */ e(
2039
- f,
3200
+ x,
2040
3201
  {
2041
3202
  py: 100,
2042
3203
  bg: "white",
2043
- children: /* @__PURE__ */ e(P, { size: "md", children: /* @__PURE__ */ r(t, { gap: 80, children: [
2044
- /* @__PURE__ */ r(t, { gap: "sm", children: [
3204
+ children: /* @__PURE__ */ e(F, { size: "md", children: /* @__PURE__ */ r(u, { gap: 80, children: [
3205
+ /* @__PURE__ */ r(u, { gap: "sm", children: [
2045
3206
  /* @__PURE__ */ e(
2046
- G,
3207
+ C,
2047
3208
  {
2048
3209
  order: 2,
2049
3210
  ta: "center",
@@ -2055,7 +3216,7 @@ function er({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
2055
3216
  }
2056
3217
  ),
2057
3218
  /* @__PURE__ */ r(
2058
- i,
3219
+ a,
2059
3220
  {
2060
3221
  ta: "center",
2061
3222
  c: "gray.5",
@@ -2065,26 +3226,26 @@ function er({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
2065
3226
  ls: "2px",
2066
3227
  children: [
2067
3228
  "Políticas globais de proteção de dados para ",
2068
- a,
3229
+ i,
2069
3230
  " & ",
2070
- s
3231
+ o
2071
3232
  ]
2072
3233
  }
2073
3234
  )
2074
3235
  ] }),
2075
- /* @__PURE__ */ e(S, { color: "gray.2" }),
2076
- /* @__PURE__ */ r(t, { gap: "xl", children: [
3236
+ /* @__PURE__ */ e(D, { color: "gray.2" }),
3237
+ /* @__PURE__ */ r(u, { gap: "xl", children: [
2077
3238
  /* @__PURE__ */ r(
2078
- i,
3239
+ a,
2079
3240
  {
2080
3241
  size: "lg",
2081
3242
  lh: 1.8,
2082
3243
  c: "gray.8",
2083
3244
  children: [
2084
3245
  "Na ",
2085
- /* @__PURE__ */ e("strong", { children: a }),
3246
+ /* @__PURE__ */ e("strong", { children: i }),
2086
3247
  ", a privacidade não é apenas um requisito legal, mas um valor fundamental que guia cada linha de código do ",
2087
- /* @__PURE__ */ e("strong", { children: s }),
3248
+ /* @__PURE__ */ e("strong", { children: o }),
2088
3249
  ". 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 ",
2089
3250
  /* @__PURE__ */ e("em", { children: "Privacy by Design" }),
2090
3251
  ", garantindo que a segurança não seja uma camada adicionada, mas a própria fundação de como operamos."
@@ -2092,7 +3253,7 @@ function er({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
2092
3253
  }
2093
3254
  ),
2094
3255
  /* @__PURE__ */ e(
2095
- i,
3256
+ a,
2096
3257
  {
2097
3258
  size: "md",
2098
3259
  lh: 1.7,
@@ -2101,23 +3262,23 @@ function er({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
2101
3262
  }
2102
3263
  )
2103
3264
  ] }),
2104
- /* @__PURE__ */ r(t, { gap: 50, children: [
3265
+ /* @__PURE__ */ r(u, { gap: 50, children: [
2105
3266
  /* @__PURE__ */ r(
2106
- h,
3267
+ f,
2107
3268
  {
2108
3269
  align: "flex-start",
2109
3270
  wrap: "nowrap",
2110
3271
  gap: "xl",
2111
3272
  children: [
2112
3273
  /* @__PURE__ */ e(
2113
- y,
3274
+ v,
2114
3275
  {
2115
3276
  variant: "light",
2116
3277
  size: 64,
2117
3278
  radius: "0",
2118
3279
  color: "gray",
2119
3280
  children: /* @__PURE__ */ e(
2120
- ce,
3281
+ ee,
2121
3282
  {
2122
3283
  size: 32,
2123
3284
  stroke: 1.2
@@ -2125,9 +3286,9 @@ function er({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
2125
3286
  )
2126
3287
  }
2127
3288
  ),
2128
- /* @__PURE__ */ r(t, { gap: "xs", children: [
3289
+ /* @__PURE__ */ r(u, { gap: "xs", children: [
2129
3290
  /* @__PURE__ */ e(
2130
- i,
3291
+ a,
2131
3292
  {
2132
3293
  fw: 900,
2133
3294
  tt: "uppercase",
@@ -2138,14 +3299,14 @@ function er({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
2138
3299
  }
2139
3300
  ),
2140
3301
  /* @__PURE__ */ r(
2141
- i,
3302
+ a,
2142
3303
  {
2143
3304
  size: "md",
2144
3305
  c: "gray.6",
2145
3306
  lh: 1.7,
2146
3307
  children: [
2147
3308
  "Coletamos apenas o mínimo necessário para que o ",
2148
- s,
3309
+ o,
2149
3310
  ' 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ê.'
2150
3311
  ]
2151
3312
  }
@@ -2155,21 +3316,21 @@ function er({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
2155
3316
  }
2156
3317
  ),
2157
3318
  /* @__PURE__ */ r(
2158
- h,
3319
+ f,
2159
3320
  {
2160
3321
  align: "flex-start",
2161
3322
  wrap: "nowrap",
2162
3323
  gap: "xl",
2163
3324
  children: [
2164
3325
  /* @__PURE__ */ e(
2165
- y,
3326
+ v,
2166
3327
  {
2167
3328
  variant: "light",
2168
3329
  size: 64,
2169
3330
  radius: "0",
2170
3331
  color: "gray",
2171
3332
  children: /* @__PURE__ */ e(
2172
- _,
3333
+ re,
2173
3334
  {
2174
3335
  size: 32,
2175
3336
  stroke: 1.2
@@ -2177,9 +3338,9 @@ function er({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
2177
3338
  )
2178
3339
  }
2179
3340
  ),
2180
- /* @__PURE__ */ r(t, { gap: "xs", children: [
3341
+ /* @__PURE__ */ r(u, { gap: "xs", children: [
2181
3342
  /* @__PURE__ */ e(
2182
- i,
3343
+ a,
2183
3344
  {
2184
3345
  fw: 900,
2185
3346
  tt: "uppercase",
@@ -2190,14 +3351,14 @@ function er({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
2190
3351
  }
2191
3352
  ),
2192
3353
  /* @__PURE__ */ r(
2193
- i,
3354
+ a,
2194
3355
  {
2195
3356
  size: "md",
2196
3357
  c: "gray.6",
2197
3358
  lh: 1.7,
2198
3359
  children: [
2199
3360
  "Diferente de plataformas legadas, o ",
2200
- s,
3361
+ o,
2201
3362
  " 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."
2202
3363
  ]
2203
3364
  }
@@ -2207,21 +3368,21 @@ function er({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
2207
3368
  }
2208
3369
  ),
2209
3370
  /* @__PURE__ */ r(
2210
- h,
3371
+ f,
2211
3372
  {
2212
3373
  align: "flex-start",
2213
3374
  wrap: "nowrap",
2214
3375
  gap: "xl",
2215
3376
  children: [
2216
3377
  /* @__PURE__ */ e(
2217
- y,
3378
+ v,
2218
3379
  {
2219
3380
  variant: "light",
2220
3381
  size: 64,
2221
3382
  radius: "0",
2222
3383
  color: "gray",
2223
3384
  children: /* @__PURE__ */ e(
2224
- de,
3385
+ be,
2225
3386
  {
2226
3387
  size: 32,
2227
3388
  stroke: 1.2
@@ -2229,9 +3390,9 @@ function er({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
2229
3390
  )
2230
3391
  }
2231
3392
  ),
2232
- /* @__PURE__ */ r(t, { gap: "xs", children: [
3393
+ /* @__PURE__ */ r(u, { gap: "xs", children: [
2233
3394
  /* @__PURE__ */ e(
2234
- i,
3395
+ a,
2235
3396
  {
2236
3397
  fw: 900,
2237
3398
  tt: "uppercase",
@@ -2242,14 +3403,14 @@ function er({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
2242
3403
  }
2243
3404
  ),
2244
3405
  /* @__PURE__ */ r(
2245
- i,
3406
+ a,
2246
3407
  {
2247
3408
  size: "md",
2248
3409
  c: "gray.6",
2249
3410
  lh: 1.7,
2250
3411
  children: [
2251
3412
  "A ",
2252
- a,
3413
+ i,
2253
3414
  " declara formalmente que nunca vendeu, alugou ou compartilhou listas de contatos, dados de uso ou logs de atividades com corretores de dados ou redes de publicidade. Nosso modelo financeiro é transparente e baseado na venda de licenças de software de alta performance. Acreditamos que, quando um produto é gratuito, o produto é você. Por isso, cobramos pelo valor do nosso trabalho e nunca pela sua privacidade."
2254
3415
  ]
2255
3416
  }
@@ -2259,21 +3420,21 @@ function er({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
2259
3420
  }
2260
3421
  ),
2261
3422
  /* @__PURE__ */ r(
2262
- h,
3423
+ f,
2263
3424
  {
2264
3425
  align: "flex-start",
2265
3426
  wrap: "nowrap",
2266
3427
  gap: "xl",
2267
3428
  children: [
2268
3429
  /* @__PURE__ */ e(
2269
- y,
3430
+ v,
2270
3431
  {
2271
3432
  variant: "light",
2272
3433
  size: 64,
2273
3434
  radius: "0",
2274
3435
  color: "gray",
2275
3436
  children: /* @__PURE__ */ e(
2276
- pe,
3437
+ ve,
2277
3438
  {
2278
3439
  size: 32,
2279
3440
  stroke: 1.2
@@ -2281,9 +3442,9 @@ function er({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
2281
3442
  )
2282
3443
  }
2283
3444
  ),
2284
- /* @__PURE__ */ r(t, { gap: "xs", children: [
3445
+ /* @__PURE__ */ r(u, { gap: "xs", children: [
2285
3446
  /* @__PURE__ */ e(
2286
- i,
3447
+ a,
2287
3448
  {
2288
3449
  fw: 900,
2289
3450
  tt: "uppercase",
@@ -2294,14 +3455,14 @@ function er({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
2294
3455
  }
2295
3456
  ),
2296
3457
  /* @__PURE__ */ r(
2297
- i,
3458
+ a,
2298
3459
  {
2299
3460
  size: "md",
2300
3461
  c: "gray.6",
2301
3462
  lh: 1.7,
2302
3463
  children: [
2303
3464
  "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 ",
2304
- s,
3465
+ o,
2305
3466
  ', 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.'
2306
3467
  ]
2307
3468
  }
@@ -2311,10 +3472,10 @@ function er({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
2311
3472
  }
2312
3473
  )
2313
3474
  ] }),
2314
- /* @__PURE__ */ e(S, { color: "gray.2" }),
2315
- /* @__PURE__ */ r(t, { gap: "lg", children: [
3475
+ /* @__PURE__ */ e(D, { color: "gray.2" }),
3476
+ /* @__PURE__ */ r(u, { gap: "lg", children: [
2316
3477
  /* @__PURE__ */ e(
2317
- i,
3478
+ a,
2318
3479
  {
2319
3480
  fw: 900,
2320
3481
  tt: "uppercase",
@@ -2325,7 +3486,7 @@ function er({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
2325
3486
  }
2326
3487
  ),
2327
3488
  /* @__PURE__ */ r(
2328
- i,
3489
+ a,
2329
3490
  {
2330
3491
  size: "sm",
2331
3492
  c: "gray.5",
@@ -2333,9 +3494,9 @@ function er({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
2333
3494
  lh: 1.8,
2334
3495
  children: [
2335
3496
  "O ",
2336
- s,
3497
+ o,
2337
3498
  " 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 ",
2338
- a,
3499
+ i,
2339
3500
  "."
2340
3501
  ]
2341
3502
  }
@@ -2345,16 +3506,16 @@ function er({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
2345
3506
  }
2346
3507
  );
2347
3508
  }
2348
- function rr({ companyName: a = "RiLiGar", productName: s = "nossos produtos" }) {
3509
+ function gr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" }) {
2349
3510
  return /* @__PURE__ */ e(
2350
- f,
3511
+ x,
2351
3512
  {
2352
3513
  py: 100,
2353
3514
  bg: "white",
2354
- children: /* @__PURE__ */ e(P, { size: "md", children: /* @__PURE__ */ r(t, { gap: 80, children: [
2355
- /* @__PURE__ */ r(t, { gap: "sm", children: [
3515
+ children: /* @__PURE__ */ e(F, { size: "md", children: /* @__PURE__ */ r(u, { gap: 80, children: [
3516
+ /* @__PURE__ */ r(u, { gap: "sm", children: [
2356
3517
  /* @__PURE__ */ e(
2357
- G,
3518
+ C,
2358
3519
  {
2359
3520
  order: 2,
2360
3521
  ta: "center",
@@ -2366,7 +3527,7 @@ function rr({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
2366
3527
  }
2367
3528
  ),
2368
3529
  /* @__PURE__ */ r(
2369
- i,
3530
+ a,
2370
3531
  {
2371
3532
  ta: "center",
2372
3533
  c: "gray.5",
@@ -2376,30 +3537,30 @@ function rr({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
2376
3537
  ls: "2px",
2377
3538
  children: [
2378
3539
  "Acordo de Licença para Usuário Final (EULA) do ",
2379
- s
3540
+ o
2380
3541
  ]
2381
3542
  }
2382
3543
  )
2383
3544
  ] }),
2384
- /* @__PURE__ */ e(S, { color: "gray.2" }),
2385
- /* @__PURE__ */ r(t, { gap: "xl", children: [
3545
+ /* @__PURE__ */ e(D, { color: "gray.2" }),
3546
+ /* @__PURE__ */ r(u, { gap: "xl", children: [
2386
3547
  /* @__PURE__ */ r(
2387
- i,
3548
+ a,
2388
3549
  {
2389
3550
  size: "lg",
2390
3551
  lh: 1.8,
2391
3552
  c: "gray.8",
2392
3553
  children: [
2393
3554
  "Bem-vindo ao ",
2394
- /* @__PURE__ */ e("strong", { children: s }),
3555
+ /* @__PURE__ */ e("strong", { children: o }),
2395
3556
  ". Este documento constitui um contrato vinculativo entre você e a ",
2396
- /* @__PURE__ */ e("strong", { children: a }),
3557
+ /* @__PURE__ */ e("strong", { children: i }),
2397
3558
  ". Ao acessar a plataforma, criar uma conta ou utilizar qualquer funcionalidade do software, você confirma que leu, entendeu e aceita integralmente estes termos."
2398
3559
  ]
2399
3560
  }
2400
3561
  ),
2401
3562
  /* @__PURE__ */ e(
2402
- i,
3563
+ a,
2403
3564
  {
2404
3565
  size: "md",
2405
3566
  lh: 1.7,
@@ -2408,23 +3569,23 @@ function rr({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
2408
3569
  }
2409
3570
  )
2410
3571
  ] }),
2411
- /* @__PURE__ */ r(t, { gap: 50, children: [
3572
+ /* @__PURE__ */ r(u, { gap: 50, children: [
2412
3573
  /* @__PURE__ */ r(
2413
- h,
3574
+ f,
2414
3575
  {
2415
3576
  align: "flex-start",
2416
3577
  wrap: "nowrap",
2417
3578
  gap: "xl",
2418
3579
  children: [
2419
3580
  /* @__PURE__ */ e(
2420
- y,
3581
+ v,
2421
3582
  {
2422
3583
  variant: "light",
2423
3584
  size: 64,
2424
3585
  radius: "0",
2425
3586
  color: "gray",
2426
3587
  children: /* @__PURE__ */ e(
2427
- he,
3588
+ ze,
2428
3589
  {
2429
3590
  size: 32,
2430
3591
  stroke: 1.2
@@ -2432,9 +3593,9 @@ function rr({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
2432
3593
  )
2433
3594
  }
2434
3595
  ),
2435
- /* @__PURE__ */ r(t, { gap: "xs", children: [
3596
+ /* @__PURE__ */ r(u, { gap: "xs", children: [
2436
3597
  /* @__PURE__ */ e(
2437
- i,
3598
+ a,
2438
3599
  {
2439
3600
  fw: 900,
2440
3601
  tt: "uppercase",
@@ -2445,16 +3606,16 @@ function rr({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
2445
3606
  }
2446
3607
  ),
2447
3608
  /* @__PURE__ */ r(
2448
- i,
3609
+ a,
2449
3610
  {
2450
3611
  size: "md",
2451
3612
  c: "gray.6",
2452
3613
  lh: 1.7,
2453
3614
  children: [
2454
3615
  "A ",
2455
- a,
3616
+ i,
2456
3617
  " concede a você uma licença limitada, revogável, não exclusiva e intransferível para utilizar o ",
2457
- s,
3618
+ o,
2458
3619
  " 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."
2459
3620
  ]
2460
3621
  }
@@ -2464,21 +3625,21 @@ function rr({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
2464
3625
  }
2465
3626
  ),
2466
3627
  /* @__PURE__ */ r(
2467
- h,
3628
+ f,
2468
3629
  {
2469
3630
  align: "flex-start",
2470
3631
  wrap: "nowrap",
2471
3632
  gap: "xl",
2472
3633
  children: [
2473
3634
  /* @__PURE__ */ e(
2474
- y,
3635
+ v,
2475
3636
  {
2476
3637
  variant: "light",
2477
3638
  size: 64,
2478
3639
  radius: "0",
2479
3640
  color: "gray",
2480
3641
  children: /* @__PURE__ */ e(
2481
- ge,
3642
+ we,
2482
3643
  {
2483
3644
  size: 32,
2484
3645
  stroke: 1.2
@@ -2486,9 +3647,9 @@ function rr({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
2486
3647
  )
2487
3648
  }
2488
3649
  ),
2489
- /* @__PURE__ */ r(t, { gap: "xs", children: [
3650
+ /* @__PURE__ */ r(u, { gap: "xs", children: [
2490
3651
  /* @__PURE__ */ e(
2491
- i,
3652
+ a,
2492
3653
  {
2493
3654
  fw: 900,
2494
3655
  tt: "uppercase",
@@ -2499,14 +3660,14 @@ function rr({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
2499
3660
  }
2500
3661
  ),
2501
3662
  /* @__PURE__ */ r(
2502
- i,
3663
+ a,
2503
3664
  {
2504
3665
  size: "md",
2505
3666
  c: "gray.6",
2506
3667
  lh: 1.7,
2507
3668
  children: [
2508
3669
  "A segurança da sua conta é uma responsabilidade compartilhada. Você deve fornecer informações precisas e manter a confidencialidade de suas senhas. Qualquer uso indevido da conta por terceiros, resultante de negligência do usuário, será de sua inteira responsabilidade. A ",
2509
- a,
3670
+ i,
2510
3671
  " reserva-se o direito de suspender contas que apresentem comportamento suspeito ou que violem as normas de segurança da infraestrutura."
2511
3672
  ]
2512
3673
  }
@@ -2516,21 +3677,21 @@ function rr({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
2516
3677
  }
2517
3678
  ),
2518
3679
  /* @__PURE__ */ r(
2519
- h,
3680
+ f,
2520
3681
  {
2521
3682
  align: "flex-start",
2522
3683
  wrap: "nowrap",
2523
3684
  gap: "xl",
2524
3685
  children: [
2525
3686
  /* @__PURE__ */ e(
2526
- y,
3687
+ v,
2527
3688
  {
2528
3689
  variant: "light",
2529
3690
  size: 64,
2530
3691
  radius: "0",
2531
3692
  color: "gray",
2532
3693
  children: /* @__PURE__ */ e(
2533
- me,
3694
+ Se,
2534
3695
  {
2535
3696
  size: 32,
2536
3697
  stroke: 1.2
@@ -2538,9 +3699,9 @@ function rr({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
2538
3699
  )
2539
3700
  }
2540
3701
  ),
2541
- /* @__PURE__ */ r(t, { gap: "xs", children: [
3702
+ /* @__PURE__ */ r(u, { gap: "xs", children: [
2542
3703
  /* @__PURE__ */ e(
2543
- i,
3704
+ a,
2544
3705
  {
2545
3706
  fw: 900,
2546
3707
  tt: "uppercase",
@@ -2551,16 +3712,16 @@ function rr({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
2551
3712
  }
2552
3713
  ),
2553
3714
  /* @__PURE__ */ r(
2554
- i,
3715
+ a,
2555
3716
  {
2556
3717
  size: "md",
2557
3718
  c: "gray.6",
2558
3719
  lh: 1.7,
2559
3720
  children: [
2560
3721
  "Todo o código-fonte, design, interfaces, logotipos e textos do ",
2561
- s,
3722
+ o,
2562
3723
  " são propriedade exclusiva da ",
2563
- a,
3724
+ i,
2564
3725
  ". 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."
2565
3726
  ]
2566
3727
  }
@@ -2570,21 +3731,21 @@ function rr({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
2570
3731
  }
2571
3732
  ),
2572
3733
  /* @__PURE__ */ r(
2573
- h,
3734
+ f,
2574
3735
  {
2575
3736
  align: "flex-start",
2576
3737
  wrap: "nowrap",
2577
3738
  gap: "xl",
2578
3739
  children: [
2579
3740
  /* @__PURE__ */ e(
2580
- y,
3741
+ v,
2581
3742
  {
2582
3743
  variant: "light",
2583
3744
  size: 64,
2584
3745
  radius: "0",
2585
3746
  color: "gray",
2586
3747
  children: /* @__PURE__ */ e(
2587
- ue,
3748
+ Ie,
2588
3749
  {
2589
3750
  size: 32,
2590
3751
  stroke: 1.2
@@ -2592,9 +3753,9 @@ function rr({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
2592
3753
  )
2593
3754
  }
2594
3755
  ),
2595
- /* @__PURE__ */ r(t, { gap: "xs", children: [
3756
+ /* @__PURE__ */ r(u, { gap: "xs", children: [
2596
3757
  /* @__PURE__ */ e(
2597
- i,
3758
+ a,
2598
3759
  {
2599
3760
  fw: 900,
2600
3761
  tt: "uppercase",
@@ -2605,14 +3766,14 @@ function rr({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
2605
3766
  }
2606
3767
  ),
2607
3768
  /* @__PURE__ */ r(
2608
- i,
3769
+ a,
2609
3770
  {
2610
3771
  size: "md",
2611
3772
  c: "gray.6",
2612
3773
  lh: 1.7,
2613
3774
  children: [
2614
3775
  "O ",
2615
- s,
3776
+ o,
2616
3777
  " 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."
2617
3778
  ]
2618
3779
  }
@@ -2622,21 +3783,21 @@ function rr({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
2622
3783
  }
2623
3784
  ),
2624
3785
  /* @__PURE__ */ r(
2625
- h,
3786
+ f,
2626
3787
  {
2627
3788
  align: "flex-start",
2628
3789
  wrap: "nowrap",
2629
3790
  gap: "xl",
2630
3791
  children: [
2631
3792
  /* @__PURE__ */ e(
2632
- y,
3793
+ v,
2633
3794
  {
2634
3795
  variant: "light",
2635
3796
  size: 64,
2636
3797
  radius: "0",
2637
3798
  color: "gray",
2638
3799
  children: /* @__PURE__ */ e(
2639
- fe,
3800
+ Te,
2640
3801
  {
2641
3802
  size: 32,
2642
3803
  stroke: 1.2
@@ -2644,9 +3805,9 @@ function rr({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
2644
3805
  )
2645
3806
  }
2646
3807
  ),
2647
- /* @__PURE__ */ r(t, { gap: "xs", children: [
3808
+ /* @__PURE__ */ r(u, { gap: "xs", children: [
2648
3809
  /* @__PURE__ */ e(
2649
- i,
3810
+ a,
2650
3811
  {
2651
3812
  fw: 900,
2652
3813
  tt: "uppercase",
@@ -2657,18 +3818,18 @@ function rr({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
2657
3818
  }
2658
3819
  ),
2659
3820
  /* @__PURE__ */ r(
2660
- i,
3821
+ a,
2661
3822
  {
2662
3823
  size: "md",
2663
3824
  c: "gray.6",
2664
3825
  lh: 1.7,
2665
3826
  children: [
2666
3827
  "O ",
2667
- s,
3828
+ o,
2668
3829
  " é fornecido ",
2669
3830
  /* @__PURE__ */ e("em", { children: '"as is"' }),
2670
3831
  " (como está). Embora busquemos a excelência técnica, a ",
2671
- a,
3832
+ i,
2672
3833
  " não garante que o software seja livre de erros ou interrupções. Em nenhuma hipótese a companhia será responsável por danos indiretos, lucros cessantes ou qualquer perda de dados que ultrapasse o valor total pago pelo usuário nos últimos 12 meses."
2673
3834
  ]
2674
3835
  }
@@ -2678,10 +3839,10 @@ function rr({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
2678
3839
  }
2679
3840
  )
2680
3841
  ] }),
2681
- /* @__PURE__ */ e(S, { color: "gray.2" }),
2682
- /* @__PURE__ */ r(t, { gap: "lg", children: [
3842
+ /* @__PURE__ */ e(D, { color: "gray.2" }),
3843
+ /* @__PURE__ */ r(u, { gap: "lg", children: [
2683
3844
  /* @__PURE__ */ e(
2684
- i,
3845
+ a,
2685
3846
  {
2686
3847
  fw: 900,
2687
3848
  tt: "uppercase",
@@ -2692,7 +3853,7 @@ function rr({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
2692
3853
  }
2693
3854
  ),
2694
3855
  /* @__PURE__ */ r(
2695
- i,
3856
+ a,
2696
3857
  {
2697
3858
  size: "sm",
2698
3859
  c: "gray.5",
@@ -2700,7 +3861,7 @@ function rr({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
2700
3861
  lh: 1.8,
2701
3862
  children: [
2702
3863
  "Reservamo-nos o direito de alterar estes Termos a qualquer momento. Alterações substanciais serão comunicadas com pelo menos 30 dias de antecedência. Este contrato é regido pelas leis da República Federativa do Brasil, sendo eleito o foro da comarca da sede da ",
2703
- a,
3864
+ i,
2704
3865
  " para dirimir quaisquer controvérsias. Última atualização: 27 de Março de 2026."
2705
3866
  ]
2706
3867
  }
@@ -2710,16 +3871,16 @@ function rr({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
2710
3871
  }
2711
3872
  );
2712
3873
  }
2713
- function ar({ companyName: a = "RiLiGar", productName: s = "nossos produtos" }) {
3874
+ function ur({ companyName: i = "RiLiGar", productName: o = "nossos produtos" }) {
2714
3875
  return /* @__PURE__ */ e(
2715
- f,
3876
+ x,
2716
3877
  {
2717
3878
  py: 100,
2718
3879
  bg: "white",
2719
- children: /* @__PURE__ */ e(P, { size: "md", children: /* @__PURE__ */ r(t, { gap: 80, children: [
2720
- /* @__PURE__ */ r(t, { gap: "sm", children: [
3880
+ children: /* @__PURE__ */ e(F, { size: "md", children: /* @__PURE__ */ r(u, { gap: 80, children: [
3881
+ /* @__PURE__ */ r(u, { gap: "sm", children: [
2721
3882
  /* @__PURE__ */ e(
2722
- G,
3883
+ C,
2723
3884
  {
2724
3885
  order: 2,
2725
3886
  ta: "center",
@@ -2731,7 +3892,7 @@ function ar({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
2731
3892
  }
2732
3893
  ),
2733
3894
  /* @__PURE__ */ r(
2734
- i,
3895
+ a,
2735
3896
  {
2736
3897
  ta: "center",
2737
3898
  c: "gray.5",
@@ -2741,30 +3902,30 @@ function ar({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
2741
3902
  ls: "2px",
2742
3903
  children: [
2743
3904
  "Protocolos de proteção, infraestrutura e resposta a incidentes do ",
2744
- s
3905
+ o
2745
3906
  ]
2746
3907
  }
2747
3908
  )
2748
3909
  ] }),
2749
- /* @__PURE__ */ e(S, { color: "gray.2" }),
2750
- /* @__PURE__ */ r(t, { gap: "xl", children: [
3910
+ /* @__PURE__ */ e(D, { color: "gray.2" }),
3911
+ /* @__PURE__ */ r(u, { gap: "xl", children: [
2751
3912
  /* @__PURE__ */ r(
2752
- i,
3913
+ a,
2753
3914
  {
2754
3915
  size: "lg",
2755
3916
  lh: 1.8,
2756
3917
  c: "gray.8",
2757
3918
  children: [
2758
3919
  "A integridade técnica da ",
2759
- /* @__PURE__ */ e("strong", { children: a }),
3920
+ /* @__PURE__ */ e("strong", { children: i }),
2760
3921
  " é construída sobre a premissa de que a confiança é conquistada através da transparência e do rigor tecnológico. O ",
2761
- /* @__PURE__ */ e("strong", { children: s }),
3922
+ /* @__PURE__ */ e("strong", { children: o }),
2762
3923
  " 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."
2763
3924
  ]
2764
3925
  }
2765
3926
  ),
2766
3927
  /* @__PURE__ */ e(
2767
- i,
3928
+ a,
2768
3929
  {
2769
3930
  size: "md",
2770
3931
  lh: 1.7,
@@ -2773,23 +3934,23 @@ function ar({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
2773
3934
  }
2774
3935
  )
2775
3936
  ] }),
2776
- /* @__PURE__ */ r(t, { gap: 50, children: [
3937
+ /* @__PURE__ */ r(u, { gap: 50, children: [
2777
3938
  /* @__PURE__ */ r(
2778
- h,
3939
+ f,
2779
3940
  {
2780
3941
  align: "flex-start",
2781
3942
  wrap: "nowrap",
2782
3943
  gap: "xl",
2783
3944
  children: [
2784
3945
  /* @__PURE__ */ e(
2785
- y,
3946
+ v,
2786
3947
  {
2787
3948
  variant: "light",
2788
3949
  size: 64,
2789
3950
  radius: "0",
2790
3951
  color: "gray",
2791
3952
  children: /* @__PURE__ */ e(
2792
- ye,
3953
+ qe,
2793
3954
  {
2794
3955
  size: 32,
2795
3956
  stroke: 1.2
@@ -2797,9 +3958,9 @@ function ar({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
2797
3958
  )
2798
3959
  }
2799
3960
  ),
2800
- /* @__PURE__ */ r(t, { gap: "xs", children: [
3961
+ /* @__PURE__ */ r(u, { gap: "xs", children: [
2801
3962
  /* @__PURE__ */ e(
2802
- i,
3963
+ a,
2803
3964
  {
2804
3965
  fw: 900,
2805
3966
  tt: "uppercase",
@@ -2810,14 +3971,14 @@ function ar({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
2810
3971
  }
2811
3972
  ),
2812
3973
  /* @__PURE__ */ r(
2813
- i,
3974
+ a,
2814
3975
  {
2815
3976
  size: "md",
2816
3977
  c: "gray.6",
2817
3978
  lh: 1.7,
2818
3979
  children: [
2819
3980
  "Todos os dados no ",
2820
- s,
3981
+ o,
2821
3982
  " 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."
2822
3983
  ]
2823
3984
  }
@@ -2827,21 +3988,21 @@ function ar({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
2827
3988
  }
2828
3989
  ),
2829
3990
  /* @__PURE__ */ r(
2830
- h,
3991
+ f,
2831
3992
  {
2832
3993
  align: "flex-start",
2833
3994
  wrap: "nowrap",
2834
3995
  gap: "xl",
2835
3996
  children: [
2836
3997
  /* @__PURE__ */ e(
2837
- y,
3998
+ v,
2838
3999
  {
2839
4000
  variant: "light",
2840
4001
  size: 64,
2841
4002
  radius: "0",
2842
4003
  color: "gray",
2843
4004
  children: /* @__PURE__ */ e(
2844
- _,
4005
+ re,
2845
4006
  {
2846
4007
  size: 32,
2847
4008
  stroke: 1.2
@@ -2849,9 +4010,9 @@ function ar({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
2849
4010
  )
2850
4011
  }
2851
4012
  ),
2852
- /* @__PURE__ */ r(t, { gap: "xs", children: [
4013
+ /* @__PURE__ */ r(u, { gap: "xs", children: [
2853
4014
  /* @__PURE__ */ e(
2854
- i,
4015
+ a,
2855
4016
  {
2856
4017
  fw: 900,
2857
4018
  tt: "uppercase",
@@ -2862,7 +4023,7 @@ function ar({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
2862
4023
  }
2863
4024
  ),
2864
4025
  /* @__PURE__ */ e(
2865
- i,
4026
+ a,
2866
4027
  {
2867
4028
  size: "md",
2868
4029
  c: "gray.6",
@@ -2875,21 +4036,21 @@ function ar({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
2875
4036
  }
2876
4037
  ),
2877
4038
  /* @__PURE__ */ r(
2878
- h,
4039
+ f,
2879
4040
  {
2880
4041
  align: "flex-start",
2881
4042
  wrap: "nowrap",
2882
4043
  gap: "xl",
2883
4044
  children: [
2884
4045
  /* @__PURE__ */ e(
2885
- y,
4046
+ v,
2886
4047
  {
2887
4048
  variant: "light",
2888
4049
  size: 64,
2889
4050
  radius: "0",
2890
4051
  color: "gray",
2891
4052
  children: /* @__PURE__ */ e(
2892
- xe,
4053
+ Ae,
2893
4054
  {
2894
4055
  size: 32,
2895
4056
  stroke: 1.2
@@ -2897,9 +4058,9 @@ function ar({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
2897
4058
  )
2898
4059
  }
2899
4060
  ),
2900
- /* @__PURE__ */ r(t, { gap: "xs", children: [
4061
+ /* @__PURE__ */ r(u, { gap: "xs", children: [
2901
4062
  /* @__PURE__ */ e(
2902
- i,
4063
+ a,
2903
4064
  {
2904
4065
  fw: 900,
2905
4066
  tt: "uppercase",
@@ -2910,7 +4071,7 @@ function ar({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
2910
4071
  }
2911
4072
  ),
2912
4073
  /* @__PURE__ */ e(
2913
- i,
4074
+ a,
2914
4075
  {
2915
4076
  size: "md",
2916
4077
  c: "gray.6",
@@ -2923,21 +4084,21 @@ function ar({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
2923
4084
  }
2924
4085
  ),
2925
4086
  /* @__PURE__ */ r(
2926
- h,
4087
+ f,
2927
4088
  {
2928
4089
  align: "flex-start",
2929
4090
  wrap: "nowrap",
2930
4091
  gap: "xl",
2931
4092
  children: [
2932
4093
  /* @__PURE__ */ e(
2933
- y,
4094
+ v,
2934
4095
  {
2935
4096
  variant: "light",
2936
4097
  size: 64,
2937
4098
  radius: "0",
2938
4099
  color: "gray",
2939
4100
  children: /* @__PURE__ */ e(
2940
- ve,
4101
+ Pe,
2941
4102
  {
2942
4103
  size: 32,
2943
4104
  stroke: 1.2
@@ -2945,9 +4106,9 @@ function ar({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
2945
4106
  )
2946
4107
  }
2947
4108
  ),
2948
- /* @__PURE__ */ r(t, { gap: "xs", children: [
4109
+ /* @__PURE__ */ r(u, { gap: "xs", children: [
2949
4110
  /* @__PURE__ */ e(
2950
- i,
4111
+ a,
2951
4112
  {
2952
4113
  fw: 900,
2953
4114
  tt: "uppercase",
@@ -2958,7 +4119,7 @@ function ar({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
2958
4119
  }
2959
4120
  ),
2960
4121
  /* @__PURE__ */ e(
2961
- i,
4122
+ a,
2962
4123
  {
2963
4124
  size: "md",
2964
4125
  c: "gray.6",
@@ -2971,12 +4132,12 @@ function ar({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
2971
4132
  }
2972
4133
  )
2973
4134
  ] }),
2974
- /* @__PURE__ */ e(S, { color: "gray.2" }),
2975
- /* @__PURE__ */ r(t, { gap: "lg", children: [
2976
- /* @__PURE__ */ r(h, { gap: "sm", children: [
2977
- /* @__PURE__ */ e(y, { variant: "transparent", color: "gray.9", children: /* @__PURE__ */ e(be, { size: 18 }) }),
4135
+ /* @__PURE__ */ e(D, { color: "gray.2" }),
4136
+ /* @__PURE__ */ r(u, { gap: "lg", children: [
4137
+ /* @__PURE__ */ r(f, { gap: "sm", children: [
4138
+ /* @__PURE__ */ e(v, { variant: "transparent", color: "gray.9", children: /* @__PURE__ */ e(De, { size: 18 }) }),
2978
4139
  /* @__PURE__ */ e(
2979
- i,
4140
+ a,
2980
4141
  {
2981
4142
  fw: 900,
2982
4143
  tt: "uppercase",
@@ -2988,7 +4149,7 @@ function ar({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
2988
4149
  )
2989
4150
  ] }),
2990
4151
  /* @__PURE__ */ r(
2991
- i,
4152
+ a,
2992
4153
  {
2993
4154
  size: "sm",
2994
4155
  c: "gray.5",
@@ -2996,7 +4157,7 @@ function ar({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
2996
4157
  lh: 1.8,
2997
4158
  children: [
2998
4159
  "A ",
2999
- a,
4160
+ i,
3000
4161
  " mantém um plano de resposta a incidentes ativo e testado semestralmente. Em caso de suspeita de vulnerabilidade ou evento de segurança, nossa equipe de CSIRT (Computer Security Incident Response Team) é acionada instantaneamente. Garantimos a notificação técnica detalhada aos usuários afetados e à Autoridade Nacional de Proteção de Dados (ANPD) em conformidade com os prazos regulatórios brasileiros. Se você identificar uma vulnerabilidade, utilize nosso programa de White Hat através do e-mail de suporte."
3001
4162
  ]
3002
4163
  }
@@ -3007,30 +4168,39 @@ function ar({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
3007
4168
  );
3008
4169
  }
3009
4170
  export {
3010
- Ae as CTABanner,
3011
- F as CTAButton,
3012
- $e as Comparison,
3013
- Je as FAQ,
3014
- Ke as FeatureSplit,
3015
- Qe as FeaturesGrid,
3016
- Ze as Footer,
3017
- we as Header,
3018
- Ve as Hero,
3019
- Ue as Layout,
3020
- er as LegalPrivacy,
3021
- ar as LegalSecurity,
3022
- rr as LegalTerms,
3023
- N as MediaBlock,
3024
- He as Navbar,
3025
- _e as Pricing,
3026
- Oe as SECTION_BACKGROUNDS,
3027
- Xe as SecondaryCTA,
3028
- T as Section,
3029
- J as SectionHeader,
3030
- Ye as SeloExclusivo,
3031
- We as SocialProof,
3032
- Ne as Testimonials,
3033
- qe as TrustBadge,
3034
- q as resolveBackground,
3035
- Ge as theme
4171
+ ne as BrandLogo,
4172
+ Ee 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,
4182
+ Fe 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,
4189
+ ie as MediaBlock,
4190
+ Qe as Navbar,
4191
+ tr as Pricing,
4192
+ er as ProductGrid,
4193
+ $e as SECTION_BACKGROUNDS,
4194
+ dr as SecondaryCTA,
4195
+ I as Section,
4196
+ ae as SectionHeader,
4197
+ hr as SeloExclusivo,
4198
+ Je as SocialProof,
4199
+ Ze as StatsGrid,
4200
+ nr as Steps,
4201
+ cr as Testimonials,
4202
+ Ce as TrustBadge,
4203
+ _e as Wordmark,
4204
+ B as resolveBackground,
4205
+ Ve as theme
3036
4206
  };