/* ============================================
   FORENSIC MEDIA ANALYZER - WEBSITE STYLES
   Modern dark theme with cyan/blue accents
   ============================================ */

/* --- CSS Variables --- */
:root {
    --bg-primary: #0a0e17;
    --bg-secondary: #0f1420;
    --bg-card: #141924;
    --bg-card-hover: #1a2030;
    --bg-elevated: #1c2333;

    --text-primary: #e8ecf4;
    --text-secondary: #8892a4;
    --text-muted: #5a6478;

    --accent-cyan: #00d4aa;
    --accent-blue: #0088ff;
    --accent-purple: #7b61ff;
    --accent-orange: #ff8800;
    --accent-green: #00cc66;
    --accent-red: #ff4466;

    --gradient-primary: linear-gradient(135deg, #00d4aa 0%, #0088ff 100%);
    --gradient-hero: linear-gradient(135deg, #00d4aa 0%, #0088ff 50%, #7b61ff 100%);
    --gradient-card: linear-gradient(180deg, rgba(0, 212, 170, 0.05) 0%, rgba(0, 136, 255, 0.02) 100%);

    --border-subtle: rgba(255, 255, 255, 0.06);
    --border-card: rgba(255, 255, 255, 0.08);
    --border-hover: rgba(0, 212, 170, 0.3);

    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.3);
    --shadow-md: 0 8px 32px rgba(0, 0, 0, 0.4);
    --shadow-lg: 0 16px 64px rgba(0, 0, 0, 0.5);
    --shadow-glow: 0 0 40px rgba(0, 212, 170, 0.15);

    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 16px;
    --radius-xl: 24px;

    --nav-height: 72px;
    --container-max: 1200px;
    --container-padding: 24px;

    --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --font-mono: 'JetBrains Mono', 'Fira Code', monospace;
}

/* --- Light Mode --- */
[data-theme="light"] {
    --bg-primary: #f5f7fa;
    --bg-secondary: #ffffff;
    --bg-card: #ffffff;
    --bg-card-hover: #f0f4f8;
    --bg-elevated: #e8ecf2;

    --text-primary: #1a202c;
    --text-secondary: #4a5568;
    --text-muted: #718096;

    --accent-cyan: #00a88a;
    --accent-blue: #0070e0;
    --accent-purple: #6348e0;
    --accent-orange: #dd7600;
    --accent-green: #00a854;
    --accent-red: #e03050;

    --gradient-primary: linear-gradient(135deg, #00a88a 0%, #0070e0 100%);
    --gradient-hero: linear-gradient(135deg, #00a88a 0%, #0070e0 50%, #6348e0 100%);

    --border-subtle: rgba(0, 0, 0, 0.06);
    --border-card: rgba(0, 0, 0, 0.1);
    --border-hover: rgba(0, 168, 138, 0.4);

    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.06);
    --shadow-md: 0 8px 32px rgba(0, 0, 0, 0.08);
    --shadow-lg: 0 16px 64px rgba(0, 0, 0, 0.1);
    --shadow-glow: 0 0 40px rgba(0, 168, 138, 0.1);
}

[data-theme="light"] .gradient-text {
    background: var(--gradient-hero);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

[data-theme="light"] .btn-primary {
    color: #fff;
}

[data-theme="light"] .btn-nav {
    color: #fff;
}

[data-theme="light"] .navbar.scrolled {
    background: rgba(255, 255, 255, 0.92);
}

[data-theme="light"] .hero-grid {
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.04) 1px, transparent 1px);
}

[data-theme="light"] .hero-glow-1 { opacity: 0.07; }
[data-theme="light"] .hero-glow-2 { opacity: 0.05; }

[data-theme="light"] .screenshot-placeholder {
    background: #edf2f7;
    border-color: rgba(0, 0, 0, 0.1);
}

[data-theme="light"] .screenshot-placeholder::before {
    background: linear-gradient(135deg, rgba(0, 168, 138, 0.04) 0%, rgba(0, 112, 224, 0.04) 100%);
}

[data-theme="light"] .chrome-dots span {
    background: rgba(0, 0, 0, 0.12);
}
[data-theme="light"] .chrome-dots span:first-child { background: #ff5f57; }
[data-theme="light"] .chrome-dots span:nth-child(2) { background: #febc2e; }
[data-theme="light"] .chrome-dots span:last-child { background: #28c840; }

[data-theme="light"] .ai-model,
[data-theme="light"] .cloud-provider,
[data-theme="light"] .custom-feature {
    background: rgba(0, 0, 0, 0.02);
    border-color: rgba(0, 0, 0, 0.08);
}

[data-theme="light"] .section-tag {
    background: rgba(0, 168, 138, 0.08);
    border-color: rgba(0, 168, 138, 0.2);
}

[data-theme="light"] .stat-number {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

[data-theme="light"] .step-number {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

[data-theme="light"] .nav-links a {
    color: var(--text-secondary);
}

[data-theme="light"] .nav-links a:hover,
[data-theme="light"] .nav-links a.active {
    color: var(--text-primary);
}

[data-theme="light"] .cta-glow-1 { opacity: 0.04; }
[data-theme="light"] .cta-glow-2 { opacity: 0.03; }

[data-theme="light"] .feature-icon-primary { background: rgba(0, 168, 138, 0.1); }
[data-theme="light"] .feature-icon-blue { background: rgba(0, 112, 224, 0.1); }
[data-theme="light"] .feature-icon-green { background: rgba(0, 168, 84, 0.1); }
[data-theme="light"] .feature-icon-purple { background: rgba(99, 72, 224, 0.1); }
[data-theme="light"] .feature-icon-orange { background: rgba(221, 118, 0, 0.1); }
[data-theme="light"] .feature-icon-teal { background: rgba(0, 168, 138, 0.1); }

[data-theme="light"] .media-card-featured {
    border-color: rgba(0, 168, 138, 0.25);
    background: linear-gradient(180deg, rgba(0, 168, 138, 0.04) 0%, #ffffff 100%);
}

/* --- Reset & Base --- */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: var(--font-sans);
    background: var(--bg-primary);
    color: var(--text-primary);
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.nav-open {
    overflow: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

.container {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 var(--container-padding);
}

/* --- Typography --- */
h1, h2, h3, h4 {
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.gradient-text {
    background: var(--gradient-hero);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-tag {
    display: inline-block;
    font-family: var(--font-mono);
    font-size: 0.8rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--accent-cyan);
    margin-bottom: 16px;
    padding: 6px 14px;
    border: 1px solid rgba(0, 212, 170, 0.2);
    border-radius: 100px;
    background: rgba(0, 212, 170, 0.06);
}

.section-header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 64px;
}

.section-title {
    font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: 20px;
}

.section-subtitle {
    font-size: 1.1rem;
    color: var(--text-secondary);
    line-height: 1.7;
}

/* --- Buttons --- */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    font-family: var(--font-sans);
    font-size: 0.95rem;
    font-weight: 600;
    border-radius: var(--radius-sm);
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.btn-primary {
    background: var(--gradient-primary);
    color: #000;
    box-shadow: 0 4px 20px rgba(0, 212, 170, 0.25);
}

.btn-primary:hover {
    box-shadow: 0 6px 30px rgba(0, 212, 170, 0.4);
    transform: translateY(-2px);
}

.btn-outline {
    background: transparent;
    color: var(--text-primary);
    border: 1px solid var(--border-card);
}

.btn-outline:hover {
    border-color: var(--accent-cyan);
    color: var(--accent-cyan);
    background: rgba(0, 212, 170, 0.05);
}

.btn-ghost {
    background: rgba(255, 255, 255, 0.08);
    color: var(--text-primary);
    border: 1px solid transparent;
}

.btn-ghost:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: var(--border-card);
}

.btn-lg {
    padding: 16px 36px;
    font-size: 1.05rem;
    border-radius: var(--radius-md);
}

.btn-nav {
    padding: 10px 24px;
    background: var(--gradient-primary);
    color: #000;
    border-radius: var(--radius-sm);
    font-weight: 600;
}

.btn-nav:hover {
    box-shadow: 0 4px 20px rgba(0, 212, 170, 0.3);
}

/* --- Navigation --- */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: var(--nav-height);
    z-index: 1000;
    transition: all 0.3s ease;
    background: transparent;
}

.navbar.scrolled {
    background: rgba(10, 14, 23, 0.9);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border-subtle);
    box-shadow: var(--shadow-sm);
}

.nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.nav-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 1001;
}

.logo-icon {
    width: 32px;
    height: 32px;
}

.logo-icon svg {
    width: 100%;
    height: 100%;
}

.logo-text {
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.logo-highlight {
    color: var(--accent-cyan);
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 32px;
}

.nav-links a {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--text-secondary);
    transition: color 0.2s ease;
    position: relative;
}

.nav-links a:hover,
.nav-links a.active {
    color: var(--text-primary);
}

.nav-links a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--gradient-primary);
    border-radius: 1px;
    transition: width 0.3s ease;
}

.nav-links a:hover::after,
.nav-links a.active::after {
    width: 100%;
}

.nav-links .btn-nav::after {
    display: none;
}

/* Theme Toggle */
.theme-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--border-card);
    background: var(--bg-card);
    color: var(--text-secondary);
    cursor: pointer;
    transition: all 0.3s ease;
    margin-left: 8px;
    z-index: 1001;
    flex-shrink: 0;
}

