/* ============================================
   DEVBOOK.AI - LANDING PAGE STYLES
   Modern, Bold & Conversion-Optimized Design
   ============================================ */

/* ============ GLOBAL & UTILITIES ============ */
body {
    background: #0b091f;
}

strong {
    font-weight: 500 !important;
}

section {
    overflow: hidden;
}

.section-padding {
    padding: 6rem 0;
}

.section-badge {
    display: inline-block;
    padding: 0.5rem 1.25rem;
    background: linear-gradient(135deg, rgba(120, 57, 238, 0.15), rgba(167, 139, 250, 0.15));
    border: 1px solid rgba(120, 57, 238, 0.3);
    border-radius: 50px;
    color: var(--color-purple);
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 1.5rem;
}

.section-badge.white {
    background: linear-gradient(135deg, rgba(199, 176, 243, 0.15), rgba(127, 115, 159, 0.15));
    border: 1px solid rgba(212, 190, 253, 0.15);
    color: #FFF;
}

.section-badge.badge-danger {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.15), rgba(252, 165, 165, 0.15));
    border-color: rgba(239, 68, 68, 0.3);
    color: #ef4444;
}

.section-badge.badge-success {
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.15), rgba(134, 239, 172, 0.15));
    border-color: rgba(34, 197, 94, 0.3);
    color: #22c55e;
}

.section-title {
    font-size: 2.75rem;
    font-weight: 800;
    line-height: 1.2;
    color: var(--color-white);
    margin-bottom: 1.5rem;
}

.section-subtitle {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.8;
    margin-bottom: 0;
}

.separator {
    margin: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(270deg, transparent 5%, #8658f2 47%, #cfbef5 50%, #8658f2 53%, transparent 95%);
    border-top: 0;
    opacity: 1;
}

.gradient-text {
    background: linear-gradient(135deg, #7839ee, #a78bfa, #c084fc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.highlight-text {
    position: relative;
    color: var(--color-white);
}

.highlight-text::after {
    content: '';
    position: absolute;
    bottom: 0.1em;
    left: -0.1em;
    right: -0.1em;
    height: 0.4em;
    background: linear-gradient(90deg, rgba(251, 146, 60, 0.4), rgba(251, 191, 36, 0.4));
    z-index: -1;
    border-radius: 4px;
}

/* ============ HERO + SHOWCASE WRAPPER ============ */
.hero-showcase-wrapper {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #060410 0%, #211e43 50%, #0f0f19 100%);
}

.hero-showcase-wrapper::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 30%, rgba(120, 57, 238, 0.4) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(167, 139, 250, 0.3) 0%, transparent 50%);
    animation: gradientShift 8s ease-in-out infinite;
    z-index: 0;
}

.hero-showcase-wrapper::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(120, 57, 238, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(120, 57, 238, 0.05) 1px, transparent 1px);
    background-size: 50px 50px;
    opacity: 0.3;
    z-index: 0;
}

/* ============ HERO SECTION ============ */
.hero-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: transparent;
}

.hero-background {
    position: absolute;
    inset: 0;
    z-index: 1;
}

@keyframes gradientShift {
    0%, 100% { opacity: 0.6; transform: scale(1); }
    50% { opacity: 0.9; transform: scale(1.1); }
}

#particles-canvas {
    position: absolute;
    inset: 0;
}

.hero-content {
    position: relative;
    z-index: 10;
    text-align: center;
    margin: 0 auto;
    padding: 0 2rem;
    max-width: 1050px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--color-white);
    font-size: 0.7rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 2rem;
}

.hero-badge i {
    color: #fbbf24;
    font-size: 1.1rem;
}

.hero-title {
    font-size: 4.5rem;
    font-weight: 900;
    line-height: 1.1;
    color: var(--color-white);
    margin-bottom: 1.5rem;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.hero-subtitle {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.7;
    margin-bottom: 3rem;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

.hero-subtitle strong {
    color: var(--color-white);
}

.hero-cta {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}

.btn-hero-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2.5rem;
    background: linear-gradient(135deg, #7839ee, #a78bfa);
    color: var(--color-white);
    font-size: 1.1rem;
    font-weight: 500;
    border-radius: 12px;
    border: none;
    text-decoration: none;
    box-shadow: 0 10px 40px rgba(120, 57, 238, 0.4);
    transition: all 0.3s ease;
    position: relative;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: 0.2px;
}

.btn-hero-primary::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #a78bfa, #c084fc);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.btn-hero-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 50px rgba(120, 57, 238, 0.5);
    color: var(--color-white);
}

.btn-hero-primary:hover::before {
    opacity: 1;
}

.btn-hero-primary span,
.btn-hero-primary i {
    position: relative;
    z-index: 1;
}

.btn-hero-secondary {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2.5rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    color: var(--color-white);
    font-size: 1.1rem;
    font-weight: 500;
    border-radius: 12px;
    border: 2px solid rgba(255, 255, 255, 0.18);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    transition: all 0.3s ease;
}

.btn-hero-secondary:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-3px);
    color: var(--color-white);
}

