/* =====================================================================
   Landing & Oferta Page Styles (v6 — Obsidian Prism / Dark Glassmorphism)
   ===================================================================== */

/* --- Variables: Obsidian Prism Palette --- */
:root {
    /* Dark base */
    --color-bg: #0a0f0d;
    --color-bg-secondary: #0f1614;
    --color-surface: rgba(20, 30, 25, 0.7);
    --color-surface-hover: rgba(25, 40, 32, 0.8);
    --color-surface-glass: rgba(255, 255, 255, 0.03);

    /* Text */
    --color-text: #e8efe9;
    --color-text-muted: #7a8a80;
    --color-text-accent: #b8d4be;

    /* Sage / Neon accent */
    --color-sage-400: #7aff9e;
    --color-sage-500: #5ce88a;
    --color-sage-600: #3dd470;
    --color-sage-glow: rgba(122, 255, 158, 0.15);
    --color-sage-glow-strong: rgba(122, 255, 158, 0.3);

    /* Legacy sage tokens (referenced in HTML icon styles) */
    --color-sage-50: rgba(122, 255, 158, 0.06);
    --color-sage-100: rgba(122, 255, 158, 0.1);
    --color-sage-900: #e8efe9;

    /* Emerald (legacy compat) */
    --color-emerald-600: #5ce88a;
    --color-emerald-700: #3dd470;

    /* Borders */
    --color-border: rgba(122, 255, 158, 0.08);
    --color-border-hover: rgba(122, 255, 158, 0.2);

    /* Glassmorphism */
    --glass-bg: rgba(15, 25, 20, 0.6);
    --glass-bg-strong: rgba(15, 25, 20, 0.85);
    --glass-border: rgba(122, 255, 158, 0.1);
    --glass-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.4);
    --glass-blur: 20px;

    /* Utility */
    --color-white: #e8efe9;
    --color-error: #ff4d6a;
    --color-success: #5ce88a;

    /* Typography */
    --font-body: "Inter", sans-serif;
    --font-display: "Outfit", sans-serif;

    /* Spacing & Sizes */
    --container-width: 1100px;
    --nav-height: 80px;

    /* Shadows */
    --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.3);
    --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.35);
    --shadow-lg: 0 10px 30px rgba(0, 0, 0, 0.45);
    --shadow-xl: 0 20px 40px rgba(0, 0, 0, 0.5);

    /* Radii */
    --radius-md: 12px;
    --radius-lg: 20px;
    --radius-xl: 32px;

    /* Easing */
    --ease-out-expo: cubic-bezier(0.23, 1, 0.32, 1);
    --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
}

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

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

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

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

img {
    max-width: 100%;
    display: block;
}

/* --- Selection --- */
::selection {
    background: rgba(122, 255, 158, 0.25);
    color: #e8efe9;
}

::-moz-selection {
    background: rgba(122, 255, 158, 0.25);
    color: #e8efe9;
}

/* --- Scrollbar --- */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #0a0f0d;
}

::-webkit-scrollbar-thumb {
    background: rgba(122, 255, 158, 0.15);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(122, 255, 158, 0.3);
}

/* Firefox scrollbar */
html {
    scrollbar-width: thin;
    scrollbar-color: rgba(122, 255, 158, 0.15) #0a0f0d;
}

/* --- Grain Overlay --- */
body::after {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 9999;
    opacity: 0.03;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    background-repeat: repeat;
    mix-blend-mode: overlay;
}

/* --- Decorative blobs (repurposed as subtle sage glows) --- */
.landing-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.12;
    z-index: -1;
    pointer-events: none;
}

.landing-blob--1 {
    width: 600px;
    height: 600px;
    background: rgba(122, 255, 158, 0.15);
    top: -200px;
    right: -150px;
}

.landing-blob--2 {
    width: 500px;
    height: 500px;
    background: rgba(92, 232, 138, 0.1);
    bottom: -100px;
    left: -200px;
}

.landing-blob--3 {
    width: 300px;
    height: 300px;
    background: rgba(122, 255, 158, 0.08);
    opacity: 0.08;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
}

.landing-blob--4 {
    width: 250px;
    height: 250px;
    background: rgba(61, 212, 112, 0.1);
    opacity: 0.08;
    bottom: 20%;
    right: 10%;
}

/* --- Reveal animation (GSAP scroll triggers handle opacity/transform) --- */
.reveal,
.gsap-reveal {
    will-change: opacity, transform;
}

/* --- Container --- */
.landing-container {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 24px;
}

/* --- Header --- */
.landing-header {
    height: var(--nav-height);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: rgba(10, 15, 13, 0.5);
    backdrop-filter: blur(var(--glass-blur)) saturate(1.4);
    -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(1.4);
    border-bottom: 1px solid transparent;
    transition: background 0.4s var(--ease-out-expo),
        border-color 0.4s var(--ease-out-expo),
        box-shadow 0.4s var(--ease-out-expo);
}