.theme-toggle:hover {
    border-color: var(--accent-cyan);
    color: var(--accent-cyan);
    background: rgba(0, 212, 170, 0.08);
}

.theme-icon-light { display: none; }
.theme-icon-dark { display: block; }

[data-theme="light"] .theme-icon-light { display: block; }
[data-theme="light"] .theme-icon-dark { display: none; }

.nav-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1001;
    padding: 4px;
}

.nav-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--text-primary);
    border-radius: 2px;
    transition: all 0.3s ease;
}

.nav-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.nav-toggle.active span:nth-child(2) {
    opacity: 0;
}

.nav-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

/* --- Hero Section --- */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: var(--nav-height);
    overflow: hidden;
}

.hero-bg-effects {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.hero-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse at 50% 30%, black 20%, transparent 70%);
    -webkit-mask-image: radial-gradient(ellipse at 50% 30%, black 20%, transparent 70%);
}

.hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.4;
}

.hero-glow-1 {
    width: 600px;
    height: 600px;
    background: var(--accent-cyan);
    top: -200px;
    right: -100px;
    opacity: 0.12;
}

.hero-glow-2 {
    width: 500px;
    height: 500px;
    background: var(--accent-blue);
    bottom: -150px;
    left: -100px;
    opacity: 0.1;
}

