﻿/* bundle.css — AUTO-GENERATED 2026-06-01 14:36. Edit layer files, not this file. */
/* Layer: 1-settings | File: _colors.css | Canonical design tokens (single source of truth) */
/* Dark theme. Consolidated from styles.css/header.css/footer.css + expanded scale.
   Mirrored in design-system/tokens.css. Always reference via var(); never hardcode. */
:root {
  /* Brand Colors */
  --primary-color: #2563eb;
  --primary-hover: #1d4ed8;
  --accent-color:  #3b82f6;
  --secondary-color: #64748b;
  --primary-color-rgb: 37, 99, 235;
  --accent-color-rgb: 59, 130, 246;

  /* Tints & Shades (derived from primary/accent) */
  --color-primary-50:  #eff6ff;
  --color-primary-100: #dbeafe;
  --color-primary-300: #93c5fd;
  --color-primary-700: #1d4ed8;
  --color-primary-900: #1e3a8a;
  --color-accent-700:  #1d4ed8;

  /* Neutrals / Surfaces (dark) */
  --background-dark: #0f172a;
  --bg-darker: #070e1a;
  --bg-light: #1e293b;
  --card-bg: rgba(255, 255, 255, 0.05);
  --border-color: rgba(255, 255, 255, 0.1);

  /* Text */
  --text-light: #f8fafc;
  --text-dark:  #1e293b;
  --text-muted: #94a3b8;

  /* State */
  --success-color: #22c55e;
  --warning-color: #f59e0b;
  --error-color:   #ef4444;
  --danger-color:  #ef4444;

  /* Semantic Aliases (new --color-* API mapped onto the dark-theme base) */
  --color-primary:           var(--primary-color);
  --color-accent:            var(--accent-color);
  --color-text:              var(--text-light);
  --color-text-muted:        var(--text-muted);
  --color-text-subtle:       rgba(248, 250, 252, 0.5);
  --color-surface:           var(--background-dark);
  --color-surface-raised:    var(--bg-light);
  --color-border:            var(--border-color);
  --color-border-subtle:     rgba(255, 255, 255, 0.06);
  --color-danger:            var(--danger-color);
  --color-success:           var(--success-color);
  --color-warning:           var(--warning-color);
  --color-interactive:       var(--primary-color);
  --color-interactive-hover: var(--color-primary-300);
  --color-focus-ring:        var(--accent-color);
  --color-overlay:           rgba(0, 0, 0, 0.6);

  /* Typography */
  --font-body: 'Inter', system-ui, -apple-system, sans-serif;
  --font-heading: 'Inter', system-ui, -apple-system, sans-serif;

  /* Static type scale (1.25 ratio, 16px base) */
  --fs-base: 1rem;
  --fs-sm: 0.8rem;
  --fs-lg: 1.25rem;
  --fs-xl: 1.563rem;
  --fs-2xl: 1.953rem;
  --fs-3xl: 2.441rem;
  --text-sm:   var(--fs-sm);
  --text-base: var(--fs-base);
  --text-lg:   var(--fs-lg);
  --text-xl:   var(--fs-xl);

  /* Fluid type scale */
  --text-fluid-xs:   clamp(0.75rem,  0.69rem + 0.29vw, 0.875rem);
  --text-fluid-sm:   clamp(0.875rem, 0.82rem + 0.27vw, 1rem);
  --text-fluid-md:   clamp(1rem,     0.91rem + 0.45vw, 1.25rem);
  --text-fluid-lg:   clamp(1.25rem,  1.09rem + 0.8vw,  1.5rem);
  --text-fluid-xl:   clamp(1.5rem,   1.2rem  + 1.5vw,  2rem);
  --text-fluid-2xl:  clamp(1.875rem, 1.35rem + 2.68vw, 2.75rem);
  --text-fluid-3xl:  clamp(2.25rem,  1.5rem  + 3.75vw, 3.5rem);

  /* Line heights */
  --leading-tight: 1.1;
  --leading-snug: 1.3;
  --leading-normal: 1.5;
  --leading-relaxed: 1.7;

  /* Letter spacing */
  --tracking-tight: -0.025em;
  --tracking-normal: 0em;
  --tracking-wide: 0.025em;
  --tracking-wider: 0.05em;
  --tracking-widest: 0.1em;

  /* Spacing (4px base scale) */
  --space-px: 1px;
  --space-0: 0;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;

  /* Radii */
  --radius-none: 0;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --radius-xl: 16px;
  --radius-2xl: 24px;
  --radius-pill: 9999px;
  --radius-full: 9999px;

  /* Shadows */
  --shadow-xs: 0 1px 2px rgba(0,0,0,.05);
  --shadow-sm: 0 1px 2px rgba(0,0,0,0.2);
  --shadow-md: 0 4px 12px rgba(0,0,0,0.3);
  --shadow-lg: 0 12px 32px rgba(0,0,0,0.4);
  --shadow-xl: 0 20px 25px rgba(0,0,0,.10), 0 10px 10px rgba(0,0,0,.04);
  --shadow-inner: inset 0 2px 4px rgba(0,0,0,.06);
  --shadow-focus: 0 0 0 3px var(--color-focus-ring);

  /* Motion */
  --transition-fast: 150ms ease;
  --transition-base: 250ms ease;
  --ease-in: cubic-bezier(0.4, 0, 1, 1);
  --ease-out: cubic-bezier(0, 0, 0.2, 1);
  --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
  --ease-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
  --duration-instant: 50ms;
  --duration-fast: 150ms;
  --duration-base: 250ms;
  --duration-slow: 400ms;
  --duration-slower: 600ms;

  /* Z-Index */
  --z-base: 0;
  --z-raised: 10;
  --z-dropdown: 100;
  --z-sticky: 200;
  --z-overlay: 300;
  --z-modal: 400;
  --z-toast: 500;
  --z-tooltip: 600;
}

/* Layer: 3-generic | File: _animations.css | Split from: styles.css */
/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Layer: 3-generic | File: _reset.css | Modern reset (dark theme) */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  color-scheme: dark;
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  min-height: 100vh;
}
img, picture, video, canvas, svg { display: block; max-width: 100%; }
img { height: auto; }
input, button, textarea, select { font: inherit; color: inherit; }
button { cursor: pointer; }
p, h1, h2, h3, h4, h5, h6 { overflow-wrap: break-word; }
h1, h2, h3, h4, h5, h6 { text-wrap: balance; }
p, li { text-wrap: pretty; }
table { border-collapse: collapse; border-spacing: 0; }
:focus-visible { outline: 2px solid var(--color-focus-ring); outline-offset: 3px; }
:focus:not(:focus-visible) { outline: none; }
::selection { background-color: var(--color-accent); color: #fff; }

/* Layer: 4-elements | File: _base.css | Split from: styles.css */
body {
    font-family: var(--font-body);
    background-color: var(--background-dark);
    color: var(--text-light);
    line-height: 1.5;
    overflow-x: hidden;
}

body.menu-open {
    overflow: hidden;
}

/* Main Content Adjustment without Legal Banner */
main {
    padding-top: 0; /* Remove the extra padding that accounted for the legal banner */
}

/* Hero, Features, Pricing, Affiliate, FAQ, and Technical Details sections moved to css/landing.css */

/* Layer: 4-elements | File: _headings.css | Base heading typography */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-tight);
  color: var(--text-light);
  font-weight: 700;
  text-wrap: balance;
}
h1 { font-size: var(--text-fluid-3xl); }
h2 { font-size: var(--text-fluid-2xl); }
h3 { font-size: var(--text-fluid-xl); font-weight: 600; }
h4 { font-size: var(--text-fluid-lg); font-weight: 600; }
h5 { font-size: var(--text-xl); font-weight: 600; }
h6 { font-size: var(--text-base); font-weight: 600; letter-spacing: var(--tracking-wider); text-transform: uppercase; }

/* Layer: 4-elements | File: _links.css | Base link styles */
a {
  color: var(--color-interactive);
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 3px;
  transition: color var(--duration-fast) var(--ease-out),
              text-decoration-color var(--duration-fast) var(--ease-out);
}
a:hover { color: var(--color-interactive-hover); text-decoration-color: currentColor; }
a:focus-visible { outline: 2px solid var(--color-focus-ring); outline-offset: 3px; border-radius: var(--radius-sm); text-decoration: none; }

/* Layer: 5-objects | File: _container.css | Split from: styles.css */
/* Customer Reviews Section - Styles moved to index.php */

/* Container for responsive widths across the site */
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    box-sizing: border-box;
}

@media (max-width: 1200px) {
    .container {
        max-width: 100%;
        padding: 0 2rem;
    }
}

@media (max-width: 992px) {
    .container {
        padding: 0 1.5rem;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 0 1rem;
    }
}

/* Layer: 6-components | File: _access.css | Split from: styles.css */

/* Access Page Styles */

.access-instructions {

    margin-top: 2rem;

    padding-top: 2rem;

    border-top: 1px solid var(--border-color);

    text-align: left;

}



.access-instructions h3 {

    display: flex;

    align-items: center;

    gap: 0.75rem;

    margin-bottom: 1.25rem;

    color: var(--text-light);

    font-size: 1.1rem;

}



.access-instructions h3 i {

    color: var(--accent-color);

}



.access-instructions ol {

    padding-left: 1.5rem;

    margin-bottom: 1rem;

}



.access-instructions li {

    color: var(--secondary-color);

    margin-bottom: 0.75rem;

    line-height: 1.5;

}



.indicator-link {

    color: var(--primary-color);

    text-decoration: none;

    font-weight: 500;

    transition: color var(--duration-base) var(--ease-out);

    display: inline-flex;

    align-items: center;

    gap: 0.4rem;

}



.indicator-link:hover {

    color: var(--accent-color);

    text-decoration: underline;

}



.indicator-link:focus-visible {

    outline: 2px solid var(--color-focus-ring);

    outline-offset: 2px;

}



.indicator-link i {

    font-size: 0.8rem;

}



.message.working {

    color: var(--accent-color);

    font-weight: 500;

}


/* Layer: 6-components | File: _alert.css | Split from: styles.css */

/* Alert messages */

.alert {

    max-width: 800px;

    margin: 0 auto 30px;

    padding: 15px;

    border-radius: 8px;

    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);

    animation: alert-slide-down 0.5s ease-out forwards;

}



.alert-success {

    background-color: #d1fae5;

    border-left: 4px solid #10b981;

    color: #065f46;

}



.alert-error {

    background-color: #fee2e2;

    border-left: 4px solid var(--error-color);

    color: #991b1b;

}



.alert-content {

    display: flex;

    align-items: center;

    position: relative;

}



.alert-content i {

    font-size: 24px;

    margin-right: 15px;

}



.alert-content p {

    flex-grow: 1;

    margin: 0;

}



.alert-close {

    background: none;

    border: none;

    font-size: 24px;

    cursor: pointer;

    color: inherit;

    padding: 0 10px;

    opacity: 0.7;

    transition: opacity var(--duration-fast) var(--ease-out);

}



.alert-close:hover {

    opacity: 1;

}



.alert-close:focus-visible {

    outline: 2px solid var(--color-focus-ring);

    outline-offset: 2px;

}



@keyframes alert-slide-down {

    from {

        transform: translateY(-20px);

        opacity: 0;

    }

    to {

        transform: translateY(0);

        opacity: 1;

    }

}


/* Layer: 6-components | File: _button.css | Split from: styles.css */

/* Button Styles */