.landing-header--scrolled {
    background: var(--glass-bg-strong);
    border-bottom-color: rgba(122, 255, 158, 0.08);
    box-shadow: 0 1px 24px rgba(0, 0, 0, 0.3),
        0 1px 0 rgba(122, 255, 158, 0.05);
}

.landing-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.landing-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: var(--color-text);
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 22px;
    letter-spacing: -0.02em;
}

.landing-logo-icon {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, var(--color-sage-400), var(--color-sage-600));
    color: #0a0f0d;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 20px;
    box-shadow: 0 0 20px rgba(122, 255, 158, 0.2);
}

.landing-header-cta {
    background: transparent;
    color: var(--color-sage-400);
    border: 1px solid var(--color-sage-400);
    padding: 10px 20px;
    border-radius: var(--radius-md);
    font-family: var(--font-body);
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s var(--ease-out-expo);
    position: relative;
    overflow: hidden;
}

.landing-header-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--color-sage-400);
    opacity: 0;
    transition: opacity 0.3s var(--ease-out-expo);
    z-index: -1;
}

.landing-header-cta:hover {
    color: #0a0f0d;
    border-color: var(--color-sage-400);
    box-shadow: 0 0 24px rgba(122, 255, 158, 0.25);
    transform: translateY(-1px);
}

.landing-header-cta:hover::before {
    opacity: 1;
}

/* --- Hero --- */
.landing-hero {
    padding-top: calc(var(--nav-height) + 80px);
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
}

.landing-hero-content {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.landing-hero-text {
    max-width: 520px;
}

.landing-hero h1 {
    font-family: var(--font-display);
    font-size: clamp(36px, 5vw, 56px);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.04em;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #7aff9e 0%, #e8efe9 60%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.landing-hero h1 span {
    background: linear-gradient(135deg, #7aff9e, #5ce88a);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.landing-hero-subtitle {
    font-size: 18px;
    color: var(--color-text-muted);
    line-height: 1.7;
    margin-bottom: 36px;
    max-width: 440px;
}

.landing-cta-group {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

/* --- CTA Buttons (Neon Sage Outline) --- */
.landing-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    background: transparent;
    color: var(--color-sage-400);
    border: 1px solid var(--color-sage-400);
    border-radius: 14px;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s var(--ease-out-expo);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.landing-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--color-sage-400);
    opacity: 0;
    transition: opacity 0.3s var(--ease-out-expo);
    z-index: -1;
}

.landing-cta:hover {
    color: #0a0f0d;
    transform: translateY(-2px);
    box-shadow: 0 0 32px rgba(122, 255, 158, 0.3),
        0 0 80px rgba(122, 255, 158, 0.1);
}

.landing-cta:hover::before {
    opacity: 1;
}

.landing-cta-arrow {
    display: inline-block;
    transition: transform 0.3s var(--ease-out-expo);
}

.landing-cta:hover .landing-cta-arrow {
    transform: translateX(4px);
}

/* CTA launch animation */
.landing-cta.cta-launching {
    animation: cta-pulse 0.6s ease-in-out;
    pointer-events: none;
}

@keyframes cta-pulse {
    0% {
        transform: scale(1);
    }
    30% {
        transform: scale(1.06);
        box-shadow: 0 0 40px rgba(122, 255, 158, 0.4);
    }
    60% {
        transform: scale(1.03);
    }
    100% {
        transform: scale(1);
        opacity: 0.7;
    }
}

.landing-cta-hint {
    font-size: 13px;
    color: var(--color-text-muted);
}

/* --- Hero Cards (Dark Glass + 3D) --- */
.landing-hero-visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 360px;
    perspective: 800px;
}

.hero-card {
    position: absolute;
    width: 260px;
    background: rgba(15, 25, 20, 0.8);
    backdrop-filter: blur(20px) saturate(1.6);
    -webkit-backdrop-filter: blur(20px) saturate(1.6);
    border: 1px solid rgba(122, 255, 158, 0.15);
    border-radius: var(--radius-lg);
    padding: 28px 24px;
    box-shadow: var(--glass-shadow),
        0 0 40px rgba(122, 255, 158, 0.05);
    transition: box-shadow 0.5s var(--ease-out-expo),
        transform 0.5s var(--ease-out-expo);
    will-change: transform;
    transform-style: preserve-3d;
}

.hero-card--back {
    top: 20px;
    right: 0;
    transform: rotate(6deg) translateZ(-20px);
    z-index: 1;
    opacity: 0.6;
    background: rgba(15, 25, 20, 0.5);
    border-color: rgba(122, 255, 158, 0.08);
}

.hero-card--front {
    --shimmer-x: -50%;
    top: 80px;
    left: 40px;
    transform: rotate(-3deg) translateZ(20px);
    z-index: 2;
    box-shadow: var(--glass-shadow),
        0 0 60px rgba(122, 255, 158, 0.08),
        inset 0 1px 0 rgba(122, 255, 158, 0.1);
}