.hero-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    z-index: 1;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 18px;
    background: rgba(0, 212, 170, 0.08);
    border: 1px solid rgba(0, 212, 170, 0.2);
    border-radius: 100px;
    font-family: var(--font-mono);
    font-size: 0.8rem;
    color: var(--accent-cyan);
    margin-bottom: 28px;
}

.badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--accent-green);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}

.hero-title {
    font-size: clamp(2.5rem, 5vw, 3.8rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 24px;
    letter-spacing: -0.03em;
}

.hero-subtitle {
    font-size: 1.15rem;
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: 36px;
    max-width: 540px;
}

.hero-actions {
    display: flex;
    gap: 16px;
    margin-bottom: 48px;
    flex-wrap: wrap;
}

.hero-stats {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.stat {
    display: flex;
    flex-direction: column;
}

.stat-number {
    font-size: 2rem;
    font-weight: 800;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
}

.stat-label {
    font-size: 0.8rem;
    color: var(--text-muted);
    font-weight: 500;
    margin-top: 4px;
}

.stat-divider {
    width: 1px;
    height: 36px;
    background: var(--border-subtle);
}

/* Hero Visual */
.hero-visual {
    position: relative;
}

.hero-screenshot-wrapper {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-lg), var(--shadow-glow);
    border: 1px solid var(--border-card);
}

.screenshot-chrome {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background: var(--bg-elevated);
    border-bottom: 1px solid var(--border-subtle);
}

.chrome-dots {
    display: flex;
    gap: 6px;
}

.chrome-dots span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--border-card);
}

.chrome-dots span:first-child { background: #ff5f57; }
.chrome-dots span:nth-child(2) { background: #febc2e; }
.chrome-dots span:last-child { background: #28c840; }

.chrome-title {
    font-size: 0.75rem;
    color: var(--text-muted);
    font-weight: 500;
}

.hero-scroll-indicator {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: var(--text-muted);
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    animation: bobble 2s ease-in-out infinite;
}

@keyframes bobble {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(8px); }
}

.scroll-arrow {
    opacity: 0.5;
}

/* Screenshot Placeholders */
.screenshot-placeholder {
    background: var(--bg-secondary);
    border: 2px dashed var(--border-card);
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-muted);
    position: relative;
    overflow: hidden;
}

.screenshot-placeholder::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 212, 170, 0.03) 0%, rgba(0, 136, 255, 0.03) 100%);
}

.hero-screenshot {
    aspect-ratio: 16/10;
    border-radius: 0;
    border: none;
    border-top: none;
}

.feature-screenshot {
    aspect-ratio: 16/9;
    margin-top: 20px;
}

.media-screenshot {
    aspect-ratio: 16/10;
    margin-top: 20px;
}

.accuracy-screenshot {
    aspect-ratio: 4/3;
    min-height: 400px;
}

.report-screenshot {
    aspect-ratio: 3/4;
    min-height: 500px;
}

.placeholder-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
    padding: 32px;
    position: relative;
    z-index: 1;
}

.placeholder-content svg {
    opacity: 0.3;
}

.placeholder-content span {
    font-size: 0.85rem;
    font-weight: 500;
}

.placeholder-sub {
    font-size: 0.75rem !important;
    color: var(--text-muted);
    font-weight: 400 !important;
}

/* --- Trust Bar --- */
.trust-bar {
    padding: 48px 0;
    border-top: 1px solid var(--border-subtle);
    border-bottom: 1px solid var(--border-subtle);
    background: var(--bg-secondary);
}

.trust-text {
    text-align: center;
    font-size: 0.85rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 24px;
}

.trust-badges {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.trust-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--text-secondary);
    font-size: 0.9rem;
    font-weight: 500;
}

