@charset "UTF-8";@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,300..700&family=Inter:wght@400;500;600;700&family=Instrument+Serif&family=JetBrains+Mono:wght@400;500&display=swap');@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&family=Inter:wght@400;500;600;700;800;900&display=swap');

/*
! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Inter, system-ui, -apple-system, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: "JetBrains Mono", ui-monospace, monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

.container{
  width: 100%;
}

@media (min-width: 640px){

  .container{
    max-width: 640px;
  }
}

@media (min-width: 768px){

  .container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){

  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){

  .container{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){

  .container{
    max-width: 1536px;
  }
}

.visible{
  visibility: visible;
}

.collapse{
  visibility: collapse;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.isolate{
  isolation: isolate;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.inline-flex{
  display: inline-flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.hidden{
  display: none;
}

.flex-shrink{
  flex-shrink: 1;
}

.border-collapse{
  border-collapse: collapse;
}

.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.resize{
  resize: both;
}

.flex-wrap{
  flex-wrap: wrap;
}

.break-all{
  word-break: break-all;
}

.border{
  border-width: 1px;
}

.uppercase{
  text-transform: uppercase;
}

.lowercase{
  text-transform: lowercase;
}

.capitalize{
  text-transform: capitalize;
}

.italic{
  font-style: italic;
}

.tabular-nums{
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.underline{
  text-decoration-line: underline;
}

.line-through{
  text-decoration-line: line-through;
}

.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.shadow{
  --tw-shadow: 0 4px 16px rgba(60,50,120,0.06);
  --tw-shadow-colored: 0 4px 16px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline{
  outline-style: solid;
}

.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow{
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert{
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-filter{
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

:root {
  /* Fontes */
  --font-ui:    'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --font-serif: 'Instrument Serif', 'Iowan Old Style', Georgia, serif;
  --font-mono:  'JetBrains Mono', ui-monospace, monospace;
  /* Legado: --font-display agora aponta pra Inter (sans).
     Instrument Serif fica reservado para uso EXPLÍCITO via .font-display ou var(--font-serif).
     Motivo: muitos componentes legados usam var(--font-display) em corpo/números/abas, onde serifa fica feia. */
  --font-display: var(--font-ui);
  --font-body: var(--font-ui);

  /* Paleta light */
  --bg: #f7f6fb;
  --bg-elev: #ffffff;
  --bg-muted: #f1eff7;
  --bg-hover: #ece9f4;
  --bg-sidebar: #ffffff;
  --border: #ece9f4;
  --text: #1a1530;
  --text-2: #5a5470;
  --text-3: #8b87a0;
  --text-4: #c1bdd1;
  --accent: #6c5ce7;
  --accent-hover: #5849d4;
  --accent-2: #8b7ff0;
  --accent-soft: #ece8ff;
  --accent-text: #4a3dbf;

  /* Brand secundárias */
  --violet: #6c5ce7;
  --pink: #ff7eb6;
  --teal: #5ce0d8;
  --amber: #ffb547;

  /* Semânticas em oklch (funcionam em light/dark) */
  --success:      oklch(0.62 0.13 150);
  --success-soft: oklch(0.95 0.03 150);
  --warn:         oklch(0.7  0.15  75);
  --warn-soft:    oklch(0.95 0.04  75);
  --danger:       oklch(0.62 0.18  15);
  --danger-soft:  oklch(0.96 0.04  15);

  /* Radius */
  --r-sm: 6px;
  --r:    10px;
  --r-md: 14px;
  --r-lg: 18px;
  --r-xl: 24px;

  /* Sombras */
  --shadow-sm: 0 1px 2px rgba(60,50,120,0.04);
  --shadow:    0 4px 16px rgba(60,50,120,0.06);
  --shadow-lg: 0 12px 36px rgba(60,50,120,0.10);
  --row-h: 36px;
}

[data-theme="dark"] {
  --bg: #0e0b1a;
  --bg-elev: #181428;
  --bg-muted: #211c36;
  --bg-hover: #2a2444;
  --bg-sidebar: #14101f;
  --border: #211c36;
  --text: #f0eef7;
  --text-2: #c1bdd1;
  --text-3: #8b87a0;
  --text-4: #5a5470;
  --accent: #8b7ff0;
  --accent-hover: #6c5ce7;
  --accent-soft: #211c36;
  --accent-text: #a89cf3;
}

html, body {
  font-family: var(--font-ui);
  background: var(--bg);
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.005em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-ui);
  letter-spacing: -0.02em;
  color: var(--text);
}

/* Classe utilitária para display editorial (hero, manchetes) */

.font-display, .text-display {
  font-family: var(--font-serif);
  letter-spacing: -0.01em;
}

/* Classe utilitária para labels técnicas/código */

.font-mono, code, kbd, samp, pre {
  font-family: var(--font-mono);
}

/* ============================================================
   ACCENT VARIANTS — controlados pelo TweaksPanel (Fase 5).
   Indigo é o default no :root. Outras 3 cores aplicam quando
   <html data-accent="cyan|green|orange">.
   ============================================================ */

[data-accent="cyan"] {
  --accent: #06b6d4;
  --accent-hover: #0891b2;
  --accent-2: #22d3ee;
  --accent-soft: #cffafe;
  --accent-text: #0e7490;
}

[data-accent="green"] {
  --accent: #10b981;
  --accent-hover: #059669;
  --accent-2: #34d399;
  --accent-soft: #d1fae5;
  --accent-text: #047857;
}

[data-accent="orange"] {
  --accent: #f97316;
  --accent-hover: #ea580c;
  --accent-2: #fb923c;
  --accent-soft: #ffedd5;
  --accent-text: #c2410c;
}

[data-accent="black"] {
  --accent: #1a1530;
  --accent-hover: #2d2845;
  --accent-2: #4a4766;
  --accent-soft: #ece9f4;
  --accent-text: #1a1530;
}

/* Dark mode + accent: ajustar saturação (accent fica mais claro pra contrastar com bg escuro) */