/* Shimmer effect — sage colored */
.hero-card--front::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(
        105deg,
        transparent 30%,
        rgba(122, 255, 158, 0.12) 50%,
        transparent 70%
    );
    transform: translateX(var(--shimmer-x));
    pointer-events: none;
    z-index: 3;
}

.hero-card-word {
    font-family: var(--font-display);
    font-size: 32px;
    font-weight: 700;
    color: var(--color-text);
    margin-bottom: 4px;
    letter-spacing: -0.02em;
}

.hero-card-transcription {
    font-family: var(--font-body);
    font-size: 15px;
    color: var(--color-sage-400);
    font-weight: 500;
}

.hero-card-divider {
    height: 1px;
    background: rgba(122, 255, 158, 0.1);
    margin: 20px 0;
}

.hero-card-translation {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-text);
    margin-bottom: 12px;
}

.hero-card-association {
    font-size: 13px;
    color: var(--color-sage-400);
    font-style: italic;
    line-height: 1.5;
    padding: 10px 12px;
    background: rgba(122, 255, 158, 0.06);
    border-radius: 10px;
    border: 1px solid rgba(122, 255, 158, 0.06);
}

/* --- Features (Bento Grid) --- */
.landing-features {
    padding: 100px 0;
    background: transparent;
    position: relative;
}

.landing-mesh-gradient {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: -1;
    background: radial-gradient(
            ellipse at 20% 50%,
            rgba(122, 255, 158, 0.03) 0%,
            transparent 50%
        ),
        radial-gradient(
            ellipse at 80% 20%,
            rgba(61, 212, 112, 0.02) 0%,
            transparent 50%
        ),
        radial-gradient(
            ellipse at 50% 80%,
            rgba(92, 232, 138, 0.02) 0%,
            transparent 50%
        );
}

.landing-section-label {
    font-size: 14px;
    font-weight: 700;
    color: var(--color-sage-400);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 16px;
}

.landing-section-title {
    font-family: var(--font-display);
    font-size: clamp(36px, 5vw, 56px);
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1.1;
    color: var(--color-text);
    margin-bottom: 64px;
    max-width: 600px;
}

/* Asymmetric bento layout */
.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto auto;
    gap: 20px;
}

.feature-card {
    --mouse-x: 50%;
    --mouse-y: 50%;
    position: relative;
    background: var(--color-surface);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-radius: var(--radius-lg);
    padding: 32px;
    border: 1px solid var(--color-border);
    transition: all 0.35s var(--ease-out-expo);
    display: flex;
    flex-direction: column;
    box-shadow: var(--shadow-sm);
    overflow: hidden;
}

/* Spotlight / flashlight border effect */
.feature-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: radial-gradient(
        400px circle at var(--mouse-x) var(--mouse-y),
        rgba(122, 255, 158, 0.25) 0%,
        transparent 50%
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.4s var(--ease-out-expo);
    pointer-events: none;
    z-index: 1;
}

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

/* Inner glow on hover */
.feature-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: radial-gradient(
        300px circle at var(--mouse-x) var(--mouse-y),
        rgba(122, 255, 158, 0.04) 0%,
        transparent 50%
    );
    opacity: 0;
    transition: opacity 0.4s var(--ease-out-expo);
    pointer-events: none;
}

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

.feature-img-bg {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: var(--radius-md);
    margin-bottom: 20px;
    opacity: 0.85;
}

.feature-content-wrap {
    display: flex;
    flex-direction: column;
    flex: 1;
    position: relative;
    z-index: 2;
}

/* Card 1: spans 2 columns */
.feature-card:nth-child(1) {
    grid-column: 1 / 3;
    flex-direction: row;
    gap: 32px;
    align-items: center;
    background: rgba(15, 25, 20, 0.8);
    min-height: 220px;
}

.feature-card:nth-child(1) .feature-img-bg {
    width: 240px;
    height: 180px;
    flex-shrink: 0;
    margin-bottom: 0;
}

/* Card 2: 1 column */
.feature-card:nth-child(2) {
    grid-column: 3 / 4;
}

/* Card 3: 1 column */
.feature-card:nth-child(3) {
    grid-column: 1 / 2;
}

/* Card 4: spans 2 columns */
.feature-card:nth-child(4) {
    grid-column: 2 / 4;
    min-height: 200px;
}

/* Card 5: 1 column, taller for visual interest */
.feature-card:nth-child(5) {
    grid-column: 1 / 2;
    grid-row: span 1;
}

.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg), 0 0 40px rgba(122, 255, 158, 0.05);
    border-color: var(--color-border-hover);
}

.feature-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.feature-card:nth-child(1) .feature-icon {
    background: rgba(122, 255, 158, 0.1);
    color: var(--color-sage-400);
}

.feature-card:nth-child(2) .feature-icon {
    background: rgba(251, 191, 36, 0.1);
    color: #fbbf24;
}