.trust-badge svg {
    color: var(--accent-cyan);
    flex-shrink: 0;
}

/* --- Features Section --- */
.features {
    padding: 120px 0;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.feature-card {
    background: var(--bg-card);
    border: 1px solid var(--border-card);
    border-radius: var(--radius-lg);
    padding: 32px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--gradient-primary);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.feature-card:hover {
    border-color: var(--border-hover);
    background: var(--bg-card-hover);
    transform: translateY(-4px);
    box-shadow: var(--shadow-md), var(--shadow-glow);
}

.feature-card:hover::before {
    opacity: 1;
}

.feature-card-large {
    grid-column: span 3;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: start;
}

.feature-card-large .feature-screenshot {
    grid-column: 2;
    grid-row: 1 / 4;
    margin-top: 0;
    height: 100%;
}

.feature-icon {
    width: 52px;
    height: 52px;
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.feature-icon-primary { background: rgba(0, 212, 170, 0.1); color: var(--accent-cyan); }
.feature-icon-blue { background: rgba(0, 136, 255, 0.1); color: var(--accent-blue); }
.feature-icon-green { background: rgba(0, 204, 102, 0.1); color: var(--accent-green); }
.feature-icon-purple { background: rgba(123, 97, 255, 0.1); color: var(--accent-purple); }
.feature-icon-orange { background: rgba(255, 136, 0, 0.1); color: var(--accent-orange); }
.feature-icon-teal { background: rgba(0, 212, 170, 0.1); color: var(--accent-cyan); }

.feature-card h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.feature-card p {
    color: var(--text-secondary);
    font-size: 0.95rem;
    line-height: 1.6;
}

/* --- Media Types Section --- */
.media-types {
    padding: 120px 0;
    background: var(--bg-secondary);
}

.media-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.media-card {
    background: var(--bg-card);
    border: 1px solid var(--border-card);
    border-radius: var(--radius-lg);
    padding: 36px;
    transition: all 0.4s ease;
    position: relative;
}

.media-card:hover {
    transform: translateY(-4px);
    border-color: var(--border-hover);
    box-shadow: var(--shadow-md);
}

.media-card-featured {
    border-color: rgba(0, 212, 170, 0.2);
    background: linear-gradient(180deg, rgba(0, 212, 170, 0.04) 0%, var(--bg-card) 100%);
}

.media-card-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.media-icon {
    width: 56px;
    height: 56px;
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.media-icon-video { background: rgba(0, 136, 255, 0.1); color: var(--accent-blue); }
.media-icon-image { background: rgba(0, 212, 170, 0.1); color: var(--accent-cyan); }
.media-icon-audio { background: rgba(123, 97, 255, 0.1); color: var(--accent-purple); }

.media-card h3 {
    font-size: 1.3rem;
}

.media-card-desc {
    color: var(--text-secondary);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.media-features-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.media-features-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    color: var(--text-secondary);
}

.media-features-list svg {
    color: var(--accent-cyan);
    flex-shrink: 0;
}

/* --- AI Engine Section --- */
.ai-engine {
    padding: 120px 0;
}

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

.ai-card {
    background: var(--bg-card);
    border: 1px solid var(--border-card);
    border-radius: var(--radius-lg);
    padding: 36px;
    position: relative;
    transition: all 0.4s ease;
}

.ai-card:hover {
    border-color: var(--border-hover);
    transform: translateY(-2px);
}

.ai-card-custom {
    grid-column: span 2;
}

.ai-card-badge {
    display: inline-block;
    font-family: var(--font-mono);
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    padding: 4px 12px;
    border-radius: 100px;
    margin-bottom: 16px;
}

.ai-card-local .ai-card-badge {
    background: rgba(0, 204, 102, 0.1);
    color: var(--accent-green);
    border: 1px solid rgba(0, 204, 102, 0.2);
}

.ai-card-cloud .ai-card-badge {
    background: rgba(0, 136, 255, 0.1);
    color: var(--accent-blue);
    border: 1px solid rgba(0, 136, 255, 0.2);
}

.ai-card-custom .ai-card-badge {
    background: rgba(123, 97, 255, 0.1);
    color: var(--accent-purple);
    border: 1px solid rgba(123, 97, 255, 0.2);
}

.ai-card h3 {
    font-size: 1.3rem;
    margin-bottom: 12px;
}

.ai-card > p {
    color: var(--text-secondary);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 24px;
}

.ai-model-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ai-model {
    display: grid;
    grid-template-columns: 12px 140px 1fr;
    gap: 12px;
    align-items: center;
    padding: 10px 16px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: var(--radius-sm);
    border: 1px solid var(--border-subtle);
}

.model-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.model-dot-green {
    background: var(--accent-green);
    box-shadow: 0 0 8px rgba(0, 204, 102, 0.4);
}

.model-name {
    font-weight: 600;
    font-size: 0.9rem;
}

.model-desc {
    color: var(--text-muted);
    font-size: 0.8rem;
}

.cloud-providers {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.cloud-provider {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: var(--radius-sm);
    border: 1px solid var(--border-subtle);
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--text-secondary);
}

.provider-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent-blue);
    flex-shrink: 0;
}

.custom-features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.custom-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: var(--radius-sm);
    border: 1px solid var(--border-subtle);
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--text-secondary);
}