.btn-primary, .btn-secondary, .cta-button {

    padding: 1.2rem 2.5rem;

    border-radius: 0.5rem;

    font-weight: 600;

    text-decoration: none;

    transition: all var(--duration-base) var(--ease-out);

    cursor: pointer;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    min-width: 220px;

    border: none;

    font-size: 1.05rem;

    white-space: nowrap;

}



.cta-button {

    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));

    color: var(--text-light);

    box-shadow: 0 4px 12px rgba(var(--primary-color-rgb), 0.3);

}



.cta-button:hover {

    transform: translateY(-2px);

    box-shadow: 0 6px 16px rgba(var(--primary-color-rgb), 0.4);

}



.btn-primary {

    background: var(--primary-color);

    color: var(--text-light);

}



.btn-primary:hover {

    background: var(--primary-hover);

    transform: translateY(-2px);

}



.btn-secondary {

    background: transparent;

    border: 2px solid var(--primary-color);

    color: var(--primary-color);

}



.btn-secondary:hover {

    background: var(--primary-color);

    color: var(--text-light);

    transform: translateY(-2px);

}



.btn-primary:focus-visible,

.btn-secondary:focus-visible,

.cta-button:focus-visible,

.btn-outline:focus-visible {

    outline: 2px solid var(--color-focus-ring);

    outline-offset: 2px;

}



/* Update pricing card button */

.pricing-card .cta-button {

    width: 100%;

    margin-top: 1rem;

}



/* Responsive Design - Landing page specific styles moved to css/landing.css */

@media (max-width: 768px) {

    .cta-button, .btn-primary, .btn-secondary {

        width: 100%;

        min-width: unset;

        padding: 1rem 1.5rem;

        font-size: 1rem;

    }

}



/* Global Button Styles - Added for consistency across the site */

.btn-secondary, .btn-outline {

    border: 2px solid var(--primary-color) !important;

    background: transparent !important;

    color: var(--primary-color) !important;

    box-shadow: 0 0 0 1px rgba(var(--primary-color-rgb), 0.1) !important;

    transition: all var(--duration-base) var(--ease-out) !important;

}



.btn-secondary:hover, .btn-outline:hover {

    background: rgba(var(--primary-color-rgb), 0.1) !important;

    box-shadow: 0 0 0 2px var(--primary-color) !important;

    transform: translateY(-2px) !important;

}



/* Button styling should apply to all modules */

.nav-buttons .btn-secondary,

.hero-buttons .btn-secondary,

.pricing-card .btn-secondary,

.contact-form .btn-secondary,

.tutorial-card .btn-secondary,

.video-card .btn-secondary {

    border: 2px solid var(--primary-color) !important;

    background: transparent !important;

}


/* Layer: 6-components | File: _contact.css | Split from: styles.css */

/* Contact Page Styles */

.contact-hero {

    padding: 7rem 2rem 2rem; /* Reduced bottom padding for better spacing */

    text-align: center;

    max-width: 800px;

    margin: 0 auto;

}



.contact-subtitle {

    font-size: 1.2rem;

    color: var(--secondary-color);

    margin-top: 1rem;

}



.contact-form-section {

    padding: 2rem 2rem 4rem;

    max-width: 1200px;

    margin: 0 auto;

}



.contact-container {

    display: grid;

    grid-template-columns: 1fr 2fr;

    gap: 4rem;

}



.contact-info {

    display: flex;

    flex-direction: column;

    gap: 2rem;

}



.info-card {

    background: var(--card-bg);

    padding: 2rem;

    border-radius: 1rem;

    text-align: center;

    transition: transform var(--duration-base) var(--ease-out);

}



.info-card:hover {

    transform: translateY(-5px);

}



.info-card i {

    font-size: 2rem;

    color: var(--accent-color);

    margin-bottom: 1rem;

}



.info-card h3 {

    margin-bottom: 0.5rem;

    color: var(--text-light);

}



.info-card p {

    color: var(--secondary-color);

}



.contact-form {

    background: var(--card-bg);

    padding: 3rem;

    border-radius: 1rem;

}



.form-group {

    margin-bottom: 1.5rem;

}



.form-group label {

    display: block;

    margin-bottom: 0.5rem;

    color: var(--text-light);

    font-weight: 500;

}



.form-group input,

.form-group select,

.form-group textarea {

    width: 100%;

    padding: 1rem;

    background: var(--card-bg);

    border: 2px solid transparent;

    border-radius: 0.5rem;

    color: var(--text-light);

    font-size: 1rem;

    transition: all var(--duration-base) var(--ease-out);

}



.form-group input:focus,

.form-group select:focus,

.form-group textarea:focus {

    outline: none;

    border-color: var(--primary-color);

    box-shadow: 0 0 0 3px rgba(var(--primary-color-rgb), 0.2);

}



.form-group input:focus-visible,

.form-group select:focus-visible,

.form-group textarea:focus-visible {

    outline: 2px solid var(--color-focus-ring);

    outline-offset: 2px;

}



.form-group textarea {

    resize: vertical;

    min-height: 120px;

}



/* FAQ Section styles moved to css/landing.css */



/* Responsive Design for Contact Page */

@media (max-width: 768px) {

    .contact-container {

        grid-template-columns: 1fr;

        gap: 2rem;

    }



    .contact-form {

        padding: 2rem;

    }



    .contact-hero {

        padding: 6rem 2rem 2rem;

    }

}


/* Layer: 6-components | File: _cookie-banner.css */

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--color-text);
  color: #fff;
  padding: var(--space-4) var(--space-6);
  z-index: var(--z-toast);
  box-shadow: var(--shadow-xl);
}

.cookie-banner__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-6);
  flex-wrap: wrap;
}

.cookie-banner__inner p {
  margin: 0;
  color: var(--background-dark);
  font-size: var(--text-sm);
  line-height: var(--leading-normal);
}

.cookie-banner__inner a {
  color: var(--primary-color);
  font-weight: 600;
}

.cookie-banner__inner a:hover {
  color: var(--primary-hover);
}

.cookie-banner__actions {
  display: flex;
  gap: var(--space-3);
  flex-shrink: 0;
}

.cookie-banner .btn {
  padding: var(--space-2) var(--space-4);
  border-radius: var(--radius-md);
  font-weight: 600;
  font-size: var(--text-sm);
  border: none;
  cursor: pointer;
  transition: background var(--duration-base) var(--ease-out);
}

.cookie-banner .btn--primary {
  background: var(--primary-color);
  color: var(--text-light);
}

.cookie-banner .btn--primary:hover {
  background: var(--primary-hover);
}

.cookie-banner .btn--secondary {
  background: transparent;
  color: var(--background-dark);
  border: 1px solid var(--background-dark);
}

.cookie-banner .btn--secondary:hover {
  background: rgba(15, 23, 42, 0.08);
}

/* =============================================================
   6-components/_feature-showcase.css
   ITCSS Layer: 6 — Components
   Purpose: Screenshot-led alternating feature section on homepage
   ============================================================= */

/* ── Outer section ──────────────────────────────────────────── */
.feature-showcase {
  padding: var(--space-20) var(--space-4);
  max-width: 1200px;
  margin: 0 auto;
}

/* ── Feature rows ───────────────────────────────────────────── */
.feature-showcase__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: var(--space-12);
  align-items: start;
  padding: var(--space-12) 0;
  border-top: 1px solid var(--color-border);
}

.feature-showcase__row:first-of-type {
  border-top: none;
  padding-top: 0;
}

.feature-showcase__row:last-of-type {
  border-bottom: 1px solid var(--color-border);
}

.feature-showcase__row--flip .feature-showcase__copy {
  order: 2;
}

.feature-showcase__row--flip .feature-showcase__screenshot {
  order: 1;
}

/* ── Copy block ─────────────────────────────────────────────── */
.feature-showcase__copy {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  padding-top: var(--space-1);
}

.feature-showcase__badge {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  background: var(--color-primary-50);
  color: var(--color-primary);
  font-size: var(--text-sm);
  font-weight: 600;
  padding: var(--space-1) var(--space-3);
  border-radius: var(--radius-pill);
  width: fit-content;
}

.feature-showcase__badge .ti {
  font-size: 14px;
}

.feature-showcase__feature-title {
  font-family: var(--font-heading);
  font-size: var(--text-fluid-xl);
  font-weight: 700;
  line-height: var(--leading-snug);
  color: var(--color-text);
  letter-spacing: var(--tracking-tight);
}

.feature-showcase__feature-body {
  font-size: var(--text-base);
  line-height: var(--leading-relaxed);
  color: var(--color-text-muted);
}

/* Metric: fixed number column, description flush to its right */
.feature-showcase__stat {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  column-gap: var(--space-4);
  row-gap: var(--space-1);
  align-items: center;
  padding-top: var(--space-4);
  margin-top: var(--space-2);
  border-top: 1px solid var(--color-border-subtle);
}

.feature-showcase__stat-number {
  font-size: var(--fs-3xl);
  font-weight: 700;
  font-family: var(--font-heading);
  color: var(--color-primary);
  line-height: 1;
  letter-spacing: var(--tracking-tight);
  font-variant-numeric: tabular-nums;
  text-align: left;
}

.feature-showcase__stat-label {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  line-height: var(--leading-snug);
  margin: 0;
}

/* ── Screenshot (transparent PNG friendly) ──────────────────── */
.feature-showcase__screenshot {
  display: flex;
  align-items: flex-start;
  align-self: start;
  justify-content: center;
  width: 100%;
}

.feature-showcase__row--flip .feature-showcase__screenshot {
  justify-content: flex-end;
}

.feature-showcase__row:not(.feature-showcase__row--flip) .feature-showcase__screenshot {
  justify-content: flex-start;
}

.feature-showcase__frame {
  position: relative;
  margin: 0;
  width: 100%;
  max-width: 100%;
  padding: 0;
  border: none;
  border-radius: var(--radius-lg);
  background: none;
  overflow: hidden;
  line-height: 0;
}

.feature-showcase__frame::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(
    ellipse 90% 70% at 50% 100%,
    rgba(var(--primary-color-rgb), 0.1) 0%,
    transparent 70%
  );
  pointer-events: none;
  z-index: 0;
}

.feature-showcase__img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
  background: transparent;
  border-radius: inherit;
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.05),
    0 16px 48px -12px rgba(15, 23, 42, 0.14);
  transition: box-shadow var(--duration-base) var(--ease-out);
}

.feature-showcase__row:hover .feature-showcase__img {
  box-shadow:
    0 2px 4px rgba(15, 23, 42, 0.06),
    0 20px 56px -10px rgba(var(--primary-color-rgb), 0.22);
}

/* ── Section CTA ────────────────────────────────────────────── */
.feature-showcase__cta {
  text-align: center;
  margin-top: var(--space-12);
}

/* ── Responsive ─────────────────────────────────────────────── */
@media (max-width: 768px) {
  .feature-showcase {
    padding: var(--space-12) var(--space-4);
  }

  .feature-showcase__row {
    grid-template-columns: 1fr;
    gap: var(--space-8);
  }

  .feature-showcase__row--flip .feature-showcase__copy {
    order: 1;
  }

  .feature-showcase__row--flip .feature-showcase__screenshot {
    order: 2;
  }

  .feature-showcase__screenshot,
  .feature-showcase__row--flip .feature-showcase__screenshot {
    align-self: stretch;
    justify-content: center;
  }

  .feature-showcase__copy {
    padding-top: 0;
  }

  .feature-showcase__stat {
    gap: var(--space-3);
  }

  .feature-showcase__stat-number {
    font-size: var(--fs-2xl);
  }
}

/* Layer: 6-components | File: _footer.css | Split from: styles.css */
/* Footer */
/* Footer style moved to footer.css */