.feature-card:nth-child(3) .feature-icon {
    background: rgba(167, 139, 250, 0.1);
    color: #a78bfa;
}

.feature-card:nth-child(4) .feature-icon {
    background: rgba(52, 211, 153, 0.1);
    color: #34d399;
}

.feature-card:nth-child(5) .feature-icon {
    background: rgba(251, 113, 133, 0.1);
    color: #fb7185;
}

.feature-card h3 {
    font-family: var(--font-display);
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: -0.03em;
    color: var(--color-text);
    position: relative;
    z-index: 2;
}

.feature-card p {
    color: var(--color-text-muted);
    font-size: 15px;
    line-height: 1.6;
    position: relative;
    z-index: 2;
}

.feature-icon svg {
    width: 24px;
    height: 24px;
    stroke-width: 2;
}

/* --- How It Works (Dark Timeline) --- */
.landing-how {
    padding: 100px 0;
    background: var(--color-bg-secondary);
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
    position: relative;
    overflow: hidden;
}

.how-steps {
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: 640px;
    margin: 0 auto;
}

.how-step {
    display: flex;
    gap: 28px;
    align-items: flex-start;
    padding: 0;
    background: none;
    border: none;
    position: relative;
}

.how-step-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    width: 48px;
}

.how-step-num {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    background: transparent;
    color: var(--color-sage-400);
    border: 2px solid rgba(122, 255, 158, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 20px;
    box-shadow: 0 0 20px rgba(122, 255, 158, 0.15),
        inset 0 0 12px rgba(122, 255, 158, 0.05);
    position: relative;
    z-index: 2;
    text-shadow: 0 0 10px rgba(122, 255, 158, 0.3);
}

.how-connector {
    width: 2px;
    height: 48px;
    background: linear-gradient(
        to bottom,
        rgba(122, 255, 158, 0.3),
        transparent
    );
    margin-top: 8px;
    border-radius: 1px;
}

.how-step-body {
    padding-bottom: 40px;
}

.how-step:last-child .how-step-body {
    padding-bottom: 0;
}

.how-step-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: rgba(122, 255, 158, 0.06);
    border: 1px solid rgba(122, 255, 158, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-sage-400);
    margin-bottom: 12px;
}

.how-step-icon svg {
    width: 20px;
    height: 20px;
    stroke-width: 2;
}

.how-step h3 {
    font-family: var(--font-display);
    font-size: 22px;
    font-weight: 700;
    color: var(--color-text);
    margin-bottom: 8px;
    letter-spacing: -0.03em;
}

.how-step p {
    color: var(--color-text-muted);
    font-size: 16px;
    line-height: 1.7;
    max-width: 500px;
}

.how-cta-wrap {
    text-align: center;
    margin-top: 56px;
}

/* --- Pricing Section (Obsidian Prism style) --- */
.landing-pricing {
    padding: 100px 0 80px;
    position: relative;
    overflow: hidden;
    background: var(--color-bg);
}

/* Ambient glow behind cards */
.pricing-glow {
    position: absolute;
    width: 600px;
    height: 600px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, rgba(122, 255, 158, 0.06) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.pricing-lead {
    text-align: center;
    color: var(--color-text-muted);
    font-size: 17px;
    margin: 0 auto 56px;
    max-width: 420px;
}

/* Grid */
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    position: relative;
    z-index: 1;
    margin-bottom: 48px;
}

/* Card — glassmorphism base (mirrors feature-card) */
.pricing-card {
    --mouse-x: 50%;
    --mouse-y: 50%;
    position: relative;
    background: var(--color-surface);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-radius: var(--radius-lg);
    border: 1px solid var(--color-border);
    padding: 0;
    display: flex;
    flex-direction: column;
    box-shadow: var(--shadow-sm);
    overflow: hidden;
    transition: all 0.35s var(--ease-out-expo);
}

/* Spotlight border — same as feature-card */
.pricing-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: radial-gradient(
        400px circle at var(--mouse-x) var(--mouse-y),
        rgba(122, 255, 158, 0.25) 0%,
        transparent 50%
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.4s var(--ease-out-expo);
    pointer-events: none;
    z-index: 1;
}

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

/* Inner glow */
.pricing-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: radial-gradient(
        300px circle at var(--mouse-x) var(--mouse-y),
        rgba(122, 255, 158, 0.04) 0%,
        transparent 50%
    );
    opacity: 0;
    transition: opacity 0.4s var(--ease-out-expo);
    pointer-events: none;
}

.pricing-card:hover::after {
    opacity: 1;
}

.pricing-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg), 0 0 40px rgba(122, 255, 158, 0.05);
    border-color: var(--color-border-hover);
}

/* Featured card — sage neon border */
.pricing-card--featured {
    border-color: rgba(122, 255, 158, 0.2);
    box-shadow: var(--shadow-md), 0 0 48px rgba(122, 255, 158, 0.06);
    background: rgba(15, 25, 20, 0.85);
}