.custom-feature svg {
    color: var(--accent-purple);
    flex-shrink: 0;
}

/* --- Accuracy Section --- */
.accuracy {
    padding: 120px 0;
    background: var(--bg-secondary);
}

.accuracy-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.accuracy-content .section-tag {
    display: inline-block;
}

.accuracy-content .section-title {
    text-align: left;
}

.accuracy-text {
    color: var(--text-secondary);
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 16px;
}

.accuracy-text strong {
    color: var(--text-primary);
}

.accuracy-highlights {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 32px;
}

.accuracy-highlight {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.highlight-icon {
    width: 44px;
    height: 44px;
    border-radius: var(--radius-sm);
    background: rgba(0, 212, 170, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent-cyan);
    flex-shrink: 0;
}

.accuracy-highlight strong {
    display: block;
    font-size: 0.95rem;
    margin-bottom: 4px;
}

.accuracy-highlight p {
    color: var(--text-muted);
    font-size: 0.85rem;
    line-height: 1.5;
}

/* --- Reports Section --- */
.reports {
    padding: 120px 0;
}

.reports-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.report-features {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.report-feature {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.report-feature-icon {
    width: 52px;
    height: 52px;
    border-radius: var(--radius-md);
    background: rgba(0, 136, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent-blue);
    flex-shrink: 0;
}

.report-feature h4 {
    font-size: 1.05rem;
    margin-bottom: 6px;
}

.report-feature p {
    color: var(--text-secondary);
    font-size: 0.9rem;
    line-height: 1.6;
}

/* --- Workflow Section --- */
.workflow {
    padding: 120px 0;
    background: var(--bg-secondary);
}

.workflow-steps {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
}

.workflow-step {
    text-align: center;
    max-width: 220px;
    flex-shrink: 0;
}

.step-number {
    font-family: var(--font-mono);
    font-size: 2.5rem;
    font-weight: 800;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 16px;
}

.workflow-step h3 {
    font-size: 1.1rem;
    margin-bottom: 8px;
}

.workflow-step p {
    color: var(--text-secondary);
    font-size: 0.85rem;
    line-height: 1.6;
}

.workflow-connector {
    color: var(--text-muted);
    flex-shrink: 0;
    margin-top: 20px;
    opacity: 0.3;
}

/* --- CTA Section --- */
.cta {
    padding: 120px 0;
}

.cta-card {
    position: relative;
    background: var(--bg-card);
    border: 1px solid var(--border-card);
    border-radius: var(--radius-xl);
    padding: 80px 60px;
    text-align: center;
    overflow: hidden;
}

.cta-bg-effects {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.cta-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
}

.cta-glow-1 {
    width: 400px;
    height: 400px;
    background: var(--accent-cyan);
    top: -200px;
    left: -100px;
    opacity: 0.08;
}

.cta-glow-2 {
    width: 300px;
    height: 300px;
    background: var(--accent-blue);
    bottom: -150px;
    right: -50px;
    opacity: 0.06;
}

.cta-card h2 {
    font-size: clamp(2rem, 4vw, 2.8rem);
    margin-bottom: 20px;
    position: relative;
}

.cta-card > p {
    color: var(--text-secondary);
    font-size: 1.1rem;
    max-width: 560px;
    margin: 0 auto 36px;
    line-height: 1.7;
    position: relative;
}

.cta-actions {
    display: flex;
    justify-content: center;
    gap: 16px;
    position: relative;
    flex-wrap: wrap;
}

.cta-note {
    margin-top: 24px;
    font-size: 0.8rem;
    color: var(--text-muted);
    position: relative;
}

/* --- Footer --- */
.footer {
    padding: 80px 0 40px;
    border-top: 1px solid var(--border-subtle);
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 48px;
    margin-bottom: 48px;
}

.footer-tagline {
    color: var(--text-muted);
    font-size: 0.9rem;
    line-height: 1.6;
    margin-top: 16px;
    max-width: 320px;
}

.footer-links h4 {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--text-muted);
    margin-bottom: 16px;
}

.footer-links ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-links a {
    color: var(--text-secondary);
    font-size: 0.9rem;
    transition: color 0.2s ease;
}

.footer-links a:hover {
    color: var(--accent-cyan);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 32px;
    border-top: 1px solid var(--border-subtle);
    font-size: 0.85rem;
    color: var(--text-muted);
}

.footer-built {
    font-style: italic;
    opacity: 0.6;
}

/* --- Scroll Animations --- */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.animate-on-scroll.visible {
    opacity: 1;
    transform: translateY(0);
}

/* --- Responsive Design --- */

/* Tablet */
@media (max-width: 1024px) {
    :root {
        --container-padding: 20px;
    }

    .hero-container {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .hero-subtitle {
        max-width: 100%;
    }

    .hero-actions {
        justify-content: center;
    }

    .hero-stats {
        justify-content: center;
    }

    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .feature-card-large {
        grid-column: span 2;
    }

    .media-cards {
        grid-template-columns: 1fr;
        max-width: 520px;
        margin: 0 auto;
    }

    .ai-grid {
        grid-template-columns: 1fr;
    }

    .ai-card-custom {
        grid-column: span 1;
    }

    .custom-features {
        grid-template-columns: repeat(2, 1fr);
    }

    .accuracy-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .accuracy-content .section-title {
        text-align: center;
    }

    .accuracy-content .section-tag {
        display: block;
        text-align: center;
    }

    .reports-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }

    .footer-brand {
        grid-column: span 2;
    }

    .workflow-steps {
        flex-wrap: wrap;
        gap: 24px;
    }

    .workflow-connector {
        display: none;
    }

    .workflow-step {
        flex-basis: calc(50% - 12px);
        max-width: none;
    }
}

/* Mobile */
@media (max-width: 640px) {
    :root {
        --nav-height: 64px;
        --container-padding: 16px;
    }

    .nav-toggle {
        display: flex;
    }

    .nav-links {
        position: fixed;
        inset: 0;
        background: rgba(10, 14, 23, 0.98);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 28px;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease;
    }

    .nav-links.active {
        opacity: 1;
        pointer-events: all;
    }

    .nav-links a {
        font-size: 1.2rem;
    }

    .hero-title {
        font-size: 2.2rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .hero-stats {
        gap: 16px;
    }

    .stat-number {
        font-size: 1.5rem;
    }

    .stat-label {
        font-size: 0.7rem;
    }

    .stat-divider {
        height: 28px;
    }

    .hero-scroll-indicator {
        display: none;
    }

    .trust-badges {
        gap: 20px;
    }

    .trust-badge span {
        font-size: 0.8rem;
    }

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

    .feature-card-large {
        grid-column: span 1;
        grid-template-columns: 1fr;
    }

    .feature-card-large .feature-screenshot {
        grid-column: 1;
        grid-row: auto;
    }

    .ai-model {
        grid-template-columns: 12px 1fr;
    }

    .model-desc {
        grid-column: span 2;
        margin-left: 24px;
    }

    .cloud-providers {
        grid-template-columns: 1fr;
    }

    .custom-features {
        grid-template-columns: 1fr;
    }

    .workflow-step {
        flex-basis: 100%;
    }

    .cta-card {
        padding: 48px 24px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .footer-brand {
        grid-column: span 1;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }
}

/* ============================================
   DOWNLOAD / REGISTRATION FORM
   ============================================ */
.download-section {
    padding: 120px 0;
    background: var(--bg-secondary);
}

.download-layout {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 40px;
    align-items: start;
}

.download-form-card {
    background: var(--bg-card);
    border: 1px solid var(--border-card);
    border-radius: var(--radius-lg);
    padding: 40px;
}

.download-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.form-group label {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--text-primary);
}

.required {
    color: var(--accent-red);
}

.optional {
    color: var(--text-muted);
    font-weight: 400;
    font-size: 0.8rem;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"] {
    padding: 12px 16px;
    background: var(--bg-primary);
    border: 1px solid var(--border-card);
    border-radius: var(--radius-sm);
    color: var(--text-primary);
    font-family: var(--font-sans);
    font-size: 0.95rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    outline: none;
}

.form-group input:focus {
    border-color: var(--accent-cyan);
    box-shadow: 0 0 0 3px rgba(0, 212, 170, 0.15);
}

.form-group input::placeholder {
    color: var(--text-muted);
}

.form-group.error input {
    border-color: var(--accent-red);
    box-shadow: 0 0 0 3px rgba(255, 68, 102, 0.15);
}

.form-error {
    font-size: 0.78rem;
    color: var(--accent-red);
    display: none;
}

.form-group.error .form-error {
    display: block;
}

.form-checkbox-group.error .form-error {
    display: block;
}

/* Custom Checkbox */
.checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
    font-size: 0.9rem;
    color: var(--text-secondary);
    line-height: 1.5;
}

.checkbox-label input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.checkbox-custom {
    width: 20px;
    height: 20px;
    min-width: 20px;
    border: 2px solid var(--border-card);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    margin-top: 2px;
    position: relative;
}

.checkbox-label input:checked + .checkbox-custom {
    background: var(--accent-cyan);
    border-color: var(--accent-cyan);
}

.checkbox-label input:checked + .checkbox-custom::after {
    content: '';
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    margin-top: -2px;
}

.checkbox-label input:focus-visible + .checkbox-custom {
    box-shadow: 0 0 0 3px rgba(0, 212, 170, 0.2);
}

.checkbox-label a {
    color: var(--accent-cyan);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.checkbox-label a:hover {
    color: var(--accent-blue);
}

.form-checkbox-group.error .checkbox-custom {
    border-color: var(--accent-red);
}

.btn-full {
    width: 100%;
    justify-content: center;
}

.btn-sm {
    padding: 8px 20px;
    font-size: 0.85rem;
}

.form-note {
    font-size: 0.78rem;
    color: var(--text-muted);
    text-align: center;
    line-height: 1.5;
}

.form-note a {
    color: var(--accent-cyan);
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* Download Success */
.download-success {
    text-align: center;
    padding: 40px 20px;
}

.success-icon {
    color: var(--accent-green);
    margin-bottom: 20px;
}

.download-success h3 {
    font-size: 1.3rem;
    margin-bottom: 12px;
}

.download-success p {
    color: var(--text-secondary);
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Download Sidebar */
.download-sidebar {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.download-info-card {
    background: var(--bg-card);
    border: 1px solid var(--border-card);
    border-radius: var(--radius-lg);
    padding: 28px;
}

.download-info-card h4 {
    font-size: 1rem;
    margin-bottom: 16px;
}

.download-perks {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.download-perks li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    color: var(--text-secondary);
}

.download-perks svg {
    color: var(--accent-cyan);
    flex-shrink: 0;
}

.download-info-security {
    border-color: rgba(0, 212, 170, 0.15);
    background: linear-gradient(180deg, rgba(0, 212, 170, 0.03) 0%, var(--bg-card) 100%);
}

.security-icon {
    color: var(--accent-cyan);
    margin-bottom: 12px;
}

.download-info-security h4 {
    font-size: 0.95rem;
}

.download-info-security p {
    font-size: 0.85rem;
    color: var(--text-secondary);
    line-height: 1.6;
}

.download-info-security a {
    color: var(--accent-cyan);
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* ============================================
   COOKIE CONSENT BANNER
   ============================================ */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: var(--bg-elevated);
    border-top: 1px solid var(--border-card);
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.3);
    padding: 16px 0;
    animation: slideUp 0.4s ease;
}

@keyframes slideUp {
    from { transform: translateY(100%); }
    to { transform: translateY(0); }
}

.cookie-content {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 var(--container-padding);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.cookie-text {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    flex: 1;
}

.cookie-text svg {
    color: var(--accent-cyan);
    flex-shrink: 0;
    margin-top: 2px;
}

.cookie-text p {
    font-size: 0.85rem;
    color: var(--text-secondary);
    line-height: 1.5;
}

.cookie-text a {
    color: var(--accent-cyan);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.cookie-actions {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}

[data-theme="light"] .cookie-banner {
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.08);
}

/* ============================================
   LEGAL PAGES (Terms, Privacy, Data Rights)
   ============================================ */
.legal-page {
    padding-top: calc(var(--nav-height) + 60px);
    padding-bottom: 80px;
    min-height: 100vh;
}

.legal-container {
    max-width: 800px;
}

.legal-header {
    margin-bottom: 48px;
    padding-bottom: 32px;
    border-bottom: 1px solid var(--border-subtle);
}

.legal-header h1 {
    font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: 12px;
}

.legal-effective {
    color: var(--text-muted);
    font-size: 0.9rem;
}

.legal-badges {
    display: flex;
    gap: 10px;
    margin-top: 16px;
}

.legal-badge {
    display: inline-block;
    font-family: var(--font-mono);
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 5px 14px;
    border-radius: 100px;
    background: rgba(0, 212, 170, 0.08);
    color: var(--accent-cyan);
    border: 1px solid rgba(0, 212, 170, 0.2);
}

.legal-body section {
    margin-bottom: 40px;
}

.legal-body h2 {
    font-size: 1.3rem;
    margin-bottom: 16px;
    color: var(--text-primary);
}

.legal-body h3 {
    font-size: 1.05rem;
    margin-top: 20px;
    margin-bottom: 10px;
    color: var(--text-primary);
}

.legal-body p {
    color: var(--text-secondary);
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 12px;
}

.legal-body ul {
    margin: 12px 0;
    padding-left: 24px;
}

.legal-body ul li {
    color: var(--text-secondary);
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 6px;
    list-style: disc;
}

.legal-body strong {
    color: var(--text-primary);
}

.legal-body a {
    color: var(--accent-cyan);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.legal-body a:hover {
    color: var(--accent-blue);
}

.legal-body code {
    font-family: var(--font-mono);
    font-size: 0.85em;
    background: rgba(0, 212, 170, 0.08);
    padding: 2px 6px;
    border-radius: 4px;
    color: var(--accent-cyan);
}

.legal-contact {
    padding: 16px 20px;
    background: var(--bg-card);
    border: 1px solid var(--border-card);
    border-radius: var(--radius-sm);
    line-height: 1.8;
}

.legal-table {
    width: 100%;
    border-collapse: collapse;
    margin: 16px 0;
    font-size: 0.9rem;
}

.legal-table th,
.legal-table td {
    text-align: left;
    padding: 12px 16px;
    border-bottom: 1px solid var(--border-subtle);
}

.legal-table th {
    font-weight: 600;
    color: var(--text-primary);
    background: var(--bg-card);
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.legal-table td {
    color: var(--text-secondary);
}

.legal-table code {
    font-size: 0.8rem;
}

.legal-nav {
    display: flex;
    gap: 24px;
    padding-top: 32px;
    border-top: 1px solid var(--border-subtle);
    margin-top: 48px;
}

.legal-nav a {
    color: var(--accent-cyan);
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s ease;
}

.legal-nav a:hover {
    color: var(--accent-blue);
}

.footer-legal-links {
    display: flex;
    gap: 20px;
}

.footer-legal-links a {
    color: var(--text-muted);
    font-size: 0.85rem;
    transition: color 0.2s ease;
}

.footer-legal-links a:hover {
    color: var(--accent-cyan);
}

/* ============================================
   DATA RIGHTS PAGE
   ============================================ */
.rights-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 24px 0;
}

.rights-card {
    background: var(--bg-card);
    border: 1px solid var(--border-card);
    border-radius: var(--radius-md);
    padding: 24px;
    transition: all 0.3s ease;
}

.rights-card:hover {
    border-color: var(--border-hover);
    transform: translateY(-2px);
}

.rights-icon {
    width: 48px;
    height: 48px;
    border-radius: var(--radius-sm);
    background: rgba(0, 212, 170, 0.1);
    color: var(--accent-cyan);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.rights-icon-red {
    background: rgba(255, 68, 102, 0.1);
    color: var(--accent-red);
}

.rights-icon-purple {
    background: rgba(123, 97, 255, 0.1);
    color: var(--accent-purple);
}

.rights-card h3 {
    font-size: 1.05rem;
    margin-bottom: 8px;
}

.rights-card p {
    font-size: 0.85rem !important;
    margin-bottom: 0 !important;
}

.data-form-section {
    background: var(--bg-card);
    border: 1px solid var(--border-card);
    border-radius: var(--radius-lg);
    padding: 32px;
}

.data-form-section h2 {
    margin-bottom: 8px !important;
}

.data-form-section > p {
    margin-bottom: 20px !important;
}

.data-rights-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 480px;
}

.data-rights-form .btn {
    align-self: flex-start;
}

.btn-danger {
    background: var(--accent-red);
    color: #fff;
    border: none;
}

.btn-danger:hover {
    background: #e02050;
    box-shadow: 0 4px 20px rgba(255, 68, 102, 0.3);
    transform: translateY(-1px);
}

.form-success {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 16px;
    background: rgba(0, 204, 102, 0.08);
    border: 1px solid rgba(0, 204, 102, 0.2);
    border-radius: var(--radius-sm);
    color: var(--accent-green);
    font-size: 0.85rem;
    line-height: 1.5;
}

.form-success svg {
    flex-shrink: 0;
    margin-top: 1px;
}

.delete-process {
    display: flex;
    gap: 20px;
    margin: 20px 0;
}

.process-step {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    padding: 16px;
    background: var(--bg-primary);
    border-radius: var(--radius-sm);
    border: 1px solid var(--border-subtle);
    font-size: 0.85rem;
    color: var(--text-secondary);
}

.process-number {
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 50%;
    background: var(--gradient-primary);
    color: #000;
    font-weight: 700;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

[data-theme="light"] .process-number {
    color: #fff;
}

/* ============================================
   RESPONSIVE ADDITIONS
   ============================================ */
@media (max-width: 1024px) {
    .download-layout {
        grid-template-columns: 1fr;
    }

    .rights-cards {
        grid-template-columns: 1fr;
    }

    .delete-process {
        flex-direction: column;
    }
}

@media (max-width: 640px) {
    .form-row {
        grid-template-columns: 1fr;
    }

    .download-form-card {
        padding: 24px;
    }

    .cookie-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .cookie-actions {
        width: 100%;
    }

    .cookie-actions .btn {
        flex: 1;
        justify-content: center;
    }

    .data-form-section {
        padding: 24px;
    }

    .legal-nav {
        flex-direction: column;
        gap: 12px;
    }

    .footer-legal-links {
        gap: 12px;
    }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
    }

    .animate-on-scroll {
        opacity: 1;
        transform: none;
    }

    html {
        scroll-behavior: auto;
    }
}