/* Footer style moved to footer.css */

/* Footer style moved to footer.css */

/* Footer style moved to footer.css */

/* Footer style moved to footer.css */

/* Footer style moved to footer.css */

.logo-footer {
    height: 32px;
    object-fit: contain;
    margin-bottom: 0.5rem;
}

.company-description {
    color: var(--secondary-color);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

/* Footer style moved to footer.css */

/* Footer style moved to footer.css */

/* Footer style moved to footer.css */

.highlight-link {
    color: var(--accent-color) !important;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-top: 0.5rem;
}

.highlight-link i {
    margin-left: 0.5rem;
    font-size: 0.8rem;
    transition: transform var(--duration-base) var(--ease-out);
}

.highlight-link:hover i {
    transform: translateX(3px);
}

/* Footer style moved to footer.css */

/* Footer style moved to footer.css */

/* Footer style moved to footer.css */

/* Footer style moved to footer.css */

/* Footer style moved to footer.css */

.copyright p {
    /* Footer style moved to footer.css */
    font-size: 0.8rem;
    color: var(--text-muted);
}

/* Footer style moved to footer.css */

/* Risk Disclosure Banner in Footer */
.risk-disclosure-banner {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--card-bg);
    width: 100%;
    text-align: center;
}

.risk-disclosure-banner p {
    /* Footer style moved to footer.css */
    font-size: 0.9rem;
    color: var(--text-muted);
}

.risk-disclosure-banner i {
    color: var(--error-color);
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .risk-disclosure-banner p {
        /* Footer style moved to footer.css */
        font-size: 0.8rem;
    }
}

/* Layer: 6-components | File: _footer.css | Split from: css/footer.css */
/* Footer Styles */

/* Main Footer Styles */
.footer {
    background: rgba(15, 23, 42, 0.95);
    backdrop-filter: blur(10px);
    padding: 4rem 2rem 1.5rem;
    border-top: 1px solid var(--card-bg);
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
    color: var(--secondary-color);
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

/* Footer Content Grid */
.footer-content {
    display: grid;
    grid-template-columns: 2fr 1.6fr 1fr;
    gap: 2.5rem 3rem;
    margin-bottom: 2.5rem;
}

/* All Footer Sections General Styling */
.footer-section {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.footer-section h3 {
    margin: 0 0 1.25rem;
    color: var(--text-light);
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    position: relative;
    padding-bottom: 0.75rem;
}

.footer-section h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: linear-gradient(to right, var(--primary-color), var(--accent-color));
    border-radius: 3px;
}

.footer-section p {
    margin: 0 0 1.25rem;
    line-height: 1.65;
    max-width: 34ch;
}

.footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-section li {
    margin: 0;
}

.footer-section a {
    color: var(--secondary-color);
    text-decoration: none;
    display: inline-block;
    margin-bottom: 0.55rem;
    transition: color 0.2s ease, transform 0.2s ease;
    font-size: 0.95rem;
    padding: 0.15rem 0;
}

.footer-section a:hover {
    color: var(--accent-color);
    transform: translateX(3px);
}

.footer-section a:focus-visible {
    outline: 2px solid var(--color-focus-ring);
    outline-offset: 2px;
    border-radius: 2px;
}

/* Brand Section */
.brand-section p {
    opacity: 0.9;
}

.contact-info {
    margin-top: auto;
}

.contact-link {
    display: inline-flex !important;
    align-items: center;
    gap: 0.5rem;
    padding: 0.55rem 1.1rem !important;
    border-radius: 8px;
    background: var(--card-bg);
    border: 1px solid var(--border-color);
    margin-top: 0.5rem;
    font-size: 0.9rem;
    transition: all var(--duration-base) var(--ease-out) !important;
}

.contact-link:hover {
    background: var(--primary-color);
    color: var(--text-light) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 5px 15px rgba(var(--primary-color-rgb), 0.2);
}

.contact-link:focus-visible {
    outline: 2px solid var(--color-focus-ring);
    outline-offset: 2px;
}

/* Links Section â€” two row-aligned columns */
.two-column-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 2rem;
}

.two-column-links ul {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    margin: 0;
    padding: 0;
    list-style: none;
}

.two-column-links li {
    margin: 0;
}

/* Social Links â€” centered row with reserved space for badges */
.social-container {
    display: flex;
    justify-content: center;
    padding: 2rem 0 2.75rem;
    border-top: 1px solid var(--card-bg);
}

.social-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 1.5rem;
}

.social-link {
    color: var(--secondary-color);
    font-size: 1.2rem;
    transition: all var(--duration-base) var(--ease-out);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--card-bg);
    border: 1px solid var(--border-color);
    position: relative;
    flex: 0 0 auto;
}

a.social-link:hover {
    color: var(--text-light);
    background: var(--primary-color);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(var(--primary-color-rgb), 0.25);
    border-color: var(--primary-color);
}

.social-link.coming-soon {
    cursor: default;
    opacity: 0.75;
}

.social-link:focus-visible {
    outline: 2px solid var(--color-focus-ring);
    outline-offset: 2px;
}

.coming-soon-badge {
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.65rem;
    line-height: 1;
    color: var(--text-muted);
    white-space: nowrap;
    font-weight: 500;
    padding: 0.2rem 0.5rem;
    background: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 999px;
}

/* Footer Bottom */
.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid var(--card-bg);
}

.footer-bottom p {
    margin: 0;
}

.footer-bottom p:first-child {
    color: var(--text-light);
    font-size: 0.9rem;
}

.disclaimer {
    margin: 0.6rem auto 0;
    font-style: italic;
    font-size: 0.82rem;
    opacity: 0.75;
    max-width: 60ch;
}

.footer-bottom .disclaimer a {
    color: inherit;
    text-decoration: underline;
}

.footer-bottom .disclaimer a:focus-visible {
    outline: 2px solid var(--color-focus-ring);
    outline-offset: 2px;
}

.highlight-link:focus-visible {
    outline: 2px solid var(--color-focus-ring);
    outline-offset: 2px;
}

/* Responsive Footer Styles */
@media (max-width: 992px) {
    .footer-content {
        grid-template-columns: 1fr 1fr;
        gap: 2.5rem;
    }

    .brand-section {
        grid-column: 1 / -1;
    }

    .brand-section p {
        max-width: none;
    }
}

@media (max-width: 768px) {
    .footer {
        padding: 3rem 1.5rem 1.5rem;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .two-column-links {
        column-gap: 1.5rem;
    }

    .social-link {
        width: 46px;
        height: 46px;
    }
}

@media (max-width: 480px) {
    .two-column-links {
        grid-template-columns: 1fr;
    }

    .two-column-links ul {
        display: block;
        grid-row: auto;
        grid-template-rows: none;
    }

    .social-links {
        gap: 1.25rem;
    }
}

/* Layer: 6-components | File: _forms.css | Split from: styles.css */

.form-group select {

    appearance: none;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");

    background-repeat: no-repeat;

    background-position: right 1rem center;

    background-size: 1rem;

    padding-right: 2.5rem;

    cursor: pointer;

    transition: all var(--duration-base) var(--ease-out), background-position var(--duration-base) var(--ease-out), transform var(--duration-base) var(--ease-out);

    position: relative;

    z-index: 1;

}



.form-group select:hover {

    border-color: var(--primary-color);

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%232563eb' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");

    transform: translateY(-2px);

    box-shadow: 0 4px 6px rgba(15, 23, 42, 0.1);

}



.form-group select:focus {

    border-color: var(--primary-color);

    box-shadow: var(--shadow-focus);

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%232563eb' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 15 12 9 18 15'%3E%3C/polyline%3E%3C/svg%3E");

    background-position: right 1rem center;

    animation: select-pulse 1.5s infinite;

    transform: scale(1.01);

}



.form-group select:focus-visible {

    outline: 2px solid var(--color-focus-ring);

    outline-offset: 2px;

}



@keyframes select-pulse {

    0% {

        box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb), 0.4);

    }

    70% {

        box-shadow: 0 0 0 6px rgba(var(--primary-color-rgb), 0);

    }

    100% {

        box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb), 0);

    }

}



/* Custom styling for select options */

.form-group select option {

    background-color: var(--background-dark);

    color: var(--text-light);

    padding: 12px;

    border: none;

    animation: select-option-show 0.3s ease;

}



@keyframes select-option-show {

    from { opacity: 0; transform: translateY(-5px); }

    to { opacity: 1; transform: translateY(0); }

}



/* JavaScript triggered animations for select elements */

.form-group select.select-active {

    border-color: var(--primary-color);

    box-shadow: 0 0 0 4px rgba(var(--primary-color-rgb), 0.2);

}



.form-group select.select-changed {

    animation: select-changed 0.6s ease;

}



@keyframes select-changed {

    0% {

        transform: scale(1);

    }

    50% {

        transform: scale(1.02);

    }

    100% {

        transform: scale(1);

    }

}


/* Layer: 6-components | File: _header.css | Split from: css/header.css */
/* Navbar Styles */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(15, 23, 42, 0.8);
    backdrop-filter: blur(10px);
    z-index: 1000;
    padding: 0.8rem 0;
    border-bottom: 1px solid var(--border-color);
}

.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* Logo Styles */
.logo {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-light);
    z-index: 1001;
    flex-shrink: 0;
    position: relative;
    height: 100%;
}

.logo a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--text-light);
}

.logo a:focus-visible {
    outline: 2px solid var(--color-focus-ring);
    outline-offset: 2px;
    border-radius: var(--radius-sm);
}

.logo-full {
    height: 35px;
    width: auto;
    object-fit: contain;
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 24px;
    cursor: pointer;
    z-index: 1002;
    position: relative;
    padding: 0;
    background: none;
    border: none;
    outline: none;
}

.mobile-menu-toggle span {
    display: block;
    height: 3px;
    width: 100%;
    background-color: var(--text-light);
    border-radius: 2px;
    transition: transform var(--duration-base) var(--ease-out), opacity var(--duration-base) var(--ease-out);
    transform-origin: center;
}

.mobile-menu-toggle.active span:nth-child(1) {
    transform: translateY(10.5px) rotate(45deg);
}

.mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
    transform: scale(0);
}

.mobile-menu-toggle.active span:nth-child(3) {
    transform: translateY(-10.5px) rotate(-45deg);
}

/* Navigation Content */
.nav-content {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: space-between;
    padding-left: 2rem;
    height: 100%;
}

.nav-links {
    display: flex;
    width: 100%;
    margin: 0;
    flex: 1;
    justify-content: space-evenly;
    position: relative;
    max-width: 800px;
}

.nav-links a {
    color: var(--text-light);
    text-decoration: none;
    font-weight: 500;
    transition: color var(--duration-base) var(--ease-out);
    position: relative;
    font-size: 0.95rem;
    padding: 0.5rem 0;
    text-align: center;
    white-space: nowrap;
}

.nav-links a:focus-visible {
    outline: 2px solid var(--color-focus-ring);
    outline-offset: 2px;
    border-radius: var(--radius-sm);
}

.navbar a:focus-visible {
    outline: 2px solid var(--color-focus-ring);
    outline-offset: 2px;
    border-radius: var(--radius-sm);
}

/* Only one active underline at a time */
.nav-links a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--primary-color);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform var(--duration-base) var(--ease-out);
}

.nav-links a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.nav-links a.active {
    color: var(--primary-color);
}

.nav-links a.active::after {
    transform: scaleX(1);
    transform-origin: left;
}

.nav-links a:hover:not(.active) {
    color: var(--primary-color);
    opacity: 0.8;
}