/* Ribbon */
.pricing-card__ribbon {
    position: absolute;
    top: 20px;
    right: -8px;
    background: linear-gradient(135deg, var(--color-sage-400), var(--color-sage-600));
    color: #0a0f0d;
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 4px 14px;
    border-radius: 6px 0 0 6px;
    z-index: 3;
    box-shadow: 0 2px 8px rgba(122, 255, 158, 0.3);
}

/* Head zone */
.pricing-card__head {
    padding: 32px 28px 24px;
    position: relative;
    z-index: 2;
}

.pricing-card__label {
    display: inline-block;
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--color-sage-400);
    margin-bottom: 8px;
}

.pricing-card__title {
    font-family: var(--font-display);
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--color-text);
    margin: 0 0 12px;
}

.pricing-card__price {
    display: flex;
    align-items: baseline;
    gap: 2px;
    margin-bottom: 8px;
}

.pricing-price-num {
    font-family: var(--font-display);
    font-size: 40px;
    font-weight: 800;
    letter-spacing: -0.04em;
    color: var(--color-text);
    line-height: 1;
}

.pricing-card--featured .pricing-price-num {
    background: linear-gradient(135deg, var(--color-sage-400), #b8ffc8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.pricing-price-cur {
    font-family: var(--font-display);
    font-size: 20px;
    font-weight: 700;
    color: var(--color-text-muted);
}

.pricing-price-period {
    font-size: 15px;
    font-weight: 500;
    color: var(--color-text-muted);
    margin-left: 2px;
}

.pricing-card__sub {
    font-size: 14px;
    color: var(--color-text-muted);
    line-height: 1.5;
}

/* Tier rows */
.pricing-card__tiers {
    padding: 0 28px 20px;
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
    z-index: 2;
}

.pricing-tier {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    border-radius: 10px;
    transition: background 0.25s ease;
}

.pricing-tier:hover {
    background: rgba(122, 255, 158, 0.04);
}

.pricing-tier--best {
    background: rgba(122, 255, 158, 0.06);
    border: 1px solid rgba(122, 255, 158, 0.1);
}

.pricing-tier__name {
    font-size: 14px;
    color: var(--color-text-muted);
}

.pricing-tier__price {
    font-family: var(--font-display);
    font-size: 15px;
    font-weight: 700;
    color: var(--color-text);
    white-space: nowrap;
}

.pricing-tier__alt {
    font-weight: 500;
    color: var(--color-text-muted);
    font-size: 13px;
}

.pricing-tier__save {
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 800;
    color: #0a0f0d;
    background: var(--color-sage-400);
    padding: 2px 8px;
    border-radius: 100px;
    margin-left: 8px;
    white-space: nowrap;
}

/* Feature list */
.pricing-card__list {
    list-style: none;
    padding: 16px 28px 28px;
    margin: 0;
    border-top: 1px solid var(--color-border);
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
    position: relative;
    z-index: 2;
}

.pricing-card__list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: var(--color-text);
    line-height: 1.4;
}

.pricing-li-icon {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: rgba(122, 255, 158, 0.06);
}

.pricing-li-icon svg {
    width: 14px;
    height: 14px;
    color: var(--color-sage-400);
    stroke-width: 2.5;
}

/* Footer */
.pricing-footer {
    text-align: center;
    position: relative;
    z-index: 1;
}

.pricing-footer__methods {
    font-size: 13px;
    color: var(--color-text-muted);
    margin-bottom: 8px;
}

.pricing-footer__label {
    color: var(--color-text-accent);
    font-weight: 600;
}

.pricing-footer__refund {
    font-size: 14px;
    color: var(--color-text-muted);
}

.pricing-footer__link {
    color: var(--color-sage-400);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s;
}

.pricing-footer__link:hover {
    color: var(--color-sage-500);
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 900px) {
    .pricing-grid {
        grid-template-columns: 1fr;
        max-width: 420px;
        margin: 0 auto 48px;
    }

    .pricing-card__ribbon {
        right: -8px;
        top: 18px;
    }

    .pricing-glow {
        width: 400px;
        height: 400px;
    }
}

/* --- About Section --- */
.landing-about {
    padding: 100px 0;
    background: var(--color-bg);
}

/* Stats bar */
.about-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 72px;
}

.about-stat {
    text-align: center;
    padding: 32px 16px;
    background: var(--glass-bg);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-sm);
    transition: transform 0.3s var(--ease-out-expo),
        box-shadow 0.3s var(--ease-out-expo),
        border-color 0.3s var(--ease-out-expo);
}

.about-stat:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md), 0 0 30px rgba(122, 255, 158, 0.05);
    border-color: var(--color-border-hover);
}

