*, ::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:  ;
}/*
! tailwindcss v3.4.17 | 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: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 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: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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]:where(:not([hidden="until-found"])) {
  display: none;
}
  #lumi-badge { display: none !important; }

  /* ===== GLOBAL ===== */
  * { margin: 0; padding: 0; box-sizing: border-box; }
  body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    background: hsl(220, 70%, 8%);
    color: hsl(210, 40%, 98%);
    line-height: 1.6;
  }
  .app-root { overflow-x: hidden; }
  .section-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
  .section-label { text-align: center; font-size: 0.9rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: hsl(43, 96%, 56%); margin-bottom: 8px; }
  .section-title { text-align: center; font-size: clamp(2rem, 5vw, 3rem); font-weight: 800; margin-bottom: 12px; }
  .section-subtitle { text-align: center; font-size: 1.1rem; color: hsl(215, 20%, 65%); margin-bottom: 48px; }
  .title-icon { margin-right: 8px; }
  .gradient-text { background: linear-gradient(135deg, hsl(43, 96%, 56%), hsl(30, 100%, 60%)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
  .section-title-gradient { text-align: center; font-size: clamp(2rem, 5vw, 3rem); font-weight: 800; margin-bottom: 12px; background: linear-gradient(135deg, hsl(220, 100%, 70%), hsl(280, 100%, 75%)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }

  /* ===== EASTER EGG BANNER ===== */
  .easter-egg-banner { background: linear-gradient(135deg, hsl(0, 84%, 60%), hsl(0, 84%, 50%)); text-align: center; padding: 12px 16px; }
  .easter-egg-text { font-weight: bold; font-size: 17px; color: #000; }

  /* ===== NAVIGATION ===== */
  .main-nav {
    background: linear-gradient(135deg, hsl(43, 96%, 50%), hsl(43, 96%, 45%));
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }
  .main-nav-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    gap: 24px;
  }
  .nav-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    flex-shrink: 0;
    position: absolute;
    left: 24px;
  }
  .nav-brand-logo {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .nav-brand-text {
    font-weight: 800;
    font-size: 1rem;
    color: hsl(43, 96%, 56%);
    letter-spacing: 0.5px;
  }
  .nav-links {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .nav-button {
    color: #fff;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 700;
    padding: 12px 24px;
    border-radius: 10px;
    transition: all 0.3s;
    white-space: nowrap;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  }
  .hamburger-line.open:nth-child(1) {
    transform: translateY(7.5px) rotate(45deg);
  }
  .hamburger-line.open:nth-child(2) {
    opacity: 0;
  }
  .hamburger-line.open:nth-child(3) {
    transform: translateY(-7.5px) rotate(-45deg);
  }

  /* ===== HERO ===== */
  .hero-section { background: linear-gradient(180deg, hsl(220, 70%, 10%) 0%, hsl(220, 60%, 6%) 100%); padding: 80px 24px 60px; text-align: center; }
  .hero-badge { display: inline-block; background: rgba(255,215,0,0.1); border: 1px solid rgba(255,215,0,0.3); border-radius: 30px; padding: 8px 20px; font-size: 0.85rem; font-weight: 600; color: hsl(43, 96%, 56%); margin-bottom: 32px; letter-spacing: 1px; }
  .hero-logo { max-width: 280px; width: 100%; margin: 0 auto 32px; display: block; }
  .hero-title { font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 800; line-height: 1.2; margin-bottom: 20px; }
  .brand-gold { color: hsl(43, 96%, 56%); }
  .hero-subtitle { font-size: clamp(1rem, 2.5vw, 1.25rem); color: hsl(215, 20%, 75%); max-width: 700px; margin: 0 auto 32px; line-height: 1.7; }
  .hero-features { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 24px; }
  .hero-feature { display: flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.05); padding: 10px 18px; border-radius: 30px; font-size: 0.95rem; border: 1px solid rgba(255,255,255,0.1); }
  .hero-feature.highlight { background: rgba(34, 197, 94, 0.15); border-color: rgba(34, 197, 94, 0.3); color: hsl(142, 71%, 60%); }
  .feature-icon-hero { font-weight: bold; font-size: 1.1rem; }
  .hero-compatibility { font-size: 0.85rem; color: hsl(215, 20%, 55%); }

  /* ===== VIDEO ===== */
  .video-section { padding: 40px 24px 60px; background: hsl(220, 60%, 6%); }

  /* ===== TESTIMONIALS ===== */
  .testimonials-section { padding: 80px 24px; background: linear-gradient(180deg, hsl(220, 60%, 6%), hsl(220, 70%, 10%)); }
  .testimonials-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px; }
  .testimonial-card { border-radius: 16px; border: 2px solid rgba(139, 92, 246, 0.3); overflow: hidden; transition: all 0.3s; cursor: pointer; }
  .testimonial-card:hover { transform: scale(1.03); border-color: rgba(139, 92, 246, 0.6); box-shadow: 0 8px 24px rgba(139, 92, 246, 0.2); }
  .testimonial-card img { width: 100%; height: auto; display: block; }

  /* ===== DEMO ===== */
  .demo-section { padding: 80px 24px; background: hsl(220, 70%, 10%); }
  .demo-comparison { display: flex; gap: 0; align-items: stretch; border-radius: 20px; overflow: hidden; margin-bottom: 48px; }
  .demo-side { flex: 1; padding: 32px 28px; }
  .demo-before { background: linear-gradient(135deg, hsl(0, 60%, 15%), hsl(0, 50%, 10%)); }
  .demo-after { background: linear-gradient(135deg, hsl(142, 50%, 12%), hsl(142, 40%, 8%)); }
  .demo-side-header { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; }
  .demo-side-header h3 { font-size: 1.3rem; font-weight: 700; }
  .demo-icon { font-size: 1.5rem; }
  .demo-list { list-style: none; padding: 0; }
  .demo-item { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 14px; font-size: 0.95rem; line-height: 1.5; }
  .demo-item .item-icon { font-weight: bold; font-size: 1rem; flex-shrink: 0; margin-top: 2px; }
  .demo-item.negative .item-icon { color: hsl(0, 70%, 55%); }
  .demo-item.positive .item-icon { color: hsl(142, 71%, 55%); }
  .demo-divider { display: flex; align-items: center; justify-content: center; width: 60px; flex-shrink: 0; background: rgba(255,255,255,0.05); }
  .vs-badge { background: hsl(263, 70%, 50%); color: #fff; font-weight: 800; font-size: 0.85rem; padding: 8px 14px; border-radius: 10px; }
  .demo-steps { text-align: center; }
  .steps-title { font-size: 1.3rem; font-weight: 700; margin-bottom: 24px; }
  .steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .step-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; padding: 24px 16px; text-align: center; }
  .step-number { width: 48px; height: 48px; background: hsl(263, 70%, 50%); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; font-weight: 800; margin: 0 auto 12px; }
  .step-text { font-size: 0.95rem; color: hsl(215, 20%, 75%); }

  /* ===== FEATURES ===== */
  .features-section { padding: 80px 24px; background: linear-gradient(180deg, hsl(220, 70%, 10%), hsl(220, 60%, 8%)); }
  .features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .feature-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 16px; padding: 28px 24px; text-align: center; transition: all 0.3s; }
  .feature-card:hover { background: rgba(255,255,255,0.08); border-color: rgba(139, 92, 246, 0.3); transform: translateY(-4px); }
  .feature-icon { font-size: 2.5rem; margin-bottom: 16px; }
  .feature-title { font-size: 1.1rem; font-weight: 700; margin-bottom: 8px; }
  .feature-desc { font-size: 0.9rem; color: hsl(215, 20%, 65%); line-height: 1.5; }

  /* ===== COMPARISON ===== */
  .comparison-section { padding: 80px 24px; background: hsl(220, 60%, 8%); }
  .comparison-wrapper { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .comparison-table { width: 100%; border-collapse: collapse; min-width: 600px; }
  .comparison-table th, .comparison-table td { padding: 16px 20px; text-align: center; border-bottom: 1px solid rgba(255,255,255,0.06); }
  .comparison-table thead th { background: rgba(255,255,255,0.04); font-weight: 700; }
  .th-content { display: flex; flex-direction: column; align-items: center; gap: 4px; }
  .th-badge { font-size: 0.8rem; font-weight: 700; letter-spacing: 1px; }
  .th-name { font-size: 1rem; font-weight: 600; }
  .col-original { color: hsl(142, 71%, 55%); }
  .col-fake { color: hsl(0, 70%, 55%); }
  .row-label { text-align: left; font-weight: 600; color: hsl(215, 20%, 80%); }
  .badge-check { background: rgba(34, 197, 94, 0.15); color: hsl(142, 71%, 55%); padding: 6px 14px; border-radius: 20px; font-size: 0.85rem; font-weight: 600; }
  .badge-cross { background: rgba(239, 68, 68, 0.15); color: hsl(0, 70%, 55%); padding: 6px 14px; border-radius: 20px; font-size: 0.85rem; font-weight: 600; }
  .badge-warn { background: rgba(251, 191, 36, 0.15); color: hsl(43, 96%, 56%); padding: 6px 14px; border-radius: 20px; font-size: 0.85rem; font-weight: 600; }
  .comparison-alert { margin-top: 32px; padding: 20px 28px; border-radius: 12px; display: flex; align-items: center; gap: 12px; font-size: 1rem; font-weight: 600; }
  .alert-icon { font-size: 1.5rem; flex-shrink: 0; }

  /* ===== BONUSES ===== */
  .bonuses-section { padding: 80px 24px; background: linear-gradient(180deg, hsl(220, 60%, 8%), hsl(220, 70%, 10%)); }
  .bonuses-grid { display: flex; flex-direction: column; gap: 32px; }
  .bonus-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); border-radius: 20px; overflow: hidden; display: flex; flex-direction: row; }
  .bonus-image-wrapper { width: 280px; flex-shrink: 0; overflow: hidden; }
  .bonus-image { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }
  .bonus-content { padding: 28px 32px; flex: 1; }
  .bonus-title { font-size: 1.3rem; font-weight: 700; margin-bottom: 12px; }
  .bonus-description { font-size: 0.95rem; color: hsl(43, 96%, 56%); font-weight: 600; margin-bottom: 12px; }
  .bonus-features { list-style: none; padding: 0; margin-bottom: 16px; }
  .bonus-features li { display: flex; align-items: flex-start; gap: 8px; margin-bottom: 8px; font-size: 0.9rem; color: hsl(215, 20%, 75%); }
  .bonus-highlight { font-size: 0.85rem; color: hsl(43, 96%, 56%); font-weight: 500; margin-bottom: 16px; line-height: 1.5; }
  .bonus-value { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
  .bonus-price-old { text-decoration: line-through; color: hsl(215, 20%, 55%); font-size: 0.9rem; }
  .bonus-price-free { color: hsl(142, 71%, 55%); font-weight: 700; font-size: 1rem; }
  .bonuses-total { text-align: center; margin-top: 40px; background: rgba(255,215,0,0.08); border: 2px solid rgba(255,215,0,0.2); border-radius: 16px; padding: 24px; }
  .bonuses-total-text { font-size: 1.1rem; margin-bottom: 8px; }
  .bonuses-total-label { color: hsl(215, 20%, 75%); }
  .bonuses-total-price { text-decoration: line-through; color: hsl(0, 70%, 55%); margin-left: 8px; font-weight: 700; }
  .bonuses-total-free { font-size: 1.3rem; font-weight: 800; color: hsl(142, 71%, 55%); }

  /* ===== FAQ ===== */
  .faq-section { padding: 80px 24px; background: linear-gradient(135deg, hsl(220, 70%, 12%) 0%, hsl(220, 60%, 8%) 100%); }
  .faq-list { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
  .faq-question { display: flex; align-items: center; gap: 14px; padding: 20px 24px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 14px; cursor: pointer; transition: all 0.3s; }
  .faq-question:hover { background: rgba(255,255,255,0.07); border-color: rgba(139, 92, 246, 0.3); }
  .faq-icon { font-size: 1.3rem; flex-shrink: 0; }
  .faq-text { flex: 1; font-weight: 600; font-size: 1rem; }
  .faq-arrow { font-size: 1.5rem; color: hsl(215, 20%, 55%); flex-shrink: 0; transition: transform 0.3s; }
  .faq-answer { overflow: hidden; transition: all 0.3s; }
  .faq-answer-content { padding: 16px 24px 8px 52px; color: hsl(215, 20%, 75%); font-size: 0.95rem; line-height: 1.7; }

  /* ===== GUARANTEE ===== */
  .guarantee-section { padding: 80px 24px; background: linear-gradient(180deg, hsl(220, 60%, 8%), hsl(220, 70%, 10%)); }
  .guarantee-content { max-width: 800px; margin: 0 auto; background: rgba(255,255,255,0.04); border: 2px solid rgba(255,215,0,0.2); border-radius: 20px; padding: 40px 36px; }
  .guarantee-badge { text-align: center; font-size: 4rem; margin-bottom: 24px; }
  .guarantee-text { text-align: center; }
  .guarantee-title { font-size: 1.5rem; font-weight: 800; margin-bottom: 16px; color: hsl(43, 96%, 56%); }
  .guarantee-description { font-size: 1rem; line-height: 1.7; margin-bottom: 24px; }
  .guarantee-features { display: flex; flex-direction: column; gap: 14px; margin-bottom: 24px; }
  .guarantee-feature { display: flex; align-items: flex-start; gap: 12px; font-size: 0.95rem; }
  .guarantee-feature .feature-icon { font-size: 1.2rem; flex-shrink: 0; }
  .guarantee-cta { text-align: center; margin-top: 24px; }

  /* ===== PRICING ===== */
  .pricing-section { padding: 80px 24px; background: hsl(220, 70%, 10%); }
  .pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 32px; }
  .pricing-grid.four-cols { grid-template-columns: repeat(4, 1fr); }
  .plan-card { background: rgba(255,255,255,0.04); border: 2px solid rgba(255,255,255,0.08); border-radius: 20px; padding: 32px 24px; text-align: center; transition: all 0.3s; position: relative; }
  .plan-card:hover { transform: translateY(-6px); border-color: rgba(139, 92, 246, 0.4); box-shadow: 0 12px 40px rgba(0,0,0,0.3); }
  .plan-card.featured { border-color: rgba(139, 92, 246, 0.5); box-shadow: 0 8px 30px rgba(139, 92, 246, 0.2); }
  .plan-badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: hsl(0, 84%, 55%); color: #fff; padding: 6px 18px; border-radius: 20px; font-size: 0.8rem; font-weight: 700; white-space: nowrap; }
  .plan-header { margin-bottom: 20px; }
  .plan-period { font-size: 0.85rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 8px; color: hsl(215, 20%, 65%); }
  .plan-price { font-size: clamp(2.5rem, 5vw, 3.5rem); font-weight: 900; line-height: 1; }
  .plan-price .currency { font-size: 1.2rem; vertical-align: super; margin-right: 2px; font-weight: 700; }
  .plan-duration { font-size: 0.8rem; color: hsl(215, 20%, 55%); margin-top: 8px; letter-spacing: 1px; }
  .plan-features { list-style: none; padding: 0; margin-bottom: 24px; text-align: left; }
  .plan-features li { display: flex; align-items: center; gap: 8px; padding: 6px 0; font-size: 0.9rem; color: hsl(215, 20%, 80%); }
  .check-icon { color: hsl(142, 71%, 55%); font-weight: bold; flex-shrink: 0; }
  .plan-cta { display: block; padding: 14px 24px; border-radius: 12px; font-weight: 700; font-size: 1rem; text-decoration: none; text-align: center; transition: all 0.3s; background: hsl(263, 70%, 50%); color: #fff; }
  .plan-cta:hover { background: hsl(263, 70%, 55%); transform: scale(1.03); }
  .plan-cta.gold { background: hsl(43, 96%, 45%); color: #000; }
  .plan-cta.gold:hover { background: hsl(43, 96%, 50%); }
  .plan-cta.emerald { background: hsl(160, 84%, 39%); color: #fff; }
  .plan-cta.emerald:hover { background: hsl(160, 84%, 44%); }

  /* Plan card color variants */
  .plan-card.plan-blue { border-color: rgba(59, 130, 246, 0.3); }
  .plan-card.plan-blue:hover { border-color: rgba(59, 130, 246, 0.6); box-shadow: 0 12px 40px rgba(59, 130, 246, 0.15); }
  .plan-card.plan-blue .plan-period { color: hsl(217, 91%, 60%); }
  .plan-card.plan-blue .plan-duration { color: hsl(217, 91%, 55%); }
  .plan-card.plan-gold { border-color: rgba(255, 215, 0, 0.3); }
  .plan-card.plan-gold:hover { border-color: rgba(255, 215, 0, 0.6); box-shadow: 0 12px 40px rgba(255, 215, 0, 0.15); }
  .plan-card.plan-gold .plan-period { color: hsl(43, 96%, 56%); }
  .plan-card.plan-gold .plan-duration { color: hsl(43, 96%, 50%); }
  .plan-card.plan-emerald { border-color: rgba(16, 185, 129, 0.3); }
  .plan-card.plan-emerald:hover { border-color: rgba(16, 185, 129, 0.6); box-shadow: 0 12px 40px rgba(16, 185, 129, 0.15); }
  .plan-card.plan-emerald .plan-period { color: hsl(160, 84%, 45%); }
  .plan-card.plan-emerald .plan-duration { color: hsl(160, 84%, 40%); }
  .plan-card.plan-purple { border-color: rgba(139, 92, 246, 0.4); }
  .plan-card.plan-purple:hover { border-color: rgba(139, 92, 246, 0.7); box-shadow: 0 12px 40px rgba(139, 92, 246, 0.2); }
  .plan-card.plan-purple .plan-period { color: hsl(263, 70%, 70%); }
  .plan-card.plan-purple .plan-duration { color: hsl(263, 70%, 65%); }

  .payment-methods-container { text-align: center; margin-top: 32px; }
  .payment-methods-title { margin-bottom: 16px; }
  .payment-methods-image { max-width: 500px; width: 100%; margin: 0 auto; display: block; }
  .pricing-note { text-align: center; font-size: 0.9rem; color: hsl(215, 20%, 55%); margin-top: 12px; }

  /* ===== CTA ===== */
  .cta-section { padding: 80px 24px; background: linear-gradient(180deg, hsl(220, 70%, 10%), hsl(220, 60%, 6%)); }
  .cta-box { text-align: center; max-width: 700px; margin: 0 auto; }
  .cta-title { font-size: clamp(1.8rem, 4vw, 2.5rem); font-weight: 800; margin-bottom: 16px; }
  .cta-subtitle { font-size: 1.1rem; color: hsl(215, 20%, 65%); margin-bottom: 32px; }
  .cta-button { display: inline-block; background: hsl(142, 71%, 45%); color: #fff; padding: 18px 48px; border-radius: 14px; font-size: 1.2rem; font-weight: 800; text-decoration: none; transition: all 0.3s; }
  .cta-button:hover { background: hsl(142, 71%, 50%); transform: scale(1.05); box-shadow: 0 8px 30px rgba(34, 197, 94, 0.3); }
  .cta-badges { display: flex; gap: 16px; justify-content: center; margin-top: 24px; flex-wrap: wrap; font-size: 0.85rem; color: hsl(215, 20%, 65%); }

  /* ===== WHATSAPP COMMUNITY ===== */
  .whatsapp-community-section { padding: 60px 24px; background: hsl(220, 60%, 6%); }
  .whatsapp-box { text-align: center; max-width: 600px; margin: 0 auto; background: rgba(37, 211, 102, 0.08); border: 2px solid rgba(37, 211, 102, 0.25); border-radius: 20px; padding: 40px 32px; }
  .whatsapp-logo { width: 60px; margin: 0 auto 16px; display: block; }
  .whatsapp-title { font-size: 1.5rem; font-weight: 800; margin-bottom: 12px; }
  .whatsapp-subtitle { font-size: 0.95rem; color: hsl(215, 20%, 65%); margin-bottom: 24px; line-height: 1.6; }
  .whatsapp-button { display: inline-flex; align-items: center; gap: 10px; background: hsl(142, 70%, 45%); color: #fff; padding: 14px 32px; border-radius: 12px; font-weight: 700; font-size: 1rem; text-decoration: none; transition: all 0.3s; }
  .whatsapp-button:hover { background: hsl(142, 70%, 50%); transform: scale(1.03); }
  .whatsapp-button-icon { width: 24px; height: 24px; }

  /* ===== FOOTER ===== */
  .site-footer { padding: 40px 24px; background: hsl(220, 70%, 6%); border-top: 1px solid rgba(255,255,255,0.06); text-align: center; }
  .footer-brand { display: flex; align-items: center; justify-content: center; gap: 12px; margin-bottom: 16px; }
  .footer-logo { width: 40px; height: 40px; border-radius: 8px; }
  .footer-name { font-weight: 700; font-size: 1rem; }
  .footer-copy { font-size: 0.85rem; color: hsl(215, 20%, 55%); margin-bottom: 12px; }
  .footer-links { display: flex; gap: 20px; justify-content: center; }
  .footer-link { color: hsl(215, 20%, 55%); text-decoration: none; font-size: 0.85rem; transition: color 0.3s; }
  .footer-link:hover { color: hsl(215, 20%, 80%); }

  /* ===== PRODUCTS PAGE ===== */
  .products-header { padding: 4rem 2rem 2rem; text-align: center; background: linear-gradient(135deg, hsl(263, 70%, 20%) 0%, hsl(220, 70%, 15%) 100%); }
  .back-button { display: inline-block; color: hsl(220, 100%, 70%); text-decoration: none; font-weight: 600; margin-bottom: 2rem; transition: all 0.3s ease; }
  .back-button:hover { color: hsl(220, 100%, 80%); transform: translateX(-4px); }
  .products-title { font-size: 3rem; font-weight: bold; background: linear-gradient(135deg, hsl(220, 100%, 70%) 0%, hsl(280, 100%, 75%) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: 1rem; }
  .products-subtitle { font-size: 1.25rem; color: hsl(215, 20%, 75%); max-width: 600px; margin: 0 auto; }
  .product-badge.available { background: rgba(34, 197, 94, 0.2); color: hsl(142, 71%, 60%); border: 1px solid hsl(142, 71%, 45%); }

  /* Product Detail Pages */
  .product-detail-page { min-height: 100vh; background: linear-gradient(180deg, hsl(220, 70%, 12%) 0%, hsl(220, 60%, 8%) 100%); }
  .coming-soon-section { padding: 6rem 2rem; min-height: 60vh; display: flex; align-items: center; justify-content: center; }
  .coming-soon-box { text-align: center; background: linear-gradient(135deg, hsl(220, 70%, 15%) 0%, hsl(263, 70%, 20%) 100%); padding: 4rem 3rem; border-radius: 24px; border: 2px solid rgba(255, 255, 255, 0.1); max-width: 600px; margin: 0 auto; }
  .coming-soon-box h2 { font-size: 2.5rem; font-weight: bold; color: white; margin-bottom: 1rem; }
  .coming-soon-box p { font-size: 1.25rem; color: hsl(215, 20%, 75%); margin-bottom: 2rem; }

  /* ===== PRIVACY PAGE ===== */
  .privacy-page { min-height: 100vh; background: hsl(220, 60%, 8%); padding: 60px 24px; }
  .privacy-container { max-width: 800px; margin: 0 auto; }
  .privacy-title { font-size: clamp(1.8rem, 4vw, 2.5rem); font-weight: 800; margin-bottom: 8px; }
  .privacy-update { font-size: 0.9rem; color: hsl(215, 20%, 55%); margin-bottom: 40px; }
  .privacy-section { margin-bottom: 32px; }
  .privacy-section h2 { font-size: 1.3rem; font-weight: 700; margin-bottom: 12px; color: hsl(263, 70%, 70%); }
  .privacy-section p, .privacy-section li { font-size: 0.95rem; color: hsl(215, 20%, 75%); line-height: 1.7; }
  .privacy-section ul { padding-left: 24px; margin-top: 8px; }
  .privacy-section li { margin-bottom: 8px; }
  .privacy-back { margin-top: 40px; }
  .privacy-back-link { color: hsl(220, 100%, 70%); text-decoration: none; font-weight: 600; }
  .privacy-back-link:hover { color: hsl(220, 100%, 80%); }

  /* ===== GOOGLE TRANSLATE ===== */
  /* Removido - widget não está mais em uso */

  /* ===== ANIMATIONS ===== */
  @keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.85; } }

  /* ===== RESPONSIVE ===== */
  @media (max-width: 1024px) {
    .pricing-grid.four-cols { grid-template-columns: repeat(2, 1fr); }
  }

  @media (max-width: 768px) {
    .nav-brand {
      display: none;
    }
    .nav-links {
      display: flex;
      position: static;
      flex-direction: row;
      padding: 0;
      gap: 8px;
      box-shadow: none;
      width: 100%;
      justify-content: center;
    }
    .nav-button {
      padding: 8px 10px;
      font-size: 0.55rem;
      flex: 1;
      text-align: center;
      border-radius: 8px;
      white-space: nowrap;
      line-height: 1.2;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .hero-section { padding: 48px 16px 40px; }
    .hero-logo { max-width: 200px; }
    .hero-title { font-size: clamp(1.6rem, 6vw, 2.2rem); }
    .hero-features { gap: 8px; }
    .hero-feature { padding: 8px 14px; font-size: 0.85rem; }

    .demo-comparison { flex-direction: column; }
    .demo-divider { width: 100%; height: 40px; }
    .demo-side { padding: 24px 20px; }
    .steps-grid { grid-template-columns: 1fr; gap: 12px; }

    .features-grid { grid-template-columns: 1fr; gap: 14px; }

    .comparison-table { min-width: 500px; }

    .bonus-card { flex-direction: column; }
    .bonus-image-wrapper { width: 100%; height: 200px; }
    .bonus-content { padding: 20px 24px; }

    .pricing-grid { grid-template-columns: 1fr; gap: 14px; }
    .pricing-grid.four-cols { grid-template-columns: 1fr; }
    .plan-card { padding: 24px 20px; }

    .testimonials-grid { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 14px; }

    .products-title { font-size: 2rem; }
    .products-grid { grid-template-columns: 1fr; gap: 1.5rem; }
    .product-card { padding: 2rem; min-height: 280px; }

    .coming-soon-box { padding: 3rem 2rem; }
    .coming-soon-icon { font-size: 4rem; }
    .coming-soon-box h2 { font-size: 2rem; }

    .privacy-container { padding: 0 8px; }
    .privacy-title { font-size: 1.5rem; }

    .section-inner { padding: 0 16px; }
    .section-title { font-size: clamp(1.5rem, 5vw, 2.2rem); }
    .section-subtitle { font-size: 0.95rem; margin-bottom: 32px; }

    .guarantee-content { padding: 28px 20px; }

    .whatsapp-box { padding: 28px 20px; }
    .whatsapp-title { font-size: 1.25rem; }

    .easter-egg-banner { font-size: 14px; padding: 10px 12px; }
  }

  @media (max-width: 480px) {
    .hero-title { font-size: 1.5rem; }
    .hero-features { flex-direction: column; align-items: center; }
    .comparison-table { min-width: 420px; font-size: 0.8rem; }
    .comparison-table th, .comparison-table td { padding: 10px 8px; }
  }
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.-mb-\[4px\] {
  margin-bottom: -4px;
}
.-mt-\[13px\] {
  margin-top: -13px;
}
.mr-\[0px\] {
  margin-right: 0px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.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));
}
.border {
  border-width: 1px;
}
.bg-\[\#DC2626\] {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.text-center {
  text-align: center;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-medium {
  font-weight: 500;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.text-\[\#000000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.line-through {
  text-decoration-line: line-through;
}
.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;
}