/* Nav Buttons */
.nav-buttons {
    display: flex;
    gap: 1rem;
    flex-shrink: 0;
    margin-left: auto;
}

.nav-buttons .btn-primary,
.nav-buttons .btn-secondary {
    padding: 0.6rem 1rem;
    font-size: 0.9rem;
    min-width: auto;
    width: 110px;
}

.btn-secondary {
    background: transparent;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    padding: 1.1rem 2.2rem;
    border-radius: 0.5rem;
    font-weight: 600;
    text-decoration: none;
    transition: all var(--duration-base) var(--ease-out);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    font-size: 1.1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-outline {
    border: 2px solid var(--primary-color);
    box-shadow: 0 0 0 1px rgba(var(--primary-color-rgb), 0.1);
}

.btn-outline:hover {
    background: rgba(var(--primary-color-rgb), 0.1);
    box-shadow: 0 0 0 2px var(--primary-color);
}

.btn-affiliate {
    background: #0072ff;
    color: var(--text-light);
    padding: 0.7rem 1.2rem;
    border-radius: 0.5rem;
    font-weight: 600;
    text-decoration: none;
    transition: all var(--duration-base) var(--ease-out);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(0, 114, 255, 0.2);
    border: none;
}

.btn-affiliate:hover {
    background: #0080ff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 114, 255, 0.3);
}

.btn-affiliate:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(0, 114, 255, 0.2);
}

/* Simplified icon styling */
.btn-affiliate i {
    margin-right: 0.5rem;
    font-size: 0.95rem;
}

/* Responsive Styles */
@media (max-width: 1200px) {
    .navbar .container {
        max-width: 1140px;
    }
    
    .nav-content {
        padding-left: 2rem;
    }
    
    .nav-links {
        justify-content: space-evenly;
    }
    
    .nav-buttons {
        margin-left: auto;
    }
}

@media (max-width: 992px) {
    .navbar .container {
        max-width: 960px;
    }
    
    .nav-content {
        padding-left: 1.5rem;
    }
    
    .nav-links {
        justify-content: space-evenly;
    }
    
    .nav-buttons {
        margin-left: auto;
        gap: 0.8rem;
    }
    
    .navbar .container {
        padding: 0 1rem;
    }
}

@media (max-width: 768px) {
    .mobile-menu-toggle {
        display: flex;
        z-index: 1002;
    }
    
    .logo-full {
        height: 30px;
    }
    
    .nav-content {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        /* Use dynamic viewport height to account for browser UI */
        height: 100vh;
        height: 100dvh; /* Dynamic viewport height for browsers that support it */
        background: rgba(15, 23, 42, 0.98);
        backdrop-filter: blur(10px);
        padding: 5rem 2rem 3rem;
        flex-direction: column;
        z-index: 1001;
        transition: transform var(--duration-base) var(--ease-out), opacity var(--duration-base) var(--ease-out);
        transform: translateX(-100%);
        align-items: flex-start;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        opacity: 0;
        visibility: hidden;
        /* Safe area insets for notched devices */
        padding-bottom: max(3rem, env(safe-area-inset-bottom));
    }
    
    .nav-content.active {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }
    
    .nav-content.visible {
        opacity: 1;
        visibility: visible;
    }
    
    .nav-links {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        margin-bottom: 1.5rem;
        gap: 1.5rem;
        justify-content: flex-start;
    }
    
    .nav-links a {
        font-size: 1.1rem;
        opacity: 0.9;
        transform: translateX(-10px);
        transition: transform var(--duration-base) var(--ease-out), opacity var(--duration-base) var(--ease-out), color var(--duration-base) var(--ease-out);
    }
    
    .nav-content.active .nav-links a {
        transform: translateX(0);
        opacity: 1;
    }
    
    .nav-buttons {
        flex-direction: column;
        width: 100%;
        gap: 1rem;
        opacity: 0.9;
        transform: translateY(10px);
        transition: transform 0.4s ease, opacity 0.4s ease;
        margin-left: 0;
        /* Add extra padding at the bottom to ensure visibility */
        padding-bottom: 2rem;
    }
    
    .nav-content.active .nav-buttons {
        transform: translateY(0);
        opacity: 1;
    }
    
    .nav-buttons .btn-primary,
    .nav-buttons .btn-secondary,
    .nav-buttons .btn-affiliate {
        width: 100%;
        padding: 1rem 1.2rem;
        text-align: center;
        font-size: 1rem;
        margin-top: 0.5rem;
    }
    
    /* Ensure user menu in mobile nav is also visible */
    .nav-content .user-menu {
        width: 100%;
        padding-bottom: 2rem;
    }
    
    .nav-content .user-menu-toggle {
        width: 100%;
        justify-content: flex-start;
    }
}

/* Container for responsive widths across the site */
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    box-sizing: border-box;
}

@media (max-width: 1200px) {
    .container {
        max-width: 100%;
        padding: 0 2rem;
    }
}

@media (max-width: 992px) {
    .container {
        padding: 0 1.5rem;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 0 1rem;
    }
}

/* Layer: 6-components | File: _legal.css | Split from: styles.css */
/* Legal Links Styling */
.legal-disclaimer i {
    color: var(--error-color);
    font-size: 0.9rem;
}

.legal-link {
    color: var(--primary-color);
    text-decoration: none;
    margin-left: 0.5rem;
    transition: all var(--duration-base) var(--ease-out);
    font-weight: 500;
}

.legal-link:focus-visible {
    outline: 2px solid var(--color-focus-ring);
    outline-offset: 2px;
}

.legal-link:hover {
    color: var(--accent-color);
    text-decoration: underline;
}

.risk-disclosure-banner .legal-link {
    margin-left: 0.5rem;
}

/* Legal Pages Styling */
.legal-page {
    max-width: 900px;
    margin: 0 auto;
    padding: 7rem 2rem 4rem;
}

.legal-header {
    text-align: center;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--border-color);
}

.legal-header h1 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    background: linear-gradient(to right, #fff, var(--accent-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.last-updated {
    color: var(--secondary-color);
    font-size: 0.9rem;
}

.legal-content {
    line-height: 1.7;
}

.legal-content .legal-section {
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid var(--card-bg);
}

.legal-content .legal-section:last-child {
    border-bottom: none;
}

.legal-content .legal-section h2 {
    font-size: 1.6rem;
    color: var(--text-light);
    margin-bottom: 1.2rem;
    position: relative;
    padding-bottom: 0.5rem;
}

.legal-content .legal-section h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: linear-gradient(to right, var(--primary-color), var(--accent-color));
    border-radius: 3px;
}

.legal-content .legal-section h3 {
    font-size: 1.25rem;
    color: var(--accent-color);
    margin: 1.5rem 0 0.8rem;
}

.legal-content .legal-section p,
.legal-content .legal-section li {
    color: var(--secondary-color);
    margin-bottom: 1rem;
}

.legal-content .legal-section ul,
.legal-content .legal-section ol {
    margin: 1rem 0 1.5rem 1.5rem;
}

.legal-content .legal-section li {
    margin-bottom: 0.5rem;
}

.legal-content .legal-section a {
    color: var(--primary-color);
    text-decoration: none;
    transition: all var(--duration-base) var(--ease-out);
}

.legal-content .legal-section a:focus-visible {
    outline: 2px solid var(--color-focus-ring);
    outline-offset: 2px;
}

.legal-content .legal-section a:hover {
    color: var(--accent-color);
    text-decoration: underline;
}

.legal-content ul.contact-info {
    list-style-type: none;
    margin-left: 0 !important;
}

.legal-content ul.contact-info li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 0;
}

.legal-content ul.contact-info li i {
    color: var(--primary-color);
    width: 20px;
    text-align: center;
}

.alert-section {
    margin-bottom: 2.5rem;
}

.alert-box {
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.3);
    border-radius: 0.5rem;
    padding: 1.5rem;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.alert-box i {
    color: var(--error-color);
    font-size: 1.8rem;
    margin-top: 0.15rem;
}

.alert-box h2 {
    color: var(--error-color);
    margin-top: 0;
}

.alert-box p {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .legal-page {
        padding: 6rem 1.5rem 3rem;
    }
    
    .legal-header h1 {
        font-size: 2rem;
    }
    
    .legal-content .legal-section h2 {
        font-size: 1.4rem;
    }
    
    .legal-content .legal-section h3 {
        font-size: 1.1rem;
    }
}

/* Layer: 6-components | File: _nav.css | Split from: styles.css */
/* Navbar Styles */
/* Header style moved to header.css */

/* Header style moved to header.css */

/* Header style moved to header.css */

/* Header style moved to header.css */

/* Header style moved to header.css */

/* Header style moved to header.css */

/* Mobile Menu Toggle */
/* Header style moved to header.css */

/* Header style moved to header.css */

/* Header style moved to header.css */

/* Header style moved to header.css */

/* Header style moved to header.css */

/* Remove special styling for home-link class */
.nav-links a.home-link {
    color: var(--text-light);
    font-weight: 500;
}

.nav-links a:focus-visible {
    outline: 2px solid var(--color-focus-ring);
    outline-offset: 2px;
    border-radius: var(--radius-sm);
}

/* Only one active underline at a time */
/* Header style moved to header.css */

/* Header style moved to header.css */

/* Header style moved to header.css */

/* Header style moved to header.css */

/* Header style moved to header.css */

/* Header style moved to header.css */

/* Header style moved to header.css */

/* Mobile Responsive Navbar */
@media (max-width: 768px) {
    /* Header style moved to header.css */
    
    /* Header style moved to header.css */
    
    /* Header style moved to header.css */
    
    .nav-content.active {
        transform: translateX(0);
        left: 0;
    }
    
    /* Header style moved to header.css */
    
    /* Header style moved to header.css */
    
    .nav-buttons .btn-primary,
    .nav-buttons .btn-secondary,
    .nav-buttons .btn-affiliate {
        width: 100%;
        padding: 0.8rem 1rem;
        text-align: center;
    }
}

/* Active Navigation Link */
/* Header style moved to header.css */

/* Animation for moving underline */
@keyframes slideUnderline {
    0% {
        transform: scaleX(0);
        transform-origin: left;
    }
    100% {
        transform: scaleX(1);
        transform-origin: right;
    }
}

/* Layer: 6-components | File: _particles.css | Split from: styles.css */
.particles-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

/* Layer: 6-components | File: _pricing.css | Homepage pricing (index.php) */

.pricing {
    padding: 4rem 1.5rem;
    max-width: 560px;
    margin: 0 auto;
    text-align: center;
}

.pricing__inner {
    width: 100%;
}

.pricing__header {
    margin-bottom: 1.75rem;
}

.pricing__header .section-title {
    margin-bottom: 0.75rem;
}

.pricing__lead {
    color: var(--secondary-color);
    font-size: var(--text-fluid-sm);
    line-height: 1.5;
    margin: 0;
}

.pricing__card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--border-color);
    border-radius: 0.75rem;
    padding: 1.75rem 1.5rem;
    text-align: left;
}

.pricing__price-block {
    text-align: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid var(--color-border-subtle);
}

.pricing__label {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--secondary-color);
    margin-bottom: 0.5rem;
}

.pricing__price {
    margin: 0;
    font-size: var(--text-fluid-2xl);
    font-weight: 700;
    line-height: 1.1;
    color: var(--text-light);
}

.pricing__price-amount {
    color: var(--primary-color);
}

.pricing__price-period {
    font-size: var(--fs-lg);
    font-weight: 500;
    color: var(--secondary-color);
}

