*, ::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;
}
.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;
}
.table {
  display: table;
}
.hidden {
  display: none;
}
.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;
}
.text-\[\#000000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
/* ===== RESET & BASE ===== */
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  background: #0a0e1a;
  color: #e4e4e7;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
.app-root {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.section-inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}
.section-label {
  text-align: center;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #3b82f6;
  margin-bottom: 16px;
}
.section-title {
  text-align: center;
  font-size: clamp(28px, 4.5vw, 44px);
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}
.section-subtitle {
  text-align: center;
  font-size: clamp(14px, 2vw, 17px);
  color: #a1a1aa;
  margin-bottom: 48px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
/* ===== HERO ===== */
.hero-section {
  background: linear-gradient(180deg, #0a0e1a 0%, #111833 50%, #0a0e1a 100%);
  padding: 56px 24px 48px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.hero-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(59, 130, 246, 0.1) 0%, transparent 60%),
              radial-gradient(ellipse at 80% 80%, rgba(234, 179, 8, 0.06) 0%, transparent 50%);
  pointer-events: none;
}
.hero-badge {
  display: inline-block;
  background: linear-gradient(135deg, rgba(234, 179, 8, 0.2), rgba(234, 179, 8, 0.1));
  border: 2px solid rgba(234, 179, 8, 0.4);
  color: #fbbf24;
  font-size: 11px;
  font-weight: 900;
  padding: 12px 28px;
  border-radius: 100px;
  margin-bottom: 32px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 30px rgba(234, 179, 8, 0.2);
  animation: pulse-glow 3s ease-in-out infinite;
}
@keyframes pulse-glow {
  0%, 100% { box-shadow: 0 0 30px rgba(234, 179, 8, 0.2); }
  50% { box-shadow: 0 0 50px rgba(234, 179, 8, 0.4); }
}
.hero-logo {
  width: 120px;
  height: 120px;
  border-radius: 28px;
  margin: 0 auto 28px;
  display: block;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 0 40px rgba(59, 130, 246, 0.4));
  border: 3px solid rgba(59, 130, 246, 0.3);
}
.hero-title {
  font-size: clamp(26px, 5vw, 48px);
  font-weight: 900;
  line-height: 1.15;
  color: #ffffff;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  letter-spacing: -0.02em;
}
.brand-gold {
  background: linear-gradient(135deg, #fbbf24, #f59e0b, #d97706);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 20px rgba(251, 191, 36, 0.3));
}
.hero-subtitle {
  font-size: clamp(14px, 2.2vw, 18px);
  font-weight: 400;
  color: #d4d4d8;
  max-width: 700px;
  margin: 0 auto 32px;
  position: relative;
  z-index: 1;
  line-height: 1.6;
}
.hero-subtitle strong {
  color: #fbbf24;
  font-weight: 700;
}
.hero-features {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 20px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.hero-feature {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  color: #d4d4d8;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 18px;
  border-radius: 100px;
}
.hero-feature.highlight {
  background: rgba(34, 197, 94, 0.15);
  border-color: rgba(34, 197, 94, 0.3);
  color: #4ade80;
}
.feature-icon-hero {
  font-size: 14px;
  font-weight: 900;
}
.hero-compatibility {
  font-size: 13px;
  color: #71717a;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
/* ===== VIDEO SECTION ===== */
.video-section {
  background: #0d1220;
  padding: 48px 24px 56px;
}
.video-wrapper {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 80px rgba(59, 130, 246, 0.15), 0 20px 60px rgba(0,0,0,0.6);
  border: 2px solid rgba(59, 130, 246, 0.2);
}
.video-notice {
  text-align: center;
  color: #a1a1aa;
  font-size: 14px;
  margin-top: 20px;
  font-weight: 600;
}
.buttons-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
  flex-wrap: wrap;
}
/* ===== DEMO SECTION ===== */
.demo-section {
  background: linear-gradient(180deg, #0a0e1a 0%, #0f1629 100%);
  padding: 80px 24px;
}
.demo-comparison {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: start;
  margin-bottom: 56px;
}
.demo-side {
  background: linear-gradient(135deg, rgba(15, 22, 41, 0.8), rgba(10, 14, 26, 0.9));
  border-radius: 20px;
  padding: 32px 28px;
  border: 2px solid transparent;
}
.demo-before {
  border-color: rgba(220, 38, 38, 0.3);
  background: linear-gradient(135deg, rgba(220, 38, 38, 0.05), rgba(15, 22, 41, 0.8));
}
.demo-after {
  border-color: rgba(34, 197, 94, 0.3);
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.05), rgba(15, 22, 41, 0.8));
}
.demo-side-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(255,255,255,0.06);
}
.demo-icon {
  font-size: 32px;
}
.demo-side-header h3 {
  font-size: 18px;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.demo-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.demo-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  line-height: 1.5;
  padding: 12px 16px;
  border-radius: 12px;
  transition: all 0.3s ease;
}
.demo-item.negative {
  color: #fca5a5;
  background: rgba(220, 38, 38, 0.08);
}
.demo-item.positive {
  color: #86efac;
  background: rgba(34, 197, 94, 0.08);
}
.demo-item strong {
  font-weight: 800;
  color: #ffffff;
}
.item-icon {
  font-size: 18px;
  font-weight: 900;
  flex-shrink: 0;
}
.demo-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 80px;
}
.vs-badge {
  background: linear-gradient(135deg, #3b82f6, #2563eb);
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  padding: 12px 20px;
  border-radius: 100px;
  box-shadow: 0 8px 30px rgba(59, 130, 246, 0.3);
}
.demo-steps {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.08), rgba(15, 22, 41, 0.9));
  border: 2px solid rgba(59, 130, 246, 0.2);
  border-radius: 20px;
  padding: 40px 32px;
}
.steps-title {
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 32px;
}
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.step-card {
  background: rgba(59, 130, 246, 0.06);
  border: 1px solid rgba(59, 130, 246, 0.15);
  border-radius: 16px;
  padding: 28px 20px;
  text-align: center;
  transition: all 0.3s ease;
}
.step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(59, 130, 246, 0.4);
  box-shadow: 0 12px 40px rgba(59, 130, 246, 0.15);
}
.step-number {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #3b82f6, #2563eb);
  color: #ffffff;
  font-size: 28px;
  font-weight: 900;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  box-shadow: 0 8px 24px rgba(59, 130, 246, 0.3);
}
.step-text {
  font-size: 14px;
  font-weight: 600;
  color: #d4d4d8;
  line-height: 1.5;
}
/* ===== FEATURES ===== */
.features-section {
  background: #0a0e1a;
  padding: 80px 24px;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.feature-card {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.08), rgba(234, 179, 8, 0.05));
  border: 2px solid rgba(59, 130, 246, 0.15);
  border-radius: 20px;
  padding: 32px 24px;
  text-align: center;
  transition: all 0.3s ease;
}
.feature-card:hover {
  border-color: rgba(59, 130, 246, 0.4);
  transform: translateY(-6px);
  box-shadow: 0 16px 50px rgba(59, 130, 246, 0.15);
}
.feature-icon {
  font-size: 40px;
  margin-bottom: 16px;
}
.feature-name {
  font-size: 16px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 8px;
  letter-spacing: 0.01em;
}
.feature-desc {
  font-size: 13px;
  color: #a1a1aa;
  line-height: 1.6;
}
/* ===== COMPARISON ===== */
.comparison-section {
  background: linear-gradient(180deg, #0f1629 0%, #0a0e1a 100%);
  padding: 80px 24px;
}
.comparison-wrapper {
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid rgba(59, 130, 246, 0.2);
  box-shadow: 0 20px 60px rgba(0,0,0,0.4);
}
.comparison-table {
  width: 100%;
  border-collapse: collapse;
}
.comparison-table thead tr {
  background: linear-gradient(90deg, rgba(59, 130, 246, 0.15), rgba(234, 179, 8, 0.08));
}
.comparison-table th {
  padding: 24px;
  font-size: 12px;
  text-align: center;
  border-bottom: 2px solid rgba(59, 130, 246, 0.2);
}
.th-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.th-badge {
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 6px 14px;
  border-radius: 100px;
}
.col-original .th-badge {
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  color: #0a0e1a;
}
.col-fake .th-badge {
  background: rgba(220, 38, 38, 0.15);
  color: #f87171;
  border: 1px solid rgba(220, 38, 38, 0.3);
}
.th-name {
  font-size: 14px;
  font-weight: 700;
  color: #d4d4d8;
}
.comparison-table tbody tr {
  border-bottom: 1px solid rgba(255,255,255,0.04);
  transition: all 0.3s ease;
}
.comparison-table tbody tr:hover {
  background: rgba(59, 130, 246, 0.03);
}
.comparison-table td {
  padding: 20px 24px;
  font-size: 14px;
  text-align: center;
}
.row-label {
  text-align: left !important;
  font-weight: 600;
  color: #a1a1aa;
}
.badge-check, .badge-cross, .badge-warn {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 100px;
}
.badge-check {
  background: rgba(34, 197, 94, 0.15);
  color: #4ade80;
  border: 1px solid rgba(34, 197, 94, 0.3);
}
.badge-cross {
  background: rgba(220, 38, 38, 0.15);
  color: #f87171;
  border: 1px solid rgba(220, 38, 38, 0.3);
}
.badge-warn {
  background: rgba(234, 179, 8, 0.15);
  color: #fbbf24;
  border: 1px solid rgba(234, 179, 8, 0.3);
}
.comparison-alert {
  margin-top: 32px;
  padding: 20px 28px;
  background: rgba(220, 38, 38, 0.1);
  border: 2px solid rgba(220, 38, 38, 0.3);
  border-radius: 16px;
  text-align: center;
  font-size: 14px;
  color: #fca5a5;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.alert-icon {
  font-size: 24px;
}
/* ===== PRICING ===== */
.pricing-section {
  background: #0a0e1a;
  padding: 80px 24px;
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 40px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.plan-card {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.08), rgba(15, 22, 41, 0.9));
  border: 2px solid rgba(59, 130, 246, 0.2);
  border-radius: 20px;
  padding: 32px 20px;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
}
.plan-card:hover {
  border-color: rgba(59, 130, 246, 0.5);
  transform: translateY(-6px);
  box-shadow: 0 16px 50px rgba(59, 130, 246, 0.2);
}
.plan-card.featured {
  border-color: rgba(234, 179, 8, 0.5);
  background: linear-gradient(135deg, rgba(234, 179, 8, 0.12), rgba(15, 22, 41, 0.9));
  box-shadow: 0 0 40px rgba(234, 179, 8, 0.15);
}
/* Plan Colors - Gold */
.plan-card.plan-gold {
  border-color: rgba(234, 179, 8, 0.5);
  background: linear-gradient(135deg, rgba(234, 179, 8, 0.12), rgba(251, 191, 36, 0.08));
  box-shadow: 0 0 40px rgba(234, 179, 8, 0.15);
}
.plan-card.plan-gold:hover {
  border-color: rgba(234, 179, 8, 0.7);
  box-shadow: 0 16px 50px rgba(234, 179, 8, 0.25);
}
.plan-card.plan-gold .plan-period {
  color: #fbbf24;
}
.plan-card.plan-gold .plan-duration {
  color: #f59e0b;
}
/* Plan Colors - Blue */
.plan-card.plan-blue {
  border-color: rgba(59, 130, 246, 0.4);
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.12), rgba(37, 99, 235, 0.08));
  box-shadow: 0 0 40px rgba(59, 130, 246, 0.15);
}
.plan-card.plan-blue:hover {
  border-color: rgba(59, 130, 246, 0.7);
  box-shadow: 0 16px 50px rgba(59, 130, 246, 0.25);
}
.plan-card.plan-blue .plan-period {
  color: #3b82f6;
}
.plan-card.plan-blue .plan-duration {
  color: #2563eb;
}
/* Plan Colors - Purple */
.plan-card.plan-purple {
  border-color: rgba(168, 85, 247, 0.4);
  background: linear-gradient(135deg, rgba(168, 85, 247, 0.12), rgba(147, 51, 234, 0.08));
  box-shadow: 0 0 40px rgba(168, 85, 247, 0.15);
}
.plan-card.plan-purple:hover {
  border-color: rgba(168, 85, 247, 0.7);
  box-shadow: 0 16px 50px rgba(168, 85, 247, 0.25);
}
.plan-card.plan-purple .plan-period {
  color: #a855f7;
}
.plan-card.plan-purple .plan-duration {
  color: #9333ea;
}
.plan-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  color: #0a0e1a;
  font-size: 10px;
  font-weight: 900;
  padding: 6px 18px;
  border-radius: 100px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  box-shadow: 0 4px 16px rgba(251, 191, 36, 0.4);
}
.plan-header {
  padding-bottom: 24px;
  border-bottom: 2px solid rgba(255,255,255,0.06);
  margin-bottom: 24px;
}
.plan-period {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #3b82f6;
  margin-bottom: 12px;
}
.plan-price {
  font-size: 40px;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}