.hero-stats {
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.stat-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(120, 57, 238, 0.2);
    border: 1px solid rgba(120, 57, 238, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #a78bfa;
}

.stat-content {
    text-align: left;
}

.stat-number {
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--color-white);
    line-height: 1;
}

.stat-label {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.1;
}

.hero-scroll-indicator {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.85rem;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 100% { transform: translate(-50%, 0); }
    50% { transform: translate(-50%, -10px); }
}

.hero-scroll-indicator i {
    font-size: 1.5rem;
}

/* ============ PROBLEM & SOLUTION SECTION ============ */
.problem-solution-section {
    background: var(--color-white);
    position: relative;
}

.problem-solution-section .section-title {
    color: #1b2029;
}

.problem-list, .solution-list {
    margin-top: 2rem;
}

.problem-item, .solution-item {
    display: flex;
    gap: 1.25rem;
    margin-bottom: 2rem;
    padding: 1.5rem;
    border-radius: 16px;
    align-items: center;
    transition: all 0.3s ease;
}

.problem-item {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.05), rgba(252, 165, 165, 0.05));
    border-left: 4px solid #ef4444;
}

.solution-item {
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.05), rgba(134, 239, 172, 0.05));
    border-left: 4px solid #22c55e;
}

/* Hover removed - no action on problem/solution items */

.problem-item-icon, .solution-item-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.problem-item-icon {
    background: rgba(239, 68, 68, 0.1);
    color: #ef4444;
}

.solution-item-icon {
    background: rgba(34, 197, 94, 0.1);
    color: #22c55e;
}

.problem-item-content h4,
.solution-item-content h4 {
    font-size: 1.15rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: #111827;
}

.problem-item-content p,
.solution-item-content p {
    margin: 0;
    color: #6b7280;
    line-height: 1.6;
}

/* ============ HOW IT WORKS SECTION ============ */
.how-it-works-section {
    position: relative;
    background: linear-gradient(180deg, #0f0c29 0%, #0b091f 100%);
}

.how-it-works-section .grid-bground {
    position: absolute;
    z-index: 1;
    height: 100%;
    bottom: 0;
    width: 100%;
}

.how-it-works-section .grid-bground .grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
    background-size: 40px 40px;
    opacity: 0.12;
}

.steps-timeline {
    max-width: 900px;
    margin: 3rem auto 0;
    z-index: 999;
    position: relative;
}

.step-item {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 2rem;
    margin-bottom: 4rem;
    position: relative;
}

.step-item:last-child {
    margin-bottom: 0;
}

.step-visual {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.step-number {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #7839ee, #a78bfa);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--color-white);
    box-shadow: 0 10px 30px rgba(120, 57, 238, 0.4);
    position: relative;
    z-index: 2;
}

.step-line {
    width: 3px;
    flex: 1;
    background: linear-gradient(180deg, rgba(120, 57, 238, 0.5), rgba(120, 57, 238, 0.1));
    margin-top: 1rem;
}

.step-content {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 2.5rem;
    position: relative;
    overflow: hidden;
}

.step-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(120, 57, 238, 0.2), rgba(167, 139, 250, 0.2));
    border: 1px solid rgba(120, 57, 238, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    color: #a78bfa;
    margin-bottom: 1.5rem;
}

.step-title {
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--color-white);
    margin-bottom: 1rem;
    letter-spacing: 0.55px;
}

.step-text {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.step-example {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(120, 57, 238, 0.3);
    border-radius: 12px;
    padding: 1.25rem;
    margin-top: 1.5rem;
}

.example-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    font-weight: 700;
    color: #a78bfa;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.example-text {
    font-family: 'Monaco', 'Menlo', monospace;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}