.pricing__features {
    list-style: none;
    margin: 0 0 1.5rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.pricing__feature {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 0.9375rem;
    color: var(--text-light);
    line-height: 1.45;
}

.pricing__feature-icon {
    flex-shrink: 0;
    color: var(--success-color);
    font-size: 0.8rem;
    margin-top: 0.2rem;
}

.pricing__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    margin-bottom: 1rem;
}

.pricing__actions .cta-button,
.pricing__actions .btn-secondary {
    flex: 1 1 calc(50% - 0.375rem);
    min-width: 0;
    width: auto;
    padding: 0.875rem 1.25rem;
    font-size: 0.95rem;
}

.pricing__link {
    display: block;
    text-align: center;
    font-size: 0.875rem;
    color: var(--secondary-color);
    text-decoration: underline;
    text-underline-offset: 0.2em;
}

.pricing__link:hover {
    color: var(--primary-color);
}

.pricing__link:focus-visible {
    outline: 2px solid var(--color-focus-ring);
    outline-offset: 2px;
    border-radius: 2px;
}

@media (max-width: 480px) {
    .pricing__actions {
        flex-direction: column;
    }

    .pricing__actions .cta-button,
    .pricing__actions .btn-secondary {
        flex: 1 1 auto;
        width: 100%;
    }
}

/* Layer: 6-components | File: _reviews.css | Split from: js/reviews-style.css */

/* Enhanced styling for reviews section */

/* Overall section styling */
.customer-reviews {
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
    max-width: 1400px;
    margin: 0 auto;
}

.reviews-subtitle {
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 2.5rem;
    font-size: 1.1rem;
}

/* Summary styling */
.reviews-summary {
    background: rgba(15, 23, 42, 0.4);
    border-radius: 16px;
    padding: 2rem;
    margin: 0 auto 3rem;
    border: 1px solid rgba(var(--accent-color-rgb), 0.15);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    max-width: 1200px;
}

.average-rating {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 2.5rem;
}

.rating-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background: rgba(15, 23, 42, 0.6);
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(var(--accent-color-rgb), 0.2);
    min-width: 200px;
    max-width: 280px;
    transition: transform var(--duration-base) var(--ease-out), box-shadow var(--duration-base) var(--ease-out);
}

.rating-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.3);
}

.rating-number {
    font-size: 3.5rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    margin-bottom: 1rem;
    background: linear-gradient(to right, #60a5fa, var(--accent-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 2px 10px rgba(var(--accent-color-rgb), 0.3);
}

.stars-container {
    color: var(--warning-color);
    font-size: 1.4rem;
    letter-spacing: 0.15em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.stars-container i {
    filter: drop-shadow(0 1px 2px rgba(245, 158, 11, 0.3));
    margin: 0 0.1rem;
}

.rating-count {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.85);
    text-align: center;
    font-weight: 500;
}

.rating-count span {
    margin: 0 0.4rem;
    font-weight: 700;
    color: #fff;
}

/* Rating distribution styling */
.rating-distribution {
    flex: 1;
    width: 100%;
    max-width: 600px;
    padding: 1.5rem;
    background: rgba(15, 23, 42, 0.4);
    border-radius: 12px;
    border: 1px solid rgba(var(--accent-color-rgb), 0.1);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.rating-bar-container {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    gap: 1rem;
    transition: all var(--duration-base) var(--ease-out);
    padding: 0.5rem 0.7rem;
    border-radius: 8px;
}

.rating-bar-container:last-child {
    margin-bottom: 0;
}

.rating-bar-container:hover {
    transform: translateX(5px);
    background: rgba(var(--accent-color-rgb), 0.1);
}

.rating-label {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    width: 40px;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.95);
    font-weight: 600;
}

.rating-label i {
    color: var(--warning-color);
    font-size: 0.9rem;
}

.rating-bar {
    flex: 1;
    height: 10px;
    background: var(--border-color);
    border-radius: 6px;
    overflow: hidden;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
    position: relative;
}

.rating-fill {
    height: 100%;
    background: linear-gradient(to right, var(--accent-color), #60a5fa);
    border-radius: 6px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    position: relative;
}

.rating-fill::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, var(--border-color), rgba(255, 255, 255, 0.2));
    border-radius: 6px;
}

.rating-percent {
    width: 45px;
    text-align: right;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    transition: all var(--duration-base) var(--ease-out);
}

.rating-bar-container:hover .rating-percent {
    color: #fff;
    transform: scale(1.05);
}

.filter-controls {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 1rem;
    margin-top: 1.5rem;
}

.rating-actions {
    display: flex;
    gap: 0.6rem;
    justify-content: flex-end;
    width: 100%;
}

.btn-filter {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid var(--border-color);
    color: rgba(255, 255, 255, 0.9);
    padding: 0.7rem 1.2rem;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-filter:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-2px);
}

.btn-filter.active {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: white;
    box-shadow: 0 4px 12px rgba(var(--primary-color-rgb), 0.3);
}

.btn-write-review {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--primary-color);
    color: white;
    border: none;
    border-radius: 8px;
    padding: 0.7rem 1.2rem;
    font-size: 0.95rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
}

.btn-write-review:hover {
    background: var(--primary-hover);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(var(--primary-color-rgb), 0.3);
}