.about-stat-number {
    display: block;
    font-family: var(--font-display);
    font-size: clamp(36px, 5vw, 48px);
    font-weight: 800;
    letter-spacing: -0.04em;
    color: var(--color-sage-400);
    line-height: 1.1;
    margin-bottom: 8px;
    text-shadow: 0 0 20px rgba(122, 255, 158, 0.2);
}

.about-stat-desc {
    font-size: 15px;
    color: var(--color-text-muted);
    line-height: 1.4;
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}

.about-text-wrapper {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.about-visual {
    position: relative;
    border-radius: var(--radius-xl);
    overflow: hidden;
    aspect-ratio: 4/3;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4),
        0 0 40px rgba(122, 255, 158, 0.08);
    border: 1px solid rgba(122, 255, 158, 0.12);
    transition: box-shadow 0.5s var(--ease-out-expo),
        transform 0.5s var(--ease-out-expo);
    animation: aboutFloat 5s ease-in-out infinite;
}

@keyframes aboutFloat {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-12px);
    }
}

.about-visual:hover {
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5),
        0 0 60px rgba(122, 255, 158, 0.15);
    animation-play-state: paused;
    transform: translateY(-8px) scale(1.02);
}

/* Glow behind image */
.about-visual-glow {
    position: absolute;
    inset: -40px;
    border-radius: 50%;
    background: radial-gradient(
        ellipse at center,
        rgba(122, 255, 158, 0.12) 0%,
        rgba(61, 212, 112, 0.06) 40%,
        transparent 70%
    );
    z-index: 0;
    animation: aboutGlowPulse 3s ease-in-out infinite;
}

@keyframes aboutGlowPulse {
    0%,
    100% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.1);
    }
}

/* Floating particles — sage colored */
.about-visual-particles {
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
}

.about-visual-particles span {
    position: absolute;
    width: 6px;
    height: 6px;
    background: rgba(122, 255, 158, 0.5);
    border-radius: 50%;
    animation: aboutParticle 6s ease-in-out infinite;
}

.about-visual-particles span:nth-child(1) {
    top: 15%;
    left: 20%;
    animation-delay: 0s;
    width: 4px;
    height: 4px;
}
.about-visual-particles span:nth-child(2) {
    top: 70%;
    left: 80%;
    animation-delay: 1s;
    width: 8px;
    height: 8px;
    background: rgba(92, 232, 138, 0.4);
}
.about-visual-particles span:nth-child(3) {
    top: 40%;
    left: 90%;
    animation-delay: 2s;
    width: 5px;
    height: 5px;
}
.about-visual-particles span:nth-child(4) {
    top: 85%;
    left: 30%;
    animation-delay: 3s;
    width: 7px;
    height: 7px;
    background: rgba(61, 212, 112, 0.3);
}
.about-visual-particles span:nth-child(5) {
    top: 25%;
    left: 70%;
    animation-delay: 4s;
    width: 4px;
    height: 4px;
}
.about-visual-particles span:nth-child(6) {
    top: 60%;
    left: 10%;
    animation-delay: 5s;
    width: 6px;
    height: 6px;
    background: rgba(122, 255, 158, 0.4);
}

@keyframes aboutParticle {
    0%,
    100% {
        transform: translate(0, 0) scale(1);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    50% {
        transform: translate(
                calc(-20px + 40px * var(--r, 0.5)),
                -30px
            )
            scale(1.5);
        opacity: 0.8;
    }
    90% {
        opacity: 0;
    }
}

.about-visual-particles span:nth-child(1) {
    --r: 0.2;
}
.about-visual-particles span:nth-child(2) {
    --r: 0.8;
}
.about-visual-particles span:nth-child(3) {
    --r: 0.4;
}
.about-visual-particles span:nth-child(4) {
    --r: 0.6;
}
.about-visual-particles span:nth-child(5) {
    --r: 0.1;
}
.about-visual-particles span:nth-child(6) {
    --r: 0.9;
}

/* Gradient overlay */
.about-visual-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        160deg,
        rgba(122, 255, 158, 0.05) 0%,
        transparent 40%,
        transparent 60%,
        rgba(61, 212, 112, 0.04) 100%
    );
    z-index: 2;
    pointer-events: none;
    mix-blend-mode: screen;
}

/* Shine sweep */
.about-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        105deg,
        transparent 35%,
        rgba(122, 255, 158, 0.1) 50%,
        transparent 65%
    );
    z-index: 4;
    pointer-events: none;
    border-radius: inherit;
    animation: aboutShineSweep 5s ease-in-out infinite;
    animation-delay: 2s;
}

@keyframes aboutShineSweep {
    0%,
    100% {
        transform: translateX(-150%);
    }
    50% {
        transform: translateX(150%);
    }
}

.about-illustration-img {
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: calc(100% + 60px);
    object-fit: cover;
    z-index: 1;
    transition: transform 0.6s var(--ease-out-expo);
    animation: aboutImgBreath 8s ease-in-out infinite;
}

@keyframes aboutImgBreath {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.04);
    }
}