.step-badge,
.step-highlight {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.25rem;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 500;
    margin-top: 1rem;
    letter-spacing: 0.15px;
}

.step-badge {
    background: linear-gradient(135deg, rgba(251, 146, 60, 0.2), rgba(251, 191, 36, 0.2));
    border: 1px solid rgba(251, 146, 60, 0.4);
    color: #fbbf24;
}

.step-highlight {
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.2), rgba(134, 239, 172, 0.2));
    border: 1px solid rgba(34, 197, 94, 0.4);
    color: #22c55e;
}

.step-features {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.feature-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.5rem 1rem;
    background: rgba(120, 57, 238, 0.15);
    border: 1px solid rgba(120, 57, 238, 0.3);
    border-radius: 50px;
    color: #a78bfa;
    font-size: 0.85rem;
    font-weight: 600;
}

.feature-tag i {
    font-size: 0.9rem;
}

img.editor-preview {
    border-radius: 24px 0 0 0;
    position: relative;
    width: calc(100% + 3rem);
}

/* ============ USE CASES SECTION ============ */
.use-cases-section {
    background: #0b091f;
}

.use-cases-section .section-title {
    color: var(--color-white);
}

.use-cases-section .section-subtitle {
    color: rgba(255, 255, 255, 0.7);
}

.use-cases-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.use-case-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 2.5rem;
    position: relative;
    overflow: hidden;
}

.use-case-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #7839ee, #a78bfa);
    opacity: 1;
}

.use-case-icon {
    width: 72px;
    height: 72px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(120, 57, 238, 0.2), rgba(167, 139, 250, 0.2));
    border: 1px solid rgba(120, 57, 238, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.25rem;
    color: #a78bfa;
    margin-bottom: 1.5rem;
}

.use-case-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--color-white);
    margin-bottom: 1rem;
    letter-spacing: 0.5px;
}

.use-case-description {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.use-case-result {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1.25rem;
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.1), rgba(134, 239, 172, 0.1));
    border: 1px solid rgba(34, 197, 94, 0.3);
    border-radius: 12px;
    color: #059669;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.25px;
    width: 100%;
}

.use-case-result i {
    font-size: 1.1rem;
}

/* ============ EBOOK SHOWCASE SECTION ============ */
.ebook-showcase-section {
    background: transparent;
    position: relative;
    padding: 6rem 0 !important;
}

.ebook-showcase-section .container {
    position: relative;
    z-index: 1;
}

/* Showcase Demo Container */
.showcase-demo {
    max-width: 1200px;
    margin: 4rem auto 0;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 1;
}

.demo-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.5rem;
    border-radius: 18px 18px 0 0;
    background: rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.demo-controls {
    display: flex;
    gap: 0.5rem;
}

.demo-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
}

.demo-dot:nth-child(1) {
    background: #ef4444;
}

.demo-dot:nth-child(2) {
    background: #fbbf24;
}

.demo-dot:nth-child(3) {
    background: #22c55e;
}

.demo-title {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
}

.demo-content {
    position: relative;
    padding: 4rem 3rem;
    min-height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* A4 Page Placeholder */
.a4-page-placeholder {
    background-image: url("../img/mock-page.ba05a5cddfb0.webp");
    background-size: cover;
    background-position: center;
    position: relative;
    width: 520px;
    height: 735px;
    border-radius: 8px;
    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.3),
        0 0 0 1px rgba(0, 0, 0, 0.1);
    z-index: 1;
    overflow: hidden;
}

.a4-inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%);
    position: relative;
}

.a4-inner::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(120, 57, 238, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(120, 57, 238, 0.02) 1px, transparent 1px);
    background-size: 20px 20px;
}

.placeholder-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    color: #9ca3af;
    font-size: 0.95rem;
    font-weight: 500;
    z-index: 1;
}

.placeholder-text i {
    font-size: 4rem;
    color: #d1d5db;
}

/* Floating Feature Cards */
.floating-feature {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(120, 57, 238, 0.1);
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 10;
}

.floating-feature:hover {
    transform: translateY(-8px) scale(1.05);
    box-shadow: 0 20px 60px rgba(120, 57, 238, 0.25);
    border-color: rgba(120, 57, 238, 0.3);
}