.btn-write-review::before {
    content: "\f303";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

/* New Testimonials Carousel */
.testimonials-carousel {
    position: relative;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto 2rem;
    overflow: hidden;
}

.testimonials-carousel .loader {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    color: var(--primary-color);
    font-size: 2rem;
}

.testimonial-track {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.testimonial-slide {
    flex: 0 0 100%;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 1.5rem;
    padding: 0.5rem;
}

.testimonial-card {
    background: rgba(15, 23, 42, 0.6);
    border-radius: 12px;
    padding: 1.8rem;
    height: 100%;
    transition: all var(--duration-base) var(--ease-out);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
    border-color: rgba(var(--accent-color-rgb), 0.3);
    background: rgba(15, 23, 42, 0.8);
}

.testimonial-header {
    display: flex;
    margin-bottom: 1.2rem;
    align-items: flex-start;
    gap: 1rem;
}

.testimonial-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #fff;
    flex-shrink: 0;
    font-size: 1rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.testimonial-info {
    flex: 1;
}

.testimonial-title {
    font-size: 1.15rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

.testimonial-stars {
    color: var(--warning-color);
    font-size: 0.9rem;
    display: flex;
    gap: 0.15rem;
    margin-bottom: 0.5rem;
}

.testimonial-verified {
    display: inline-block;
    padding: 0.2rem 0.5rem;
    background: rgba(34, 197, 94, 0.15);
    color: #4ade80;
    border-radius: 6px;
    font-size: 0.7rem;
    font-weight: 500;
    backdrop-filter: blur(4px);
}

.testimonial-content {
    flex: 1;
    margin-bottom: 1.5rem;
}

.testimonial-content p {
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
    font-size: 0.95rem;
}

.testimonial-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

.reviewer-info {
    display: flex;
    flex-direction: column;
}

.reviewer-name {
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
}

.review-date {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.8rem;
}

.helpful-container {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.helpful-stats {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.8rem;
}

.helpful-button {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.8);
    border-radius: 6px;
    padding: 0.4rem 0.8rem;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.helpful-button i {
    color: var(--primary-color);
}

.helpful-button:focus-visible {
    outline: 2px solid var(--color-focus-ring);
    outline-offset: 2px;
}

.helpful-button:hover {
    background: rgba(255, 255, 255, 0.12);
    color: white;
}

.helpful-button.marked {
    background: rgba(var(--accent-color-rgb), 0.2);
    border-color: rgba(var(--accent-color-rgb), 0.4);
}

.testimonial-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    margin-top: 1rem;
}

.testimonial-nav {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(15, 23, 42, 0.6);
    border: 1px solid var(--border-color);
    color: white;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.testimonial-nav:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(var(--primary-color-rgb), 0.3);
}

.testimonial-nav.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.testimonial-indicators {
    display: flex;
    gap: 0.5rem;
}

.testimonial-indicator {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    transition: all 0.25s ease;
    cursor: pointer;
}

.testimonial-indicator.active {
    background: var(--primary-color);
    transform: scale(1.2);
    box-shadow: 0 0 8px rgba(var(--accent-color-rgb), 0.5);
}

/* Responsive Styles */
@media (max-width: 1200px) {
    .testimonial-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 992px) {
    .testimonial-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .average-rating {
        flex-direction: column;
        align-items: center;
    }
    
    .rating-card {
        margin-bottom: 1.5rem;
        width: 100%;
    }
    
    .rating-distribution {
        width: 100%;
        max-width: 100%;
    }
    
    .filter-controls {
        align-items: center;
        margin-top: 2rem;
    }
    
    .rating-actions {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .customer-reviews {
        padding: 3rem 0;
    }
    
    .testimonials-carousel {
        width: 95%;
    }
    
    .testimonial-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .reviews-summary {
        padding: 1.5rem;
    }
    
    .rating-number {
        font-size: 2.5rem;
    }
    
    .stars-container {
        font-size: 1rem;
    }
    
    .rating-distribution {
        padding: 1.2rem;
    }
    
    .rating-label {
        width: 35px;
        font-size: 0.9rem;
    }
    
    .rating-bar-container {
        padding: 0.4rem 0.5rem;
        gap: 0.8rem;
        margin-bottom: 0.8rem;
    }
    
    .rating-actions {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .btn-filter {
        font-size: 0.8rem;
        padding: 0.6rem 1rem;
    }
}

@media (max-width: 480px) {
    .reviews-summary {
        padding: 1.2rem;
    }
    
    .testimonial-card {
        padding: 1.5rem;
    }
    
    .rating-number {
        font-size: 2.2rem;
    }
    
    .rating-stars {
        font-size: 0.9rem;
    }
    
    .btn-filter {
        font-size: 0.75rem;
        padding: 0.5rem 0.8rem;
    }
    
    .rating-label {
        width: 30px;
        font-size: 0.85rem;
    }
    
    .rating-percent {
        width: 40px;
        font-size: 0.85rem;
    }
    
    .testimonial-avatar {
        width: 40px;
        height: 40px;
    }
    
    .testimonial-title {
        font-size: 1.05rem;
    }
    
    .testimonial-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.8rem;
    }
    
    .helpful-container {
        width: 100%;
        justify-content: space-between;
    }
}

/* Loading Animation */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.fa-spin {
    animation: spin 1s linear infinite;
} 
/* Layer: 6-components | File: _skip-to-content.css | Split from: styles.css */
/* Skip to main content link for accessibility */
.skip-to-content {
    position: absolute;
    top: -40px;
    left: 0;
    background: var(--primary-color);
    color: white;
    padding: 8px 16px;
    text-decoration: none;
    z-index: 10000;
    border-radius: 0 0 4px 0;
    font-weight: 600;
}

.skip-to-content:focus {
    top: 0;
}

/* Layer: 6-components | File: _trial.css | Split from: styles.css */
/* Free Trial Page Styles */
.trial-hero {
    padding: 7rem 2rem 2rem; /* Reduced bottom padding for better spacing */
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.trial-hero .section-title {
    color: var(--text-light);
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
}

.trial-subtitle {
    font-size: 1.2rem;
    color: var(--secondary-color);
    margin-top: 1rem;
}

.trial-note {
    font-size: 0.9rem;
    color: var(--secondary-color);
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    font-style: italic;
}

.trial-form-section {
    padding: 2rem 2rem 4rem;
    max-width: 600px;
    margin: 0 auto;
}

.trial-form-container {
    background: var(--card-bg);
    padding: 3rem;
    border-radius: 1rem;
    text-align: center;
}

.trial-form {
    max-width: 400px;
    margin: 0 auto;
}

.trial-form .form-group {
    position: relative;
    margin-bottom: 1.5rem;
}

.trial-form input {
    width: 100%;
    padding: 1rem;
    background: var(--card-bg);
    border: 2px solid transparent;
    border-radius: 0.5rem;
    color: var(--text-light);
    font-size: 1rem;
    transition: all var(--duration-base) var(--ease-out);
}

.trial-form input:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(var(--primary-color-rgb), 0.2);
}

.trial-form input:focus-visible {
    outline: 2px solid var(--color-focus-ring);
    outline-offset: 2px;
}

.trial-info {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid var(--border-color);
}

.trial-info p {
    color: var(--secondary-color);
}

.payment-methods {
    padding: 4rem 2rem;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}

.payment-methods h2 {
    margin-bottom: 2rem;
    color: var(--text-light);
}

.payment-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
}

.payment-icons i {
    font-size: 2.5rem;
    color: var(--secondary-color);
    transition: color var(--duration-base) var(--ease-out);
}

.payment-icons i:hover {
    color: var(--accent-color);
}

.payment-icons i:focus-visible {
    outline: 2px solid var(--color-focus-ring);
    outline-offset: 2px;
}

/* Responsive Design for Free Trial Page */
@media (max-width: 768px) {
    .trial-form-section {
        padding: 2rem 1rem 4rem;
    }

    .trial-form-container {
        padding: 2rem;
    }

    .trial-hero {
        padding: 6rem 2rem 2rem;
    }

    .payment-icons {
        gap: 1rem;
    }

    .payment-icons i {
        font-size: 2rem;
    }
}

/* Landing page responsive styles moved to css/landing.css */

/* Trial Form Styles */
.trial-form .form-group {
    position: relative;
    margin-bottom: 1.5rem;
}

.trial-form .loading-text {
    color: var(--accent-color);
    font-weight: 500;
    text-align: center;
    margin: 1rem 0;
    font-size: 1rem;
}

.trial-form .loading-text .dots {
    display: inline-block;
    min-width: 20px;
    text-align: left;
}

.trial-form .message {
    margin-top: 1rem;
    padding: 0.75rem;
    border-radius: 4px;
    text-align: center;
    font-weight: 500;
    transition: all var(--duration-base) var(--ease-out);
}

.trial-form .message .success-link {
    display: inline-block;
    margin-top: 0.5rem;
    color: #12fc01;
    text-decoration: none;
    font-weight: 600;
    transition: all var(--duration-base) var(--ease-out);
}

.trial-form .message .success-link:hover {
    color: #0ed600;
    text-decoration: underline;
}

.trial-form .message .success-link:focus-visible {
    outline: 2px solid var(--color-focus-ring);
    outline-offset: 2px;
}

/* Layer: 6-components | File: _tutorial.css | Split from: styles.css */
/* Tutorial Page Styles */
.tutorial-hero {
    padding: 7rem 2rem 5rem; /* Adjusted from 9rem to 7rem top padding */
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.tutorial-subtitle {
    font-size: 1.2rem;
    color: var(--secondary-color);
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.tutorial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    padding: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.tutorial-card {
    background: var(--card-bg);
    padding: 2rem;
    border-radius: 1rem;
    text-align: center;
    transition: transform var(--duration-base) var(--ease-out);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tutorial-card:hover {
    transform: translateY(-5px);
}

.tutorial-card:focus-visible {
    outline: 2px solid var(--color-focus-ring);
    outline-offset: 2px;
}

.tutorial-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    box-shadow: 0 4px 12px rgba(var(--primary-color-rgb), 0.2);
}

.tutorial-icon i {
    font-size: 1.8rem;
    color: var(--text-light);
}

.tutorial-card h3 {
    margin-bottom: 1rem;
    color: var(--text-light);
    font-size: 1.4rem;
}

.tutorial-card p {
    color: var(--secondary-color);
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.tutorial-card .btn-secondary {
    width: 100%;
    margin-top: auto;
}

.video-tutorials {
    padding: 4rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.video-tutorials h2 {
    text-align: center;
    margin-bottom: 3rem;
    font-size: 2.5rem;
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.video-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.video-card {
    background: var(--card-bg);
    border-radius: 1rem;
    overflow: hidden;
    transition: transform var(--duration-base) var(--ease-out);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.video-card:hover {
    transform: translateY(-5px);
}

.video-card:focus-visible {
    outline: 2px solid var(--color-focus-ring);
    outline-offset: 2px;
}

.video-thumbnail {
    position: relative;
    height: 220px;
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(var(--primary-color-rgb), 0.2);
}

.video-thumbnail i {
    font-size: 3.5rem;
    color: var(--text-light);
    opacity: 0.8;
}

.video-content {
    padding: 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.video-card h3 {
    color: var(--text-light);
    margin-bottom: 0.8rem;
    font-size: 1.3rem;
}

.video-card p {
    color: var(--secondary-color);
    margin-bottom: 1.5rem;
    line-height: 1.6;
    flex: 1;
}

.video-card .btn-secondary {
    width: 100%;
    margin-top: auto;
}

/* Responsive Design for Tutorial Page */
@media (max-width: 768px) {
    .tutorial-grid {
        grid-template-columns: 1fr;
        padding: 2rem 1rem;
    }

    .video-grid {
        grid-template-columns: 1fr;
    }

    .tutorial-hero {
        padding-top: 6rem;
    }

    .video-thumbnail {
        height: 200px;
    }
}

/* Layer: 6-components | File: _tutorial-content.css | Split from: styles.css */
/* Technical Details Section styles moved to css/landing.css */

/* Tutorial Content Styles */
.tutorial-content {
    padding: 4rem 2rem;
    max-width: 1000px;
    margin: 0 auto;
}

.tutorial-container {
    background: var(--card-bg);
    padding: 3rem;
    border-radius: 1rem;
    margin-bottom: 4rem;
}

.tutorial-container h2 {
    text-align: center;
    margin-bottom: 3rem;
    color: var(--text-light);
    font-size: 2rem;
}

.tutorial-step {
    display: flex;
    gap: 2rem;
    margin-bottom: 4rem;
}

.tutorial-step:last-child {
    margin-bottom: 0;
}

.step-number {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-light);
    box-shadow: 0 4px 12px rgba(var(--primary-color-rgb), 0.2);
}

.step-content {
    flex: 1;
}

.step-content h3 {
    margin-bottom: 1rem;
    color: var(--text-light);
    font-size: 1.4rem;
}

.tutorial-list {
    margin: 1rem 0 1.5rem;
    padding-left: 1.5rem;
}

.tutorial-list li {
    margin-bottom: 0.8rem;
    color: var(--secondary-color);
    line-height: 1.6;
}

.tutorial-list strong {
    color: var(--text-light);
}

.tutorial-list.numbered {
    list-style-type: decimal;
}

.tutorial-image {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 0.5rem;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 1.5rem;
    border: 1px dashed var(--border-color);
}

.tutorial-image i {
    font-size: 2rem;
    color: var(--secondary-color);
    margin-bottom: 1rem;
}

.tutorial-image span {
    color: var(--secondary-color);
    font-size: 0.9rem;
}

.tutorial-note, .tutorial-warning {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 0.5rem;
    padding: 1.5rem;
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
    border-left: 3px solid var(--accent-color);
}

.tutorial-warning {
    border-left-color: var(--error-color);
}

.tutorial-note i, .tutorial-warning i {
    font-size: 1.5rem;
    color: var(--accent-color);
    flex-shrink: 0;
}

.tutorial-warning i {
    color: var(--error-color);
}

.tutorial-note p, .tutorial-warning p {
    margin: 0;
    color: var(--secondary-color);
    line-height: 1.6;
}

.signal {
    display: inline-block;
    padding: 0.2rem 0.5rem;
    border-radius: 0.3rem;
    font-size: 0.9rem;
    font-weight: 600;
    margin-right: 0.3rem;
}

.signal.buy {
    background-color: rgba(1, 230, 118, 0.2);
    color: #01e676;
}

.signal.sell {
    background-color: rgba(46, 112, 239, 0.2);
    color: #2e70ef;
}

.signal-section-title {
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 600;
    margin: 1.5rem 0 0.75rem;
}

.chart-label {
    display: inline-block;
    padding: 0.2rem 0.5rem;
    border-radius: 0.3rem;
    font-size: 0.9rem;
    font-weight: 600;
    margin-right: 0.3rem;
}

.chart-label.ma {
    background-color: rgba(219, 219, 219, 0.15);
    color: #dbdbdb;
}

.chart-label.avg,
.chart-label.bo {
    background-color: rgba(46, 112, 239, 0.2);
    color: #2e70ef;
}

.chart-label.tp {
    background-color: rgba(1, 230, 118, 0.2);
    color: #01e676;
}

.chart-label.so {
    background-color: rgba(46, 112, 239, 0.12);
    color: #6b9af5;
    border: 1px dashed rgba(46, 112, 239, 0.5);
}

.code-block {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 0.5rem;
    padding: 1.5rem;
    margin-top: 1rem;
    overflow-x: auto;
}

.code-block pre {
    color: var(--secondary-color);
    line-height: 1.5;
    font-family: 'Monaco', 'Consolas', monospace;
    font-size: 0.9rem;
}

/* Responsive styles for tutorial content */
@media (max-width: 768px) {
    .tutorial-content {
        padding: 2rem 1rem;
    }
    
    .tutorial-container {
        padding: 2rem 1.5rem;
    }
    
    .tutorial-step {
        flex-direction: column;
        gap: 1rem;
        margin-bottom: 3rem;
    }
    
    .step-number {
        margin-bottom: 0.5rem;
    }
    
    .tutorial-note, .tutorial-warning {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
        padding: 1rem;
    }
}

/* Layer: 7-pages | File: _home.css | Split from: css/landing.css */
/* ========================================
   LANDING PAGE STYLES (index.php)
   ======================================== */

/* Hero Section */
.hero {
    padding: 7.7rem 2rem 5rem;
    min-height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: 
        "content panorama"
        "buttons buttons"
        "features features";
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    gap: 2rem 2rem;
    position: relative;
}

.hero-content {
    grid-area: content;
    max-width: 540px;
    justify-self: end;
    text-align: left;
}

.hero-image {
    grid-area: panorama;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    position: relative;
}

.hero-buttons {
    grid-area: buttons;
    display: flex;
    gap: 2.5rem;
    justify-content: center;
    margin: 2rem auto 0;
    max-width: 600px;
}

.hero-feature-bar {
    grid-area: features;
    background: linear-gradient(90deg, rgba(15, 23, 42, 0.8), rgba(30, 41, 59, 0.9), rgba(15, 23, 42, 0.8));
    width: 90%;
    display: flex;
    justify-content: center;
    gap: 3rem;
    padding: 1.5rem;
    margin-top: 2rem;
    border-radius: 8px;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    margin-left: auto;
    margin-right: auto;
}

.hero-title {
    font-size: clamp(2.5rem, 4vw, 3.8rem);
    font-weight: 700;
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.hero-subtitle {
    font-size: clamp(1.1rem, 1.6vw, 1.25rem);
    color: var(--secondary-color);
    margin-bottom: 1rem;
    max-width: 95%;
    line-height: 1.6;
    text-align: left;
}

/* Panorama Container */
@keyframes subtle-pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.005); }
    100% { transform: scale(1); }
}

.panorama-container {
    width: 100%;
    height: 420px;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.4), 0 10px 20px -5px rgba(0, 0, 0, 0.3);
    position: relative;
    background-color: rgba(15, 23, 42, 0.8);
    transform: perspective(1000px) rotateY(0deg);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    animation: subtle-pulse 4s ease-in-out infinite;
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 100%;
}

.panorama-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        rgba(15, 23, 42, 0.3), 
        rgba(15, 23, 42, 0.2), 
        rgba(15, 23, 42, 0.2),
        rgba(15, 23, 42, 0.3));
    z-index: 2;
    pointer-events: none;
}

.panorama-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../overlay.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    z-index: 4;
    pointer-events: none;
    border-radius: 12px;
    box-shadow: inset 0 0 15px rgba(var(--accent-color-rgb), 0.3), 
                inset 0 0 3px var(--border-color);
}

.panorama-image {
    width: 4152px;
    height: 674px;
    max-width: none;
    object-fit: fill;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
    animation-name: panorama-slide;
    animation-duration: 40s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-play-state: running;
    will-change: transform;
    transform: translateY(-50%) translateZ(0);
    backface-visibility: hidden;
    filter: contrast(1.05) saturate(1.05);
    image-rendering: auto;
    opacity: 1;
    transition: opacity 0.5s ease;
    border-radius: 8px;
}

.panorama-image.loaded {
    opacity: 1;
}

/* Keep the banner chart scrolling even when the OS requests reduced motion.
   The motion is decorative/continuous, so re-assert it over the global reset. */
@media (prefers-reduced-motion: reduce) {
    .panorama-image {
        animation-name: panorama-slide !important;
        animation-duration: 40s !important;
        animation-iteration-count: infinite !important;
    }
}

/* TradingView Link Button - Outlined Design with Logo */
.tradingview-link-btn {
    position: absolute !important;
    bottom: 18px !important;
    right: 18px !important;
    z-index: 100 !important;
    padding: 10px 20px;
    background: transparent;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 50px;
    color: #ffffff;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    transition: all var(--duration-base) var(--ease-out);
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
    box-shadow: 
        0 2px 8px rgba(0, 0, 0, 0.2),
        inset 0 1px 1px var(--border-color);
    overflow: hidden;
}

.tradingview-link-btn:focus-visible {
    outline: 2px solid var(--color-focus-ring);
    outline-offset: 2px;
}

/* Background glow effect on hover */
.tradingview-link-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.15), transparent 70%);
    opacity: 0;
    transition: opacity var(--duration-base) var(--ease-out);
    border-radius: 50px;
    z-index: 1;
}