[data-theme="dark"][data-accent="cyan"]   { --accent: #22d3ee; --accent-hover: #06b6d4; --accent-soft: #164e63; --accent-text: #67e8f9; }

[data-theme="dark"][data-accent="green"]  { --accent: #34d399; --accent-hover: #10b981; --accent-soft: #064e3b; --accent-text: #6ee7b7; }

[data-theme="dark"][data-accent="orange"] { --accent: #fb923c; --accent-hover: #f97316; --accent-soft: #7c2d12; --accent-text: #fdba74; }

/* ============================================================
   DENSITY — comfortable (default) vs compact.
   Infra mínima: muda --row-h. Componentes futuros vão respeitar.
   ============================================================ */

[data-density="compact"] {
  --row-h: 32px;
}

.rbc-btn {
  color: inherit;
  font: inherit;
  margin: 0;
}

button.rbc-btn {
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  cursor: pointer;
}

button[disabled].rbc-btn {
  cursor: not-allowed;
}

button.rbc-input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.rbc-calendar {
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.rbc-m-b-negative-3 {
  margin-bottom: -3px;
}

.rbc-h-full {
  height: 100%;
}

.rbc-calendar *,
.rbc-calendar *:before,
.rbc-calendar *:after {
  box-sizing: inherit;
}

.rbc-abs-full, .rbc-row-bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.rbc-ellipsis, .rbc-show-more, .rbc-row-segment .rbc-event-content, .rbc-event-label {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rbc-rtl {
  direction: rtl;
}

.rbc-off-range {
  color: #999999;
}

.rbc-off-range-bg {
  background: #e6e6e6;
}

.rbc-header {
  overflow: hidden;
  flex: 1 0 0%;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 3px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 90%;
  min-height: 0;
  border-bottom: 1px solid #ddd;
}
.rbc-header + .rbc-header {
  border-left: 1px solid #ddd;
}
.rbc-rtl .rbc-header + .rbc-header {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}
.rbc-header > a, .rbc-header > a:active, .rbc-header > a:visited {
  color: inherit;
  text-decoration: none;
}

.rbc-button-link {
  color: inherit;
  background: none;
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}

.rbc-row-content {
  position: relative;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  z-index: 4;
}

.rbc-row-content-scrollable {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.rbc-row-content-scrollable .rbc-row-content-scroll-container {
  height: 100%;
  overflow-y: scroll; /* IE and Edge */ /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  /* Hide scrollbar for Chrome, Safari and Opera */
}
.rbc-row-content-scrollable .rbc-row-content-scroll-container::-webkit-scrollbar {
  display: none;
}

.rbc-today {
  background-color: #eaf6ff;
}

.rbc-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
}
.rbc-toolbar .rbc-toolbar-label {
  flex-grow: 1;
  padding: 0 10px;
  text-align: center;
}
.rbc-toolbar button {
  color: #373a3c;
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  background: none;
  background-image: none;
  border: 1px solid #ccc;
  padding: 0.375rem 1rem;
  border-radius: 4px;
  line-height: normal;
  white-space: nowrap;
}
.rbc-toolbar button:active, .rbc-toolbar button.rbc-active {
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  background-color: #e6e6e6;
  border-color: #adadad;
}
.rbc-toolbar button:active:hover, .rbc-toolbar button:active:focus, .rbc-toolbar button.rbc-active:hover, .rbc-toolbar button.rbc-active:focus {
  color: #373a3c;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.rbc-toolbar button:focus {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.rbc-toolbar button:hover {
  color: #373a3c;
  cursor: pointer;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.rbc-btn-group {
  display: inline-block;
  white-space: nowrap;
}
.rbc-btn-group > button:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rbc-btn-group > button:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rbc-rtl .rbc-btn-group > button:first-child:not(:last-child) {
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rbc-rtl .rbc-btn-group > button:last-child:not(:first-child) {
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rbc-btn-group > button:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.rbc-btn-group button + button {
  margin-left: -1px;
}
.rbc-rtl .rbc-btn-group button + button {
  margin-left: 0;
  margin-right: -1px;
}
.rbc-btn-group + .rbc-btn-group, .rbc-btn-group + button {
  margin-left: 10px;
}

@media (max-width: 767px) {
  .rbc-toolbar {
    flex-direction: column;
  }
}
.rbc-event, .rbc-day-slot .rbc-background-event {
  border: none;
  box-sizing: border-box;
  box-shadow: none;
  margin: 0;
  padding: 2px 5px;
  background-color: #3174ad;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  width: 100%;
  text-align: left;
}
.rbc-slot-selecting .rbc-event, .rbc-slot-selecting .rbc-day-slot .rbc-background-event, .rbc-day-slot .rbc-slot-selecting .rbc-background-event {
  cursor: inherit;
  pointer-events: none;
}
.rbc-event.rbc-selected, .rbc-day-slot .rbc-selected.rbc-background-event {
  background-color: #265985;
}
.rbc-event:focus, .rbc-day-slot .rbc-background-event:focus {
  outline: 5px auto #3b99fc;
}

.rbc-event-label {
  font-size: 80%;
}

.rbc-event-overlaps {
  box-shadow: -1px 1px 5px 0px rgba(51, 51, 51, 0.5);
}

.rbc-event-continues-prior {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.rbc-event-continues-after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rbc-event-continues-earlier {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.rbc-event-continues-later {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.rbc-row {
  display: flex;
  flex-direction: row;
}

.rbc-row-segment {
  padding: 0 1px 1px 1px;
}
.rbc-selected-cell {
  background-color: rgba(0, 0, 0, 0.1);
}

.rbc-show-more {
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 4;
  font-weight: bold;
  font-size: 85%;
  height: auto;
  line-height: normal;
  color: #3174ad;
}
.rbc-show-more:hover, .rbc-show-more:focus {
  color: #265985;
}

.rbc-month-view {
  position: relative;
  border: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  width: 100%;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  height: 100%;
}

.rbc-month-header {
  display: flex;
  flex-direction: row;
}

.rbc-month-row {
  display: flex;
  position: relative;
  flex-direction: column;
  flex: 1 0 0;
  flex-basis: 0px;
  overflow: hidden;
  height: 100%;
}
.rbc-month-row + .rbc-month-row {
  border-top: 1px solid #ddd;
}

.rbc-date-cell {
  flex: 1 1 0;
  min-width: 0;
  padding-right: 5px;
  text-align: right;
}
.rbc-date-cell.rbc-now {
  font-weight: bold;
}
.rbc-date-cell > a, .rbc-date-cell > a:active, .rbc-date-cell > a:visited {
  color: inherit;
  text-decoration: none;
}

.rbc-row-bg {
  display: flex;
  flex-direction: row;
  flex: 1 0 0;
  overflow: hidden;
  right: 1px;
}

.rbc-day-bg {
  flex: 1 0 0%;
}
.rbc-day-bg + .rbc-day-bg {
  border-left: 1px solid #ddd;
}
.rbc-rtl .rbc-day-bg + .rbc-day-bg {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}

.rbc-overlay {
  position: absolute;
  z-index: 5;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  padding: 10px;
}
.rbc-overlay > * + * {
  margin-top: 1px;
}

.rbc-overlay-header {
  border-bottom: 1px solid #e5e5e5;
  margin: -10px -10px 5px -10px;
  padding: 2px 10px;
}

.rbc-agenda-view {
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  overflow: auto;
}
.rbc-agenda-view table.rbc-agenda-table {
  width: 100%;
  border: 1px solid #ddd;
  border-spacing: 0;
  border-collapse: collapse;
}
.rbc-agenda-view table.rbc-agenda-table tbody > tr > td {
  padding: 5px 10px;
  vertical-align: top;
}
.rbc-agenda-view table.rbc-agenda-table .rbc-agenda-time-cell {
  padding-left: 15px;
  padding-right: 15px;
  text-transform: lowercase;
}
.rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
  border-left: 1px solid #ddd;
}
.rbc-rtl .rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}
.rbc-agenda-view table.rbc-agenda-table tbody > tr + tr {
  border-top: 1px solid #ddd;
}
.rbc-agenda-view table.rbc-agenda-table thead > tr > th {
  padding: 3px 5px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.rbc-rtl .rbc-agenda-view table.rbc-agenda-table thead > tr > th {
  text-align: right;
}

.rbc-agenda-time-cell {
  text-transform: lowercase;
}
.rbc-agenda-time-cell .rbc-continues-after:after {
  content: " »";
}
.rbc-agenda-time-cell .rbc-continues-prior:before {
  content: "« ";
}

.rbc-agenda-date-cell,
.rbc-agenda-time-cell {
  white-space: nowrap;
}

.rbc-agenda-event-cell {
  width: 100%;
}

.rbc-time-column {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.rbc-time-column .rbc-timeslot-group {
  flex: 1;
}

.rbc-timeslot-group {
  border-bottom: 1px solid #ddd;
  min-height: 40px;
  display: flex;
  flex-flow: column nowrap;
}

.rbc-time-gutter,
.rbc-header-gutter {
  flex: none;
}

.rbc-label {
  padding: 0 5px;
}

.rbc-day-slot {
  position: relative;
}
.rbc-day-slot .rbc-events-container {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  margin-right: 10px;
  top: 0;
}
.rbc-day-slot .rbc-events-container.rbc-rtl {
  left: 10px;
  right: 0;
}
.rbc-day-slot .rbc-event, .rbc-day-slot .rbc-background-event {
  border: 1px solid #265985;
  display: flex;
  max-height: 100%;
  min-height: 20px;
  flex-flow: column wrap;
  align-items: flex-start;
  overflow: hidden;
  position: absolute;
}
.rbc-day-slot .rbc-background-event {
  opacity: 0.75;
}
.rbc-day-slot .rbc-event-label {
  flex: none;
  padding-right: 5px;
  width: auto;
}
.rbc-day-slot .rbc-event-content {
  width: 100%;
  flex: 1 1 0;
  word-wrap: break-word;
  line-height: 1;
  height: 100%;
  min-height: 1em;
}
.rbc-day-slot .rbc-time-slot {
  border-top: 1px solid #f7f7f7;
}

.rbc-time-view-resources .rbc-time-gutter,
.rbc-time-view-resources .rbc-time-header-gutter {
  position: sticky;
  left: 0;
  background-color: white;
  border-right: 1px solid #ddd;
  z-index: 10;
  margin-right: -1px;
}
.rbc-time-view-resources .rbc-time-header {
  overflow: hidden;
}
.rbc-time-view-resources .rbc-time-header-content {
  min-width: auto;
  flex: 1 0 0;
  flex-basis: 0px;
}
.rbc-time-view-resources .rbc-time-header-cell-single-day {
  display: none;
}
.rbc-time-view-resources .rbc-day-slot {
  min-width: 140px;
}
.rbc-time-view-resources .rbc-header,
.rbc-time-view-resources .rbc-day-bg {
  width: 140px;
  flex: 1 1 0;
  flex-basis: 0 px;
}

.rbc-time-header-content + .rbc-time-header-content {
  margin-left: -1px;
}

.rbc-time-slot {
  flex: 1 0 0;
}
.rbc-time-slot.rbc-now {
  font-weight: bold;
}

.rbc-day-header {
  text-align: center;
}

.rbc-slot-selection {
  z-index: 10;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 75%;
  width: 100%;
  padding: 3px;
}

.rbc-slot-selecting {
  cursor: move;
}

.rbc-time-view {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  border: 1px solid #ddd;
  min-height: 0;
}
.rbc-time-view .rbc-time-gutter {
  white-space: nowrap;
  text-align: right;
}
.rbc-time-view .rbc-allday-cell {
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  position: relative;
}
.rbc-time-view .rbc-allday-cell + .rbc-allday-cell {
  border-left: 1px solid #ddd;
}
.rbc-time-view .rbc-allday-events {
  position: relative;
  z-index: 4;
}
.rbc-time-view .rbc-row {
  box-sizing: border-box;
  min-height: 20px;
}

.rbc-time-header {
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
}
.rbc-time-header.rbc-overflowing {
  border-right: 1px solid #ddd;
}
.rbc-rtl .rbc-time-header.rbc-overflowing {
  border-right-width: 0;
  border-left: 1px solid #ddd;
}
.rbc-time-header > .rbc-row:first-child {
  border-bottom: 1px solid #ddd;
}
.rbc-time-header > .rbc-row.rbc-row-resource {
  border-bottom: 1px solid #ddd;
}

.rbc-time-header-cell-single-day {
  display: none;
}

.rbc-time-header-content {
  flex: 1;
  display: flex;
  min-width: 0;
  flex-direction: column;
  border-left: 1px solid #ddd;
}
.rbc-rtl .rbc-time-header-content {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}
.rbc-time-header-content > .rbc-row.rbc-row-resource {
  border-bottom: 1px solid #ddd;
  flex-shrink: 0;
}

.rbc-time-content {
  display: flex;
  flex: 1 0 0%;
  align-items: flex-start;
  width: 100%;
  border-top: 2px solid #ddd;
  overflow-y: auto;
  position: relative;
}
.rbc-time-content > .rbc-time-gutter {
  flex: none;
}
.rbc-time-content > * + * > * {
  border-left: 1px solid #ddd;
}
.rbc-rtl .rbc-time-content > * + * > * {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}
.rbc-time-content > .rbc-day-slot {
  width: 100%;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.rbc-current-time-indicator {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #74ad31;
  pointer-events: none;
}

.rbc-resource-grouping.rbc-time-header-content {
  display: flex;
  flex-direction: column;
}
.rbc-resource-grouping .rbc-row .rbc-header {
  width: 141px;
}
/*# sourceMappingURL=react-big-calendar.css.map */.rbc-addons-dnd .rbc-addons-dnd-row-body {
  position: relative;
}
.rbc-addons-dnd .rbc-addons-dnd-drag-row {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.rbc-addons-dnd .rbc-addons-dnd-over {
  background-color: rgba(0, 0, 0, 0.3);
}
.rbc-addons-dnd .rbc-event {
  transition: opacity 150ms;
}
.rbc-addons-dnd .rbc-event:hover .rbc-addons-dnd-resize-ns-icon, .rbc-addons-dnd .rbc-event:hover .rbc-addons-dnd-resize-ew-icon {
  display: block;
}
.rbc-addons-dnd .rbc-addons-dnd-dragged-event {
  opacity: 0;
}
.rbc-addons-dnd.rbc-addons-dnd-is-dragging .rbc-event:not(.rbc-addons-dnd-dragged-event):not(.rbc-addons-dnd-drag-preview) {
  opacity: 0.5;
}
.rbc-addons-dnd .rbc-addons-dnd-resizable {
  position: relative;
  width: 100%;
  height: 100%;
}
.rbc-addons-dnd .rbc-addons-dnd-resize-ns-anchor {
  width: 100%;
  text-align: center;
  position: absolute;
}
.rbc-addons-dnd .rbc-addons-dnd-resize-ns-anchor:first-child {
  top: 0;
}
.rbc-addons-dnd .rbc-addons-dnd-resize-ns-anchor:last-child {
  bottom: 0;
}
.rbc-addons-dnd .rbc-addons-dnd-resize-ns-anchor .rbc-addons-dnd-resize-ns-icon {
  display: none;
  border-top: 3px double;
  margin: 0 auto;
  width: 10px;
  cursor: ns-resize;
}
.rbc-addons-dnd .rbc-addons-dnd-resize-ew-anchor {
  position: absolute;
  top: 4px;
  bottom: 0;
}
.rbc-addons-dnd .rbc-addons-dnd-resize-ew-anchor:first-child {
  left: 0;
}
.rbc-addons-dnd .rbc-addons-dnd-resize-ew-anchor:last-child {
  right: 0;
}
.rbc-addons-dnd .rbc-addons-dnd-resize-ew-anchor .rbc-addons-dnd-resize-ew-icon {
  display: none;
  border-left: 3px double;
  margin-top: auto;
  margin-bottom: auto;
  height: 10px;
  cursor: ew-resize;
}

/*# sourceMappingURL=styles.css.map */

/* ============================================================
   FLINK LANDING — design system
   Dark hero, light body. Iridescent accents. Geist type.
   ============================================================ */
@font-face {
  font-family: "Neue Haas Unica";
  src: url("/fonts/NeueHaasUnica-Medium.woff2") format("woff2");
  font-weight: 400 550;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Unica";
  src: url("/fonts/NeueHaasUnica-Bold.woff2") format("woff2");
  font-weight: 600 800;
  font-style: normal;
  font-display: swap;
}
:root {
  --lp-bg: #ffffff;
  --lp-bg-alt: #fafafa;
  --lp-bg-elev: #ffffff;
  --lp-fg: #0a0a0f;
  --lp-fg-2: #3f3f48;
  --lp-fg-3: #71717a;
  --lp-fg-4: #a1a1aa;
  --lp-border: #e5e7eb;
  --lp-border-strong: #d4d4d8;
  --lp-bg-muted: #f4f4f6;

  --lp-violet: #7c3aed;
  --lp-pink: #ec4899;
  --lp-cyan: #22d3ee;
  --lp-amber: #f59e0b;

  --lp-grad: linear-gradient(110deg, #a78bfa 0%, #ec4899 50%, #f59e0b 100%);
  --lp-grad-cool: linear-gradient(110deg, #7c3aed 0%, #22d3ee 100%);

  --lp-r: 12px;
  --lp-r-lg: 18px;
  --lp-r-xl: 24px;

  --lp-shadow-card: 0 1px 2px rgba(15, 15, 30, 0.04), 0 4px 24px rgba(15, 15, 30, 0.06);
  --lp-shadow-soft: 0 1px 3px rgba(15, 15, 30, 0.05);

  --lp-section-pad: 96px;
  --lp-container: 1200px;
  --lp-container-px: 32px;
}
[data-theme="dark"] {
  --lp-bg: #07070b;
  --lp-bg-alt: #0c0c12;
  --lp-bg-elev: #101019;
  --lp-fg: #f4f4f6;
  --lp-fg-2: #d4d4d8;
  --lp-fg-3: #9ca3af;
  --lp-fg-4: #6b7280;
  --lp-border: rgba(255, 255, 255, 0.08);
  --lp-border-strong: rgba(255, 255, 255, 0.14);
  --lp-bg-muted: rgba(255, 255, 255, 0.04);
  --lp-shadow-card: 0 1px 2px rgba(0, 0, 0, 0.3), 0 8px 32px rgba(0, 0, 0, 0.5);
}
[data-density="compact"] {
  --lp-section-pad: 64px;
}
/* Reset SCOPED em .lp para não vazar pro resto do app (Login, Dashboard, etc) */
.lp, .lp * { box-sizing: border-box; }
.lp { background: var(--lp-bg); color: var(--lp-fg); font-family: "Geist", system-ui, -apple-system, sans-serif; -webkit-font-smoothing: antialiased; overflow-x: clip; }
.lp h1, .lp h2, .lp h3, .lp h4, .lp h5, .lp h6, .lp p, .lp ul, .lp ol, .lp li, .lp figure, .lp blockquote { margin: 0; padding: 0; }
.lp a { color: inherit; text-decoration: none; }
.lp button { font-family: inherit; cursor: pointer; }
.lp { width: 100%; }
.lp-container {
  max-width: var(--lp-container);
  margin: 0 auto;
  padding: 0 var(--lp-container-px);
}
/* ── Buttons ────────────────────────────────────────────────── */
.lp-btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px; height: 38px; padding: 0 16px;
  border-radius: 10px; border: 1px solid transparent;
  font-size: 13.5px; font-weight: 600; letter-spacing: -0.005em;
  transition: transform 0.15s, background 0.15s, border-color 0.15s, box-shadow 0.15s;
  white-space: nowrap;
}
.lp-btn-sm { height: 34px; padding: 0 14px; font-size: 13px; }
.lp-btn-lg { height: 48px; padding: 0 22px; font-size: 14.5px; border-radius: 12px; }
.lp-btn-block { width: 100%; }
.lp-btn-arrow { display: inline-block; transition: transform 0.2s; font-size: 1.05em; }
.lp-btn:hover .lp-btn-arrow { transform: translateX(2px); }
.lp-btn-primary {
  background: var(--lp-fg);
  color: var(--lp-bg);
  box-shadow: 0 1px 2px rgba(0,0,0,0.08), inset 0 -1px 0 rgba(0,0,0,0.15), inset 0 1px 0 rgba(255,255,255,0.12);
}
.lp-btn-primary:hover { transform: translateY(-1px); box-shadow: 0 6px 16px rgba(0,0,0,0.18); }
[data-theme="dark"] .lp-btn-primary { background: #fff; color: #0a0a0f; }
.lp-btn-ghost {
  background: transparent;
  color: var(--lp-fg);
  border-color: var(--lp-border-strong);
}
.lp-btn-ghost:hover { background: var(--lp-bg-muted); }
.lp-link { font-size: 13.5px; color: var(--lp-fg-2); font-weight: 500; }
.lp-link:hover { color: var(--lp-fg); }
/* ── Nav ────────────────────────────────────────────────────── */
.lp-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between; gap: 28px;
  padding: 23px 32px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(18px) saturate(1.6);
  -webkit-backdrop-filter: blur(18px) saturate(1.6);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 1px 14px rgba(15, 23, 42, 0.05);
}
[data-theme="light"] .lp-nav,
:root[data-theme="auto"] .lp-nav { /* still over hero (which is dark by default) */ }
/* hero is always dark; nav matches hero */
.lp-nav-brand {
  display: inline-flex; align-items: center; gap: 9px;
  color: #0f172a; font-weight: 700; font-size: 16px; letter-spacing: -0.02em;
  margin-left: 300px;
  transform: scale(1.22);
  transform-origin: left center;
}
.lp-nav-brand span { font-size: 21px; }
.lp-nav-links {
  display: flex; gap: 24px;
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
}
.lp-nav-links a {
  font-size: 16.5px; color: #334155; font-weight: 500;
  transition: color 0.15s;
}
.lp-nav-links a:hover { color: #0f172a; }
.lp-nav-cta { display: flex; align-items: center; gap: 16px; margin-right: 300px; }
.lp-nav-cta .lp-link { color: #334155; }
.lp-nav-cta .lp-link:hover { color: #0f172a; }
.lp-nav-cta .lp-btn-primary { background: #0f172a; color: #fff; }
/* ── Hero ───────────────────────────────────────────────────── */
.lp-hero-scroll {
  position: relative;
  height: 230vh; /* trilho de scroll: ~130vh de rolagem com o hero fixo */
}
.lp-hero {
  position: sticky;
  top: 0;
  height: 100vh;
  background: #f5f8ff;
  color: #f4f4f6;
  overflow: hidden;
  margin-top: 0; /* nav agora é fixed (fora do fluxo) */
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 132px 0 0;
}
.lp-hero-pill {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 5px 16px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 999px;
  background: #fff;
  color: #1a1530;
  font-size: 15px; font-weight: 500; letter-spacing: -0.01em;
  box-shadow: 0 2px 10px -4px rgba(15, 23, 42, 0.12);
  margin-bottom: 6px;
}
.lp-hero-pill-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.18);
  animation: lp-pulse 2.4s ease-in-out infinite;
}
.lp-hero-bg {
  position: absolute; inset: -20% -10% 0 -10%;
  background: none;
  filter: blur(40px);
  pointer-events: none;
}
.lp-hero-grid {
  display: none;
  position: absolute; inset: 0;
  background-image:
    linear-gradient(to right, rgba(15, 23, 42, 0.05) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(15, 23, 42, 0.05) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 75% 65% at 50% 30%, black 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse 75% 65% at 50% 30%, black 30%, transparent 80%);
  pointer-events: none;
}
.lp-hero-noise {
  position: absolute; inset: 0;
  opacity: 0;
  pointer-events: none;
}
.lp-hero-inner {
  position: relative;
  width: 100%;
  max-width: 1560px;
  height: calc(100vh - 132px);
  min-height: calc(100vh - 132px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 34px;
  text-align: center;
}
.lp-hero-col-text {
  display: flex; flex-direction: column; align-items: center;
  gap: 28px;
}
.lp-hero-col-text .lp-hero-h { font-family: "Neue Haas Unica", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: clamp(44px, 5.4vw, 76px); font-weight: 600; letter-spacing: -0.025em; max-width: none; white-space: nowrap; line-height: 1.02; color: #3a3a44; -webkit-font-smoothing: antialiased; }
.lp-hero-col-text .lp-hero-h .lp-hero-h-line:last-child::after {
  content: "";
  display: inline-block;
  width: 0.13em; height: 0.13em;
  border-radius: 50%;
  background: currentColor;
  margin-left: 0.05em;
  vertical-align: baseline;
}
/* a frase sobe encostando mais no título; o margin-bottom devolve o mesmo
   tanto pra o card e o mockup abaixo não saírem do lugar */
.lp-hero-col-text .lp-hero-sub { max-width: 62ch; line-height: 1.55; white-space: pre-line; margin-top: -16px; margin-bottom: 16px; }
.lp-hero-col-text .lp-hero-actions { justify-content: center; }
/* Card CTA do hero — "Cadastre-se e teste grátis por 7 dias" */
.lp a.lp-hero-signup {
  position: relative;
  isolation: isolate;
  overflow: hidden;                 /* a sombra azul não escapa do card */
  display: inline-flex; align-items: center; gap: 9px;
  padding: 6px 22px;
  /* sobe o card sem mexer na posição do palco/mockup abaixo */
  margin-top: -30px; margin-bottom: 30px;
  border-radius: 999px;
  border: 1px solid rgba(72, 148, 255, 0.80);
  background: rgba(7, 8, 12, 0.90);
  backdrop-filter: blur(16px) saturate(140%);
  color: #ffffff;
  font-size: 14px; font-weight: 600; letter-spacing: -0.012em;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
  transition: transform 0.2s ease, border-color 0.2s ease;
}
/* borrão azul que passeia DENTRO do card (recortado pelo overflow) */
.lp a.lp-hero-signup::before {
  content: "";
  position: absolute;
  top: 50%; left: 0;
  width: 58%; aspect-ratio: 1 / 1;
  transform: translate(-30%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(64,141,255,0.95) 0%, rgba(64,141,255,0.45) 45%, rgba(64,141,255,0) 72%);
  filter: blur(14px);
  z-index: -1;
  pointer-events: none;
  animation: lp-signup-glow 6.5s ease-in-out infinite;
}
@keyframes lp-signup-glow {
  0%   { transform: translate(-30%, -50%) scale(1); }
  50%  { transform: translate(115%, -50%) scale(1.12); }
  100% { transform: translate(-30%, -50%) scale(1); }
}
.lp a.lp-hero-signup > span { position: relative; z-index: 1; }
/* mesmo card na dobra final: sem os deslocamentos que ele tem no hero */
.lp a.lp-hero-signup.lp-cta-signup { margin-top: 0; margin-bottom: 0; }
.lp a.lp-hero-signup .lp-btn-arrow { color: #cfe2ff; }
.lp a.lp-hero-signup:hover {
  transform: translateY(-1px);
  border-color: rgba(72, 148, 255, 1);
}
.lp-hero-stage {
  position: relative;
  width: 100%;
  flex: 1;
  min-height: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.lp-hero-col-media {
  position: relative;
  z-index: 2;
  display: flex; align-items: flex-start; justify-content: center;
  margin-right: 0;
  width: 100%;
  transform-origin: center top;
  will-change: transform;
}
/* ── Cards flutuantes (efeito scroll estilo Attio) ───────────── */
.lp-float {
  position: absolute;
  z-index: 4;
  opacity: 0;
  width: 262px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.75);
  box-shadow: 0 26px 64px -20px rgba(10, 40, 95, 0.45), 0 4px 14px -6px rgba(10, 40, 95, 0.25);
  text-align: left;
  color: #1a1530;
  will-change: transform, opacity;
  pointer-events: none;
}
.lp-float-1 { top: 3%;  left: 0%; }
.lp-float-2 { bottom: 3%; left: 7%; }
.lp-float-3 { top: 12%; right: 0%; }
/* Card 1 variante — dashboard ao vivo (mesma cena da aba), reduzido */
.lp-float.lpf-scene {
  width: auto;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-radius: 0;
}
.lp-float.lpf-scene .fk-tab-mock-wrap {
  zoom: 0.42;
  width: 860px;
  max-width: 860px !important;
  margin: 0;
}
/* Card 1 — lead no WhatsApp */
.lpf-head {
  display: flex; align-items: center; gap: 8px;
  font-size: 12.5px; font-weight: 600; color: #1a1530;
  margin-bottom: 9px;
}
.lpf-wa {
  width: 22px; height: 22px; border-radius: 50%;
  background: #25d366;
  display: inline-flex; align-items: center; justify-content: center;
  flex: 0 0 22px;
}
.lpf-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #25d366; margin-left: auto;
  box-shadow: 0 0 0 3px rgba(37, 211, 102, 0.2);
}
.lpf-msg {
  font-size: 14px; line-height: 1.45; color: #2a2440;
  background: #eef1f6; border-radius: 12px; border-top-left-radius: 3px;
  padding: 10px 12px;
}
.lpf-time { font-size: 11px; color: #8b87a0; margin-top: 8px; }
/* Card 2 — Sofia em ação (escuro) */
.lp-float.lpf-dark {
  background: linear-gradient(155deg, #211d3a 0%, #191533 100%);
  border: 1px solid rgba(140, 120, 250, 0.28);
  color: #eae7fb;
}
.lpf-term {
  display: flex; align-items: center; gap: 7px;
  font-size: 12.5px; font-weight: 600; color: #cfc8ff;
  margin-bottom: 11px;
}
.lpf-spark { color: #a78bfa; font-size: 14px; }
.lpf-line {
  font-size: 13px; line-height: 1.5; color: #d9d5f0;
  padding: 3px 0;
}
.lpf-line b { color: #fff; font-weight: 700; }
/* Card 3 — tarefa criada */
.lpf-task-top {
  display: flex; align-items: center; gap: 8px;
  font-size: 12.5px; font-weight: 600; color: #1a1530;
  margin-bottom: 10px;
}
.lpf-bell {
  width: 22px; height: 22px; border-radius: 7px;
  background: #eef0ff; color: #6c5ce7;
  display: inline-flex; align-items: center; justify-content: center;
  flex: 0 0 22px;
}
.lpf-pri {
  margin-left: auto;
  font-size: 10px; font-weight: 700; letter-spacing: 0.03em;
  color: #b7791f; background: #fdf3d9;
  padding: 3px 8px; border-radius: 999px;
}
.lpf-task-title { font-size: 14.5px; font-weight: 600; color: #1a1530; line-height: 1.3; }
.lpf-task-meta {
  display: flex; gap: 14px;
  font-size: 12px; color: #5a5470;
  margin-top: 9px;
}
@media (max-width: 980px) {
  .lp-hero-scroll { height: auto; }
  .lp-hero { position: relative; height: auto; }
  .lp-float { display: none; }
}
.lp-hero-blob { display: none; }
/* Domo GLASS preto: mesma forma de sempre, agora no vidro escuro das outras
   dobras (#07080c) com as sombras azuis se movendo por trás */
.lp-hero-circle {
  position: absolute; left: -12vw; right: -12vw; bottom: -34vh; top: auto; height: 86vh;
  z-index: 0; pointer-events: none; overflow: hidden;
  border-radius: 50% 50% 0 0 / 46% 46% 0 0;
  background: #07080c;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    inset 0 1px 30px rgba(255, 255, 255, 0.05),
    inset 0 -80px 140px rgba(0, 0, 0, 0.45);
}
/* sombras azuis — mesmo tom das outras dobras, sempre ao centro pra nunca
   encostar na borda arredondada */
.lp-hero-circle span { position: absolute; border-radius: 50%; filter: blur(64px); background: #408dff; }
.lp-hero-circle .c1 { width: 32vw; height: 32vw; left: 16%; top: 30%; opacity: 0.58; animation: lpOrb1 6s ease-in-out infinite; }
.lp-hero-circle .c2 { width: 28vw; height: 28vw; right: 16%; top: 34%; opacity: 0.46; animation: lpOrb2 7.5s ease-in-out infinite; }
.lp-hero-circle .c3 { width: 26vw; height: 26vw; left: 40%; top: 48%; opacity: 0.40; animation: lpOrb3 9s ease-in-out infinite; }
/* sombras menores encostando nas bordas do domo — desfoque menor que o das
   grandes, senão um orbe pequeno com blur de 64px simplesmente some */
.lp-hero-circle .c4,
.lp-hero-circle .c5,
.lp-hero-circle .c6,
.lp-hero-circle .c7,
.lp-hero-circle .c8 { filter: blur(38px); }
.lp-hero-circle .c4 { width: 13vw; height: 13vw; left: 1%;   top: 18%;    opacity: 0.52; animation: lpOrb2 8.5s ease-in-out infinite; }
.lp-hero-circle .c5 { width: 11vw; height: 11vw; right: 2%;  top: 24%;    opacity: 0.46; animation: lpOrb3 7s ease-in-out infinite; }
.lp-hero-circle .c6 { width: 10vw; height: 10vw; left: 7%;   bottom: 13%; opacity: 0.44; animation: lpOrb1 9.5s ease-in-out infinite; }
.lp-hero-circle .c7 { width: 12vw; height: 12vw; right: 6%;  bottom: 18%; opacity: 0.50; animation: lpOrb2 10.5s ease-in-out infinite; }
.lp-hero-circle .c8 { width: 9vw;  height: 9vw;  left: 46%;  top: 3%;     opacity: 0.42; animation: lpOrb3 8s ease-in-out infinite; }
/* véu escuro por cima das sombras: é ele que transforma o azul em vidro fumê */
.lp-hero-circle::before { content: ""; position: absolute; inset: 0; pointer-events: none; background:
  linear-gradient(180deg, rgba(7,8,12,0.50) 0%, rgba(7,8,12,0.24) 34%, rgba(7,8,12,0.30) 68%, rgba(7,8,12,0.62) 100%); }
/* reflexo diagonal do vidro + brilho fino na borda de cima */
.lp-hero-circle::after { content: ""; position: absolute; inset: 0; pointer-events: none; background:
  linear-gradient(180deg, rgba(255,255,255,0.07) 0%, rgba(255,255,255,0) 20%),
  linear-gradient(114deg, rgba(255,255,255,0) 38%, rgba(255,255,255,0.055) 48%, rgba(255,255,255,0.015) 53%, rgba(255,255,255,0) 63%); }
@keyframes lpOrb1 { 0% { transform: translate(0, 0) scale(1); } 33% { transform: translate(7vw, 5vh) scale(1.12); } 66% { transform: translate(4vw, -3vh) scale(0.96); } 100% { transform: translate(0, 0) scale(1); } }
@keyframes lpOrb2 { 0% { transform: translate(0, 0) scale(1); } 33% { transform: translate(-6vw, 5vh) scale(1.1); } 66% { transform: translate(-3vw, -3vh) scale(1.18); } 100% { transform: translate(0, 0) scale(1); } }
@keyframes lpOrb3 { 0% { transform: translate(0, 0) scale(1); } 33% { transform: translate(6vw, -4vh) scale(1.18); } 66% { transform: translate(-5vw, 4vh) scale(1.0); } 100% { transform: translate(0, 0) scale(1); } }
.lp-hero-col-media .lp-hero-mockup-wrap { margin-top: 0; position: relative; z-index: 1; max-width: min(1560px, 82vw); width: 100%; }
.lp-hero-col-media .lp-hero-mockup-wrap .fk-tab-mock-wrap { max-width: 100% !important; }
.lp-hero-col-media .lp-hero-mockup-wrap .fk-tab-mock-video { aspect-ratio: 20 / 9; }
@media (max-width: 980px) {
  .lp-hero-inner { grid-template-columns: 1fr; gap: 30px; text-align: center; }
  .lp-hero-col-text { align-items: center; }
  .lp-hero-col-text .lp-hero-h { max-width: 20ch; }
  .lp-hero-col-text .lp-hero-sub { max-width: 52ch; }
  .lp-hero-col-text .lp-hero-actions { justify-content: center; }
  .lp-hero-blob { display: none; }
  .lp-hero-circle { display: none; }
  .lp-hero { background: linear-gradient(180deg, #ffffff 0%, #eaf2ff 55%, #cfe0ff 100%); }
}
.lp-hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 12px;
  border: 1px solid rgba(15, 23, 42, 0.15);
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.04);
  font-size: 12px; font-weight: 500; color: #0f172a;
  letter-spacing: -0.005em;
}
.lp-hero-orbit { position: relative; width: 380px; height: 56px; max-width: 100%; }
.lp-hero-brands { display: flex; align-items: center; gap: 28px; }
.lp-brand-ic {
  width: 38px; height: 38px; -o-object-fit: contain; object-fit: contain; display: block;
  animation: fkBrandFloat 2.8s ease-in-out infinite; will-change: transform;
  filter: drop-shadow(0 4px 10px rgba(15, 23, 42, .12));
}
.lp-brand-sq { width: 33px; height: 33px; }
.lp-brand-ic:nth-child(1) { animation-delay: 0s; }
.lp-brand-ic:nth-child(2) { animation-delay: .14s; }
.lp-brand-ic:nth-child(3) { animation-delay: .28s; }
.lp-brand-ic:nth-child(4) { animation-delay: .42s; }
.lp-brand-ic:nth-child(5) { animation-delay: .56s; }
.lp-brand-ic:nth-child(6) { animation-delay: .70s; }
@keyframes fkBrandFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
@media (prefers-reduced-motion: reduce) { .lp-brand-ic { animation: none; } }
.lp-hero-eyebrow-dot {
  width: 7px; height: 7px; border-radius: 999px;
  background: #4ade80;
  box-shadow: 0 0 0 3px rgba(74, 222, 128, 0.18);
  animation: lp-pulse 2.4s ease-in-out infinite;
}
@keyframes lp-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.55; }
}
.lp-hero-h {
  font-size: clamp(44px, 7vw, 82px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 0.98;
  max-width: 24ch;
  text-wrap: balance;
}
.lp-hero-h-line {
  display: block;
}
.lp-hero-h-grad {
  background: none;
  -webkit-text-fill-color: #1877F2;
  color: #1877F2;
  display: inline-block;
}
.lp-hero-sub {
  font-size: clamp(15px, 1.4vw, 18px);
  color: rgba(255, 255, 255, 0.72);
  max-width: 58ch;
  line-height: 1.55;
  text-wrap: pretty;
}
.lp-hero-actions {
  display: flex; align-items: center; gap: 16px;
  flex-wrap: wrap; justify-content: center;
  margin-top: 6px;
}
.lp-hero .lp-btn-primary { background: #1877F2; color: #fff; box-shadow: 0 12px 26px -10px rgba(24,119,242,0.55); }
.lp-hero .lp-btn-glass { background: rgba(15,23,42,0.045); color: #0f172a; border: 1px solid rgba(15,23,42,0.16); }
.lp-hero .lp-btn-google {
  display: inline-flex; align-items: center; justify-content: center; gap: 14px;
  padding: 13px 34px;
  background: linear-gradient(135deg, #5c9dff 0%, #1f6fff 50%, #0a49b8 100%);
  color: #fff;
  border-radius: 999px;
  font-size: 19px; font-weight: 600; letter-spacing: -0.005em;
  text-decoration: none;
  box-shadow: 0 14px 30px -10px rgba(24,119,242,0.5);
  transition: filter 0.15s, transform 0.15s;
}
.lp-hero .lp-btn-google:hover { filter: brightness(1.06); transform: translateY(-1px); }
.lp-btn-google-ic {
  flex: 0 0 34px; width: 34px; height: 34px;
  background: #fff; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.lp-btn-google-ic img { width: 20px; height: 20px; display: block; }
.lp-hero-cta-sub { font-size: 12.5px; color: rgba(15, 23, 42, 0.55); }
.lp-hero-chat-wrap {
  margin-top: 36px;
  width: 100%;
  max-width: 880px;
  position: relative;
}
.lp-hero-proof {
  font-size: 12.5px; color: rgba(255, 255, 255, 0.4);
  margin-top: 24px;
  letter-spacing: 0.01em;
}
/* ── Chat mockup ────────────────────────────────────────────── */
.lp-chat { position: relative; }
.lp-chat-glow {
  position: absolute; inset: -40px;
  background: radial-gradient(ellipse 60% 40% at 50% 50%, rgba(124, 58, 237, 0.28), transparent 70%);
  filter: blur(40px);
  z-index: -1;
  pointer-events: none;
}
.lp-chat-frame {
  position: relative;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(20, 20, 30, 0.95) 0%, rgba(15, 15, 22, 0.95) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.08) inset,
    0 30px 80px -20px rgba(0, 0, 0, 0.6),
    0 0 0 1px rgba(124, 58, 237, 0.1);
  overflow: hidden;
  text-align: left;
  backdrop-filter: blur(20px);
}
.lp-chat-chrome {
  display: flex; align-items: center; gap: 10px;
  padding: 11px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(0, 0, 0, 0.2);
}
.lp-chat-dots { display: flex; gap: 6px; }
.lp-chat-dots span {
  width: 11px; height: 11px; border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}
.lp-chat-dots span:nth-child(1) { background: #ff5f57; }
.lp-chat-dots span:nth-child(2) { background: #febc2e; }
.lp-chat-dots span:nth-child(3) { background: #28c840; }
.lp-chat-url {
  display: inline-flex; align-items: center; gap: 6px;
  margin: 0 auto; padding: 4px 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 999px;
  font-size: 11.5px; color: rgba(255, 255, 255, 0.55);
  font-family: "Geist Mono", monospace;
}
.lp-chat-chrome-spacer { width: 50px; }
.lp-chat-body {
  min-height: 380px;
  padding: 24px 24px 16px;
  display: flex; flex-direction: column; gap: 16px;
}
.lp-chat-welcome {
  display: flex; align-items: center; gap: 12px;
}
.lp-chat-welcome-title {
  font-size: 16px; font-weight: 600; color: #fff; letter-spacing: -0.01em;
}
.lp-chat-welcome-sub {
  font-size: 12.5px; color: rgba(255, 255, 255, 0.55); margin-top: 2px;
}
.lp-chat-chips {
  display: flex; flex-wrap: wrap; gap: 8px; margin-top: 6px;
}
.lp-chat-chip {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 8px 14px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  font-size: 12.5px; color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
  transition: all 0.15s;
}
.lp-chat-chip:hover {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.15);
  transform: translateY(-1px);
}
.lp-chat-chip svg { color: #f9a8d4; }
.lp-chat-chip[data-active="true"] {
  background: rgba(124, 58, 237, 0.18);
  border-color: rgba(124, 58, 237, 0.4);
  color: #fff;
}
.lp-chat-msg { display: flex; gap: 10px; align-items: flex-start; }
.lp-chat-msg-user { justify-content: flex-end; }
.lp-chat-bubble {
  max-width: 86%;
  padding: 10px 14px;
  border-radius: 14px;
  font-size: 13.5px; line-height: 1.5;
  animation: lp-fade-up 0.25s ease;
}
@keyframes lp-fade-up {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}
.lp-chat-bubble-user {
  background: rgba(124, 58, 237, 0.18);
  border: 1px solid rgba(124, 58, 237, 0.3);
  color: #fff;
  border-bottom-right-radius: 4px;
}
.lp-chat-bubble-ai {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.92);
  border-bottom-left-radius: 4px;
  flex: 1;
  max-width: calc(100% - 38px);
}
.lp-cursor {
  display: inline-block; width: 1.5px; height: 0.95em; vertical-align: -0.1em;
  background: currentColor; margin-left: 2px;
  animation: lp-blink 0.9s steps(2) infinite;
}
@keyframes lp-blink { 50% { opacity: 0; } }
.lp-reasoning { display: flex; flex-direction: column; gap: 4px; }
.lp-reasoning-step {
  display: flex; align-items: center; gap: 7px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.55);
}
.lp-reasoning-step svg { color: #4ade80; flex-shrink: 0; }
.lp-reasoning-active { color: rgba(255, 255, 255, 0.92); }
.lp-reasoning-spin {
  width: 11px; height: 11px;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  border-top-color: #a78bfa;
  border-radius: 50%;
  animation: lp-spin 0.7s linear infinite;
  flex-shrink: 0;
}
@keyframes lp-spin { to { transform: rotate(360deg); } }
.lp-chat-answer {
  margin-top: 10px;
  font-size: 13.5px; font-weight: 500;
  color: #fff;
}
.lp-action-wrap { margin-top: 10px; animation: lp-fade-up 0.3s ease; }
.lp-action {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 12px 14px;
  display: flex; flex-direction: column; gap: 10px;
}
.lp-action-head {
  display: flex; align-items: center; gap: 8px;
  font-size: 12.5px; color: rgba(255, 255, 255, 0.85);
  font-weight: 600;
}
.lp-action-icon {
  width: 22px; height: 22px;
  display: grid; place-items: center;
  background: rgba(124, 58, 237, 0.2);
  border-radius: 6px; color: #c4b5fd;
}
.lp-action-list { display: flex; flex-direction: column; gap: 7px; }
.lp-action-item {
  display: flex; gap: 8px; align-items: flex-start;
  font-size: 12.5px; color: rgba(255, 255, 255, 0.8); line-height: 1.45;
}
.lp-action-dot {
  width: 6px; height: 6px; border-radius: 999px; margin-top: 6px;
  flex-shrink: 0;
}
.lp-action-item-warn .lp-action-dot { background: #f59e0b; }
.lp-action-item-ok .lp-action-dot { background: #4ade80; }
.lp-action-item-info .lp-action-dot { background: #60a5fa; }
.lp-action-fc-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.lp-action-fc-lbl { font-size: 10.5px; font-weight: 700; letter-spacing: 0.08em; color: #c4b5fd; text-transform: uppercase; }
.lp-action-fc-val { font-size: 28px; font-weight: 700; color: #fff; letter-spacing: -0.02em; line-height: 1; margin-top: 4px; font-family: "Geist Mono", monospace; }
.lp-action-fc-pct { font-size: 11.5px; color: rgba(255, 255, 255, 0.6); margin-top: 4px; }
.lp-action-fc-risk {
  display: flex; gap: 8px; align-items: flex-start;
  padding: 9px 11px;
  background: rgba(245, 158, 11, 0.12);
  border: 1px solid rgba(245, 158, 11, 0.25);
  border-radius: 8px;
  font-size: 12px; color: rgba(255, 255, 255, 0.85); line-height: 1.45;
}
.lp-action-fc-risk-icon { color: #f59e0b; }
.lp-action-camp-row { display: flex; gap: 10px; align-items: center; font-size: 12px; }
.lp-action-camp-tag {
  background: rgba(255, 255, 255, 0.06);
  padding: 2px 8px; border-radius: 6px;
  font-size: 10.5px; font-weight: 600; color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.02em; text-transform: uppercase;
}
.lp-action-camp-val { color: rgba(255, 255, 255, 0.9); font-weight: 500; }
.lp-action-camp-copy {
  font-size: 13px; line-height: 1.55;
  color: rgba(255, 255, 255, 0.85);
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.03);
  border-left: 2px solid #a78bfa;
  border-radius: 6px;
  font-style: italic;
}
.lp-action-camp-btns { display: flex; gap: 8px; justify-content: flex-end; }
.lp-mini-btn {
  height: 28px; padding: 0 12px; border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.85);
  font-size: 12px; font-weight: 500;
}
.lp-mini-btn:hover { background: rgba(255, 255, 255, 0.1); }
.lp-mini-btn-primary {
  background: linear-gradient(135deg, #7c3aed 0%, #ec4899 100%);
  border-color: transparent; color: #fff;
}
.lp-chat-input {
  display: flex; align-items: center; gap: 10px;
  padding: 11px 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(0, 0, 0, 0.18);
}
.lp-chat-input-plus {
  width: 26px; height: 26px;
  display: grid; place-items: center;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 7px;
  font-size: 16px; font-weight: 400; color: rgba(255, 255, 255, 0.55);
}
.lp-chat-input-text {
  flex: 1; font-size: 13.5px; color: rgba(255, 255, 255, 0.4);
}
.lp-chat-input-tools {
  font-size: 12.5px; color: rgba(255, 255, 255, 0.55);
  padding: 4px 10px; border-radius: 6px;
  background: rgba(255, 255, 255, 0.04);
}
.lp-chat-input-send {
  width: 30px; height: 30px;
  display: grid; place-items: center;
  background: linear-gradient(135deg, #7c3aed 0%, #ec4899 100%);
  border-radius: 8px;
}
/* ── Bubble (just sizing wrapper) ───────────────────────────── */
.lp-bubble { display: block; }
/* ── Generic section bits ───────────────────────────────────── */
.lp-section { padding: var(--lp-section-pad) 0; position: relative; }
.lp-section-head {
  display: flex; flex-direction: column; gap: 12px;
  margin-bottom: 56px;
  max-width: 720px;
}
.lp-section-head-center {
  align-items: center; text-align: center; margin-left: auto; margin-right: auto;
}
.lp-eyebrow {
  display: inline-flex; align-items: center;
  font-size: 11.5px; font-weight: 600; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--lp-violet);
}
.lp-h2 {
  font-size: clamp(32px, 4.4vw, 52px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.04;
  color: var(--lp-fg);
  text-wrap: balance;
}
.lp-section-sub {
  font-size: 17px; color: var(--lp-fg-3);
  line-height: 1.55; max-width: 60ch;
  text-wrap: pretty;
}
.lp-block { display: block; }
/* ── Pillars ────────────────────────────────────────────────── */
.lp-pillars { background: var(--lp-bg); }
.lp-pillars-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.lp-pillar {
  position: relative;
  padding: 28px 28px 32px;
  background: var(--lp-bg-elev);
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-r-lg);
  display: flex; flex-direction: column; gap: 14px;
  overflow: hidden;
  transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.lp-pillar::before {
  content: "";
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: var(--pa);
  opacity: 0.85;
}
.lp-pillar::after {
  content: "";
  position: absolute; top: -50%; right: -30%;
  width: 80%; height: 80%;
  background: radial-gradient(circle, var(--pa) 0%, transparent 60%);
  opacity: 0.06;
  pointer-events: none;
}
.lp-pillar:hover {
  transform: translateY(-3px);
  border-color: color-mix(in oklch, var(--pa) 30%, var(--lp-border));
  box-shadow: 0 12px 32px -12px color-mix(in oklch, var(--pa) 35%, transparent);
}
.lp-pillar-num {
  font-family: "Geist Mono", monospace;
  font-size: 11.5px; color: var(--lp-fg-4);
  letter-spacing: 0.05em;
}
.lp-pillar-tag {
  display: inline-block; align-self: flex-start;
  padding: 4px 10px;
  background: color-mix(in oklch, var(--pa) 12%, transparent);
  color: var(--pa);
  border-radius: 999px;
  font-size: 11.5px; font-weight: 600; letter-spacing: 0.02em;
}
.lp-pillar-title {
  font-size: 22px; font-weight: 700; letter-spacing: -0.02em;
  color: var(--lp-fg); line-height: 1.2;
  text-wrap: balance;
}
.lp-pillar-body {
  font-size: 14.5px; color: var(--lp-fg-3); line-height: 1.55;
  text-wrap: pretty;
}
.lp-pillar-list { list-style: none; display: flex; flex-direction: column; gap: 8px; margin-top: 4px; }
.lp-pillar-list li {
  display: flex; gap: 8px; align-items: center;
  font-size: 13px; color: var(--lp-fg-2);
}
.lp-pillar-list svg { color: var(--pa); flex-shrink: 0; }
/* ── Problem ────────────────────────────────────────────────── */
.lp-problem { background: var(--lp-bg-alt); border-top: 1px solid var(--lp-border); border-bottom: 1px solid var(--lp-border); }
.lp-problem-inner {
  display: grid; grid-template-columns: 1fr 1fr; gap: 64px;
  align-items: center;
}
.lp-problem-left { display: flex; flex-direction: column; gap: 16px; }
.lp-problem-kicker {
  font-size: 17px; font-weight: 600;
  color: var(--lp-fg);
  padding: 14px 18px; margin-top: 8px;
  border-left: 3px solid var(--lp-violet);
  background: color-mix(in oklch, var(--lp-violet) 6%, transparent);
  border-radius: 0 8px 8px 0;
}
.lp-problem-right { display: flex; flex-direction: column; gap: 12px; }
.lp-problem-card {
  padding: 18px 20px;
  background: var(--lp-bg-elev);
  border: 1px solid var(--lp-border);
  border-radius: 12px;
  display: flex; flex-direction: column; gap: 6px;
  box-shadow: var(--lp-shadow-soft);
}
.lp-problem-q { font-size: 15px; font-weight: 500; color: var(--lp-fg); }
.lp-problem-a {
  display: flex; gap: 8px; align-items: flex-start;
  font-size: 13.5px; color: var(--lp-fg-3);
}
.lp-problem-a-arrow { color: var(--lp-pink); font-weight: 600; }
/* ── How it works ───────────────────────────────────────────── */
.lp-how {
  position: relative;
  /* same tone measured off the video's own top edge, so the two never seam */
  background: #090a0f;
  overflow: hidden;
  isolation: isolate;
  padding-bottom: 0;
  /* cantos retos em cima e embaixo — a dobra encosta nas vizinhas sem arredondar */
  border-radius: 0;
  /* altura do vídeo, compartilhada com a camada de sombras */
  --how-video-h: clamp(400px, min(64vh, 34vw), 790px);
}
.lp-how > .lp-container { position: relative; z-index: 2; }
/* sombras azuis atrás da frase — presas à faixa do texto, porque o vídeo
   (opaco, z-index 2) cobre o resto e o tom dele não pode mudar */
.lp-how-glow {
  position: absolute; left: 0; right: 0; top: 0;
  bottom: var(--how-video-h);   /* termina exatamente onde o vídeo começa */
  z-index: 1; pointer-events: none;
  /* apaga nas duas pontas, senão vira linha reta na emenda com o vídeo */
  -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000 30%, #000 66%, rgba(0,0,0,0) 100%);
  mask-image: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000 30%, #000 66%, rgba(0,0,0,0) 100%);
}
.lp-how-glow .fg1 { left: 2%;   top: -70%;    bottom: auto; width: 42vw; height: 42vw; }
.lp-how-glow .fg2 { right: 0%;  top: -60%;    bottom: auto; width: 38vw; height: 38vw; }
.lp-how-glow .fg3 { left: 30%;  bottom: -80%; top: auto;    width: 36vw; height: 36vw; opacity: .85; }
/* faint glass sheen only — no white lights, so the fold sits exactly on the
   video's own background tone and the two never read as different colours */
.lp-how-glass {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(104deg, rgba(255,255,255,0) 26%, rgba(255,255,255,0.014) 40%, rgba(255,255,255,0.004) 50%, rgba(255,255,255,0) 64%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}
/* type on the dark fold */
.lp-how .lp-eyebrow { color: #a78bfa; }
.lp-how .lp-h2 { color: #ffffff; }
.lp-how .lp-section-sub { color: rgba(255, 255, 255, 0.60); }
.lp-how-hi {
  background: linear-gradient(96deg, #8fe3ff 0%, #2f80ff 48%, #1b4bbf 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.lp-how-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;
  position: relative;
}
.lp-how-step {
  position: relative;
  padding: 32px 28px 28px;
  background: var(--lp-bg-elev);
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-r-lg);
}
.lp-how-step-num {
  position: absolute; top: -16px; left: 24px;
  width: 32px; height: 32px;
  display: grid; place-items: center;
  background: var(--lp-fg); color: var(--lp-bg);
  border-radius: 999px;
  font-size: 14px; font-weight: 700;
  font-family: "Geist Mono", monospace;
  box-shadow: 0 4px 14px -2px rgba(0, 0, 0, 0.2);
}
.lp-how-step-line {
  position: absolute; top: -2px; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--lp-violet), var(--lp-pink));
  opacity: 0;
  transition: opacity 0.3s;
}
.lp-how-step:hover .lp-how-step-line { opacity: 1; }
.lp-how-step-title {
  font-size: 19px; font-weight: 700; letter-spacing: -0.02em;
  color: var(--lp-fg); margin-bottom: 8px;
}
.lp-how-step-body { font-size: 14.5px; color: var(--lp-fg-3); line-height: 1.55; }
/* How it works — product video (full-bleed, fills the fold) */
.lp-how-video {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  height: var(--how-video-h);
  overflow: hidden;
  background: #090a0f;
  line-height: 0;
  display: block;
}
/* sem véu no topo do vídeo: o tom já bate com a dobra, e sobre as sombras
   azuis ele aparecia como uma barra preta cortando o azul */
.lp-how-video video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media (max-width: 900px) {
  .lp-how { --how-video-h: clamp(300px, 46vh, 460px); }
}
@media (max-width: 560px) {
  /* vídeo em altura natural (3120x910 ≈ 29vw quando ocupa a largura toda) */
  .lp-how { --how-video-h: 29vw; }
  .lp-how-video { height: auto; }
  .lp-how-video video { height: auto; }
}
/* ── Use cases ──────────────────────────────────────────────── */
.lp-uses { background: var(--lp-bg-alt); border-top: 1px solid var(--lp-border); border-bottom: 1px solid var(--lp-border); }
.lp-uses-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.lp-usecard {
  padding: 26px;
  background: var(--lp-bg-elev);
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-r-lg);
  display: flex; flex-direction: column; gap: 12px;
  transition: all 0.2s;
}
.lp-usecard:hover {
  transform: translateY(-3px);
  border-color: color-mix(in oklch, var(--uc) 35%, var(--lp-border));
  box-shadow: 0 16px 32px -16px color-mix(in oklch, var(--uc) 40%, transparent);
}
.lp-usecard-icon {
  width: 44px; height: 44px;
  display: grid; place-items: center;
  border-radius: 12px;
  background: color-mix(in oklch, var(--uc) 12%, transparent);
  color: var(--uc);
}
.lp-usecard-title { font-size: 22px; font-weight: 700; letter-spacing: -0.02em; color: var(--lp-fg); }
.lp-usecard-body { font-size: 14.5px; color: var(--lp-fg-3); line-height: 1.55; flex: 1; }
.lp-usecard-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.lp-tag {
  font-size: 11.5px; font-weight: 500;
  padding: 3px 10px;
  background: var(--lp-bg-muted);
  border: 1px solid var(--lp-border);
  border-radius: 999px;
  color: var(--lp-fg-2);
}
/* ── Stats ──────────────────────────────────────────────────── */
.lp-stats {
  background: #07070b;
  color: #fff;
  position: relative; overflow: hidden;
}
.lp-stats::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 50% 40% at 30% 50%, rgba(124, 58, 237, 0.15), transparent 70%),
    radial-gradient(ellipse 50% 40% at 70% 50%, rgba(236, 72, 153, 0.12), transparent 70%);
  pointer-events: none;
}
.lp-stats-kicker {
  display: inline-flex; align-items: center; gap: 8px;
  margin: 0 auto 40px;
  padding: 6px 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  font-size: 12px; color: rgba(255, 255, 255, 0.78);
  font-weight: 500;
  position: relative; z-index: 1;
}
.lp-stats-kicker-dot { width: 6px; height: 6px; border-radius: 999px; background: var(--lp-pink); }
.lp-stats .lp-container { display: flex; flex-direction: column; align-items: center; }
.lp-stats-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0; width: 100%;
  position: relative; z-index: 1;
}
.lp-stat {
  padding: 24px 28px;
  text-align: left;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}
.lp-stat:first-child { border-left: none; }
.lp-stat-v {
  font-size: clamp(40px, 5vw, 64px); font-weight: 700;
  letter-spacing: -0.04em; line-height: 1;
  background: var(--lp-grad);
  background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}
.lp-stat-l { font-size: 13.5px; color: rgba(255, 255, 255, 0.6); line-height: 1.5; }
/* ── Integrations ───────────────────────────────────────────── */
.lp-integ { background: var(--lp-bg); }
.lp-integ-grid {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px;
}
.lp-integ-tile {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 10px; padding: 22px 12px;
  background: var(--lp-bg-elev);
  border: 1px solid var(--lp-border);
  border-radius: 14px;
  transition: all 0.2s;
}
.lp-integ-tile:hover {
  transform: translateY(-2px);
  border-color: color-mix(in oklch, var(--ic) 35%, var(--lp-border));
  box-shadow: 0 8px 20px -8px color-mix(in oklch, var(--ic) 40%, transparent);
}
.lp-integ-icon {
  width: 44px; height: 44px;
  display: grid; place-items: center;
  border-radius: 11px;
  background: color-mix(in oklch, var(--ic) 12%, var(--lp-bg-muted));
  color: var(--ic);
}
[data-theme="dark"] .lp-integ-icon { background: color-mix(in oklch, var(--ic) 18%, transparent); }
.lp-integ-name { font-size: 12.5px; font-weight: 500; color: var(--lp-fg-2); }
/* ── Pricing ────────────────────────────────────────────────── */
.lp-pricing { background: var(--lp-bg-alt); border-top: 1px solid var(--lp-border); border-bottom: 1px solid var(--lp-border); }
.lp-pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; align-items: stretch; }
@media (max-width: 1100px) { .lp-pricing-grid { grid-template-columns: repeat(2, 1fr); } }
.lp-price {
  position: relative;
  padding: 28px 26px 30px;
  background: var(--lp-bg-elev);
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-r-lg);
  display: flex; flex-direction: column; gap: 14px;
}
.lp-price-featured {
  border-color: transparent;
  background: linear-gradient(var(--lp-bg-elev), var(--lp-bg-elev)) padding-box,
              var(--lp-grad) border-box;
  border: 2px solid transparent;
  box-shadow: none;
  transform: translateY(-6px);
}
.lp-price-tag {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  padding: 4px 12px;
  background: var(--lp-grad);
  color: #fff;
  border-radius: 999px;
  font-size: 11px; font-weight: 700; letter-spacing: 0.04em;
  text-transform: uppercase;
}
.lp-price-name {
  font-size: 15px; font-weight: 600; color: var(--lp-fg);
  letter-spacing: -0.005em;
}
.lp-price-row { display: flex; align-items: baseline; gap: 6px; flex-wrap: wrap; }
.lp-price-val { font-size: 38px; font-weight: 700; color: var(--lp-fg); letter-spacing: -0.03em; line-height: 1; }
.lp-price-per { font-size: 12.5px; color: var(--lp-fg-3); }
.lp-price-body { font-size: 13.5px; color: var(--lp-fg-3); line-height: 1.5; }
.lp-price-list {
  list-style: none;
  display: flex; flex-direction: column; gap: 9px;
  margin: 4px 0 8px;
  flex: 1;
}
.lp-price-list li {
  display: flex; gap: 9px; align-items: center;
  font-size: 13.5px; color: var(--lp-fg-2);
}
.lp-price-list svg { color: var(--lp-violet); flex-shrink: 0; }
/* ── Última dobra (CTA + rodapé) — vidro preto com sombras azuis se movendo ── */
.lp-final {
  position: relative;
  background: #07080c;
  overflow: hidden;
  isolation: isolate;
}
.lp-final > section,
.lp-final > footer { position: relative; z-index: 3; background: transparent; }
.lp-final-glow { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.lp-final-glow .fg {
  position: absolute;
  border-radius: 50%;
  will-change: transform;
  background: radial-gradient(circle closest-side, rgba(64, 141, 255, 0.60) 0%, rgba(64, 141, 255, 0.28) 42%, rgba(64, 141, 255, 0.08) 64%, rgba(64, 141, 255, 0) 80%);
}
.lp-final-glow .fg1 { left: -14%; top: -34%;    width: 58vw; height: 58vw; animation: lpOgA 26s ease-in-out infinite alternate; }
.lp-final-glow .fg2 { right: -12%; top: -18%;   width: 54vw; height: 54vw; animation: lpOgB 31s ease-in-out infinite alternate; opacity: .92; }
.lp-final-glow .fg3 { left: 18%;  bottom: -40%; width: 56vw; height: 56vw; animation: lpOgC 23s ease-in-out infinite alternate; opacity: .88; }
.lp-final-glow .fg4 { right: 10%; bottom: -30%; width: 42vw; height: 42vw; animation: lpOgD 35s ease-in-out infinite alternate; opacity: .82; }
/* lâmina de vidro: escurece e desfoca as sombras, com reflexo diagonal */
.lp-final-glass {
  position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background:
    linear-gradient(102deg, rgba(255,255,255,0) 16%, rgba(255,255,255,0.055) 34%, rgba(255,255,255,0.085) 42%, rgba(255,255,255,0.02) 50%, rgba(255,255,255,0) 66%),
    linear-gradient(102deg, rgba(255,255,255,0) 66%, rgba(255,255,255,0.03) 72%, rgba(255,255,255,0) 79%),
    linear-gradient(180deg, rgba(7,8,12,0.62) 0%, rgba(7,8,12,0.30) 34%, rgba(7,8,12,0.36) 66%, rgba(7,8,12,0.70) 100%);
  backdrop-filter: blur(64px) saturate(135%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
}
.lp-cta-section {
  position: relative;
  background: transparent;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
}
.lp-final .lp-grad3 {
  background: linear-gradient(96deg, #a9d8ff 0%, #5aa0ff 48%, #2f80ff 100%);
  -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
}
.lp-cta-bg {
  position: absolute; inset: 0;
  background: none;
  pointer-events: none;
}
.lp-cta-inner {
  position: relative;
  display: flex; flex-direction: column; align-items: center; gap: 20px;
}
.lp-cta-avatar {
  width: 90px; height: 90px; border-radius: 50%; -o-object-fit: cover; object-fit: cover;
  margin-bottom: 18px; border: 3px solid rgba(255, 255, 255, .85);
  box-shadow: 0 12px 30px rgba(15, 23, 42, .22);
}
.lp-cta-h {
  font-size: clamp(40px, 6vw, 72px); font-weight: 700;
  letter-spacing: -0.04em; line-height: 1;
  text-wrap: balance;
}
.lp-cta-sub {
  font-size: 17px; color: rgba(255, 255, 255, 0.92);
}
.lp-cta-btns { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.lp-cta-section .lp-btn-primary { background: #fff; color: #0a0a0f; }
.lp-cta-section .lp-btn-ghost {
  background: rgba(255,255,255,0.04); color: #fff; border-color: rgba(255,255,255,0.18);
}
.lp-cta-section .lp-btn-ghost:hover { background: rgba(255,255,255,0.1); }
/* ── Footer ─────────────────────────────────────────────────── */
.lp-footer {
  background: transparent;
  color: rgba(255, 255, 255, 0.78);
  padding: 56px 0 0;
  border-top: none;
}
.lp-footer-inner {
  display: grid; grid-template-columns: 1.4fr 2fr; gap: 48px;
}
.lp-footer-brand { display: flex; flex-direction: column; gap: 12px; }
.lp-footer-brand-row {
  display: inline-flex; align-items: center; gap: 9px;
  color: #fff; font-weight: 700; font-size: 18px; letter-spacing: -0.02em;
}
.lp-footer-tag { font-size: 13.5px; color: rgba(255, 255, 255, 0.5); max-width: 32ch; line-height: 1.5; }
.lp-footer-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.lp-footer-cols > div { display: flex; flex-direction: column; gap: 10px; }
.lp-footer-h {
  font-size: 11.5px; font-weight: 600; letter-spacing: 0.06em;
  text-transform: uppercase; color: rgba(255, 255, 255, 0.45);
  margin-bottom: 4px;
}
.lp-footer-cols a {
  font-size: 13.5px; color: rgba(255, 255, 255, 0.7);
  transition: color 0.15s;
}
.lp-footer-cols a:hover { color: #fff; }
.lp-footer-bottom {
  margin-top: 48px;
  padding: 20px 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  display: flex; align-items: center; justify-content: space-between;
  font-size: 12.5px; color: rgba(255, 255, 255, 0.4);
  max-width: var(--lp-container);
  margin-left: auto; margin-right: auto;
}
.lp-footer-bottom-bubble { opacity: 0.55; }
/* ── Responsive ─────────────────────────────────────────────── */
@media (max-width: 980px) {
  .lp-pillars-grid,
  .lp-uses-grid,
  .lp-pricing-grid,
  .lp-how-grid { grid-template-columns: 1fr; }
  .lp-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .lp-stat:nth-child(3) { border-left: none; }
  .lp-integ-grid { grid-template-columns: repeat(3, 1fr); }
  .lp-problem-inner { grid-template-columns: 1fr; gap: 32px; }
  .lp-footer-inner { grid-template-columns: 1fr; }
  .lp-nav-links { display: none; }
  .lp-price-featured { transform: none; }
}
@media (max-width: 600px) {
  :root { --lp-section-pad: 64px; --lp-container-px: 20px; }
  .lp-stats-grid { grid-template-columns: 1fr; }
  .lp-stat { border-left: none; border-top: 1px solid rgba(255,255,255,0.08); }
  .lp-stat:first-child { border-top: none; }
  .lp-integ-grid { grid-template-columns: repeat(2, 1fr); }
  .lp-footer-cols { grid-template-columns: 1fr 1fr; }
  .lp-hero-h { font-size: 44px; }
}
/* ============================================================
   v2 — Logos, Tabs, Testimonials, FAQ, Product Mockups
   ============================================================ */
/* Hero mockup wrap */
.lp-hero-mockup-wrap {
  margin-top: 56px;
  width: 100%;
  max-width: 1240px;
  position: relative;
}
/* ── Logos strip ────────────────────────────────────────────── */
.lp-logos {
  background: var(--lp-bg);
  border-top: 1px solid var(--lp-border);
  border-bottom: 1px solid var(--lp-border);
  padding: 56px 0;
}
.lp-logos-title {
  text-align: center;
  font-size: 12px; font-weight: 600; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--lp-fg-4);
  margin-bottom: 28px;
}
.lp-logos-row {
  display: flex; align-items: center; justify-content: space-around;
  flex-wrap: wrap; gap: 28px 40px;
  opacity: 0.7;
}
.lp-logo-item {
  font-family: "Geist Mono", monospace;
  font-size: 18px; font-weight: 600;
  color: var(--lp-fg-2);
  letter-spacing: -0.02em;
  filter: grayscale(1) brightness(0.85);
  transition: filter 0.2s, opacity 0.2s;
}
.lp-logo-item:hover { filter: none; }
/* ── Tabs section ───────────────────────────────────────────── */
.lp-tabs { background: var(--lp-bg); padding-top: 40px; margin-top: 72px; }
/* ── Tabs estilo Attio: faixa branca (frase) + faixa cinza (vídeo), nav fixa sobreposta ── */
/* vidro preto com sombras azuis — mesmas camadas da última dobra */
/* sem overflow: hidden aqui — ele cria um contexto de rolagem e mata o
   position: sticky do menu lateral (Atendimento/Leads/Agenda/Dashboard).
   O recorte das sombras é feito na própria camada de brilho, logo abaixo. */
.lp-tabs-attio { height: auto; padding: 52px 0 72px; background: #07080c; position: relative; isolation: isolate; --lp-border: rgba(255, 255, 255, 0.10); }
.lp-tabs-attio > .lp-final-glow { overflow: hidden; }
.lp-tabs-attio .lp-tabs-inner { position: relative; z-index: 3; max-width: 1200px; margin: 0 auto; padding: 0 clamp(16px, 2vw, 36px); }
/* nesta dobra o reflexo diagonal branco vira uma mancha cinza (a seção é muito
   alta e estica o degradê), então fica só o véu escuro + o azul */
.lp-tabs-attio .lp-final-glass {
  background: linear-gradient(180deg, rgba(7,8,12,0.56) 0%, rgba(7,8,12,0.26) 28%, rgba(7,8,12,0.26) 72%, rgba(7,8,12,0.62) 100%);
  box-shadow: none;
}
/* a dobra é muito alta: espalha as sombras ao longo dela em vez de só nas pontas */
.lp-tabs-attio .lp-final-glow .fg1 { left: -14%;  top: 1%;     bottom: auto; width: 52vw; height: 52vw; }
.lp-tabs-attio .lp-final-glow .fg2 { right: -12%; top: 26%;    bottom: auto; width: 48vw; height: 48vw; }
.lp-tabs-attio .lp-final-glow .fg3 { left: 4%;    top: 54%;    bottom: auto; width: 50vw; height: 50vw; }
.lp-tabs-attio .lp-final-glow .fg4 { right: -6%;  bottom: 1%;  top: auto;    width: 46vw; height: 46vw; }
/* coluna inteira da sidebar vira o card (topo ao fim), quadrada e colada no conteúdo */
.lp-tabs-attio .lp-tabs-rail { position: absolute; top: 0; bottom: 0; left: calc(clamp(16px, 2vw, 36px) - 60px); width: 300px; pointer-events: none; border: 1px solid var(--lp-border); background: transparent; }
.lp-tabs-attio .lp-tabs-nav { position: sticky; top: 176px; display: flex; flex-direction: column; gap: 0; pointer-events: auto; padding: 92px 20px 52px 22px; text-align: left; align-items: flex-start; }
.lp-tabs-attio .lp-tabv { position: relative; text-align: left; background: none; border: 0; padding: 6px 12px 6px 16px; font-family: inherit; font-size: 19px; font-weight: 400; letter-spacing: -0.005em; color: rgba(255, 255, 255, 0.42); cursor: pointer; transition: color .2s; }
.lp-tabs-attio .lp-tabv::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 3px; height: 0; border-radius: 3px; background: #2f80ff; transition: height .22s ease; }
.lp-tabs-attio .lp-tabv:hover { color: rgba(255, 255, 255, 0.72); }
.lp-tabs-attio .lp-tabv[data-active="true"] { color: #ffffff; font-weight: 500; }
.lp-tabs-attio .lp-tabv[data-active="true"]::before { height: 22px; }
/* painel do conteúdo: colado na sidebar, quadrado, com linhas separando */
.lp-tabs-attio .lp-tabs-stages { display: block; margin-left: 240px; border: 1px solid var(--lp-border); border-left: 0; }
.lp-tabs-attio .lp-tabs-stage + .lp-tabs-stage { border-top: 1px solid var(--lp-border); }
/* frase (quadrada, colada no vídeo) */
.lp-tabs-attio .lp-tabs-headband { background: transparent; padding: 52px 30px; }
.lp-tabs-attio .lp-tabs-h { margin: 0; max-width: 36ch; font-family: "Neue Haas Unica", "Helvetica Neue", Helvetica, Arial, sans-serif !important; font-size: clamp(16px, 1.4vw, 21px); font-weight: 500; line-height: 1.4; letter-spacing: -0.022em; -webkit-font-smoothing: antialiased; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.lp-tabs-attio .lp-tabs-h .lp-th-strong { color: #ffffff; font-weight: 600; }
.lp-tabs-attio .lp-tabs-h .lp-th-muted { color: rgba(255, 255, 255, 0.50); font-weight: 500; }
/* vídeo (faixa levemente mais clara que o vidro, quadrada, colada na frase) */
.lp-tabs-attio .lp-tabs-screenband { border-top: 1px solid var(--lp-border); background: rgba(64, 141, 255, 0.055); padding: 64px 32px 72px; }
.lp-tabs-attio .lp-tabs-screen { display: flex; justify-content: center; width: 100%; }
.lp-tabs-attio .lp-tabs-screen .fk-tab-mock-wrap { max-width: 100% !important; width: 100%; }
/* sem sombra nos mockups dessa dobra */
.lp-tabs-attio .lp-tabs-screen .fk-tab-mock-frame { box-shadow: none !important; }
@media (max-width: 900px) {
  .lp-tabs-attio .lp-tabs-rail { position: static; width: auto; height: auto; pointer-events: auto; }
  .lp-tabs-attio .lp-tabs-nav { position: static; flex-direction: row; flex-wrap: wrap; gap: 8px 20px; padding: 24px 0 4px; }
  .lp-tabs-attio .lp-tabv { padding: 6px 0; }
  .lp-tabs-attio .lp-tabv::before { display: none; }
  .lp-tabs-attio .lp-tabv[data-active="true"] { text-decoration: underline; text-underline-offset: 6px; text-decoration-color: #2f80ff; }
  .lp-tabs-attio .lp-tabs-stages { margin-left: 0; border-left: 1px solid var(--lp-border); }
  .lp-tabs-attio .lp-tabs-headband { padding: 20px 16px; }
  .lp-tabs-attio .lp-tabs-screenband { padding: 24px 16px 32px; }
}
.lp-tabs-bar {
  display: inline-flex; align-self: center;
  margin: 0 auto 48px;
  padding: 5px;
  background: var(--lp-bg-muted);
  border: 1px solid var(--lp-border);
  border-radius: 999px;
  gap: 4px;
}
.lp-tabs-head { display: flex; align-items: center; justify-content: center; gap: 16px; margin-bottom: 48px; }
.lp-tabs-head .lp-tabs-bar { margin: 0; }
.fk-tab-track-left { width: 64px; flex-shrink: 0; }
.lp-tabs .lp-container { display: flex; flex-direction: column; }
.lp-tab {
  height: 36px; padding: 0 20px;
  border: none; background: transparent;
  border-radius: 999px;
  font-size: 13.5px; font-weight: 500; color: var(--lp-fg-3);
  transition: all 0.2s;
  letter-spacing: -0.005em;
}
.lp-tab:hover { color: var(--lp-fg); }
.lp-tab[data-active="true"] {
  background: var(--lp-bg-elev);
  color: var(--lp-fg); font-weight: 600;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}
[data-theme="dark"] .lp-tab[data-active="true"] {
  background: rgba(255,255,255,0.08);
}
.lp-tabs-body {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.6fr);
  gap: 44px; align-items: stretch;
}
.lp-tabs-copy {
  display: flex; flex-direction: column; gap: 14px;
  justify-content: center;
  background: linear-gradient(135deg, #eaf2ff 0%, #d3e2ff 52%, #b9d1ff 100%);
  border-radius: 24px;
  padding: 44px 40px;
  box-shadow: 0 20px 50px -24px rgba(24, 119, 242, 0.35);
}
.lp-tabs-copy .lp-tabs-h { color: #0f2a52; }
.lp-tabs-copy .lp-tabs-p { color: #35507a; }
.lp-tabs-copy .lp-tabs-list li { color: #35507a; }
.lp-tabs-copy .lp-tabs-list svg { color: #1877F2; }
.lp-tabs-copy .lp-link-arrow { color: #1877F2; }
.lp-tabs-copy .lp-link-arrow:hover { color: #0f5ad6; }
.lp-tabs-h {
  font-size: 32px; font-weight: 700; letter-spacing: -0.025em;
  line-height: 1.1; color: var(--lp-fg);
  text-wrap: balance;
}
.lp-tabs-p {
  font-size: 15.5px; color: var(--lp-fg-3); line-height: 1.6;
  text-wrap: pretty;
}
.lp-tabs-list { list-style: none; display: flex; flex-direction: column; gap: 9px; margin-top: 4px; }
.lp-tabs-list li {
  display: flex; gap: 10px; align-items: center;
  font-size: 14px; color: var(--lp-fg-2); font-weight: 500;
}
.lp-tabs-list svg { color: var(--lp-violet); flex-shrink: 0; }
.lp-link-arrow {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: 14px; font-weight: 600; color: var(--lp-violet);
  margin-top: 8px;
}
.lp-link-arrow:hover { color: var(--lp-pink); }
.lp-link-arrow span { transition: transform 0.2s; }
.lp-link-arrow:hover span { transform: translateX(3px); }
.lp-tabs-screen {
  position: relative;
  display: flex; flex-direction: column;
  align-items: stretch; justify-content: center;
}
.fk-agenda-fill { flex: 1; display: flex; flex-direction: column; min-height: 0; width: 100%; }
.fk-agenda-fill .fk-tab-mock-frame { flex: 0 0 540px; height: 540px; display: flex; flex-direction: column; min-height: 0; width: 100%; }
@keyframes atFadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
/* Entrada ao abrir cada aba (texto + janela) */
@keyframes fkTabIn { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@keyframes fkTabInScreen { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
.fk-tab-anim { animation: fkTabIn 1.7s cubic-bezier(.16, .84, .44, 1) both; }
.fk-tab-anim-screen { animation: fkTabInScreen 2s cubic-bezier(.16, .84, .44, 1) .28s both; transform-origin: center 60%; }
@media (prefers-reduced-motion: reduce) { .fk-tab-anim, .fk-tab-anim-screen { animation: none; } }
/* Outdoor (frase + vídeo) acima das abas */
.lp-outdoor { position: relative; margin-top: -1px; padding: 0 0 6px; background: #ffffff; }
/* Cabeçalho da dobra (kicker + headline + apoio + destaques) */
@keyframes lpOgA { from { transform: translate3d(0,0,0) scale(1); }      to { transform: translate3d(16vw, 10vh, 0) scale(1.22); } }
@keyframes lpOgB { from { transform: translate3d(0,0,0) scale(1.14); }   to { transform: translate3d(-14vw, 13vh, 0) scale(0.88); } }
@keyframes lpOgC { from { transform: translate3d(0,0,0) scale(0.92); }   to { transform: translate3d(-17vw, -11vh, 0) scale(1.26); } }
@keyframes lpOgD { from { transform: translate3d(0,0,0) scale(1.18); }   to { transform: translate3d(15vw, -9vh, 0) scale(0.86); } }
.lp-outdoor-head { max-width: 940px; margin: 0 auto; padding: 84px 24px 24px; text-align: center; }
.lp-outdoor-kicker { display: inline-block; font-family: 'Poppins', -apple-system, 'Segoe UI', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: #2f80ff; margin-bottom: 18px; }
.lp-outdoor-h { margin: 0; font-family: "Neue Haas Unica", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: clamp(30px, 4vw, 54px); font-weight: 600; line-height: 1.08; letter-spacing: -0.025em; color: #1a1c26; -webkit-font-smoothing: antialiased; }
.lp-outdoor-h .lp-oh-blue { color: #2f80ff; }
.lp-outdoor-head .lp-outdoor-p { margin: 20px auto 0 !important; max-width: 58ch; font-size: clamp(15px, 1.25vw, 19px); line-height: 1.55; color: #5b5b6b; text-align: center; }
.lp-outdoor-feats { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 18px; margin-top: 30px; }
.lp-of { display: inline-flex; align-items: center; gap: 8px; font-family: 'Poppins', -apple-system, 'Segoe UI', sans-serif; font-size: 14.5px; font-weight: 600; color: #2b2b38; background: #f4f7fc; border: 1px solid rgba(15, 23, 42, 0.07); border-radius: 999px; padding: 9px 17px; }
.lp-of-ic { font-size: 15px; line-height: 1; }
@media (max-width: 760px) { .lp-outdoor-head { padding: 60px 20px 34px; } .lp-of { font-size: 13px; padding: 8px 14px; } }
.lp-sofia-badge { position: absolute; left: 41.8%; bottom: -24px; transform: translateX(-50%); z-index: 5; border-radius: 999px; padding: 4px; background: linear-gradient(115deg, #2f7bff 0%, #5b63ff 46%, #0b1020 100%); box-shadow: 0 26px 60px -20px rgba(30,60,140,.42), 0 10px 24px rgba(15,23,42,.16); }
.lp-sofia-badge .sb-inner { display: flex; align-items: center; gap: 14px; padding: 5px 26px 5px 5px; background: linear-gradient(150deg, #eaeffe 0%, #d9e2fc 100%); border-radius: 999px; white-space: nowrap; }
.lp-sofia-badge .sb-badge { width: 40px; height: 40px; flex: 0 0 40px; border-radius: 50%; background: linear-gradient(140deg, #7b5cff 0%, #2f8bff 100%); color: #fff; font-size: 22px; line-height: 1; display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 16px rgba(47,123,255,.35); }
.lp-sofia-badge .sb-tx { font-family: 'Poppins', -apple-system, 'Segoe UI', sans-serif; font-size: 21px; font-weight: 400; color: #14161c; letter-spacing: -0.005em; }
.lp-sofia-badge .sb-online { width: 12px; height: 12px; flex: 0 0 12px; border-radius: 50%; background: #22c55e; box-shadow: 0 0 0 4px rgba(34,197,94,.18); margin-left: 4px; }
.lp-outdoor-divider { position: absolute; left: 0; bottom: 3px; width: calc(100% + 8vw); height: 5px; z-index: 1; background: linear-gradient(90deg, #2f7bff 0%, #5b63ff 46%, #0b1020 100%); }
@media (max-width: 760px) { .lp-sofia-badge { left: 50%; } .lp-sofia-badge .sb-tx { font-size: 15px; } .lp-sofia-badge .sb-badge { width: 36px; height: 36px; flex: 0 0 36px; font-size: 20px; } .lp-sofia-badge .sb-inner { gap: 10px; padding: 7px 18px 7px 7px; } }
.lp-outdoor-inner { max-width: 1760px; margin: 0 auto; padding: 0 clamp(16px, 2vw, 36px); text-align: left; }
.lp-outdoor .lp-outdoor-title { position: relative; z-index: 0; margin: 96px 0 44px 0 !important; font-family: 'Poppins', -apple-system, 'Segoe UI', sans-serif; font-size: clamp(34px, 5.4vw, 76px); font-weight: 700; line-height: 1.07; letter-spacing: -0.025em; color: var(--lp-text, #0a0a0f); text-wrap: balance; }
.lp-outdoor .lp-outdoor-title::before { content: ""; position: absolute; z-index: -1; left: -4.5vw; top: -0.18em; bottom: -0.12em; width: calc(27% + 4.5vw); background: #e8f1ff; border-radius: 26px; }
.lp-outdoor-videowrap { position: relative; width: 100vw; margin-left: calc(50% - 50vw); }
/* Blend suave no topo do vídeo: começa no azul exato do CSS e some, dissolvendo qualquer diferença de tom do vídeo (sem linha dura na emenda das dobras) */
.lp-outdoor-videowrap::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 24px; z-index: 2; pointer-events: none; background: #ffffff; }
.lp-outdoor-video { width: 100%; border-radius: 0; overflow: hidden; background: #ffffff; box-shadow: none; }
.lp-outdoor-video video { display: block; width: 100%; height: auto; }
.lp-wave-divider { position: relative; line-height: 0; margin-top: -1px; }
.lp-wave-divider > svg { display: block; width: 100%; height: clamp(230px, 24vw, 390px); }
.lp-wave-text { position: absolute; left: 50%; top: 23%; transform: translate(-50%, -50%); z-index: 2; color: #fff; font-family: 'Poppins', -apple-system, 'Segoe UI', sans-serif; font-weight: 700; font-size: clamp(16px, 2.1vw, 31px); letter-spacing: -0.01em; line-height: 1.1; white-space: nowrap; text-shadow: 0 2px 14px rgba(10,40,110,.25); }
.lp-wave-text .lp-wt-dark { color: #0a0a0f; }
.lp-wave-text .lp-wave-dot { display: inline-block; width: 0.34em; height: 0.34em; border-radius: 50%; background: #2ee06a; margin: 0 0.55em; vertical-align: middle; box-shadow: 0 0 0 0.16em rgba(46,224,106,.28); }
.lp-wave-icons { position: absolute; left: 50%; top: 40%; transform: translateX(-50%); z-index: 2; display: flex; align-items: center; gap: clamp(14px, 2.5vw, 40px); }
.lp-wave-iconset { display: flex; align-items: flex-start; gap: clamp(16px, 2.8vw, 44px); }
.lp-wave-arrow { flex: 0 0 auto; width: clamp(28px, 2.2vw, 36px); height: clamp(28px, 2.2vw, 36px); border-radius: 50%; border: 1.5px solid rgba(255,255,255,.5); background: rgba(255,255,255,.12); color: #fff; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; transition: background .15s, transform .15s; }
.lp-wave-arrow:hover { background: rgba(255,255,255,.24); transform: scale(1.06); }
.lp-wave-arrow svg { width: 46%; height: 46%; }
.lp-mq-item { display: flex; flex-direction: column; align-items: center; gap: 10px; }
.lp-mq-ic { width: 40px; height: 40px; flex: 0 0 40px; display: inline-flex; align-items: center; justify-content: center; background: #fff; border-radius: 12px; box-shadow: 0 8px 20px -6px rgba(15,23,42,.22), 0 2px 6px rgba(15,23,42,.10); }
.lp-mq-ic svg { width: 30px; height: 30px; display: block; }
.lp-mq-name { font-family: 'Poppins', -apple-system, 'Segoe UI', sans-serif; color: #fff; font-weight: 300; font-size: clamp(14px, 1.3vw, 19px); line-height: 1.25; letter-spacing: 0; text-align: center; white-space: nowrap; }
@keyframes lpMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .lp-mq-track { animation: none; } }
@media (max-width: 600px) { .lp-wave-text { white-space: normal; width: 86%; text-align: center; font-size: clamp(22px, 7vw, 34px); } }
.lp-outdoor-title .lp-line { display: block; }
.lp-outdoor-title .l1 { transform: none; font-weight: 500; font-size: 0.82em; }
.lp-outdoor-title .l2 { transform: none; }
.lp-outdoor-title .lp-thin { font-weight: 500; font-size: 0.82em; }
@media (max-width: 760px) { .lp-outdoor-title .l1, .lp-outdoor-title .l2 { transform: none; } }
/* Carrossel das abas — troca automática 5s + barrinha de progresso */
.fk-tab-carousel { display: flex; align-items: center; justify-content: center; gap: 14px; margin-top: 30px; }
.fk-tab-arrow {
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--lp-bg-elev); border: 1px solid var(--lp-border);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; color: #0f172a; box-shadow: 0 2px 10px rgba(15, 23, 42, .06);
  transition: background .15s, transform .15s;
}
.fk-tab-arrow:hover { background: #f1f5f9; transform: translateY(-1px); }
.fk-tab-dots {
  display: flex; align-items: center; gap: 9px;
  background: var(--lp-bg-elev); border: 1px solid var(--lp-border);
  border-radius: 999px; padding: 11px 18px;
  box-shadow: 0 2px 10px rgba(15, 23, 42, .06);
}
.fk-tab-dot { width: 8px; height: 8px; border-radius: 50%; background: #cbd5e1; border: none; padding: 0; cursor: pointer; transition: background .15s; }
.fk-tab-dot:hover { background: #94a3b8; }
.fk-tab-track { display: block; width: 46px; height: 6px; border-radius: 999px; background: #e2e8f0; overflow: hidden; }
.fk-tab-fill { display: block; height: 100%; width: 0; background: #1877F2; border-radius: 999px; animation: fkTabProg 5s linear forwards; }
@keyframes fkTabProg { from { width: 0; } to { width: 100%; } }
@media (prefers-reduced-motion: reduce) { .fk-tab-fill { animation: none; width: 100%; } }
/* ── Showcase: dashboard standalone ─────────────────────────── */
.lp-showcase { background: var(--lp-bg); }
.lp-dash-standalone { display: flex; flex-direction: column; }
.lp-showcase-title { text-align: center; margin: 0 auto 44px; text-wrap: balance; }
.lp-grad3 {
  background: linear-gradient(110deg, #5aa0ff 0%, #1877F2 50%, #0a49b8 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.lp-showcase-inner { display: grid; grid-template-columns: 1.35fr 1fr; gap: 60px; align-items: center; }
.lp-showcase-copy {
  display: flex; flex-direction: column; gap: 20px; order: 2;
  background: linear-gradient(135deg, #eaf2ff 0%, #d3e2ff 52%, #b9d1ff 100%);
  border-radius: 24px; padding: 44px 40px;
  box-shadow: 0 20px 50px -24px rgba(24, 119, 242, 0.35);
}
.lp-showcase-copy .lp-eyebrow { color: #1877F2; }
.lp-showcase-copy .lp-h2 { font-size: clamp(26px, 2.6vw, 33px); line-height: 1.12; }
.lp-showcase-copy .lp-h2, .lp-showcase-copy .lp-h2 * { color: #0f2a52; }
.lp-showcase-copy .lp-h2 .lp-block { white-space: nowrap; }
.lp-showcase-copy .lp-section-sub { color: #35507a; }
.lp-showcase-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 8px; }
.lp-showcase-cta .lp-btn-primary { background: #1877F2; color: #fff; border-color: #1877F2; }
.lp-showcase-cta .lp-btn-primary:hover { background: #0f66d8; border-color: #0f66d8; }
.lp-showcase-laptop { display: flex; justify-content: flex-start; order: 1; }
.fk-laptop { width: 100%; max-width: 760px; }
.fk-laptop-lid {
  background: #1e293b; border-radius: 16px 16px 8px 8px; padding: 12px;
  box-shadow: 0 40px 70px -28px rgba(15, 23, 42, .45), 0 0 0 1px rgba(15, 23, 42, .06);
}
.fk-laptop-lid video { width: 100%; display: block; border-radius: 6px; background: #000; }
.fk-laptop-base {
  height: 15px; width: 116%; margin-left: -8%;
  background: linear-gradient(180deg, #d7dee7, #9aa7b8);
  border-radius: 0 0 14px 14px;
  box-shadow: 0 16px 26px -12px rgba(15, 23, 42, .35);
  position: relative;
}
.fk-laptop-base::after {
  content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 13%; height: 5px; background: #7c8899; border-radius: 0 0 7px 7px;
}
@media (max-width: 900px) {
  .lp-showcase-inner { grid-template-columns: 1fr; gap: 36px; }
}
/* ── Testimonials ───────────────────────────────────────────── */
.lp-testi { background: var(--lp-bg-alt); border-top: 1px solid var(--lp-border); border-bottom: 1px solid var(--lp-border); }
.lp-testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.lp-testi-card {
  position: relative;
  padding: 28px;
  background: var(--lp-bg-elev);
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-r-lg);
  display: flex; flex-direction: column; gap: 18px;
  transition: transform 0.2s, box-shadow 0.2s;
}
.lp-testi-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px -16px rgba(124, 58, 237, 0.2);
}
.lp-testi-quote-mark {
  font-family: "Geist", serif;
  font-size: 64px; line-height: 0.6;
  color: var(--lp-violet);
  opacity: 0.18;
  height: 30px;
}
.lp-testi-card-1 .lp-testi-quote-mark { color: var(--lp-pink); }
.lp-testi-card-2 .lp-testi-quote-mark { color: var(--lp-cyan); }
.lp-testi-q {
  font-size: 16px; line-height: 1.55;
  color: var(--lp-fg);
  font-weight: 500;
  text-wrap: pretty;
  flex: 1;
}
.lp-testi-cap {
  display: flex; align-items: center; gap: 12px;
  border-top: 1px solid var(--lp-border);
  padding-top: 18px;
}
.lp-testi-avatar {
  width: 38px; height: 38px;
  display: grid; place-items: center;
  border-radius: 999px;
  font-size: 12px; font-weight: 700; color: #fff;
  letter-spacing: 0.02em;
  background: var(--lp-grad);
}
.lp-testi-avatar[data-i="1"] { background: linear-gradient(135deg, #ec4899, #f59e0b); }
.lp-testi-avatar[data-i="2"] { background: linear-gradient(135deg, #22d3ee, #7c3aed); }
.lp-testi-name { font-size: 14px; font-weight: 600; color: var(--lp-fg); }
.lp-testi-role { font-size: 12.5px; color: var(--lp-fg-3); }
/* ── FAQ ────────────────────────────────────────────────────── */
.lp-faq { background: var(--lp-bg); }
.lp-faq-inner {
  display: grid; grid-template-columns: 1fr 1.5fr;
  gap: 64px; align-items: start;
}
.lp-faq-left { display: flex; flex-direction: column; gap: 14px; position: sticky; top: 100px; }
.lp-faq-list { display: flex; flex-direction: column; gap: 0; }
.lp-faq-item {
  border-bottom: 1px solid var(--lp-border);
  transition: border-color 0.2s;
}
.lp-faq-item[data-open="true"] { border-color: var(--lp-violet); }
.lp-faq-q {
  width: 100%;
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px;
  padding: 22px 0;
  background: transparent; border: none;
  font-size: 17px; font-weight: 600; color: var(--lp-fg);
  text-align: left;
  letter-spacing: -0.01em;
  transition: color 0.2s;
}
.lp-faq-q:hover { color: var(--lp-violet); }
.lp-faq-icon {
  width: 28px; height: 28px;
  display: grid; place-items: center;
  border: 1px solid var(--lp-border);
  border-radius: 8px;
  font-size: 17px; font-weight: 400;
  color: var(--lp-fg-3);
  flex-shrink: 0;
  transition: all 0.2s;
}
.lp-faq-item[data-open="true"] .lp-faq-icon {
  background: var(--lp-violet); color: #fff; border-color: var(--lp-violet);
}
.lp-faq-a-wrap {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}
.lp-faq-item[data-open="true"] .lp-faq-a-wrap {
  grid-template-rows: 1fr;
}
.lp-faq-a {
  overflow: hidden;
  font-size: 15px; line-height: 1.6; color: var(--lp-fg-3);
  padding: 0 24px 22px 0;
  text-wrap: pretty;
}
.lp-faq-item[data-open="true"] .lp-faq-a { padding-bottom: 22px; }
/* ── Glass button (for hero) ────────────────────────────────── */
.lp-btn-glass {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(8px);
}
.lp-btn-glass:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.28);
}
/* ============================================================
   PRODUCT MOCKUPS — hero (LpProductMockup) + tabs (LpTabMockup)
   ============================================================ */
/* Hero product mockup */
.lp-pm {
  position: relative;
  border-radius: 20px;
  width: 100%;
  perspective: 1400px;
}
.lp-pm-glow {
  position: absolute; inset: -60px -40px;
  background:
    radial-gradient(ellipse 50% 40% at 30% 30%, rgba(124, 58, 237, 0.4), transparent 65%),
    radial-gradient(ellipse 50% 40% at 70% 70%, rgba(236, 72, 153, 0.3), transparent 65%);
  filter: blur(50px);
  pointer-events: none;
  z-index: -1;
}
.lp-pm-frame {
  position: relative;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(20, 20, 30, 0.96), rgba(13, 13, 20, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    0 1px 0 rgba(255,255,255,0.06) inset,
    0 40px 100px -20px rgba(0, 0, 0, 0.7),
    0 0 0 1px rgba(124, 58, 237, 0.08);
  overflow: hidden;
  text-align: left;
}
.lp-pm-chrome {
  display: flex; align-items: center; gap: 12px;
  padding: 11px 14px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  background: rgba(0,0,0,0.25);
}
.lp-pm-dots { display: flex; gap: 6px; }
.lp-pm-dots span { width: 11px; height: 11px; border-radius: 999px; }
.lp-pm-dots span:nth-child(1) { background: #ff5f57; }
.lp-pm-dots span:nth-child(2) { background: #febc2e; }
.lp-pm-dots span:nth-child(3) { background: #28c840; }
.lp-pm-url {
  display: inline-flex; align-items: center; gap: 6px;
  margin: 0 auto; padding: 4px 14px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 999px;
  font-size: 11.5px; color: rgba(255,255,255,0.55);
  font-family: "Geist Mono", monospace;
}
.lp-pm-chrome-actions { display: flex; align-items: center; gap: 8px; }
.lp-pm-chrome-pill {
  font-family: "Geist Mono", monospace;
  font-size: 10.5px; color: rgba(255,255,255,0.5);
  padding: 3px 8px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 6px;
}
.lp-pm-body {
  display: grid;
  grid-template-columns: 200px 1.3fr 280px;
  height: 580px;
}
/* Sidebar */
.lp-pm-side {
  display: flex; flex-direction: column;
  background: rgba(0,0,0,0.18);
  border-right: 1px solid rgba(255,255,255,0.05);
  padding: 16px 12px 12px;
  gap: 14px;
}
.lp-pm-side-brand {
  display: flex; align-items: center; gap: 9px;
  padding: 0 6px 4px;
  color: #fff; font-weight: 700; font-size: 14px;
  letter-spacing: -0.02em;
}
.lp-pm-side-search {
  display: flex; align-items: center; gap: 7px;
  padding: 7px 10px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 8px;
  font-size: 11.5px; color: rgba(255,255,255,0.4);
}
.lp-pm-nav { display: flex; flex-direction: column; gap: 2px; }
.lp-pm-nav-item {
  display: flex; align-items: center; gap: 9px;
  padding: 7px 10px;
  border-radius: 7px;
  font-size: 12.5px; color: rgba(255,255,255,0.6);
}
.lp-pm-nav-item svg { color: rgba(255,255,255,0.45); }
.lp-pm-nav-active {
  background: rgba(124, 58, 237, 0.18);
  color: #fff;
}
.lp-pm-nav-active svg { color: #c4b5fd; }
.lp-pm-badge {
  margin-left: auto;
  background: var(--lp-grad);
  color: #fff;
  font-size: 10.5px; font-weight: 700;
  padding: 2px 7px; border-radius: 999px;
  font-family: "Geist Mono", monospace;
}
.lp-pm-badge-mini {
  margin-left: auto;
  font-size: 11px; color: rgba(255,255,255,0.4);
  font-family: "Geist Mono", monospace;
}
.lp-pm-side-foot { margin-top: auto; padding-top: 12px; border-top: 1px solid rgba(255,255,255,0.06); }
.lp-pm-side-user { display: flex; align-items: center; gap: 9px; padding: 4px 6px; }
.lp-pm-side-user-n { font-size: 12px; color: #fff; font-weight: 600; }
.lp-pm-side-user-r { font-size: 10.5px; color: rgba(255,255,255,0.45); margin-top: 1px; }
/* Avatar pills */
.lp-pm-avatar {
  width: 28px; height: 28px;
  display: grid; place-items: center;
  border-radius: 999px;
  font-size: 10.5px; font-weight: 700; color: #fff;
  flex-shrink: 0;
  letter-spacing: 0.02em;
  background: linear-gradient(135deg, #7c3aed, #ec4899);
}
.lp-pm-avatar[data-c="violet"] { background: linear-gradient(135deg, #8b5cf6, #ec4899); }
.lp-pm-avatar[data-c="pink"] { background: linear-gradient(135deg, #ec4899, #f59e0b); }
.lp-pm-avatar[data-c="amber"] { background: linear-gradient(135deg, #f59e0b, #ef4444); }
.lp-pm-avatar[data-c="cyan"] { background: linear-gradient(135deg, #22d3ee, #6366f1); }
.lp-pm-avatar-lg { width: 38px; height: 38px; font-size: 12px; }
/* Main column: list + thread */
.lp-pm-main {
  display: grid;
  grid-template-columns: 250px 1fr;
  border-right: 1px solid rgba(255,255,255,0.05);
  overflow: hidden;
}
.lp-pm-list {
  border-right: 1px solid rgba(255,255,255,0.05);
  background: rgba(0,0,0,0.12);
  overflow: hidden;
  display: flex; flex-direction: column;
}
.lp-pm-list-h {
  display: flex; gap: 4px;
  padding: 12px 12px 8px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.lp-pm-list-h-tab {
  font-size: 11.5px; color: rgba(255,255,255,0.45);
  padding: 4px 9px; border-radius: 6px;
}
.lp-pm-list-h-tab em { font-style: normal; font-family: "Geist Mono", monospace; opacity: 0.75; margin-left: 2px; }
.lp-pm-list-h-tab-active {
  background: rgba(255,255,255,0.06);
  color: #fff;
}
.lp-pm-list-item {
  display: flex; gap: 9px; align-items: flex-start;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  cursor: default;
  position: relative;
}
.lp-pm-list-active {
  background: rgba(124, 58, 237, 0.12);
}
.lp-pm-list-active::before {
  content: "";
  position: absolute; left: 0; top: 0; bottom: 0;
  width: 2px; background: var(--lp-violet);
}
.lp-pm-list-unread::after {
  content: "";
  width: 6px; height: 6px; border-radius: 999px;
  background: #ec4899;
  position: absolute; top: 14px; right: 12px;
}
.lp-pm-list-body { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.lp-pm-list-row { display: flex; align-items: baseline; gap: 6px; justify-content: space-between; }
.lp-pm-list-name { font-size: 12.5px; font-weight: 600; color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.lp-pm-list-time { font-size: 10.5px; color: rgba(255,255,255,0.4); flex-shrink: 0; font-family: "Geist Mono", monospace; }
.lp-pm-list-prev {
  display: flex; align-items: center; gap: 6px;
  font-size: 11.5px; color: rgba(255,255,255,0.55);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.lp-pm-list-co { font-size: 10.5px; color: rgba(255,255,255,0.35); }
/* Channel dots */
.lp-pm-ch {
  width: 10px; height: 10px; border-radius: 3px;
  flex-shrink: 0; display: inline-block;
}
.lp-pm-ch-wa { background: #25D366; }
.lp-pm-ch-ig { background: linear-gradient(135deg, #f9ce34, #ee2a7b 50%, #6228d7); }
.lp-pm-ch-em { background: #EA4335; }
/* Thread */
.lp-pm-thread {
  display: flex; flex-direction: column;
  background: linear-gradient(180deg, rgba(15, 15, 22, 0.5), rgba(10, 10, 16, 0.7));
}
.lp-pm-thread-h {
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.lp-pm-thread-h-l { display: flex; align-items: center; gap: 11px; }
.lp-pm-thread-name { font-size: 13.5px; font-weight: 600; color: #fff; }
.lp-pm-thread-co { color: rgba(255,255,255,0.5); font-weight: 500; }
.lp-pm-thread-meta {
  display: flex; align-items: center; gap: 6px;
  font-size: 11px; color: rgba(255,255,255,0.45); margin-top: 2px;
}
.lp-pm-thread-h-r { display: flex; align-items: center; gap: 8px; }
.lp-pm-pill {
  font-size: 10.5px; font-weight: 700; padding: 3px 9px; border-radius: 999px;
  letter-spacing: 0.02em; text-transform: uppercase;
}
.lp-pm-pill-violet {
  background: rgba(124,58,237,0.18); color: #c4b5fd;
  border: 1px solid rgba(124,58,237,0.28);
}
.lp-pm-pill-icon {
  width: 24px; height: 24px;
  display: grid; place-items: center;
  background: rgba(255,255,255,0.05);
  border-radius: 6px;
  color: rgba(255,255,255,0.5);
}
.lp-pm-thread-body {
  flex: 1; overflow: hidden;
  padding: 14px 16px; display: flex; flex-direction: column; gap: 10px;
}
.lp-pm-day {
  align-self: center;
  font-size: 9.5px; color: rgba(255,255,255,0.3);
  letter-spacing: 0.12em; font-weight: 700;
  padding: 3px 10px;
  background: rgba(255,255,255,0.04);
  border-radius: 999px;
}
.lp-pm-msg { display: flex; flex-direction: column; gap: 3px; max-width: 78%; }
.lp-pm-msg-them { align-self: flex-start; }
.lp-pm-msg-me { align-self: flex-end; align-items: flex-end; }
.lp-pm-bubble {
  padding: 8px 12px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 12px 12px 12px 4px;
  font-size: 12.5px; line-height: 1.45;
  color: rgba(255,255,255,0.92);
}
.lp-pm-bubble-me {
  background: linear-gradient(135deg, rgba(124,58,237,0.6), rgba(236,72,153,0.45));
  border-color: rgba(124,58,237,0.5);
  color: #fff;
  border-radius: 12px 12px 4px 12px;
}
.lp-pm-msg-t { font-size: 9.5px; color: rgba(255,255,255,0.35); padding: 0 4px; font-family: "Geist Mono", monospace; }
.lp-pm-aisug {
  align-self: flex-end;
  width: 92%;
  padding: 12px;
  background: linear-gradient(180deg, rgba(124,58,237,0.1), rgba(236,72,153,0.06));
  border: 1px solid rgba(124,58,237,0.25);
  border-radius: 12px;
  display: flex; flex-direction: column; gap: 9px;
  position: relative;
}
.lp-pm-aisug::before {
  content: "";
  position: absolute; top: -1px; left: -1px; right: -1px; bottom: -1px;
  border-radius: 13px;
  background: linear-gradient(120deg, rgba(124,58,237,0.5), rgba(236,72,153,0.4), rgba(34,211,238,0.3));
  z-index: -1;
  filter: blur(8px); opacity: 0.4;
}
.lp-pm-aisug-h {
  display: flex; align-items: center; gap: 8px;
  font-size: 11.5px; font-weight: 600; color: #fff;
}
.lp-pm-aisug-bubble { display: inline-flex; }
.lp-pm-aisug-conf {
  margin-left: auto;
  font-size: 10px; color: #c4b5fd;
  padding: 2px 7px;
  background: rgba(124,58,237,0.2);
  border-radius: 999px;
  font-family: "Geist Mono", monospace;
  font-weight: 600;
}
.lp-pm-aisug-text {
  font-size: 12.5px; line-height: 1.5;
  color: rgba(255,255,255,0.85);
}
.lp-pm-aisug-btns { display: flex; gap: 6px; justify-content: flex-end; }
.lp-pm-mini-btn {
  display: inline-flex; align-items: center; gap: 4px;
  height: 26px; padding: 0 10px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 6px;
  font-size: 11px; font-weight: 500; color: rgba(255,255,255,0.85);
}
.lp-pm-mini-btn-pri {
  background: linear-gradient(135deg, #7c3aed, #ec4899);
  border-color: transparent; color: #fff;
}
.lp-pm-composer {
  display: flex; align-items: center; gap: 10px;
  padding: 11px 14px;
  border-top: 1px solid rgba(255,255,255,0.06);
  background: rgba(0,0,0,0.2);
}
.lp-pm-composer-plus {
  width: 24px; height: 24px;
  display: grid; place-items: center;
  background: rgba(255,255,255,0.05); border-radius: 6px;
  font-size: 14px; color: rgba(255,255,255,0.5);
}
.lp-pm-composer-txt { flex: 1; font-size: 12px; color: rgba(255,255,255,0.4); }
.lp-pm-composer-tools {
  font-size: 11px; color: rgba(255,255,255,0.55);
  padding: 4px 8px; background: rgba(255,255,255,0.04); border-radius: 6px;
}
.lp-pm-composer-send {
  width: 26px; height: 26px;
  display: grid; place-items: center;
  background: linear-gradient(135deg, #7c3aed, #ec4899);
  border-radius: 7px;
  color: #fff; font-size: 14px; font-weight: 700;
}
/* Right insights aside */
.lp-pm-aside {
  background: rgba(0,0,0,0.16);
  padding: 16px;
  display: flex; flex-direction: column; gap: 12px;
  overflow: hidden;
}
.lp-pm-aside-h {
  display: flex; align-items: center; gap: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.lp-pm-aside-h-t { font-size: 12.5px; font-weight: 600; color: #fff; }
.lp-pm-aside-h-s { font-size: 10.5px; color: rgba(255,255,255,0.45); margin-top: 2px; }
.lp-pm-card {
  padding: 13px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 10px;
  display: flex; flex-direction: column; gap: 8px;
}
.lp-pm-card-h { font-size: 10.5px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: rgba(255,255,255,0.5); }
.lp-pm-card-b { font-size: 12.5px; line-height: 1.45; color: rgba(255,255,255,0.85); }
.lp-pm-card-tag {
  display: flex; align-items: center; gap: 7px;
  font-size: 11px; color: rgba(255,255,255,0.65);
  padding: 6px 9px;
  background: rgba(245,158,11,0.1);
  border: 1px solid rgba(245,158,11,0.2);
  border-radius: 6px;
}
.lp-pm-card-foot {
  display: flex; align-items: center; gap: 6px;
  font-size: 11px;
}
.lp-pm-card-foot-l { color: rgba(255,255,255,0.45); }
.lp-pm-up { color: #4ade80; font-weight: 700; font-family: "Geist Mono", monospace; }
.lp-pm-prob-row { display: flex; align-items: center; gap: 12px; }
.lp-pm-prob-val {
  font-size: 26px; font-weight: 700; color: #fff;
  font-family: "Geist Mono", monospace;
  letter-spacing: -0.03em; line-height: 1;
}
.lp-pm-prob-val span { font-size: 14px; color: rgba(255,255,255,0.5); }
.lp-pm-prob-bar {
  flex: 1; height: 6px;
  background: rgba(255,255,255,0.06);
  border-radius: 999px;
  overflow: hidden;
}
.lp-pm-prob-bar span {
  display: block; height: 100%;
  background: var(--lp-grad);
  border-radius: 999px;
}
.lp-pm-tl { display: flex; flex-direction: column; gap: 7px; margin-top: 2px; }
.lp-pm-tl-i {
  display: flex; align-items: center; gap: 8px;
  font-size: 11.5px; color: rgba(255,255,255,0.7);
}
.lp-pm-tl-d { width: 7px; height: 7px; border-radius: 999px; flex-shrink: 0; }
.lp-pm-dot-violet { background: #a78bfa; }
.lp-pm-dot-pink { background: #ec4899; }
.lp-pm-dot-cyan { background: #22d3ee; }
.lp-pm-dot-amber { background: #f59e0b; }
/* ============================================================
   TAB MOCKUPS — Sales / Support / Marketing
   ============================================================ */
.lp-tm {
  position: relative;
  background: linear-gradient(180deg, rgba(20,20,30,0.97), rgba(13,13,20,0.99));
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  padding: 18px;
  color: #fff;
  display: flex; flex-direction: column; gap: 14px;
  box-shadow:
    0 30px 80px -30px rgba(0,0,0,0.6),
    0 0 0 1px rgba(124,58,237,0.08);
  overflow: hidden;
}
.lp-tm::before {
  content: ""; position: absolute; inset: -40% -20%;
  background: radial-gradient(ellipse 50% 30% at 30% 30%, rgba(124,58,237,0.18), transparent 60%);
  filter: blur(40px); pointer-events: none;
}
[data-theme="light"] .lp-tm,
:root[data-theme="auto"] .lp-tm {
  /* keep dark — looks better contrasted on light section */
}
.lp-tm-h {
  display: flex; align-items: center; justify-content: space-between;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  position: relative;
}
.lp-tm-h-t { font-size: 13.5px; font-weight: 700; letter-spacing: -0.01em; }
.lp-tm-h-s {
  font-size: 11.5px; color: rgba(255,255,255,0.55);
  font-family: "Geist Mono", monospace;
}
.lp-tm-h-s-pink { color: #f9a8d4; }
.lp-tm-h-s-cyan { color: #67e8f9; }
/* — Sales pipeline mockup — */
.lp-tm-stages {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  position: relative;
}
.lp-tm-stage {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 10px;
  padding: 8px 8px 10px;
  display: flex; flex-direction: column; gap: 7px;
  min-height: 220px;
}
.lp-tm-stage-h {
  display: flex; align-items: center; gap: 6px;
  font-size: 10.5px; color: rgba(255,255,255,0.65);
  font-weight: 600; padding: 0 2px;
}
.lp-tm-stage-dot { width: 7px; height: 7px; border-radius: 999px; flex-shrink: 0; }
.lp-tm-stage-l { flex: 1; }
.lp-tm-stage-n {
  font-family: "Geist Mono", monospace;
  font-size: 10.5px; color: rgba(255,255,255,0.5);
}
.lp-tm-cards { display: flex; flex-direction: column; gap: 6px; }
.lp-tm-card {
  padding: 8px 9px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 7px;
  display: flex; flex-direction: column; gap: 3px;
  position: relative;
}
.lp-tm-card-co { font-size: 11px; font-weight: 600; color: #fff; }
.lp-tm-card-v {
  font-size: 11.5px; color: rgba(255,255,255,0.7);
  font-family: "Geist Mono", monospace;
}
.lp-tm-flag {
  margin-top: 4px;
  font-size: 9.5px;
  color: #fbbf24;
  padding: 2px 6px;
  background: rgba(245,158,11,0.12);
  border: 1px solid rgba(245,158,11,0.24);
  border-radius: 4px;
  align-self: flex-start;
}
.lp-tm-foot {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 12px;
  background: linear-gradient(180deg, rgba(124,58,237,0.12), rgba(236,72,153,0.06));
  border: 1px solid rgba(124,58,237,0.25);
  border-radius: 9px;
  font-size: 12px; color: rgba(255,255,255,0.85);
  position: relative;
}
.lp-tm-foot-pink {
  background: rgba(255,255,255,0.03);
  border-color: rgba(255,255,255,0.06);
}
.lp-tm-foot-bubble { display: inline-flex; flex-shrink: 0; }
.lp-tm-mini {
  display: inline-flex; align-items: center; padding: 4px 10px;
  font-size: 11px; font-weight: 600; color: #fff;
  background: rgba(255,255,255,0.08);
  border-radius: 6px;
  flex-shrink: 0;
  margin-left: auto;
}
.lp-tm-mini-pri {
  background: linear-gradient(135deg, #7c3aed, #ec4899);
}
/* — Support inbox mockup — */
.lp-tm-tickets { display: flex; flex-direction: column; gap: 7px; }
.lp-tm-ticket {
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px;
  padding: 11px 13px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 10px;
}
.lp-tm-ticket-l { display: flex; align-items: center; gap: 10px; }
.lp-tm-ticket-l > div { display: flex; flex-direction: column; gap: 2px; }
.lp-tm-ticket-n { font-size: 12px; font-weight: 600; color: #fff; }
.lp-tm-ticket-p { font-size: 11.5px; color: rgba(255,255,255,0.6); }
.lp-tm-ticket-r {
  display: flex; align-items: center; gap: 9px;
  flex-shrink: 0;
}
.lp-tm-st {
  font-size: 10.5px; font-weight: 600;
  padding: 3px 8px; border-radius: 6px;
  white-space: nowrap;
}
.lp-tm-st-ai {
  background: rgba(124,58,237,0.18); color: #c4b5fd;
  border: 1px solid rgba(124,58,237,0.28);
}
.lp-tm-st-ok {
  background: rgba(74,222,128,0.12); color: #86efac;
  border: 1px solid rgba(74,222,128,0.24);
}
.lp-tm-st-h {
  background: rgba(236,72,153,0.14); color: #f9a8d4;
  border: 1px solid rgba(236,72,153,0.26);
}
.lp-tm-ticket-t { font-size: 10.5px; color: rgba(255,255,255,0.4); font-family: "Geist Mono", monospace; }
.lp-tm-stat-row { display: flex; gap: 20px; align-items: baseline; flex: 1; }
.lp-tm-stat-v {
  font-size: 18px; font-weight: 700; color: #fff;
  font-family: "Geist Mono", monospace; letter-spacing: -0.02em;
}
.lp-tm-stat-l { font-size: 10.5px; color: rgba(255,255,255,0.5); margin-top: 1px; }
/* — Marketing campaign mockup — */
.lp-tm-mkt-row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.lp-tm-mkt-col {
  padding: 12px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 9px;
  display: flex; flex-direction: column; gap: 6px;
}
.lp-tm-mkt-l { font-size: 10px; color: rgba(255,255,255,0.45); font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; }
.lp-tm-mkt-pill {
  align-self: flex-start;
  padding: 4px 9px;
  background: rgba(34,211,238,0.14);
  border: 1px solid rgba(34,211,238,0.28);
  border-radius: 999px;
  font-size: 11px; font-weight: 600; color: #67e8f9;
}
.lp-tm-mkt-meta { font-size: 10.5px; color: rgba(255,255,255,0.5); }
.lp-tm-mkt-channels { display: flex; gap: 7px; }
.lp-tm-mkt-channels .lp-pm-ch { width: 14px; height: 14px; border-radius: 4px; }
.lp-tm-mkt-msg {
  padding: 12px;
  background: rgba(124,58,237,0.08);
  border: 1px solid rgba(124,58,237,0.22);
  border-radius: 9px;
  display: flex; flex-direction: column; gap: 8px;
}
.lp-tm-mkt-msg-h {
  display: flex; align-items: center; gap: 7px;
  font-size: 10.5px; font-weight: 600; color: rgba(255,255,255,0.7);
}
.lp-tm-ab {
  margin-left: auto;
  font-family: "Geist Mono", monospace;
  font-size: 10px; font-weight: 700;
  padding: 1px 6px;
  background: rgba(255,255,255,0.08);
  border-radius: 4px;
  color: #fff;
}
.lp-tm-mkt-msg-b {
  font-size: 12px; line-height: 1.5; color: rgba(255,255,255,0.85);
  font-style: italic;
}
.lp-tm-mkt-foot {
  display: flex; align-items: center; gap: 18px;
  padding: 10px 12px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 9px;
}
.lp-tm-mkt-foot .lp-tm-mini { margin-left: auto; }
/* ── Responsive — mockups & new sections ────────────────────── */
@media (max-width: 1100px) {
  .lp-pm-body { grid-template-columns: 180px 1fr 240px; height: 540px; }
  .lp-pm-main { grid-template-columns: 230px 1fr; }
}
@media (max-width: 980px) {
  .lp-tabs-body { grid-template-columns: 1fr; gap: 32px; }
  .lp-faq-inner { grid-template-columns: 1fr; gap: 32px; }
  .lp-faq-left { position: static; }
  .lp-testi-grid { grid-template-columns: 1fr; }
  .lp-pm-body { grid-template-columns: 64px 1fr; height: 460px; }
  .lp-pm-aside { display: none; }
  .lp-pm-side-brand span,
  .lp-pm-side-search span,
  .lp-pm-side-user > div,
  .lp-pm-nav-item span { display: none; }
  .lp-pm-side { padding: 12px 8px; }
  .lp-pm-nav-item { justify-content: center; padding: 8px; }
  .lp-pm-badge, .lp-pm-badge-mini { display: none; }
  .lp-tm-stages { grid-template-columns: repeat(2, 1fr); }
  .lp-tm-stage { min-height: auto; }
}
@media (max-width: 600px) {
  .lp-pm-body { grid-template-columns: 1fr; height: auto; }
  .lp-pm-side { display: none; }
  .lp-pm-main { grid-template-columns: 1fr; }
  .lp-pm-list { display: none; }
  .lp-tm-mkt-row { grid-template-columns: 1fr; }
  .lp-tm-mkt-foot { flex-wrap: wrap; }
}
/* ============================================================
   OVERRIDES — neutralizam regras globais do app (src/index.css)
   que conflitam com a landing. Especificidade .lp h1 > h1 global.
   ============================================================ */
/* Resetar SÓ color e font-family (o app força ambos via index.css linha 88-92).
   NÃO mexer em font-weight nem letter-spacing — as classes .lp-* específicas
   (ex: .lp-hero-h { font-weight:700; letter-spacing:-0.04em }) devem ganhar. */
.lp h1, .lp h2, .lp h3, .lp h4, .lp h5, .lp h6 {
  color: inherit;
  font-family: inherit;
}
.lp .lp-hero-h, .lp .lp-hero-h * {
  color: #0b0b0f;
  -webkit-text-fill-color: #0b0b0f;
  -webkit-text-stroke: 0;
}
.lp .lp-hero-h .lp-hero-h-grad {
  background: linear-gradient(110deg, #5aa0ff 0%, #1877F2 50%, #0a49b8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0;
}
.lp .lp-hero-sub { color: #3b4a63; }
.lp .lp-hero .lp-hero-eyebrow { color: #0f172a; }
.lp .lp-nav-brand { color: #0f172a; }
/* ============================================================
   MOBILE — tudo daqui pra baixo vale só em telas de celular.
   Nenhuma regra aqui afeta o desktop (fica tudo dentro de @media).
   ============================================================ */
@media (max-width: 820px) {
  /* ── Menu ──────────────────────────────────────────────────
     As margens de 300px eram um acerto visual de desktop: no
     celular empurravam a marca pro meio da tela e o botão pra fora. */
  .lp-nav { padding: 11px 16px; gap: 10px; }
  .lp-nav-brand { margin-left: 0; transform: none; }
  .lp-nav-brand span { font-size: 18px; }
  .lp-nav-cta { margin-right: 0; gap: 12px; }
  .lp-nav-cta .lp-link { font-size: 13px; }
  .lp-nav-cta .lp-btn { height: 34px; padding: 0 13px; font-size: 12.5px; }
  .lp-nav-cta .lp-btn-arrow { display: none; }

  /* ── Hero ──────────────────────────────────────────────────
     O título tinha white-space: nowrap e saía pelos dois lados. */
  .lp-hero { padding-top: 88px; }
  .lp-hero-inner { gap: 24px; }
  .lp-hero-col-text { gap: 20px; }
  .lp-hero-col-text .lp-hero-h {
    white-space: normal;
    font-size: clamp(29px, 8.6vw, 38px);
    line-height: 1.06;
    max-width: 14ch;
    text-wrap: balance;
  }
  .lp-hero-col-text .lp-hero-sub { font-size: 15px; max-width: 34ch; }
  .lp-hero-pill { font-size: 13px; padding: 5px 13px; margin-bottom: 2px; }

  /* ── Mockups de produto ────────────────────────────────────
     Os vídeos são gravações de tela larga com object-fit: cover,
     então no celular só aparecia um pedaço da interface. */
  .lp-hero-col-media .lp-hero-mockup-wrap { max-width: 100%; }

  /* ── Dobra do produto (abas) ───────────────────────────────*/
  .lp-tabs { margin-top: 40px; padding-top: 0; }
  .lp-tabs-attio { padding: 30px 0 44px; }
  .lp-tabs-attio .lp-tabs-inner { padding: 0 14px; }
  .lp-tabs-attio .lp-tabs-nav { gap: 4px 18px; padding: 18px 0 10px; }
  .lp-tabs-attio .lp-tabv { font-size: 16px; }
  .lp-tabs-attio .lp-tabs-headband { padding: 20px 16px; }
  .lp-tabs-attio .lp-tabs-h { font-size: 16px; line-height: 1.45; -webkit-line-clamp: 5; max-width: none; }
  .lp-tabs-attio .lp-tabs-screenband { padding: 16px 12px 22px; }

  /* ── Dobra "Do lead ao agendamento" ────────────────────────*/
  .lp-outdoor-head { padding: 54px 18px 20px; }
  .lp-outdoor-h { font-size: clamp(25px, 7.4vw, 33px); line-height: 1.12; }
  .lp-outdoor-head .lp-outdoor-p { font-size: 15px; margin-top: 14px !important; }
  .lp-outdoor-feats { gap: 8px 10px; margin-top: 20px; }
  .lp-of { font-size: 12.5px; padding: 7px 13px; }

  /* ── Dobra de campanhas ────────────────────────────────────*/
  .lp-how .lp-h2 { font-size: clamp(27px, 8vw, 34px); line-height: 1.1; }
  .lp-how .lp-section-sub { font-size: 15px; }

  /* ── Preços ────────────────────────────────────────────────*/
  .lp-pricing-grid { gap: 14px; }
  .lp-price-card { padding: 22px 20px; }

  /* ── FAQ ───────────────────────────────────────────────────*/
  .lp-faq-inner { grid-template-columns: 1fr; gap: 26px; }
  .lp-faq-left .lp-h2 { font-size: clamp(27px, 8vw, 34px); line-height: 1.1; }
  .lp-faq-q { font-size: 15.5px; gap: 14px; }
  .lp-faq-a { font-size: 14.5px; }

  /* ── Última dobra (CTA + rodapé) ───────────────────────────*/
  .lp-cta-h { font-size: clamp(31px, 9vw, 42px); line-height: 1.04; }
  .lp-cta-sub { font-size: 15px; }
  .lp-cta-btns { width: 100%; flex-direction: column; gap: 10px; }
  .lp-cta-btns .lp-btn { width: 100%; }
  .lp-cta-avatar { width: 74px; height: 74px; margin-bottom: 12px; }
  .lp-footer-bottom { flex-direction: column; align-items: flex-start; gap: 10px; padding: 18px 20px; }
}
/* MOBILE — segunda passada: alturas, zoom dos mockups e recorte dos vídeos */
@media (max-width: 820px) {
  /* o hero herdava altura de tela cheia do desktop e sobrava um vazio embaixo */
  .lp-hero-inner { height: auto; min-height: 0; padding-bottom: 28px; }
  .lp-hero-stage { align-items: center; }

  /* vídeo do hero: proporção igual à do arquivo (2400x1080), assim aparece a
     tela inteira sem tarja preta em cima e embaixo */
  .lp-hero-col-media .lp-hero-mockup-wrap .fk-tab-mock-video { aspect-ratio: 20 / 9; -o-object-fit: cover; object-fit: cover; }

  /* mockup das abas é DOM de largura fixa dentro de uma moldura estreita:
     o zoom encolhe o layout inteiro (mesma técnica já usada nos cards do hero) */
  .lp-tabs-attio .lp-tabs-screen .fk-tab-mock-wrap { zoom: 0.62; width: 100%; }

  /* vídeos full-bleed viram uma tirinha de ~110px no celular:
     dá altura e recorta o miolo, que é onde está o conteúdo */
  .lp-outdoor-video { height: 230px; }
  .lp-outdoor-video video { height: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: center center; object-position: center center; }
}
@media (max-width: 560px) {
  .lp-how { --how-video-h: 250px; }
  .lp-how-video { height: var(--how-video-h); }
  .lp-how-video video { height: 100%; -o-object-fit: cover; object-fit: cover; }
}
/* MOBILE — terceira passada: hero igual ao desktop (domo + animação de scroll)
   e vídeos full-bleed proporcionais em vez de recortados */
@media (max-width: 820px) {
  /* O bloco antigo de @media 980px matava o trilho de scroll, o domo azul e os
     cards flutuantes no celular — era por isso que o hero ficava parado, chapado
     e com um vazio embaixo. Aqui tudo volta, na escala do celular. */
  .lp-hero-scroll { height: 165vh; }
  /* hero mais baixo no celular: com 100vh sobrava um vazio claro entre o
     menu e o texto, porque o conteúdo precisa descer pra entrar no domo */
  .lp-hero { position: sticky; top: 0; height: 78vh; min-height: 78vh; padding: 76px 0 0; }
  .lp-hero-inner { height: calc(78vh - 76px); min-height: 0; padding-bottom: 0; justify-content: flex-start; }
  .lp-hero-circle { display: block; left: -26vw; right: -26vw; bottom: -22vh; height: 74vh; }
  .lp-hero-stage { align-items: center; }

  /* cards flutuantes: mesma cena do desktop, reduzida e agrupada em volta do
     mockup central (no celular a área é curta; nas pontas eles ficavam soltos) */
  .lp-float { display: block; }
  .lp-float.lpf-scene .fk-tab-mock-wrap { zoom: 0.185; }
  .lp-float-1 { top: 6%;  left: -3%;  bottom: auto; right: auto; }
  .lp-float-2 { top: 52%; left: 2%;   bottom: auto; right: auto; }
  .lp-float-3 { top: 30%; right: -3%; bottom: auto; left: auto; }

  /* vídeos full-bleed: proporção original, sem recorte lateral */
  .lp-outdoor-video { height: auto; }
  .lp-outdoor-video video { height: auto; -o-object-fit: contain; object-fit: contain; }
}
/* MOBILE — quarta passada: quebras de linha pedidas e chips numa fileira só */
@media (max-width: 820px) {
  /* hero: título numa linha só */
  .lp-hero-col-text .lp-hero-h {
    white-space: nowrap;
    font-size: clamp(19px, 6.1vw, 27px);
    max-width: none;
  }
  /* apoio do hero em exatamente duas linhas (a quebra do \n já separa as duas
     frases; o corpo menor faz a segunda caber inteira numa linha) */
  .lp-hero-col-text .lp-hero-sub { font-size: clamp(11px, 3.35vw, 14px); max-width: none; }

  /* dobra do lead: frase de impacto em duas linhas */
  .lp-outdoor-h { font-size: clamp(17px, 5.4vw, 23px); line-height: 1.16; text-wrap: balance; }

  /* chips numa fileira só */
  .lp-outdoor-feats { flex-wrap: nowrap; gap: 5px; margin-top: 18px; }
  .lp-of { font-size: clamp(7.5px, 2.2vw, 10px); padding: 6px 8px; white-space: nowrap; }
}
/* MOBILE — sombras azuis das dobras escuras.
   As bolas são dimensionadas em vw e posicionadas em % da altura da seção.
   No celular a seção fica muito mais alta que larga, então uma bola de ~200px
   deslocada -34% de uma seção de 1200px ia parar inteira fora do quadro — por
   isso o fundo aparecia preto liso. Aqui elas crescem e se espalham na vertical. */
@media (max-width: 820px) {
  .lp-final-glow .fg,
  .lp-how-glow .fg {
    background: radial-gradient(circle closest-side,
      rgba(64, 141, 255, 0.72) 0%, rgba(64, 141, 255, 0.34) 42%,
      rgba(64, 141, 255, 0.10) 64%, rgba(64, 141, 255, 0) 80%);
  }

  /* dobra do produto (abas) — a mais alta de todas */
  .lp-tabs-attio .lp-final-glow .fg1 { left: -32%; top: -6%;   bottom: auto; width: 105vw; height: 105vw; }
  .lp-tabs-attio .lp-final-glow .fg2 { right: -32%; top: 18%;  bottom: auto; width: 100vw; height: 100vw; }
  .lp-tabs-attio .lp-final-glow .fg3 { left: -22%;  top: 52%;  bottom: auto; width: 100vw; height: 100vw; }
  .lp-tabs-attio .lp-final-glow .fg4 { right: -26%; bottom: 1%; top: auto;   width: 92vw;  height: 92vw; }

  /* última dobra (CTA + rodapé) */
  .lp-final > .lp-final-glow .fg1 { left: -30%;  top: 0%;    bottom: auto; width: 100vw; height: 100vw; }
  .lp-final > .lp-final-glow .fg2 { right: -30%; top: 24%;   bottom: auto; width: 95vw;  height: 95vw; }
  .lp-final > .lp-final-glow .fg3 { left: -18%;  top: 50%;   bottom: auto; width: 98vw;  height: 98vw; }
  .lp-final > .lp-final-glow .fg4 { right: -26%; bottom: 0%; top: auto;    width: 88vw;  height: 88vw; }

  /* dobra de campanhas — faixa curta, só atrás da frase */
  .lp-how-glow .fg1 { left: -34%; top: -34%;    bottom: auto; width: 100vw; height: 100vw; }
  .lp-how-glow .fg2 { right: -30%; top: -18%;   bottom: auto; width: 90vw;  height: 90vw; }
  .lp-how-glow .fg3 { left: 8%;   bottom: -40%; top: auto;    width: 84vw;  height: 84vw; }
}
/* MOBILE — quinta passada */
@media (max-width: 820px) {
  /* O topo do vídeo estava sendo comido por uma faixa branca de 24px que existe
     pra disfarçar a emenda no desktop. No celular o vídeo tem ~114px de altura,
     então essa faixa engolia a primeira fileira dos mockups. */
  .lp-outdoor-videowrap::before { display: none; }

  /* iOS Safari infla o corpo de texto por conta própria (text autosizing) e a
     frase de apoio voltava pra três linhas no aparelho, mesmo cabendo em duas
     no emulador. Trava o ajuste automático e deixa folga no tamanho. */
  .lp { -webkit-text-size-adjust: 100%; -moz-text-size-adjust: 100%; text-size-adjust: 100%; }
  .lp-hero-col-text .lp-hero-sub { font-size: clamp(10px, 2.9vw, 12.5px); line-height: 1.5; }

  /* texto e animação estavam longe demais: o mockup era centralizado na sobra
     de altura da tela em vez de ficar logo abaixo da frase */
  /* 40px e não menos: durante a animação o mockup sobe 28px por conta do JS,
     e com folga menor ele passava por cima da frase de apoio */
  .lp-hero-inner { gap: 40px; }
  .lp-hero-col-text { gap: 14px; }
  .lp-hero-stage { align-items: flex-start; }
}
/* MOBILE — sexta passada: hero dentro do domo e apoio com folga real */
@media (max-width: 820px) {
  /* A coluna de texto é um flex item com largura de conteúdo: sobrava só
     293px dos 390 disponíveis, e a segunda frase batia exatamente no limite
     (293 de 293). Qualquer diferença de renderização no aparelho jogava ela
     pra terceira linha. Ocupando a largura toda, sobra ~15% de folga. */
  .lp-hero-col-text { width: 100%; }
  .lp-hero-col-text .lp-hero-sub { font-size: clamp(12px, 3.3vw, 14.5px); }

  /* domo fica no tamanho original; quem desce é o conteúdo, logo abaixo */

  /* conteúdo empurrado pra baixo até a animação cair dentro do domo (que ficou
     no tamanho original): frases e animação descem juntas, coladas uma na outra.
     O stage não pode crescer, senão ele come toda a sobra e nada desce. */
  /* o vão entre as frases e a animação é proposital: cabe um card de
     "teste grátis por 7 dias" ali depois */
  .lp-hero-inner { gap: 88px; justify-content: flex-end; padding-bottom: 96px; }
  /* o stage não cresce (senão come a sobra e nada desce), mas tem altura
     própria: os cards da animação são posicionados em % dele, e num stage
     curto todos se amontoavam em cima e saíam do domo */
  .lp-hero-stage { flex: 0 0 auto; min-height: 310px; }
  /* mockup mais estreito: nas laterais a curva do domo desce, e em largura
     cheia os cantos de cima ficavam pra fora dele */
  .lp-hero-col-media .lp-hero-mockup-wrap { max-width: 108%; }

  /* cards puxados pra dentro, sem vazar pelas laterais */
  /* mais pra dentro e mais pra baixo: nas laterais a curva do domo desce,
     e nos cantos de cima os cards ficavam por fora dele */
  .lp-float-1 { top: 22%; left: -7%;  bottom: auto; right: auto; }
  .lp-float-2 { top: 46%; left: 22%;  bottom: auto; right: auto; }
  .lp-float-3 { top: 30%; right: -7%; bottom: auto; left: auto; }
}
/* MOBILE — as sombras pequenas do domo em vw ficam miúdas demais numa tela
   estreita; aqui elas crescem só o suficiente pra continuarem visíveis */
@media (max-width: 820px) {
  .lp-hero-circle .c4 { width: 26vw; height: 26vw; left: 0%;  top: 22%; }
  .lp-hero-circle .c5 { width: 23vw; height: 23vw; right: 0%; top: 30%; }
  .lp-hero-circle .c6 { width: 21vw; height: 21vw; left: 5%;  bottom: 16%; }
  .lp-hero-circle .c7 { width: 24vw; height: 24vw; right: 4%; bottom: 22%; }
  .lp-hero-circle .c8 { width: 19vw; height: 19vw; left: 44%; top: 4%; }
}
/* ============================================================
   MOBILE — geometria do hero refeita.
   Duas coisas mudam aqui:
   1) svh no lugar de vh. No Safari do iPhone, vh mede a tela SEM as barras
      do navegador, então o hero ficava mais alto que a área realmente
      visível e o topo (o selo "Atendimento 24h") era cortado. svh mede o
      que está à vista com as barras aparecendo.
   2) o domo desce, e o mockup fica no CENTRO dele em vez de encostado no topo.
   ============================================================ */
@media (max-width: 820px) {
  .lp-hero { height: 100svh; min-height: 100svh; padding: 76px 0 0; }
  .lp-hero-inner {
    height: calc(100svh - 76px);
    min-height: 0;
    justify-content: flex-start;
    padding-top: 8svh;
    padding-bottom: 0;
    /* o vão é calculado pra o centro do mockup cair no centro do domo em
       qualquer altura de tela: centro do domo = 76% da altura do hero */
    gap: calc(76svh - 384px);
  }
  /* domo mais baixo; top/bottom definem a altura, então ele acompanha a tela */
  /* mais baixo e mais discreto: a curva do topo era alta e pontuda.
     Alargando a forma e baixando o raio vertical de 46% para 20%, o arco
     fica bem mais suave. */
  .lp-hero-circle {
    top: 51%; bottom: -12svh; height: auto;
    left: -26vw; right: -26vw;
    border-radius: 50% 50% 0 0 / 20% 20% 0 0;
  }
  /* o mockup fica no meio do domo, não colado no topo dele */
  /* o mockup fica no topo do stage (é o que a conta do vão assume); o stage
     é mais alto só pra os cards da animação terem onde se espalhar */
  .lp-hero-stage { flex: 0 0 auto; min-height: 300px; align-items: flex-start; }

  /* card "teste grátis": versão compacta. Ele entra no fim da coluna de
     texto, então o vão do hero desconta a altura dele (36px) + o gap da
     coluna (14px) para o mockup continuar exatamente no mesmo ponto do domo. */
  .lp a.lp-hero-signup {
    font-size: 12px;
    padding: 6px 16px;
    gap: 7px;
    margin-top: 0; margin-bottom: 0;
  }
  .lp a.lp-hero-signup::before { filter: blur(11px); }
  /* no mobile o espaçamento já é curto: mantém como estava */
  .lp-hero-col-text .lp-hero-sub { margin-top: 0; margin-bottom: 0; }
  .lp-hero-inner { gap: calc(76svh - 384px - 43px); }

  /* ── Última dobra: o card não estica ────────────────────────
     .lp-cta-btns vira coluna com width:100%, e o align-items padrão
     (stretch) esticava o card de ponta a ponta. */
  .lp-cta-btns { align-items: center; }

  /* ── Dobra do produto: os tópicos ficam fixos ───────────────
     No desktop a nav é sticky dentro do trilho da esquerda. No mobile ela
     virava uma linha estática e sumia no primeiro scroll. Aqui o trilho
     inteiro fica sticky logo abaixo do header fixo (57px) e acompanha a
     dobra até o fim, igual ao desktop. */
  .lp-tabs-attio .lp-tabs-rail {
    position: sticky;
    top: 57px;
    z-index: 6;
    margin: 0 -14px;
    padding: 0 14px;
    background: rgba(7, 8, 12, 0.92);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--lp-border);
  }
  .lp-tabs-attio .lp-tabs-nav { padding: 12px 0 10px; }

  /* ── Rodapé: Produto / Empresa / Legal lado a lado ──────────
     Em ≤600px as colunas caíam para 1fr 1fr, então Legal ia pra baixo
     sozinha e sobrava meia tela vazia. Voltam para três colunas, com a
     fonte um pouco menor pra "Casos de uso" e "Privacidade" caberem, e os
     vãos verticais da dobra encurtados pra não sobrar espaço morto. */
  .lp-footer-cols { grid-template-columns: repeat(3, 1fr); gap: 10px; align-items: start; }
  .lp-footer-cols > div { gap: 8px; }
  .lp-footer-cols a { font-size: 12.5px; }
  .lp-cta-section { padding-bottom: 24px; }
  .lp-footer { padding-top: 26px; }
  .lp-footer-inner { gap: 26px; }
  .lp-footer-bottom { margin-top: 24px; }
}
/* ============================================================
   FLINK PRODUCT MOCKUP — visual fiel ao app real
   Light theme, 4 colunas (sidebar global · inbox · thread · contato)
   Fonte Inter (já carregada pelo app via src/index.css)
   ============================================================ */

.fk-mock-wrap {
  position: relative;
  max-width: 1180px;
  margin: 32px auto 0;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: #1a1530;
}

.fk-mock-glow {
  position: absolute;
  inset: -40px -20px 0 -20px;
  background:
    radial-gradient(ellipse 50% 40% at 30% 30%, rgba(24, 119, 242, 0.18), transparent 60%),
    radial-gradient(ellipse 40% 30% at 75% 60%, rgba(24, 119, 242, 0.12), transparent 60%);
  filter: blur(40px);
  z-index: 0;
  pointer-events: none;
}

.fk-mock-frame {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 22px 55px rgba(24, 119, 242, 0.14), 0 5px 16px rgba(24, 119, 242, 0.08);
  overflow: hidden;
}

/* Window chrome */
.fk-mock-chrome {
  background: #f4f4f6;
  border-bottom: 1px solid #e5e7eb;
  padding: 9px 14px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.fk-mock-dots { display: flex; gap: 6px; }
.fk-mock-dots span { width: 11px; height: 11px; border-radius: 50%; background: #d4d4d8; }
.fk-mock-dots span:nth-child(1) { background: #ff5f57; }
.fk-mock-dots span:nth-child(2) { background: #febc2e; }
.fk-mock-dots span:nth-child(3) { background: #28c840; }
.fk-mock-url {
  flex: 1;
  display: flex; align-items: center; justify-content: center; gap: 6px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 4px 12px;
  font-size: 11px;
  color: #71717a;
  max-width: 360px;
  margin: 0 auto;
}
.fk-mock-kbd {
  font-size: 10px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 3px 7px;
  color: #6b7280;
  font-family: ui-monospace, monospace;
}

/* Body grid */
.fk-mock-body {
  display: grid;
  grid-template-columns: 200px 240px 1fr 220px;
  height: 540px;
  background: #fff;
}

/* Col 1: Global sidebar */
.fk-mock-side {
  background: #fafafa;
  border-right: 1px solid #f0f0f3;
  padding: 14px 10px;
  overflow: hidden;
  display: flex; flex-direction: column; gap: 14px;
}
.fk-mock-side-brand {
  display: flex; align-items: center; gap: 8px;
  padding: 4px 6px 8px;
  border-bottom: 1px solid #f0f0f3;
}
.fk-mock-side-logo {
  width: 26px; height: 26px;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}
.fk-mock-side-brand-name { font-weight: 700; font-size: 14px; color: #1a1530; letter-spacing: -0.01em; }
.fk-mock-side-group { display: flex; flex-direction: column; gap: 2px; }
.fk-mock-side-h {
  font-size: 9.5px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #9ca3af;
  font-weight: 600;
  padding: 0 8px;
  margin-bottom: 4px;
}
.fk-mock-side-i {
  display: flex; align-items: center; gap: 9px;
  padding: 5px 8px;
  font-size: 11.5px;
  color: #4a4766;
  border-radius: 7px;
  cursor: default;
}
.fk-mock-side-i:hover { background: #f4f4f6; }
.fk-mock-side-i-active {
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.08), rgba(236, 72, 153, 0.06));
  color: #6c5ce7;
  font-weight: 600;
}
.fk-mock-side-i svg { width: 14px; height: 14px; stroke-width: 1.7; flex-shrink: 0; }

/* Col 2: Inbox list */
.fk-mock-inbox { border-right: 1px solid #f0f0f3; display: flex; flex-direction: column; background: #fff; }
.fk-mock-inbox-h { padding: 14px 16px 10px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #f0f0f3; }
.fk-mock-inbox-h-t { font-weight: 700; font-size: 13px; color: #1a1530; }
.fk-mock-inbox-h-pill { font-size: 10px; color: #6b7280; background: #f4f4f6; border-radius: 6px; padding: 3px 8px; }
.fk-mock-inbox-list { flex: 1; overflow: hidden; }
.fk-mock-conv {
  padding: 10px 14px;
  border-bottom: 1px solid #f7f7f9;
  display: flex; gap: 10px; align-items: flex-start;
  cursor: default;
}
.fk-mock-conv:hover { background: #fafafa; }
.fk-mock-conv-active {
  background: linear-gradient(90deg, rgba(124, 58, 237, 0.05), transparent);
  border-left: 2px solid #7c3aed;
  padding-left: 12px;
}
.fk-mock-conv-avatar {
  width: 32px; height: 32px;
  border-radius: 50%;
  display: grid; place-items: center;
  font-size: 11px; font-weight: 600; color: #fff;
  flex-shrink: 0;
}
.fk-mock-conv-avatar[data-c="violet"] { background: linear-gradient(135deg, #a78bfa, #7c3aed); }
.fk-mock-conv-avatar[data-c="pink"] { background: linear-gradient(135deg, #f9a8d4, #ec4899); }
.fk-mock-conv-avatar[data-c="amber"] { background: linear-gradient(135deg, #fde68a, #f59e0b); }
.fk-mock-conv-avatar[data-c="cyan"] { background: linear-gradient(135deg, #67e8f9, #22d3ee); }
.fk-mock-conv-avatar[data-c="green"] { background: linear-gradient(135deg, #6ee7b7, #10b981); }
.fk-mock-conv-body { flex: 1; min-width: 0; }
.fk-mock-conv-row1 { display: flex; justify-content: space-between; align-items: baseline; gap: 6px; }
.fk-mock-conv-name { font-size: 12px; font-weight: 600; color: #1a1530; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.fk-mock-conv-time { font-size: 10px; color: #9ca3af; flex-shrink: 0; }
.fk-mock-conv-prev { font-size: 11px; color: #6b7280; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-top: 2px; }
.fk-mock-conv-co { font-size: 10px; color: #9ca3af; margin-top: 1px; }
.fk-mock-conv-dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: #ec4899; margin-right: 6px; vertical-align: middle; }

/* Col 3: Thread */
.fk-mock-thread { display: flex; flex-direction: column; background: #fff; min-width: 0; }
.fk-mock-thread-h { padding: 12px 18px; border-bottom: 1px solid #f0f0f3; display: flex; justify-content: space-between; align-items: center; }
.fk-mock-thread-h-l { display: flex; align-items: center; gap: 10px; }
.fk-mock-thread-name { font-size: 13px; font-weight: 600; color: #1a1530; }
.fk-mock-thread-meta { font-size: 10.5px; color: #71717a; margin-top: 1px; display: flex; align-items: center; gap: 6px; }
.fk-mock-thread-dot { width: 6px; height: 6px; border-radius: 50%; background: #10b981; display: inline-block; }
.fk-mock-thread-tag { font-size: 10px; background: rgba(124, 58, 237, 0.08); color: #6c5ce7; padding: 3px 9px; border-radius: 999px; font-weight: 600; }
.fk-mock-thread-body { flex: 1; overflow: hidden; padding: 16px 20px; display: flex; flex-direction: column; gap: 10px; background: #fafafa; }
.fk-mock-day { align-self: center; font-size: 9.5px; color: #9ca3af; letter-spacing: 0.1em; margin: 4px 0 8px; }
.fk-mock-msg { display: flex; flex-direction: column; gap: 2px; max-width: 80%; }
.fk-mock-msg-them { align-self: flex-start; align-items: flex-start; }
.fk-mock-msg-me { align-self: flex-end; align-items: flex-end; }
.fk-mock-bubble {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px 14px 14px 4px;
  padding: 9px 13px;
  font-size: 12.5px;
  color: #1a1530;
  line-height: 1.45;
  max-width: 100%;
  box-shadow: 0 1px 2px rgba(15, 15, 30, 0.03);
}
.fk-mock-bubble-me {
  background: #e0e7ff;
  border-color: #c7d2fe;
  color: #1e1b4b;
  border-radius: 14px 14px 4px 14px;
}
.fk-mock-msg-t { font-size: 9.5px; color: #9ca3af; margin-top: 3px; }

/* Sofia suggestion card */
.fk-mock-sofia {
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.06), rgba(236, 72, 153, 0.05));
  border: 1px solid rgba(124, 58, 237, 0.18);
  border-radius: 12px;
  padding: 11px 13px;
  margin-top: 6px;
  align-self: flex-start;
  max-width: 88%;
}
.fk-mock-sofia-h { display: flex; align-items: center; gap: 7px; font-size: 11px; font-weight: 600; color: #6c5ce7; margin-bottom: 6px; }
.fk-mock-sofia-conf { margin-left: auto; font-size: 9.5px; background: rgba(124, 58, 237, 0.12); color: #6c5ce7; padding: 2px 7px; border-radius: 999px; font-weight: 600; }
.fk-mock-sofia-text { font-size: 11.5px; color: #4a4766; line-height: 1.5; }
.fk-mock-sofia-btns { display: flex; gap: 6px; margin-top: 8px; }
.fk-mock-sofia-btn { font-size: 10.5px; padding: 4px 10px; border-radius: 6px; background: #fff; border: 1px solid #e5e7eb; color: #4a4766; font-weight: 500; }
.fk-mock-sofia-btn-pri { background: linear-gradient(135deg, #7c3aed, #ec4899); border: none; color: #fff; }

/* Composer */
.fk-mock-input { padding: 10px 16px; border-top: 1px solid #f0f0f3; display: flex; align-items: center; gap: 10px; background: #fff; }
.fk-mock-input-tabs { display: flex; gap: 4px; }
.fk-mock-input-tab { font-size: 11px; padding: 4px 10px; border-radius: 6px; color: #71717a; font-weight: 500; }
.fk-mock-input-tab-active { background: #f4f4f6; color: #1a1530; font-weight: 600; }
.fk-mock-input-field { flex: 1; font-size: 11px; color: #9ca3af; background: #fafafa; border-radius: 8px; padding: 7px 12px; border: 1px solid #f0f0f3; }
.fk-mock-input-send { background: linear-gradient(135deg, #7c3aed, #ec4899); color: #fff; font-size: 11px; font-weight: 600; padding: 6px 12px; border-radius: 8px; }

/* Col 4: Contact aside */
.fk-mock-aside { border-left: 1px solid #f0f0f3; background: #fff; padding: 14px 14px; overflow: hidden; }
.fk-mock-aside-h { font-size: 12px; font-weight: 700; color: #1a1530; margin-bottom: 12px; }
.fk-mock-aside-contact { text-align: center; padding-bottom: 14px; border-bottom: 1px solid #f0f0f3; margin-bottom: 12px; }
.fk-mock-aside-avatar { width: 48px; height: 48px; border-radius: 50%; background: linear-gradient(135deg, #a78bfa, #7c3aed); color: #fff; font-weight: 700; font-size: 16px; display: grid; place-items: center; margin: 0 auto 8px; }
.fk-mock-aside-name { font-size: 13px; font-weight: 600; color: #1a1530; }
.fk-mock-aside-field { display: flex; align-items: center; gap: 6px; font-size: 10.5px; color: #6b7280; padding: 4px 0; justify-content: center; }
.fk-mock-aside-section { font-size: 11px; font-weight: 600; color: #1a1530; margin-top: 8px; margin-bottom: 8px; display: flex; justify-content: space-between; align-items: center; }
.fk-mock-aside-row { display: flex; justify-content: space-between; align-items: center; padding: 7px 0; font-size: 11px; }
.fk-mock-aside-label { color: #71717a; }
.fk-mock-aside-value { color: #1a1530; font-weight: 500; display: flex; align-items: center; gap: 5px; }
.fk-mock-aside-tag { background: rgba(245, 158, 11, 0.12); color: #b45309; padding: 2px 8px; border-radius: 999px; font-size: 10px; font-weight: 600; }

/* Responsive */
@media (max-width: 1100px) {
  .fk-mock-body { grid-template-columns: 60px 200px 1fr 0; height: 480px; }
  .fk-mock-aside { display: none; }
  .fk-mock-side-h, .fk-mock-side-i span, .fk-mock-side-brand-name { display: none; }
  .fk-mock-side { padding: 14px 6px; }
  .fk-mock-side-i { justify-content: center; padding: 8px; }
  .fk-mock-side-brand { justify-content: center; }
}
@media (max-width: 700px) {
  .fk-mock-body { grid-template-columns: 1fr; height: auto; }
  .fk-mock-side, .fk-mock-inbox, .fk-mock-aside { display: none; }
  .fk-mock-thread-body { padding: 14px; }
}


/* ============================================================
   SIDEBAR ADICIONAIS — INSIGHTS, Atendimento completo, Footer user
   ============================================================ */

.fk-mock-side { padding: 0; gap: 0; height: 100%; }
.fk-mock-side-brand {
  padding: 12px 14px 10px;
  border-bottom: 1px solid #f0f0f3;
  margin-bottom: 0;
}
.fk-mock-side-scroll {
  flex: 1;
  overflow: hidden;
  padding: 10px 10px 8px;
  display: flex; flex-direction: column; gap: 10px;
  min-height: 0;
}
.fk-mock-side-footer {
  border-top: 1px solid #f0f0f3;
  padding: 6px 10px 8px;
  background: #fafafa;
}
.fk-mock-side-user {
  display: flex; align-items: center; gap: 8px;
  padding: 4px 4px;
}
.fk-mock-side-user-avatar {
  width: 26px; height: 26px;
  border-radius: 50%;
  background: linear-gradient(135deg, #67e8f9, #22d3ee);
  color: #fff;
  font-size: 10px; font-weight: 700;
  display: grid; place-items: center;
  flex-shrink: 0;
}
.fk-mock-side-user-info { min-width: 0; }
.fk-mock-side-user-name { font-size: 11.5px; font-weight: 600; color: #1a1530; line-height: 1.2; }
.fk-mock-side-user-role { font-size: 9.5px; color: #9ca3af; line-height: 1.2; margin-top: 1px; }

/* Ícones coloridos quadrados (Meta / Facebook / WhatsApp) — substituem o svg do .fk-mock-side-i */
.fk-mock-icon-meta {
  width: 18px; height: 18px;
  border-radius: 5px;
  background: linear-gradient(135deg, #0a0a0f, #2d2d3a);
  color: #fff;
  font-size: 13px; font-weight: 800;
  display: grid; place-items: center;
  flex-shrink: 0;
  line-height: 1;
}
.fk-mock-icon-fb {
  width: 18px; height: 18px;
  border-radius: 50%;
  background: #1877F2;
  color: #fff;
  font-size: 12px; font-weight: 800;
  font-family: Georgia, "Times New Roman", serif;
  display: grid; place-items: center;
  flex-shrink: 0;
  line-height: 1;
}
.fk-mock-icon-wa {
  width: 18px; height: 18px;
  border-radius: 50%;
  background: #25D366;
  display: grid; place-items: center;
  flex-shrink: 0;
}

/* O .fk-mock-side-i-active fica com fundo gradient sutil ao invés do estilo antigo */
.fk-mock-side-i-active {
  background: rgba(124, 58, 237, 0.08);
  color: #6c5ce7;
  font-weight: 600;
}

/* Reduzir gap entre groups pra caber tudo */
.fk-mock-side-group { gap: 1px; }

/* Responsive: collapsa labels em telas menores */
@media (max-width: 1100px) {
  .fk-mock-side-footer, .fk-mock-side-user-info { display: none; }
  .fk-mock-icon-meta, .fk-mock-icon-fb, .fk-mock-icon-wa { width: 16px; height: 16px; font-size: 11px; }
}


/* ============================================================
   TAB MOCKUP — imagem real do app com moldura macbook
   Usado em SalesMockup e MktMockup (tabs Vendas/Marketing)
   ============================================================ */
.fk-tab-mock-wrap {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
}
/* Glow gradient atrás — igual ao atendimento */
.fk-tab-mock-wrap::before {
  content: "";
  position: absolute;
  inset: -40px -20px 0 -20px;
  background:
    radial-gradient(ellipse 50% 40% at 30% 30%, rgba(24, 119, 242, 0.18), transparent 60%),
    radial-gradient(ellipse 40% 30% at 75% 60%, rgba(24, 119, 242, 0.12), transparent 60%);
  filter: blur(40px);
  z-index: 0;
  pointer-events: none;
}
.fk-tab-mock-frame {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 22px 55px rgba(24, 119, 242, 0.14), 0 5px 16px rgba(24, 119, 242, 0.08);
  overflow: hidden;
}
.fk-tab-mock-img {
  display: block;
  width: 100%;
  height: 540px;
  -o-object-fit: cover;
     object-fit: cover;            /* preenche o frame inteiro */
  -o-object-position: top center;
     object-position: top center;  /* prioriza topo da tela (header + primeiras linhas) */
  background: #ffffff;
}

@media (max-width: 1100px) {
  .fk-tab-mock-img { height: 480px; }
}
@media (max-width: 700px) {
  .fk-tab-mock-img { height: auto; -o-object-fit: contain; object-fit: contain; }
}


/* Vídeo do hero — mesma moldura macbook, aspect ratio nativo do vídeo (16:9) */
.fk-tab-mock-video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  -o-object-fit: cover;
     object-fit: cover;
  background: #000;
}