.plan-price .currency {
  font-size: 20px;
  font-weight: 700;
  color: #a1a1aa;
}
.plan-duration {
  font-size: 11px;
  color: #3b82f6;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.plan-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}
.plan-features li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 13px;
  color: #d4d4d8;
  font-weight: 500;
}
.check-icon {
  color: #4ade80;
  font-weight: 900;
  font-size: 14px;
}
.plan-cta {
  display: inline-block;
  width: 100%;
  background: linear-gradient(135deg, #3b82f6, #2563eb);
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  padding: 14px 24px;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.plan-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(59, 130, 246, 0.4);
}
.plan-cta.gold {
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  color: #0a0e1a;
}
.plan-cta.gold:hover {
  box-shadow: 0 8px 30px rgba(251, 191, 36, 0.4);
}
.lifetime-card {
  background: linear-gradient(135deg, rgba(234, 179, 8, 0.15), rgba(59, 130, 246, 0.1));
  border: 3px solid rgba(234, 179, 8, 0.4);
  border-radius: 24px;
  padding: 60px 32px 48px;
  text-align: center;
  position: relative;
  overflow: visible;
  box-shadow: 0 0 60px rgba(234, 179, 8, 0.2);
  margin-top: 24px;
}
.lifetime-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: radial-gradient(ellipse at 50% 50%, rgba(234, 179, 8, 0.08) 0%, transparent 70%);
  pointer-events: none;
}
.lifetime-badge {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  color: #0a0e1a;
  font-size: 12px;
  font-weight: 900;
  padding: 8px 24px;
  border-radius: 100px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  box-shadow: 0 6px 20px rgba(251, 191, 36, 0.5);
}
.lifetime-content {
  position: relative;
  z-index: 1;
}
.lifetime-label {
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #fbbf24;
  margin-bottom: 12px;
}
.lifetime-price {
  font-size: 72px;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 12px;
}
.lifetime-price .currency {
  font-size: 32px;
  color: #fbbf24;
}
.lifetime-usage {
  font-size: 16px;
  color: #4ade80;
  font-weight: 800;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.lifetime-installment {
  font-size: 1.3rem;
  font-weight: 700;
  color: #fbbf24;
  margin: 0.75rem 0;
  text-shadow: 0 2px 8px rgba(251, 191, 36, 0.3);
  animation: pulse 2s infinite;
}
.lifetime-desc {
  font-size: 15px;
  color: #d4d4d8;
  margin-bottom: 28px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.lifetime-cta {
  display: inline-block;
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  color: #0a0e1a;
  font-size: 18px;
  font-weight: 900;
  padding: 18px 48px;
  border-radius: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  box-shadow: 0 8px 30px rgba(251, 191, 36, 0.4);
}
.lifetime-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(251, 191, 36, 0.6);
}
.pricing-note {
  text-align: center;
  margin-top: 32px;
  font-size: 14px;
  color: #71717a;
  font-weight: 500;
}
.payment-methods {
  text-align: center;
  margin-top: 24px;
}
.payment-methods-label {
  font-size: 13px;
  color: #a1a1aa;
  font-weight: 600;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.payment-methods-image {
  max-width: 600px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(59, 130, 246, 0.15);
  border: 2px solid rgba(59, 130, 246, 0.1);
  transition: all 0.3s ease;
}
.payment-methods-image:hover {
  transform: scale(1.02);
  box-shadow: 0 12px 40px rgba(59, 130, 246, 0.25);
}
/* ===== TESTIMONIALS ===== */
.testimonials-section {
  background: linear-gradient(180deg, #0f1629 0%, #0a0e1a 100%);
  padding: 80px 24px;
}
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}
.testimonial-card {
  border-radius: 16px;
  overflow: hidden;
  border: 2px solid rgba(59, 130, 246, 0.15);
  transition: all 0.3s ease;
}
.testimonial-card:hover {
  border-color: rgba(59, 130, 246, 0.4);
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(59, 130, 246, 0.15);
}
.testimonial-card img {
  width: 100%;
  height: auto;
  display: block;
}
.testimonials-stat {
  text-align: center;
  margin-top: 40px;
  font-size: 18px;
  font-weight: 800;
  color: #4ade80;
}
/* ===== FAQ ===== */
.faq-section {
  background: linear-gradient(180deg, #0a0e1a 0%, #0f1629 50%, #0a0e1a 100%);
  padding: 80px 24px;
  position: relative;
  overflow: hidden;
}
.faq-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: radial-gradient(ellipse at 50% 50%, rgba(59, 130, 246, 0.08) 0%, transparent 60%);
  pointer-events: none;
}
.faq-list {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  z-index: 1;
}
.faq-item {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.08), rgba(15, 22, 41, 0.9));
  border: 2px solid rgba(59, 130, 246, 0.2);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
}
.faq-item:hover {
  border-color: rgba(59, 130, 246, 0.5);
  transform: translateX(4px);
  box-shadow: 0 12px 40px rgba(59, 130, 246, 0.15);
}
.faq-item.faq-open {
  border-color: rgba(234, 179, 8, 0.5);
  background: linear-gradient(135deg, rgba(234, 179, 8, 0.08), rgba(15, 22, 41, 0.9));
  box-shadow: 0 16px 50px rgba(234, 179, 8, 0.15);
}
.faq-question {
  padding: 24px 28px;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: all 0.3s ease;
}
.faq-item:hover .faq-question {
  background: rgba(59, 130, 246, 0.05);
}
.faq-item.faq-open .faq-question {
  background: rgba(234, 179, 8, 0.05);
  border-bottom: 2px solid rgba(255,255,255,0.06);
}
.faq-icon {
  font-size: 28px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.faq-item:hover .faq-icon {
  transform: scale(1.15);
}
.faq-text {
  flex: 1;
  font-weight: 700;
  font-size: 16px;
  color: #e4e4e7;
  line-height: 1.5;
}
.faq-arrow {
  font-size: 28px;
  font-weight: 900;
  color: #3b82f6;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(59, 130, 246, 0.1);
  border-radius: 50%;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.faq-item:hover .faq-arrow {
  background: rgba(59, 130, 246, 0.2);
  transform: rotate(90deg);
}
.faq-item.faq-open .faq-arrow {
  background: rgba(234, 179, 8, 0.2);
  color: #fbbf24;
  transform: rotate(45deg);
}
.faq-answer {
  padding: 0 28px 28px 72px;
  animation: fadeIn 0.3s ease;
}
.faq-answer-content {
  font-size: 15px;
  color: #d4d4d8;
  line-height: 1.8;
  background: rgba(59, 130, 246, 0.03);
  padding: 20px 24px;
  border-radius: 12px;
  border-left: 4px solid rgba(59, 130, 246, 0.4);
}
.faq-item.faq-open .faq-answer-content {
  border-left-color: rgba(234, 179, 8, 0.6);
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}
/* ===== GUARANTEE ===== */
.guarantee-section {
  background: linear-gradient(180deg, #0a0e1a 0%, #111833 50%, #0a0e1a 100%);
  padding: 80px 24px;
  position: relative;
  overflow: hidden;
}
.guarantee-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: radial-gradient(ellipse at 50% 50%, rgba(234, 179, 8, 0.08) 0%, transparent 60%);
  pointer-events: none;
}
.section-title-gradient {
  text-align: center;
  font-size: clamp(28px, 4.5vw, 44px);
  font-weight: 900;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
  background: linear-gradient(135deg, #fbbf24, #f59e0b, #3b82f6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.guarantee-content {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 48px;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.guarantee-badge {
  display: flex;
  justify-content: center;
  align-items: center;
}
.guarantee-seal {
  width: 100%;
  max-width: 320px;
  height: auto;
  filter: drop-shadow(0 0 40px rgba(234, 179, 8, 0.4));
  animation: float 4s ease-in-out infinite;
}
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
.guarantee-text {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.08), rgba(234, 179, 8, 0.05));
  border: 2px solid rgba(234, 179, 8, 0.3);
  border-radius: 24px;
  padding: 40px 36px;
}
.guarantee-title {
  font-size: 28px;
  font-weight: 900;
  color: #fbbf24;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}
.guarantee-description {
  font-size: 16px;
  color: #d4d4d8;
  line-height: 1.8;
  margin-bottom: 32px;
}
.guarantee-description strong {
  color: #fbbf24;
  font-weight: 800;
}
.guarantee-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 32px;
}
.guarantee-feature {
  display: flex;
  align-items: start;
  gap: 12px;
  background: rgba(59, 130, 246, 0.05);
  padding: 16px;
  border-radius: 12px;
  border: 1px solid rgba(59, 130, 246, 0.15);
  transition: all 0.3s ease;
}
.guarantee-feature:hover {
  border-color: rgba(234, 179, 8, 0.4);
  transform: translateX(4px);
  box-shadow: 0 8px 24px rgba(234, 179, 8, 0.1);
}
.guarantee-feature .feature-icon {
  font-size: 24px;
  flex-shrink: 0;
}
.guarantee-feature strong {
  display: block;
  font-size: 14px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 4px;
}
.guarantee-feature p {
  font-size: 13px;
  color: #a1a1aa;
  line-height: 1.5;
  margin: 0;
}
.guarantee-cta {
  text-align: center;
  padding-top: 24px;
  border-top: 2px solid rgba(255,255,255,0.06);
}
.guarantee-final {
  font-size: 18px;
  color: #d4d4d8;
  margin: 0;
}
.guarantee-final strong {
  color: #fbbf24;
  font-weight: 900;
}
/* ===== CTA ===== */
.cta-section {
  background: linear-gradient(180deg, #0f1629 0%, #0a0e1a 100%);
  padding: 80px 24px;
}
.cta-box {
  text-align: center;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(234, 179, 8, 0.08));
  border: 2px solid rgba(59, 130, 246, 0.25);
  border-radius: 28px;
  padding: 56px 40px;
}
.cta-title {
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}
.cta-subtitle {
  font-size: 16px;
  color: #a1a1aa;
  margin-bottom: 32px;
}
.cta-button {
  display: inline-block;
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  color: #0a0e1a;
  font-size: 20px;
  font-weight: 900;
  padding: 18px 56px;
  border-radius: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 8px 30px rgba(234, 179, 8, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.cta-button:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(234, 179, 8, 0.5);
}
.cta-badges {
  display: flex;
  justify-content: center;
  gap: 28px;
  margin-top: 28px;
  flex-wrap: wrap;
}
.cta-badges span {
  font-size: 13px;
  color: #71717a;
  font-weight: 600;
}
/* ===== FOOTER ===== */
.site-footer {
  background: #080b14;
  padding: 48px 24px;
  text-align: center;
  border-top: 1px solid rgba(255,255,255,0.05);
}
.footer-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 20px;
}
.footer-logo {
  width: 48px;
  height: 48px;
  border-radius: 12px;
}
.footer-name {
  font-size: 18px;
  font-weight: 800;
  background: linear-gradient(135deg, #fbbf24, #3b82f6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.footer-copy {
  font-size: 14px;
  color: #52525b;
  margin-bottom: 24px;
}
.copyright-warning {
  padding: 24px;
  background: rgba(220, 38, 38, 0.08);
  border: 2px solid rgba(220, 38, 38, 0.25);
  border-radius: 16px;
  max-width: 800px;
  margin: 0 auto;
}
.warning-title {
  color: #dc2626;
  font-weight: 800;
  font-size: 15px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.warning-text {
  color: #a1a1aa;
  font-size: 13px;
  line-height: 1.7;
}
/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .section-inner { padding: 0 16px; }
  
  .hero-logo { width: 90px; height: 90px; }
  .hero-features { gap: 8px; }
  .hero-feature { font-size: 11px; padding: 8px 14px; }

  .demo-comparison { grid-template-columns: 1fr; gap: 32px; }
  .demo-divider { padding-top: 0; }
  .vs-badge { font-size: 14px; padding: 10px 18px; }
  .steps-grid { grid-template-columns: 1fr; }

  .features-grid { grid-template-columns: 1fr; gap: 14px; }
  .feature-card { padding: 24px 18px; }
  .feature-icon { font-size: 32px; }
  .feature-name { font-size: 14px; }

  .pricing-grid { grid-template-columns: 1fr; gap: 14px; }
  .plan-card { padding: 24px 16px; }
  .plan-price { font-size: 32px; }
  .lifetime-card { padding: 48px 24px 36px; }
  .lifetime-price { font-size: 52px; }
  .lifetime-cta { font-size: 16px; padding: 16px 32px; }

  .comparison-wrapper { overflow: visible; }
  .comparison-table { font-size: 11px; width: 100%; }
  .comparison-table th, .comparison-table td { padding: 12px 8px; }
  .th-badge { font-size: 9px; padding: 5px 10px; }
  .th-name { font-size: 12px; }
  .row-label { font-size: 12px !important; }
  .badge-check, .badge-cross, .badge-warn { font-size: 11px; padding: 6px 10px; white-space: nowrap; }

  .guarantee-content { grid-template-columns: 1fr; gap: 32px; }
  .guarantee-seal { max-width: 240px; }
  .guarantee-text { padding: 32px 24px; }
  .guarantee-title { font-size: 24px; }
  .guarantee-features { grid-template-columns: 1fr; gap: 14px; }
  .guarantee-feature { padding: 12px; }

  .cta-box { padding: 40px 24px; }
  .cta-button { font-size: 17px; padding: 16px 40px; }
  .cta-badges { gap: 16px; }

  .testimonials-grid { grid-template-columns: 1fr; }
  
  .faq-question { padding: 20px; gap: 12px; }
  .faq-icon { font-size: 24px; }
  .faq-text { font-size: 14px; }
  .faq-answer { padding: 0 20px 20px 20px; }
  .faq-answer-content { padding: 16px; }

  .payment-methods-image { max-width: 100%; }
}
/* ===== WHATSAPP COMMUNITY SECTION ===== */
.whatsapp-community-section {
  background: linear-gradient(135deg, #128C7E 0%, #075E54 50%, #25D366 100%);
  padding: 60px 24px;
  position: relative;
  overflow: hidden;
}
.whatsapp-community-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: radial-gradient(ellipse at 50% 50%, rgba(37, 211, 102, 0.2) 0%, transparent 60%);
  pointer-events: none;
}
.whatsapp-box {
  text-align: center;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 28px;
  padding: 48px 40px;
  position: relative;
  z-index: 1;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}
.whatsapp-logo {
  width: 120px;
  height: 120px;
  margin: 0 auto 24px;
  display: block;
  filter: drop-shadow(0 8px 24px rgba(37, 211, 102, 0.4));
  animation: float 3s ease-in-out infinite;
}
.whatsapp-title {
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 900;
  color: #075E54;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}
.whatsapp-subtitle {
  font-size: 16px;
  color: #5a5a5a;
  margin-bottom: 32px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.whatsapp-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  padding: 18px 48px;
  border-radius: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 8px 30px rgba(37, 211, 102, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.whatsapp-button:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(37, 211, 102, 0.6);
}
.whatsapp-button-icon {
  width: 32px;
  height: 32px;
  filter: brightness(0) invert(1);
}
@media (max-width: 768px) {
  .whatsapp-community-section {
    padding: 48px 16px;
  }

  .whatsapp-box {
    padding: 36px 24px;
  }

  .whatsapp-logo {
    width: 90px;
    height: 90px;
  }

  .whatsapp-button {
    font-size: 16px;
    padding: 16px 32px;
    flex-direction: column;
    gap: 8px;
  }

  .whatsapp-button-icon {
    width: 28px;
    height: 28px;
  }
}
/* ============================================
   BONUSES SECTION
============================================ */
.bonuses-section {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
  padding: 80px 20px;
  position: relative;
  overflow: hidden;
}
.bonuses-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: radial-gradient(circle at 50% 0%, rgba(255, 215, 0, 0.1) 0%, transparent 70%);
  pointer-events: none;
}
.bonuses-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 32px;
  margin-top: 48px;
  position: relative;
  z-index: 1;
}
.bonus-card {
  background: linear-gradient(145deg, #1e1e30 0%, #2a2a40 100%);
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid rgba(255, 215, 0, 0.2);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.bonus-card:hover {
  transform: translateY(-10px);
  border-color: rgba(255, 215, 0, 0.6);
  box-shadow: 0 20px 60px rgba(255, 215, 0, 0.3);
}
.bonus-image-wrapper {
  width: 100%;
  height: 280px;
  overflow: hidden;
  background: linear-gradient(135deg, #2d2d44 0%, #1a1a2e 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.bonus-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.4s ease;
}
.bonus-card:hover .bonus-image {
  transform: scale(1.05);
}
.bonus-content {
  padding: 28px;
}
.bonus-title {
  font-size: 22px;
  font-weight: 700;
  color: #ffd700;
  margin-bottom: 16px;
  line-height: 1.4;
}
.bonus-description {
  font-size: 16px;
  color: #e0e0e0;
  margin-bottom: 20px;
  line-height: 1.6;
  font-weight: 600;
}
.bonus-features {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
.bonus-features li {
  font-size: 15px;
  color: #d0d0d0;
  margin-bottom: 12px;
  line-height: 1.6;
  padding-left: 0;
}
.bonus-highlight {
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.15) 0%, rgba(255, 215, 0, 0.05) 100%);
  border-left: 4px solid #ffd700;
  padding: 16px;
  border-radius: 8px;
  font-size: 14px;
  color: #f0f0f0;
  line-height: 1.6;
  margin: 16px 0;
  font-weight: 500;
}
.bonus-value {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 215, 0, 0.2);
}
.bonus-price-old {
  font-size: 16px;
  color: #888;
  text-decoration: line-through;
  font-weight: 500;
}
.bonus-price-free {
  font-size: 20px;
  font-weight: 800;
  background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: pulse 2s ease-in-out infinite;
}
.bonus-price-free-exclusive {
  font-size: 22px;
  text-align: center;
  padding: 12px;
  background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.bonuses-total {
  margin-top: 56px;
  text-align: center;
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.1) 0%, rgba(255, 215, 0, 0.05) 100%);
  border: 2px solid rgba(255, 215, 0, 0.3);
  border-radius: 20px;
  padding: 32px;
  position: relative;
  overflow: hidden;
}
.bonuses-total::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent 30%, rgba(255, 215, 0, 0.1) 50%, transparent 70%);
  animation: shine 3s infinite;
}
@keyframes shine {
  0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
  100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}