.tradingview-link-btn:hover::before {
    opacity: 1;
}

/* TradingView logo styling */
.tradingview-link-btn img {
    height: 18px;
    width: auto;
    display: block;
    transition: transform var(--duration-base) var(--ease-out);
    position: relative;
    z-index: 2;
}

.tradingview-link-btn:hover {
    background: var(--border-color);
    border-color: rgba(255, 255, 255, 1);
    transform: translateY(-2px);
    box-shadow: 
        0 4px 16px rgba(0, 0, 0, 0.3),
        0 0 20px var(--border-color),
        inset 0 1px 2px rgba(255, 255, 255, 0.2);
}

.tradingview-link-btn:hover img {
    transform: scale(1.05);
}

.tradingview-link-btn:active {
    transform: translateY(0);
    box-shadow: 
        0 1px 4px rgba(0, 0, 0, 0.2),
        inset 0 1px 1px var(--border-color);
    transition: all var(--duration-fast) var(--ease-out);
}

@keyframes panorama-slide {
    0% {
        transform: translateY(-50%) translateX(0);
    }
    100% {
        transform: translateY(-50%) translateX(-3114px);
    }
}

.hero-feature-item {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    background: var(--card-bg);
    padding: 0.8rem 1.5rem;
    border-radius: 6px;
    transition: all var(--duration-base) var(--ease-out);
    color: var(--text-light);
}

.hero-feature-item:hover {
    background: rgba(var(--primary-color-rgb), 0.1);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.hero-feature-item i {
    color: var(--accent-color);
    font-size: 1.4rem;
}

.hero-feature-item span {
    font-weight: 500;
    font-size: 1rem;
}

/* Features Section */
.features {
    padding: 6rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.section-title {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    justify-content: center;
}

.feature-card {
    background: var(--card-bg);
    padding: 2rem;
    border-radius: 1rem;
    text-align: center;
    transition: transform var(--duration-base) var(--ease-out);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.feature-card:hover {
    transform: translateY(-5px);
}

.feature-card i {
    font-size: 2.5rem;
    color: var(--accent-color);
    margin-bottom: 1rem;
}

.feature-card h3 {
    margin-bottom: 1rem;
    color: var(--text-light);
}

.feature-card p {
    color: var(--secondary-color);
}

/* Affiliate Section */
.affiliate {
    padding: 6rem 2rem;
    background: linear-gradient(135deg, rgba(var(--primary-color-rgb), 0.1), rgba(var(--accent-color-rgb), 0.1));
    text-align: center;
}

.affiliate-content {
    max-width: 800px;
    margin: 0 auto;
}

.affiliate h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

.affiliate p {
    font-size: 1.2rem;
    color: var(--secondary-color);
    margin-bottom: 2rem;
}

.affiliate-content .cta-button {
    margin-top: 2rem;
}

.affiliate-content .cta-button:focus-visible {
    outline: 2px solid var(--color-focus-ring);
    outline-offset: 2px;
}

/* FAQ Section */
.faq-section {
    padding: 4rem 2rem;
    max-width: 800px;
    margin: 0 auto;
}

.faq-container {
    margin-top: 3rem;
}

.faq-item {
    background: var(--card-bg);
    border-radius: 1rem;
    margin-bottom: 1rem;
    overflow: hidden;
    border: 1px solid var(--card-bg);
}

.faq-question {
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: background-color var(--duration-base) var(--ease-out);
}

.faq-question:hover {
    background: var(--card-bg);
}

.faq-question h3 {
    margin: 0;
    color: var(--text-light);
}

.faq-question i {
    color: var(--accent-color);
    transition: transform var(--duration-base) var(--ease-out);
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 1.5rem;
    color: var(--secondary-color);
    transition: max-height var(--duration-base) var(--ease-out), padding var(--duration-base) var(--ease-out);
}

.faq-answer p {
    color: var(--secondary-color);
    line-height: 1.6;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
}

.faq-item.active .faq-question {
    background: rgba(var(--accent-color-rgb), 0.1);
}

.faq-item.active .faq-answer {
    max-height: 1000px;
    padding: 1rem 1.5rem 1.5rem;
}

/* Technical Details Section */
.technical-details {
    padding: 6rem 2rem;
}

.technical-container {
    max-width: 1200px;
    margin: 0 auto;
}

.technical-content {
    text-align: center;
}

.technical-subtitle {
    font-size: 1.2rem;
    color: var(--secondary-color);
    margin: -1rem auto 3rem;
    max-width: 800px;
}

.technical-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin-top: 4rem;
}

.technical-item {
    display: flex;
    gap: 1.5rem;
    background: var(--card-bg);
    padding: 2rem;
    border-radius: 1rem;
    text-align: left;
    transition: transform var(--duration-base) var(--ease-out), box-shadow var(--duration-base) var(--ease-out);
    border: 1px solid var(--card-bg);
}

.technical-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(var(--primary-color-rgb), 0.1);
}

.technical-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(var(--primary-color-rgb), 0.2);
}

.technical-icon i {
    font-size: 1.4rem;
    color: var(--text-light);
}

.technical-text h3 {
    margin-bottom: 1rem;
    color: var(--text-light);
}

.technical-text p {
    color: var(--secondary-color);
    line-height: 1.6;
}

.technical-cta {
    margin-top: 4rem;
    text-align: center;
}

.technical-cta .cta-button {
    width: 280px;
}

.technical-cta .cta-button:focus-visible {
    outline: 2px solid var(--color-focus-ring);
    outline-offset: 2px;
}

/* ========================================
   RESPONSIVE STYLES
   ======================================== */

/* Desktop breakpoint */
@media (max-width: 1200px) {
    .hero {
        grid-template-columns: 1fr;
        grid-template-areas: 
            "content"
            "panorama" 
            "buttons"
            "features";
        gap: 1.44rem;
        padding: 9.9rem 2rem 0;
    }
    
    .hero-content {
        max-width: 700px;
        justify-self: center;
        text-align: center;
    }
    
    .hero-subtitle {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    
    .hero-buttons {
        justify-content: center;
        max-width: 100%;
    }
    
    .hero-image {
        justify-content: center;
    }
    
    .panorama-container {
        transform: perspective(1000px) rotateY(0deg);
        width: 750px;
        max-width: 100%;
        overflow: hidden;
    }
    
    .panorama-image {
        width: 4152px;
        height: 674px;
        top: 50%;
        transform: translateY(-50%);
        background-size: 100% 100%;
    }
    
    @keyframes panorama-slide {
        0% {
            transform: translateY(-50%) translateX(0);
        }
        100% {
            transform: translateY(-50%) translateX(-3114px);
        }
    }
}

/* Tablet breakpoint */
@media (max-width: 768px) {
    .hero {
        padding: 5.5rem 2rem 3.6rem;
        min-height: auto;
        grid-template-columns: 1fr;
        grid-template-areas:
            "content"
            "panorama"
            "buttons";
        gap: 1.08rem;
        overflow: hidden;
    }

    .hero-content {
        margin-bottom: 1rem;
    }

    .hero-image {
        margin-bottom: 1rem;
    }

    .hero-feature-bar {
        flex-direction: column;
        gap: 1rem;
        padding: 1.5rem 1rem;
    }
    
    .hero-feature-item {
        width: 100%;
        justify-content: center;
    }
    
    .panorama-container {
        height: 224px;
        border-radius: 8px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 85%;
        margin: 0 auto;
        overflow: hidden;
    }
    
    .tradingview-link-btn {
        padding: 6px 12px;
        font-size: 0.7rem;
        bottom: 12px;
        right: 12px;
        letter-spacing: 0.01em;
        gap: 6px;
    }
    
    .tradingview-link-btn img {
        height: 14px;
    }
    
    .panorama-image {
        position: absolute;
        height: 281px;
        width: 1730px;
        top: 50%;
        transform: translateY(-50%);
        background-size: 100% 100%;
        background-position: left center;
    }

    .hero-buttons {
        flex-direction: column;
        gap: 0.72rem;
        width: 100%;
        max-width: 85%;
        margin: 1.44rem auto 0;
    }

    .hero-buttons a {
        width: 100%;
    }

    .btn-primary, .btn-secondary, .cta-button {
        width: 100%;
        min-width: unset;
        padding: 1.1rem 2rem;
        font-size: 1rem;
    }

    @keyframes panorama-slide {
        0% {
            transform: translateY(-50%) translateX(0);
        }
        100% {
            transform: translateY(-50%) translateX(-1300px);
        }
    }

    .hero-title {
        font-size: clamp(2rem, 7vw, 2.5rem);
        text-align: center;
        margin-bottom: 1.08rem;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
        text-align: center;
        margin-bottom: 1.08rem;
        line-height: 1.5;
    }

    .technical-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .technical-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 1.5rem;
    }
    
    .technical-icon {
        margin-bottom: 1rem;
    }
}