.about-visual:hover .about-illustration-img {
    transform: scale(1.08);
    animation-play-state: paused;
}

.about-text p {
    font-size: 15px;
    color: var(--color-text-muted);
    line-height: 1.7;
    margin-bottom: 16px;
}

/* Glass detail box */
.about-details {
    background: var(--glass-bg);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-xl);
    padding: 40px;
    box-shadow: var(--shadow-sm);
}

.about-details h3 {
    font-family: var(--font-display);
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
    color: var(--color-text);
}

.about-detail-row {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 20px;
}

.about-detail-row:last-child {
    margin-bottom: 0;
}

.about-detail-label {
    font-size: 13px;
    color: var(--color-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 600;
}

.about-detail-value {
    font-weight: 500;
    color: var(--color-text);
}

.about-detail-value a {
    color: var(--color-sage-400);
    text-decoration: none;
    transition: color 0.2s;
}

.about-detail-value a:hover {
    color: var(--color-sage-500);
    text-decoration: underline;
}

/* --- Footer (Minimal Dark) --- */
.landing-footer {
    padding: 40px 0;
    background: rgba(5, 8, 6, 0.8);
    border-top: 1px solid var(--color-border);
}

.landing-footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}

.landing-footer-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--color-text-muted);
    font-size: 14px;
}

.footer-logo-icon {
    width: 28px;
    height: 28px;
    font-size: 14px;
    border-radius: 8px;
    opacity: 0.6;
}

.landing-footer-links {
    display: flex;
    gap: 24px;
}

.landing-footer-links a {
    color: var(--color-text-muted);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s var(--ease-out-expo);
}

.landing-footer-links a:hover {
    color: var(--color-sage-400);
}

/* --- Page Transition Overlay (Sage-tinted) --- */
.page-transition-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    z-index: 9999;
    overflow: hidden;
    visibility: hidden;
}

.transition-circle {
    position: absolute;
    width: 2px;
    height: 2px;
    background: var(--color-sage-600);
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    transform-origin: center center;
    box-shadow: 0 0 60px rgba(122, 255, 158, 0.3);
}

.transition-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    opacity: 0;
    z-index: 10000;
}

.transition-logo {
    width: 80px;
    height: 80px;
    background: #0a0f0d;
    border: 1px solid rgba(122, 255, 158, 0.2);
    border-radius: 20px;
    color: var(--color-sage-400);
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-display);
    font-weight: 800;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3),
        0 0 40px rgba(122, 255, 158, 0.1);
}

.transition-spinner {
    width: 40px;
    height: 40px;
    border: 3px solid rgba(122, 255, 158, 0.15);
    border-top-color: var(--color-sage-400);
    border-radius: 50%;
    animation: transitionSpin 1s linear infinite;
}

@keyframes transitionSpin {
    to {
        transform: rotate(360deg);
    }
}

/* --- Oferta Page --- */
.oferta-page {
    max-width: 760px;
    margin: 0 auto;
    padding: 40px 24px 80px;
}

.oferta-back {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 600;
    color: var(--color-sage-400);
    margin-bottom: 40px;
    transition: color 0.2s;
}

.oferta-back:hover {
    color: var(--color-sage-500);
}

.oferta-page h1 {
    font-family: var(--font-display);
    font-size: clamp(24px, 4vw, 34px);
    font-weight: 800;
    letter-spacing: -0.5px;
    line-height: 1.2;
    margin-bottom: 8px;
    color: var(--color-text);
}

.oferta-page .oferta-subtitle {
    font-size: 15px;
    color: var(--color-text-muted);
    margin-bottom: 12px;
    font-style: italic;
}

.oferta-page .oferta-preamble {
    font-size: 14px;
    color: var(--color-text-muted);
    line-height: 1.7;
    margin-bottom: 40px;
    padding-bottom: 32px;
    border-bottom: 1px solid var(--color-border);
}

.oferta-page h2 {
    font-family: var(--font-display);
    font-size: 20px;
    font-weight: 700;
    margin-top: 44px;
    margin-bottom: 16px;
    color: var(--color-text);
}

.oferta-page h3 {
    font-family: var(--font-display);
    font-size: 16px;
    font-weight: 700;
    margin-top: 24px;
    margin-bottom: 12px;
    color: var(--color-text);
}

.oferta-page p,
.oferta-page li {
    font-size: 14px;
    color: var(--color-text-muted);
    line-height: 1.75;
    margin-bottom: 10px;
}

.oferta-page ul,
.oferta-page ol {
    padding-left: 24px;
    margin-bottom: 16px;
}

.oferta-page li {
    margin-bottom: 6px;
}

.oferta-page strong {
    color: var(--color-text);
    font-weight: 600;
}

.oferta-page hr {
    border: none;
    height: 1px;
    background: var(--color-border);
    margin: 32px 0;
}