.floating-icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: linear-gradient(135deg, #7839ee, #a78bfa);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #ffffff;
    flex-shrink: 0;
    box-shadow: 0 6px 20px rgba(120, 57, 238, 0.4);
    transition: all 0.3s ease;
}

.floating-feature:hover .floating-icon {
    transform: rotate(10deg) scale(1.1);
}

.floating-content h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #111827;
    margin: 0 0 0.25rem 0;
    line-height: 1.2;
}

.floating-content p {
    font-size: 0.85rem;
    color: #6b7280;
    margin: 0;
    line-height: 1.4;
}

/* Positioning of floating elements */
.floating-feature.top-left {
    top: 8%;
    left: -4%;
    animation: float 6s ease-in-out infinite;
}

.floating-feature.top-right {
    top: 8%;
    right: -2.5%;
    animation: float 6s ease-in-out infinite 1s;
}

.floating-feature.middle-left {
    top: 38%;
    left: 2%;
    animation: float 6s ease-in-out infinite 2s;
}

.floating-feature.middle-right {
    top: 38%;
    right: 3%;
    animation: float 6s ease-in-out infinite 3s;
}

.floating-feature.bottom-left {
    bottom: 8%;
    left: -1%;
    animation: float 6s ease-in-out infinite 4s;
}

.floating-feature.bottom-right {
    bottom: 8%;
    right: -2%;
    animation: float 6s ease-in-out infinite 5s;
}

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

/* Shine effect on A4 page */
.a4-page-placeholder::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.5) 50%, transparent 70%);
    animation: shine 8s ease-in-out infinite;
}

@keyframes shine {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }
    100% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
    }
}

/* ============ TESTIMONIALS SECTION ============ */
.testimonials-section {
    background: linear-gradient(180deg, #0b091f 0%, #0f0c29 100%);
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.testimonial-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 2.5rem;
    position: relative;
}

.testimonial-card::before {
    content: '"';
    position: absolute;
    top: -1rem;
    right: 2rem;
    font-size: 8rem;
    font-family: Georgia, serif;
    color: rgba(120, 57, 238, 0.08);
    line-height: 1;
    z-index: 0;
    pointer-events: none;
}

.testimonial-rating {
    display: flex;
    gap: 0.25rem;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 1;
}

.testimonial-rating i {
    color: #fbbf24;
    font-size: 1.1rem;
}

.testimonial-quote {
    font-size: 1.05rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 2rem;
    position: relative;
    z-index: 1;
}

.testimonial-quote strong {
    color: var(--color-white);
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
    position: relative;
    z-index: 1;
}

.testimonial-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid rgba(120, 57, 238, 0.4);
    flex-shrink: 0;
}

.testimonial-name {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--color-white);
    margin-bottom: 0.25rem;
}

.testimonial-role {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6);
}

/* ============ PRICING SECTION ============ */
.pricing-section {
    background: #f8f7ff;
    position: relative;
    overflow: hidden;
}

.language-pattern {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.lang-ebook-icon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
}

.lang-ebook-icon .ebook-bg {
    position: absolute;
    color: #000;
    opacity: 0.03;
    font-size: 1em;
    z-index: 0;
}

.lang-ebook-icon .lang-icon-inner {
    position: relative;
    color: #000;
    opacity: 0.03;
    font-size: 0.45em;
    z-index: 1;
    margin-top: -0.1em;
}

.pricing-section .container {
    position: relative;
    z-index: 1;
}

.pricing-section .section-title {
    color: #1b2029;
    letter-spacing: 0.25px;
}

.pricing-section .section-subtitle {
    color: #363b44;
    margin-bottom: 3rem;
}

/* Common Features Box */
.common-features-box {
    margin-top: 5rem;
    text-align: center;
}

.common-features-title {
    color: #6b7280;
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 1.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.common-features-title i {
    color: #22c55e;
    font-size: 1.2rem;
}

.common-features-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
    font-size: 0.9rem;
}

.common-feature-item {
    color: #6b7280;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.common-feature-item i {
    color: #7839ee;
    font-size: 1rem;
}

.pricing-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    max-width: 1200px;
    margin: 3rem auto 0;
    align-items: start;
}

.pricing-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 3.75rem 2rem 2rem 2rem;
    position: relative;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.pricing-card-popular {
    border: 1px solid #fbbf24;
    box-shadow: 0 25px 70px rgba(251, 191, 36, 0.2);
}

.pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 80px rgba(120, 57, 238, 0.15);
    border-color: rgba(120, 57, 238, 0.3);
}

.pricing-badge {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0.25rem 1rem;
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    border-radius: 0;
    color: #ffffff;
    font-size: 0.85rem;
    font-weight: 500;
    text-align: center;
}

.pricing-badge i {
    font-size: 1rem;
}

.pricing-header {
    margin-bottom: 2rem;
    text-align: center;
}

.pricing-plan-name {
    font-size: 2rem;
    font-weight: 800;
    color: #363c49;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.pricing-plan-name i {
    color: #7839ee;
    font-size: 1.75rem;
}

.pricing-plan-description {
    font-size: 1rem;
    color: #6b7280;
    margin: 0;
}

.pricing-value {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.pricing-currency {
    font-size: 2rem;
    font-weight: 700;
    color: #7839ee;
    margin-right: 0.25rem;
    margin-top: 0.5rem;
}

.pricing-amount {
    font-size: 5rem;
    font-weight: 900;
    color: #7839ee;
    line-height: 1;
    animation: numberCount 1s ease-out;
}

@keyframes numberCount {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.pricing-decimals {
    font-size: 2rem;
    font-weight: 700;
    color: #7839ee;
    margin-top: 0.5rem;
}

.pricing-period {
    text-align: center;
    font-size: 0.95rem;
    color: #6b7280;
    margin-bottom: 1.75rem;
    font-weight: 400;
}

.pricing-features {
    margin-bottom: 1.15rem;
    flex: 1;
}

.pricing-feature {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    transition: all 0.3s ease;
}

.pricing-feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    min-width: 32px;
    background: linear-gradient(135deg, #7839ee, #a78bfa);
    border-radius: 6px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.pricing-feature-icon i {
    color: #fff;
    font-size: 0.95rem;
    position: relative;
    top: 2px;
}

.pricing-feature span {
    color: #374151;
    font-size: 0.9rem;
    line-height: 1.5;
}

.btn-pricing {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.875rem 1.5rem;
    background: linear-gradient(135deg, #7839ee, #a78bfa);
    color: var(--color-white);
    font-size: 0.95rem;
    font-weight: 500;
    border-radius: 8px;
    border: none;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(120, 57, 238, 0.25);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    letter-spacing: 0.1px;
    text-transform: uppercase;
}

.btn-pricing::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #a78bfa, #c084fc);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.btn-pricing:hover {
    box-shadow: 0 15px 40px rgba(120, 57, 238, 0.4);
    color: var(--color-white);
}

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

.btn-pricing span,
.btn-pricing i {
    position: relative;
    z-index: 1;
}

.pricing-guarantee {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1.5rem;
    color: #6b7280;
    font-size: 0.9rem;
    font-weight: 500;
}

.pricing-guarantee i {
    color: #22c55e;
    font-size: 1.1rem;
}

.pricing-benefits {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.benefit-item {
    display: flex;
    gap: 1.5rem;
    align-items: start;
    padding: 2rem;
    background: linear-gradient(135deg, rgba(120, 57, 238, 0.05), rgba(167, 139, 250, 0.05));
    border: 1px solid rgba(120, 57, 238, 0.1);
    border-radius: 16px;
    transition: all 0.4s ease;
}

.benefit-item:hover {
    transform: translateX(10px);
    border-color: rgba(120, 57, 238, 0.3);
    background: linear-gradient(135deg, rgba(120, 57, 238, 0.1), rgba(167, 139, 250, 0.1));
}

.benefit-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: linear-gradient(135deg, #7839ee, #a78bfa);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    color: var(--color-white);
    flex-shrink: 0;
    box-shadow: 0 8px 20px rgba(120, 57, 238, 0.3);
    transition: all 0.3s ease;
}

.benefit-item:hover .benefit-icon {
    transform: rotate(10deg) scale(1.1);
}

.benefit-content h4 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 0.5rem;
}

.benefit-content p {
    font-size: 0.95rem;
    color: #6b7280;
    line-height: 1.6;
    margin: 0;
}

.pricing-faq {
    max-width: 900px;
    margin: 5rem auto 0;
    padding-top: 3rem;
    border-top: 2px solid #e5e7eb;
}

.faq-title {
    font-size: 2rem;
    font-weight: 800;
    color: #111827;
    text-align: center;
    margin-bottom: 3rem;
}

.faq-accordion {
    border-radius: 0;
}

.faq-item.accordion-item {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px !important;
    margin-bottom: 1rem;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item.accordion-item:hover {
    box-shadow: 0 4px 12px rgba(120, 57, 238, 0.1);
    border-color: rgba(120, 57, 238, 0.2);
}

.faq-question.accordion-button {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.25rem 1.75rem;
    font-size: 1.05rem;
    font-weight: 500;
    color: #1b2029;
    background: #ffffff;
    border: none;
    box-shadow: none;
    letter-spacing: 0.25px;
    transition: all 0.3s ease;
}

.faq-question.accordion-button:not(.collapsed) {
    background: linear-gradient(135deg, rgba(120, 57, 238, 0.05), rgba(167, 139, 250, 0.05));
    color: #7839ee;
    box-shadow: none;
}

.faq-question.accordion-button:hover {
    background: linear-gradient(135deg, rgba(120, 57, 238, 0.03), rgba(167, 139, 250, 0.03));
}

.faq-question.accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.faq-question.accordion-button::after {
    flex-shrink: 0;
    width: 1.5rem;
    height: 1.5rem;
    margin-left: auto;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%237839ee'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.5rem;
    transition: transform 0.3s ease;
}

.faq-question.accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
}

.faq-question i {
    color: #7839ee;
    font-size: 1.5rem;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.faq-question.accordion-button:not(.collapsed) i {
    transform: scale(1.1);
}

.accordion-body.faq-answer {
    color: #6b7280;
    line-height: 1.7;
    padding: 1rem 1.75rem 1rem 3.5rem;
    font-size: 0.95rem;
}

.faq-answer strong {
    color: #374151;
    font-weight: 600;
}

/* ============ CTA SECTION ============ */
.cta-section {
    background: linear-gradient(135deg, #5b21b6 0%, #7839ee 50%, #a855f7 100%);
    position: relative;
    overflow: hidden;
    padding: 5rem 0 !important;
}

.cta-background {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.cta-gradient {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 30% 40%, rgba(255, 255, 255, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 70% 60%, rgba(0, 0, 0, 0.2) 0%, transparent 50%);
    animation: gradientShift 10s ease-in-out infinite;
}

.cta-particles {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
    background-size: 50px 50px;
    opacity: 0.3;
}

.cta-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
    background-size: 50px 50px;
    opacity: 0.4;
}

.cta-content {
    position: relative;
    z-index: 10;
    max-width: 950px;
    margin: 0 auto;
}

.cta-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 2rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: var(--color-white);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.cta-title {
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.2;
    color: var(--color-white);
    margin-bottom: 1.5rem;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.cta-text {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
    margin-bottom: 3rem;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.cta-text strong {
    color: var(--color-white);
}

.cta-buttons {
    margin-bottom: 0.25rem;
}

.btn-cta-primary {
    display: inline-block;
    margin: 0 auto;
    align-items: center;
    gap: 0.75rem;
    padding: 1.25rem 3rem;
    background: var(--color-white);
    color: #7839ee;
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: 0.25px;
    border-radius: 14px;
    border: none;
    text-decoration: none;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.btn-cta-primary:hover {
    /*transform: translateY(-5px) scale(1.02);*/
    background: #f8c00a;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    color: #333;
}

.cta-guarantee {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1.5rem;
    padding: 0.75rem 1.5rem;
    color: var(--color-white);
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 0.15px;
}

.cta-guarantee i {
    font-size: 1.1rem;
    color: #e6ad1c;
}

.cta-stats {
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
}

.cta-stat-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
}

.cta-stat-item i {
    font-size: 1.5rem;
    color: #fbbf24;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 1200px) {
    .section-title {
        font-size: 2.25rem;
    }

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

    .cta-title {
        font-size: 3rem;
    }
}

@media (max-width: 992px) {
    .section-padding {
        padding: 4rem 0;
    }

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

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

    .features-grid,
    .use-cases-grid,
    .showcase-grid {
        grid-template-columns: 1fr;
    }

    .step-item {
        grid-template-columns: 40px 1fr;
        gap: 1rem;
    }

    .step-number {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .cta-title {
        font-size: 2.5rem;
    }

    .cta-stats {
        gap: 1.5rem;
    }

    .pricing-container {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .ebook-showcase-section {
        padding: 4rem 0 !important;
    }

    .demo-content {
        padding: 3rem 2rem;
        min-height: 600px;
    }

    .a4-page-placeholder {
        width: 350px;
        height: 495px;
    }

    .floating-feature {
        padding: 1rem 1.25rem;
    }

    .floating-icon {
        width: 44px;
        height: 44px;
        font-size: 1.25rem;
    }

    .floating-content h4 {
        font-size: 0.9rem;
    }

    .floating-content p {
        font-size: 0.8rem;
    }
}

@media (max-width: 768px) {
    body {
        overflow-x: hidden;
    }

    .container {
        padding-left: 1rem;
        padding-right: 1rem;
        max-width: 100%;
    }

    .section-padding {
        padding: 3rem 0;
    }

    .section-title {
        font-size: 1.75rem;
        line-height: 1.3;
    }

    .hero-title {
        font-size: 2rem;
        line-height: 1.2;
    }

    .hero-subtitle {
        font-size: 0.95rem;
        line-height: 1.6;
        margin-bottom: 1.5rem;
    }

    .section-subtitle {
        font-size: 0.9rem;
        line-height: 1.6;
    }

    .hero-stats {
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem;
        align-items: center;
    }

    .stat-item {
        flex: 0 0 calc(50% - 0.5rem);
        min-width: 160px;
    }

    .hero-cta {
        flex-direction: column;
        align-items: stretch;
        margin-bottom: 1.5rem;
    }

    .btn-hero-primary,
    .btn-hero-secondary {
        font-size: 1rem;
        letter-spacing: 0;
        justify-content: center;
    }

    .step-title {
        font-size: 1.4rem;
    }

    .cta-title {
        font-size: 2rem;
    }

    .cta-text {
        font-size: 1.05rem;
    }

    .btn-cta-primary {
        width: 100%;
        justify-content: center;
        padding: 1.25rem;
    }

    .cta-stats {
        flex-direction: column;
        gap: 1rem;
    }

    .common-features-box {
        padding: 1.25rem;
    }

    .common-features-title {
        font-size: 1rem;
    }

    .common-features-title i {
        font-size: 1.1rem;
    }

    .common-features-list {
        flex-direction: column;
        gap: 0.6rem;
        align-items: center;
    }

    .common-feature-item {
        font-size: 0.85rem;
        min-width: 190px;
    }

    .pricing-card {
        margin: 0;
    }

    .pricing-card-popular {
        border-width: 2px;
    }

    .pricing-badge {
        right: 1rem;
        padding: 0.4rem 0.85rem;
        font-size: 0.75rem;
    }

    .pricing-plan-name {
        font-size: 1.5rem;
    }

    .pricing-plan-name i {
        font-size: 1.35rem;
    }

    .pricing-plan-description {
        font-size: 0.9rem;
    }

    .pricing-amount {
        font-size: 3.5rem;
    }

    .pricing-currency,
    .pricing-decimals {
        font-size: 1.5rem;
    }

    .pricing-period {
        font-size: 0.85rem;
        margin-bottom: 2rem;
    }

    .pricing-feature {
        margin-bottom: 0.65rem;
    }

    .pricing-feature-icon {
        width: 32px;
        height: 32px;
        min-width: 32px;
    }

    .pricing-feature-icon i {
        font-size: 1rem;
    }

    .pricing-feature span {
        font-size: 0.85rem;
    }

    .btn-pricing {
        font-size: 0.9rem;
        padding: 0.75rem 1.25rem;
    }

    .pricing-guarantee {
        font-size: 0.85rem;
    }

    .pricing-guarantee i {
        font-size: 1rem;
    }

    .lang-ebook-icon {
        font-size: 5rem !important;
    }

    .lang-ebook-icon:nth-child(n+16) {
        display: none;
    }

    .benefit-item {
        flex-direction: column;
        text-align: center;
    }

    .benefit-icon {
        margin: 0 auto;
    }

    .demo-content {
        padding: 2rem 1.5rem;
        min-height: 500px;
    }

    .a4-page-placeholder {
        width: 280px;
        height: 396px;
    }

    .floating-feature {
        padding: 0.75rem 1rem;
        gap: 0.75rem;
    }

    .floating-icon {
        width: 36px;
        height: 36px;
        font-size: 1rem;
    }

    .floating-content h4 {
        font-size: 0.8rem;
    }

    .floating-content p {
        font-size: 0.7rem;
    }

    .floating-feature.top-left,
    .floating-feature.bottom-left {
        left: 2%;
    }

    .floating-feature.top-right,
    .floating-feature.bottom-right {
        right: 2%;
    }

    .floating-feature.middle-left {
        left: 1%;
    }

    .floating-feature.middle-right {
        right: 1%;
    }
}

/* ============ LANGUAGE MARQUEE ============ */
.language-marquee {
    margin-top: 4rem;
    padding: 3rem 0;
    position: relative;
    overflow: hidden;
}

.language-marquee-title {
    font-size: 1.1rem;
    font-weight: 500;
    color: #fff;
    margin-bottom: 2.5rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.language-marquee-title i {
    font-size: 1.3rem;
    color: var(--color-purple);
}

.marquee-row {
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: 0;
    margin-bottom: 1.5rem;
    position: relative;
    mask-image: linear-gradient(
        to right,
        transparent,
        black 10%,
        black 90%,
        transparent
    );
    -webkit-mask-image: linear-gradient(
        to right,
        transparent,
        black 10%,
        black 90%,
        transparent
    );
}

.marquee-content {
    flex-shrink: 0;
    display: flex;
    gap: 2rem;
    min-width: 100%;
    animation: scroll-right 40s linear infinite;
}

.marquee-reverse .marquee-content {
    animation: scroll-left 40s linear infinite;
}

@keyframes scroll-right {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@keyframes scroll-left {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0);
    }
}

.language-item {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1.25rem 1.75rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    min-width: 120px;
}

.language-item:hover {
    background: rgba(120, 57, 238, 0.15);
    border-color: rgba(120, 57, 238, 0.5);
}

.language-item i {
    font-size: 2.5rem;
    color: rgba(255, 255, 255, 0.9);
    transition: color 0.3s ease;
}

.language-item:hover i {
    color: var(--color-purple);
}

.language-item span {
    font-size: 0.85rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
}

.language-item:hover span {
    color: #fff;
}

.language-item.language-text span {
    font-size: 0.95rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.75);
}

.language-item.language-text:hover span {
    color: var(--color-purple);
}

.language-marquee-footer {
    text-align: center;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.5);
    font-style: italic;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

/* Pause animation on hover */
.marquee-row:hover .marquee-content {
    animation-play-state: paused;
}

@media (max-width: 768px) {
    .hero-section {
        padding: 60px 0 1rem 0;
    }

    .hero-content {
        padding: 0 1rem;
    }

    .translucent-nav {
        padding: 0.5rem 0;
    }

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

    .language-marquee {
        margin-top: 2rem;
        padding: 1.5rem 0;
    }

    .language-marquee-title {
        font-size: 0.85rem;
        padding: 0 1rem;
    }

    .language-item {
        min-width: 90px;
        padding: 0.85rem 1.25rem;
    }

    .language-item i {
        font-size: 1.75rem;
    }

    .language-item span {
        font-size: 0.7rem;
    }

    .marquee-content {
        gap: 1.5rem;
        animation-duration: 30s;
    }
}

@media (max-width: 500px) {
    /* Showcase Demo - Layout em coluna para mobile */
    .showcase-demo {
        margin: 2rem auto 0;
        max-width: 100%;
    }

    .demo-content {
        display: flex;
        flex-direction: column;
        position: relative;
        gap: 1rem;
        padding: 1.5rem 0.75rem;
        min-height: auto;
    }

    .a4-page-placeholder {
        position: relative;
        width: 100%;
        max-width: 340px;
        height: auto;
        aspect-ratio: 520 / 735;
        margin: 0 auto 1.5rem;
    }

    /* Floating Features - Estáticas em lista */
    .floating-feature {
        position: static !important;
        display: flex;
        width: 100% !important;
        max-width: 100% !important;
        margin: 1rem;
        padding: 1rem 1.25rem;
        animation: none !important;
        transform: none !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
        box-shadow: 0 4px 20px rgba(120, 57, 238, 0.15);
    }

    .floating-feature:hover {
        transform: translateY(-2px) !important;
        box-shadow: 0 6px 25px rgba(120, 57, 238, 0.2) !important;
    }

    .floating-icon {
        flex-shrink: 0;
    }

    .floating-content h4 {
        font-size: 0.95rem;
    }

    .floating-content p {
        font-size: 0.8rem;
    }
}