/* Mobile breakpoint */
@media (max-width: 480px) {
    .hero {
        padding: 6.05rem 2rem 2.88rem;
    }
    
    .hero-title {
        font-size: var(--text-fluid-3xl);
        margin-top: 2.44rem;
        margin-bottom: 1.08rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
        margin-bottom: 1.08rem;
    }

    .panorama-container {
        height: 176px;
        border-radius: 6px;
        max-width: 85%;
        overflow: hidden;
    }
    
    .tradingview-link-btn {
        padding: 5px 10px;
        font-size: 0.65rem;
        bottom: 10px;
        right: 10px;
        gap: 5px;
        letter-spacing: 0;
        border-width: 1.5px;
    }
    
    .tradingview-link-btn img {
        height: 12px;
    }
    
    .panorama-image {
        height: 219px;
        width: 1350px;
        background-size: 100% 100%;
    }

    @keyframes panorama-slide {
        0% {
            transform: translateY(-50%) translateX(0);
        }
        100% {
            transform: translateY(-50%) translateX(-1000px);
        }
    }
    
    /* Hide the "How It Works" section on mobile devices */
    .technical-details {
        display: none;
    }
}


/* Layer: 7-pages | File: _plans.css | Split from: plan-styles.css */
/* Plan Detail Pages Shared Styling */

.plan-hero {
    padding: 7rem 2rem 4rem;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
    min-height: clamp(480px, 70vh, 900px);
}

/* Hero buttons for plan pages */
.plan-hero .hero-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.plan-hero .cta-button,
.plan-hero .btn-secondary {
    min-width: 200px;
    padding: 1.2rem 2.5rem;
    font-size: 1.05rem;
}

.plan-hero .cta-button {
    flex: 0 1 auto;
}

.plan-hero .btn-secondary {
    flex: 0 1 auto;
}

.plan-hero .cta-button:focus-visible,
.plan-hero .btn-secondary:focus-visible {
    outline: 2px solid var(--color-focus-ring);
    outline-offset: 2px;
}

.plan-hero h1 {
    margin-bottom: 1rem;
    font-size: var(--text-fluid-3xl);
    font-weight: 700;
    background: linear-gradient(to right, #fff, var(--accent-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: fadeInUp 0.6s ease-out forwards;
}

.plan-subtitle {
    font-size: 1.2rem;
    color: var(--secondary-color);
    margin-bottom: 2rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    animation: fadeInUp 0.8s ease-out forwards;
}

.price-tag {
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--text-light);
    margin-bottom: 0.5rem;
    animation: fadeInUp 1s ease-out forwards;
}

.price-tag span {
    font-size: 1.5rem;
    color: var(--secondary-color);
    font-weight: 500;
}

.price-subtitle {
    font-size: 1.1rem;
    color: var(--secondary-color);
    margin-bottom: 1.5rem;
    animation: fadeInUp 1.2s ease-out forwards;
}

.plan-content {
    padding: 4rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}

.plan-section {
    background: rgba(15, 23, 42, 0.5);
    border-radius: 1rem;
    padding: 2.5rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    transition: transform var(--duration-base) var(--ease-out);
    margin-bottom: 2rem;
    border: 1px solid var(--card-bg);
}

.plan-section:hover {
    transform: translateY(-5px);
}

.plan-section h2 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    color: var(--text-light);
    position: relative;
    padding-bottom: 0.75rem;
}

.plan-section h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 3px;
    background: linear-gradient(to right, var(--primary-color), var(--accent-color));
    border-radius: 3px;
}

.feature-list {
    margin-top: 1.5rem;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.feature-item i {
    color: var(--primary-color);
    font-size: 1.2rem;
    margin-top: 0.2rem;
}

.feature-item-content h3 {
    font-size: 1.2rem;
    color: var(--text-light);
    margin-bottom: 0.5rem;
}

.feature-item-content p {
    color: var(--secondary-color);
    line-height: 1.6;
}

.testimonial {
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 0.5rem;
    margin-top: 2rem;
    position: relative;
}

.testimonial::before {
    content: '\201C';
    position: absolute;
    top: 0;
    left: 0.5rem;
    font-size: 4rem;
    color: var(--primary-color);
    opacity: 0.3;
    line-height: 1;
}

.testimonial p {
    color: var(--secondary-color);
    font-style: italic;
    line-height: 1.7;
    margin-bottom: 1rem;
    padding-left: 1rem;
}

.testimonial-author {
    font-weight: 600;
    color: var(--text-light);
    padding-left: 1rem;
}

.faq-container {
    margin-top: 2rem;
}

.cta-section {
    text-align: center;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.95), rgba(30, 41, 59, 0.95));
    border-radius: 1rem;
    margin: 0 auto 4rem;
    max-width: 1000px;
    border: 1px solid rgba(var(--accent-color-rgb), 0.2);
}

.cta-section h2 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    color: var(--text-light);
}

.cta-section p {
    font-size: 1.2rem;
    color: var(--secondary-color);
    margin-bottom: 2rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.cta-section .cta-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-section .cta-button,
.cta-section .btn-secondary {
    min-width: 200px;
    padding: 1.2rem 2.5rem;
}

.cta-section .cta-button:focus-visible,
.cta-section .btn-secondary:focus-visible {
    outline: 2px solid var(--color-focus-ring);
    outline-offset: 2px;
}

.plan-comparison {
    margin-top: 3rem;
    margin-bottom: 3rem;
    overflow-x: auto;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    color: var(--text-light);
}

.comparison-table th, .comparison-table td {
    padding: 1rem 1.5rem;
    text-align: left;
    border-bottom: 1px solid var(--border-color);
}

.comparison-table th {
    background-color: rgba(15, 23, 42, 0.8);
    font-weight: 600;
    color: var(--text-light);
}

.comparison-table tr:nth-child(even) {
    background-color: rgba(15, 23, 42, 0.3);
}

.comparison-table tr:hover {
    background-color: rgba(43, 63, 100, 0.3);
}

.comparison-check {
    color: var(--success-color);
}

.comparison-times {
    color: var(--error-color);
}

.highlight-badge {
    display: inline-block;
    padding: 0.4rem 1rem;
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    color: white;
    border-radius: 2rem;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 1rem;
    animation: fadeInUp 0.8s ease-out forwards;
}

.lifetime-value {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2rem 0;
    gap: 3rem;
}

.value-item {
    text-align: center;
    flex: 1;
    max-width: 180px;
}

.value-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}

.value-text {
    font-size: 0.9rem;
    color: var(--secondary-color);
    line-height: 1.4;
}

.steps-container {
    margin-top: 2rem;
}

.step-item {
    display: flex;
    padding: 1.5rem 0;
    border-bottom: 1px solid var(--border-color);
}

.step-item:last-child {
    border-bottom: none;
}

.step-number {
    width: 50px;
    height: 50px;
    background: rgba(var(--accent-color-rgb), 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-right: 1.5rem;
    flex-shrink: 0;
}

.step-content h3 {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
    color: var(--text-light);
}

.step-content p {
    color: var(--secondary-color);
    line-height: 1.6;
}

.requirements-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-top: 2rem;
}

.requirement-item {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 0.5rem;
    padding: 1.5rem;
    border-left: 3px solid var(--primary-color);
}

.requirement-item h3 {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
    color: var(--text-light);
}

.requirement-item p {
    color: var(--secondary-color);
    font-size: 0.95rem;
    line-height: 1.5;
}

/* Premium badge variant */
.highlight-badge.premium {
    background: linear-gradient(135deg, var(--error-color), #f97316);
}

/* Responsive styles */
@media (max-width: 992px) {
    .plan-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .lifetime-value {
        flex-direction: column;
        gap: 2rem;
        align-items: center;
    }
    
    .value-item {
        max-width: 100%;
    }
    
    .requirements-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .plan-hero {
        padding: 7rem 1.5rem 3rem;
    }
    
    .plan-hero h1 {
        font-size: var(--text-fluid-3xl);
    }
    
    .price-tag {
        font-size: 2.8rem;
    }
    
    .plan-section {
        padding: 1.8rem;
    }
    
    .comparison-table th, .comparison-table td {
        padding: 0.8rem;
    }
    
    .step-item {
        flex-direction: column;
    }
    
    .step-number {
        margin-bottom: 1rem;
    }
    
    /* Mobile button adjustments */
    .plan-hero .hero-buttons {
        flex-direction: column;
        gap: 1rem;
        width: 100%;
    }
    
    .plan-hero .cta-button,
    .plan-hero .btn-secondary {
        width: 100%;
        min-width: unset;
        padding: 1.1rem 2rem;
    }
    
    .cta-section .cta-buttons {
        flex-direction: column;
        gap: 1rem;
    }
    
    .cta-section .cta-button,
    .cta-section .btn-secondary {
        width: 100%;
        min-width: unset;
        padding: 1.1rem 2rem;
    }
}

/* Customer Feedback Sidebar */
.customer-feedback-sidebar {
    margin-top: 2.5rem;
}

.customer-feedback-sidebar .mini-reviews-container {
    max-width: 100%;
    margin-top: 2rem;
}

/* Product Reviews Section */
.lifetime-product-reviews {
    padding: 3rem 0;
    background-color: rgba(15, 23, 42, 0.8);
    border-top: 1px solid var(--border-color);
}

.lifetime-product-reviews .product-reviews-container {
    padding-top: 0;
}

.lifetime-product-reviews .product-reviews-container .reviews-header h2 {
    margin-top: 0;
}

/* Testimonial Enhancements */
.testimonial {
    position: relative;
    background-color: var(--card-bg);
    border-radius: 1rem;
    padding: 2rem;
    margin: 2.5rem 0;
    border: 1px solid var(--border-color);
}

.testimonial::before {
    content: '\201C';
    font-family: Georgia, serif;
    position: absolute;
    top: -20px;
    left: 20px;
    font-size: 4rem;
    color: var(--primary-color);
    opacity: 0.5;
}

.testimonial p {
    font-style: italic;
    line-height: 1.7;
    margin-bottom: 1.2rem;
    z-index: 1;
    position: relative;
}

.testimonial-author {
    text-align: right;
    font-weight: 600;
    color: var(--text-light);
}

/* Integration with Existing Styles */
@media (max-width: 992px) {
    .lifetime-product-reviews .product-reviews-container {
        padding: 0 2rem;
    }
}

@media (max-width: 768px) {
    .customer-feedback-sidebar {
        margin-top: 2rem;
    }
    
    .testimonial {
        padding: 1.5rem;
    }
    
    .lifetime-product-reviews .product-reviews-container {
        padding: 0 1.5rem;
    }
}

@media (max-width: 576px) {
    .testimonial::before {
        font-size: 3rem;
        top: -15px;
        left: 15px;
    }
}

/* Animation keyframes */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
} 

/* Layer: 8-utilities | File: _helpers.css | Split from: styles.css */
.price-subtitle {
    font-size: 0.9rem;
    color: var(--secondary-color);
    opacity: 0.8;
    margin-top: -1rem;
    margin-bottom: 1.5rem;
    font-weight: 400;
}

/* Layer: 8-utilities | File: _spacing.css | Spacing utility helpers */
.u-mt-auto { margin-top: auto !important; }
.u-mx-auto { margin-inline: auto !important; }
.u-p-0     { padding: 0 !important; }
.u-m-0     { margin: 0 !important; }

/* Layer: 8-utilities | File: _text.css | Text utility helpers */
.u-text-balance { text-wrap: balance; }
.u-text-pretty  { text-wrap: pretty; }
.u-truncate     { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.u-sr-only      { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border-width: 0; }
.u-not-sr-only  { position: static; width: auto; height: auto; padding: 0; margin: 0; overflow: visible; clip: auto; white-space: normal; }

/* Layer: 8-utilities | File: _visibility.css | Split from: styles.css */
/* Hide breadcrumb on home page */
.breadcrumb {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* --- visibility utilities --- */
.u-hidden    { display: none !important; }
.u-invisible { visibility: hidden !important; }
.u-visible   { visibility: visible !important; }