.oferta-requisites {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 14px;
    padding: 24px;
    margin-top: 16px;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.oferta-requisites p {
    margin-bottom: 6px;
}

/* --- Falling Cards Rain (Dark Glass) --- */
.falling-cards-layer {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.falling-card {
    position: absolute;
    width: 180px;
    background: rgba(15, 25, 20, 0.6);
    backdrop-filter: blur(12px) saturate(1.4);
    -webkit-backdrop-filter: blur(12px) saturate(1.4);
    border: 1px solid rgba(122, 255, 158, 0.08);
    border-radius: var(--radius-lg);
    padding: 20px 18px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    opacity: 0;
    will-change: transform;
    pointer-events: auto;
    cursor: default;
    transition: box-shadow 0.3s var(--ease-out-expo),
        opacity 0.4s ease,
        border-color 0.3s var(--ease-out-expo);
}

.falling-card:hover {
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.4),
        0 0 24px rgba(122, 255, 158, 0.1);
    border-color: rgba(122, 255, 158, 0.2);
}

.falling-card-word {
    font-family: var(--font-display);
    font-size: 22px;
    font-weight: 700;
    color: var(--color-text);
    margin-bottom: 2px;
    letter-spacing: -0.02em;
}

.falling-card-transcription {
    font-family: var(--font-body);
    font-size: 12px;
    color: var(--color-sage-400);
    font-weight: 500;
}

.falling-card-divider {
    height: 1px;
    background: rgba(122, 255, 158, 0.08);
    margin: 14px 0;
}

.falling-card-translation {
    font-size: 15px;
    font-weight: 700;
    color: var(--color-text);
    margin-bottom: 8px;
}

.falling-card-association {
    font-size: 11px;
    color: var(--color-sage-400);
    font-style: italic;
    line-height: 1.4;
    padding: 8px 10px;
    background: rgba(122, 255, 158, 0.06);
    border: 1px solid rgba(122, 255, 158, 0.06);
    border-radius: 8px;
}

/* Size variants for depth */
.falling-card--sm {
    width: 140px;
    padding: 14px 12px;
    opacity: 0;
}

.falling-card--sm .falling-card-word {
    font-size: 17px;
}

.falling-card--sm .falling-card-translation {
    font-size: 13px;
}

.falling-card--sm .falling-card-association {
    font-size: 10px;
    padding: 6px 8px;
}

.falling-card--lg {
    width: 210px;
    padding: 24px 20px;
}

.falling-card--lg .falling-card-word {
    font-size: 26px;
}

/* --- Responsive --- */
@media (max-width: 1024px) {
    .landing-hero-content {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .landing-hero-visual {
        min-height: 280px;
    }

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

    .feature-card:nth-child(1) {
        grid-column: 1 / -1;
        flex-direction: column;
    }

    .feature-card:nth-child(1) .feature-img-bg {
        width: 100%;
        height: 160px;
        margin-bottom: 20px;
    }

    .feature-card:nth-child(2),
    .feature-card:nth-child(3),
    .feature-card:nth-child(4),
    .feature-card:nth-child(5) {
        grid-column: span 1;
    }

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

@media (max-width: 900px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .landing-hero-content {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 60px;
    }

    .landing-hero {
        padding-top: calc(var(--nav-height) + 40px);
        padding-bottom: 60px;
    }

    .landing-hero-subtitle {
        margin-left: auto;
        margin-right: auto;
    }

    .landing-cta-group {
        justify-content: center;
    }

    .landing-hero-visual {
        height: 340px;
        min-height: 240px;
        display: flex;
        justify-content: center;
    }

    .hero-card {
        width: 220px;
        padding: 22px 20px;
    }

    .hero-card--back {
        right: auto;
        transform: rotate(4deg) translateZ(-20px);
        top: 10px;
    }

    .hero-card--front {
        left: auto;
        top: 40px;
        transform: rotate(-2deg) translateZ(20px);
    }

    .hero-card-word {
        font-size: 22px;
    }

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

    .feature-card:nth-child(1),
    .feature-card:nth-child(2),
    .feature-card:nth-child(3),
    .feature-card:nth-child(4),
    .feature-card:nth-child(5) {
        grid-column: span 1;
    }

    .about-stats {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .about-stat {
        padding: 24px 16px;
    }

    .how-steps {
        gap: 0;
    }

    .how-step {
        gap: 20px;
    }

    .landing-section-title {
        font-size: clamp(32px, 8vw, 40px);
        margin-bottom: 40px;
    }

    .about-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .landing-footer-inner {
        flex-direction: column;
        text-align: center;
    }

    .landing-footer-brand {
        justify-content: center;
    }

    .falling-card {
        width: 120px;
        padding: 12px 10px;
    }

    .falling-card-word {
        font-size: 16px;
    }

    .falling-card-translation {
        font-size: 12px;
    }

    .falling-card-association {
        display: none;
    }

    .falling-card--lg {
        width: 150px;
    }

    .falling-card--sm {
        width: 100px;
    }
}

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