.bonuses-total-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}
.bonuses-total-label {
  font-size: 20px;
  color: #e0e0e0;
  font-weight: 600;
}
.bonuses-total-price {
  font-size: 48px;
  font-weight: 900;
  background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-decoration: line-through;
  opacity: 0.7;
}
.bonuses-total-free {
  font-size: 32px;
  font-weight: 900;
  background: linear-gradient(135deg, #00ff88 0%, #00cc6a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: pulse 2s ease-in-out infinite;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .bonuses-section {
    padding: 60px 16px;
  }

  .bonuses-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .bonus-image-wrapper {
    height: 240px;
  }

  .bonus-title {
    font-size: 20px;
  }

  .bonus-content {
    padding: 20px;
  }

  .bonuses-total {
    padding: 24px 16px;
  }

  .bonuses-total-price {
    font-size: 36px;
  }

  .bonuses-total-free {
    font-size: 24px;
  }
}
@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.8; }
}
@media (max-width: 480px) {
  .section-inner { padding: 0 12px; }
  
  .hero-section { padding: 40px 12px 32px; }
  .hero-badge { font-size: 10px; padding: 10px 20px; }
  .hero-title { font-size: 24px; }
  .hero-subtitle { font-size: 14px; }
  
  .video-section { padding: 32px 12px 40px; }
  
  .demo-section, .features-section, .pricing-section, .testimonials-section, .faq-section, .cta-section { padding: 60px 12px; }
  
  .section-title { font-size: 24px; }
  .section-subtitle { font-size: 14px; margin-bottom: 32px; }
  
  .pricing-grid { grid-template-columns: 1fr; }
  .plan-price { font-size: 36px; }
  .plan-cta { font-size: 12px; padding: 12px 20px; }
  
  .lifetime-badge { font-size: 11px; padding: 7px 20px; top: -12px; }
  .lifetime-label { font-size: 14px; }
  .lifetime-price { font-size: 48px; }
  .lifetime-cta { font-size: 15px; padding: 14px 28px; }
  
  .testimonials-grid { grid-template-columns: 1fr; }
  
  .cta-title { font-size: 22px; }
  .cta-button { font-size: 16px; padding: 14px 32px; }
  .cta-badges { flex-direction: column; gap: 12px; }

  .payment-methods-image { max-width: 100%; }
}
