* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary: #d4a5a5;
    --primary-dark: #c08b8b;
    --secondary: #a88f8f;
    --bg-dark: #0f0d10;
    --bg-surface: #161417;
    --bg-card: #1e1a1e;
    --bg-card-hover: #282428;
    --text-primary: #f5f0f2;
    --text-secondary: #b8b0b5;
    --text-muted: #7a7278;
    --border: rgba(255, 255, 255, 0.06);
    --border-hover: rgba(212, 165, 165, 0.25);
    --success: #8fb89a;
    --error: #c98b8b;
    --warning: #c9a88b;
    --gradient: linear-gradient(135deg, var(--primary), var(--secondary));
    --shadow-color: rgba(0, 0, 0, 0.3);
}

[data-theme="light"] {
    --primary: #b87a7a;
    --primary-dark: #a06060;
    --secondary: #c9a0a0;
    --bg-dark: #faf8f8;
    --bg-surface: #ffffff;
    --bg-card: #ffffff;
    --bg-card-hover: #fdf5f5;
    --text-primary: #1a1214;
    --text-secondary: #4a3f42;
    --text-muted: #8a7a7e;
    --border: rgba(180, 120, 120, 0.2);
    --border-hover: rgba(180, 120, 120, 0.5);
    --success: #5a8a5f;
    --error: #b06060;
    --warning: #b08a50;
    --gradient: linear-gradient(135deg, #b87a7a, #c9a0a0);
    --shadow-color: rgba(180, 120, 120, 0.15);
}

[data-theme="light"] nav {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 2px 20px rgba(180, 120, 120, 0.1);
}

[data-theme="light"] .language-switcher,
[data-theme="light"] .theme-toggle {
    background: rgba(180, 120, 120, 0.1);
    border-color: rgba(180, 120, 120, 0.2);
}

[data-theme="light"] .lang-btn:hover,
[data-theme="light"] .theme-toggle-btn:hover {
    background: rgba(180, 120, 120, 0.2);
}

[data-theme="light"] .btn-primary {
    box-shadow: 0 4px 20px rgba(184, 122, 122, 0.3);
}

[data-theme="light"] .tech-card {
    background: #ffffff;
    border-color: rgba(180, 120, 120, 0.25);
    box-shadow: 0 4px 30px rgba(180, 120, 120, 0.08);
}

[data-theme="light"] .tech-card:hover {
    border-color: rgba(180, 120, 120, 0.5);
    box-shadow: 0 8px 40px rgba(184, 122, 122, 0.15);
}

[data-theme="light"] .tech-icon {
    background: rgba(184, 122, 122, 0.12);
    border: 1px solid rgba(184, 122, 122, 0.3);
}

[data-theme="light"] .tech-icon ion-icon,
[data-theme="light"] .tech-icon i.ion-icon {
    color: var(--primary);
}

[data-theme="light"] .step-number {
    box-shadow: 0 6px 25px rgba(184, 122, 122, 0.35);
}

[data-theme="light"] .step-number::before {
    background: var(--gradient);
}

[data-theme="light"] .step-connector {
    background: linear-gradient(90deg, var(--primary), var(--secondary));
}

[data-theme="light"] .hero-badge {
    background: rgba(184, 122, 122, 0.12);
    border-color: rgba(184, 122, 122, 0.4);
    color: var(--primary-dark);
}

[data-theme="light"] .stat-item {
    background: #ffffff;
    border-color: rgba(180, 120, 120, 0.2);
    box-shadow: 0 4px 20px rgba(180, 120, 120, 0.08);
}

[data-theme="light"] .pricing-card {
    background: #ffffff;
    border-color: rgba(180, 120, 120, 0.2);
    box-shadow: 0 4px 30px rgba(180, 120, 120, 0.06);
}

[data-theme="light"] .pricing-card:hover {
    border-color: rgba(180, 120, 120, 0.4);
    box-shadow: 0 12px 50px rgba(184, 122, 122, 0.12);
}

[data-theme="light"] .pricing-card.featured::before {
    background: var(--gradient);
    opacity: 0.5;
}

[data-theme="light"] .faq-item {
    background: #ffffff;
    border-color: rgba(180, 120, 120, 0.2);
}

[data-theme="light"] .faq-item:hover {
    border-color: rgba(180, 120, 120, 0.4);
}

[data-theme="light"] .warning-box {
    background: rgba(176, 138, 80, 0.1);
    border-color: rgba(176, 138, 80, 0.3);
}

[data-theme="light"] .warning-box:hover {
    background: rgba(176, 138, 80, 0.15);
    border-color: rgba(176, 138, 80, 0.5);
}

[data-theme="light"] footer {
    background: #ffffff;
    border-top-color: rgba(180, 120, 120, 0.2);
}

[data-theme="light"] .footer-brand p {
    color: var(--text-secondary);
}

[data-theme="light"] .nav-links a {
    color: var(--text-secondary);
}

[data-theme="light"] .nav-links a:hover {
    color: var(--primary);
}

[data-theme="light"] .btn-primary {
    color: #ffffff;
}

[data-theme="light"] .btn-outline {
    color: var(--primary);
    border-color: var(--primary);
}

[data-theme="light"] .btn-outline:hover {
    background: var(--primary);
    color: #ffffff;
}

[data-theme="light"] .btn-secondary {
    color: var(--text-primary);
    border-color: var(--border);
}

[data-theme="light"] .how-it-works {
    background: var(--bg-dark);
}

[data-theme="light"] .tech-section {
    background: var(--bg-dark);
}

[data-theme="light"] .pricing {
    background: var(--bg-dark);
}

[data-theme="light"] .gradient-blob {
    opacity: 0.2;
}

[data-theme="light"] .hero-badge {
    color: var(--primary-dark);
}

[data-theme="light"] .section-header h2 {
    color: var(--text-primary);
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: var(--bg-dark);
    color: var(--text-primary);
    line-height: 1.6;
    overflow-x: hidden;
}

.gradient-text {
    background: var(--gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: var(--bg-surface);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border);
    animation: slideDown 0.6s ease-out;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 22px;
    font-weight: 800;
}

.logo-icon {
    font-size: 28px;
    background: var(--gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.logo-icon ion-icon,
.logo-icon i.ion-icon {
    font-size: inherit;
    background: var(--gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.logo-text {
    background: var(--gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.nav-links {
    display: flex;
    gap: 32px;
}

.nav-links a {
    color: var(--text-secondary);
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    transition: all 0.3s ease;
    position: relative;
    padding: 8px 0;
}

.nav-links a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: var(--gradient);
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.nav-links a:hover {
    color: var(--text-primary);
}

.nav-links a:hover::after {
    width: 100%;
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.language-switcher {
    display: flex;
    gap: 8px;
    background: rgba(255, 255, 255, 0.05);
    padding: 4px;
    border-radius: 10px;
    border: 1px solid var(--border);
}

.lang-btn {
    background: transparent;
    border: none;
    color: var(--text-secondary);
    padding: 8px 14px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 6px;
}

.lang-btn ion-icon,
.lang-btn i.ion-icon {
    font-size: 16px;
}

.lang-btn:hover {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

.lang-btn.active ion-icon,
.lang-btn.active i.ion-icon {
    color: white;
}

.lang-btn.active {
    background: var(--gradient);
    color: white;
    box-shadow: 0 4px 15px rgba(212, 165, 165, 0.3);
}

.theme-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.05);
    padding: 4px;
    border-radius: 10px;
    border: 1px solid var(--border);
    cursor: pointer;
}

.theme-toggle-btn {
    background: transparent;
    border: none;
    color: var(--text-secondary);
    padding: 8px 12px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 6px;
}

.theme-toggle-btn ion-icon,
.theme-toggle-btn i.ion-icon {
    font-size: 16px;
}

.theme-toggle-btn:hover {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

.theme-toggle-btn.active {
    background: var(--gradient);
    color: white;
    box-shadow: 0 4px 15px rgba(212, 165, 165, 0.3);
}

.btn-login {
    background: var(--gradient);
    color: white;
    border: none;
    padding: 12px 28px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.btn-login::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
    transition: left 0.5s ease;
}

.btn-login:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(212, 165, 165, 0.5);
}

.btn-login:hover::before {
    left: 100%;
}

.user-menu {
    position: relative;
}

.username {
    color: var(--text-primary);
    font-weight: 500;
    cursor: pointer;
}

.user-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 8px 0;
    min-width: 150px;
    display: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.user-menu:hover .user-dropdown {
    display: block;
}

.user-dropdown a {
    display: block;
    padding: 10px 16px;
    color: var(--text-secondary);
    text-decoration: none;
    transition: all 0.3s;
}

.user-dropdown a:hover {
    background: rgba(255, 255, 255, 0.05);
    color: var(--text-primary);
}

.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 120px 24px 100px;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(ellipse 80% 50% at 50% 0%, rgba(212, 165, 165, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.gradient-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.5;
    animation: floatBlob 20s ease-in-out infinite;
}

[data-theme="light"] .gradient-blob {
    opacity: 0.3;
}

.blob-1 {
    width: 500px;
    height: 500px;
    background: linear-gradient(135deg, var(--primary) 0%, transparent 70%);
    top: -100px;
    left: -100px;
    animation-delay: 0s;
}

.blob-2 {
    width: 400px;
    height: 400px;
    background: linear-gradient(135deg, var(--secondary) 0%, transparent 70%);
    bottom: -80px;
    right: -80px;
    animation-delay: -5s;
}

.blob-3 {
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, var(--secondary) 0%, transparent 70%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-delay: -10s;
}

@keyframes floatBlob {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    25% {
        transform: translate(30px, -30px) scale(1.1);
    }
    50% {
        transform: translate(-20px, 20px) scale(0.95);
    }
    75% {
        transform: translate(20px, 30px) scale(1.05);
    }
}

.hero-particles {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        radial-gradient(2px 2px at 20px 30px, rgba(255,255,255,0.3), transparent),
        radial-gradient(2px 2px at 40px 70px, rgba(255,255,255,0.2), transparent),
        radial-gradient(1px 1px at 90px 40px, rgba(255,255,255,0.4), transparent),
        radial-gradient(2px 2px at 130px 80px, rgba(255,255,255,0.2), transparent),
        radial-gradient(1px 1px at 160px 30px, rgba(255,255,255,0.3), transparent);
    background-size: 200px 100px;
    animation: particles 20s linear infinite;
}

@keyframes particles {
    0% { transform: translateY(0); }
    100% { transform: translateY(-100px); }
}

.hero-content {
    max-width: 800px;
    text-align: center;
    position: relative;
    z-index: 1;
    animation: fadeInUp 1s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: rgba(212, 165, 165, 0.1);
    border: 1px solid rgba(212, 165, 165, 0.3);
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 32px;
    color: var(--primary);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.hero-badge::before {
    content: '';
    width: 8px;
    height: 8px;
    background: var(--success);
    border-radius: 50%;
    animation: badgePulse 2s ease-in-out infinite;
}

@keyframes badgePulse {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        transform: scale(0.8);
    }
}

@keyframes pulseGlow {
    0%, 100% {
        box-shadow: 0 0 20px rgba(212, 165, 165, 0.2);
    }
    50% {
        box-shadow: 0 0 40px rgba(212, 165, 165, 0.4);
    }
}

.hero h1 {
    font-size: 80px;
    font-weight: 800;
    margin-bottom: 20px;
    letter-spacing: -3px;
    line-height: 1.1;
}

.hero h1 .gradient-text {
    background: var(--gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
}

.hero-subtitle {
    font-size: 20px;
    font-weight: 500;
    color: var(--text-secondary);
    margin-bottom: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.hero-desc {
    font-size: 17px;
    color: var(--text-muted);
    max-width: 580px;
    margin: 0 auto 40px;
    line-height: 1.9;
}

.hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.btn {
    padding: 14px 32px;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: none;
    cursor: pointer;
    font-size: 15px;
}

.btn-primary {
    background: var(--gradient);
    color: white;
    position: relative;
    overflow: hidden;
}

.btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    animation: btnShine 3s infinite;
}

@keyframes btnShine {
    0% {
        left: -100%;
    }
    100% {
        left: 200%;
    }
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(212, 165, 165, 0.4);
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.03);
    color: var(--text-primary);
    border: 1px solid var(--border);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: var(--primary);
    color: var(--primary);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(212, 165, 165, 0.15);
}

.btn-outline {
    background: transparent;
    color: var(--text-primary);
    border: 2px solid var(--primary);
    position: relative;
    overflow: hidden;
}

.btn-outline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--gradient);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.btn-outline:hover {
    color: white;
    border-color: transparent;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(212, 165, 165, 0.3);
}

.btn-outline:hover::before {
    opacity: 1;
}

.btn-block {
    width: 100%;
    justify-content: center;
}

.hero-stats {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 48px;
    padding-top: 48px;
    border-top: 1px solid var(--border);
    position: relative;
}

.hero-stats::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 2px;
    background: var(--gradient);
}

.stat-item {
    text-align: center;
    padding: 24px 40px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid var(--border);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

.stat-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--gradient);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.stat-item:hover {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(212, 165, 165, 0.3);
    transform: translateY(-6px);
}

.stat-item:hover::before {
    opacity: 1;
}

.stat-value {
    display: block;
    font-size: 42px;
    font-weight: 800;
    background: var(--gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 8px;
    letter-spacing: -1px;
}

.stat-label {
    font-size: 13px;
    color: var(--text-muted);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section-header {
    text-align: center;
    margin-bottom: 64px;
    opacity: 1;
    transform: translateY(0);
    position: relative;
}

.section-header::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: var(--gradient);
    margin: 20px auto 0;
    border-radius: 2px;
}

.section-header h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
}

.section-header p {
    color: var(--text-secondary);
    font-size: 18px;
    max-width: 500px;
    margin: 0 auto;
}

.tech-section,
.how-it-works,
.pricing,
.faq {
    opacity: 1;
    transform: translateY(0);
}

.tech-section {
    padding: 120px 24px;
    background: var(--bg-surface);
    position: relative;
}

.tech-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--border), transparent);
}

.tech-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 28px;
}

.tech-card {
    background: rgba(26, 26, 36, 0.6);
    border: 1px solid var(--border);
    border-radius: 24px;
    padding: 40px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}

.tech-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gradient);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.tech-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(212, 165, 165, 0.08) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.tech-card:hover {
    border-color: rgba(212, 165, 165, 0.3);
    transform: translateY(-10px) scale(1.02);
    background: rgba(26, 26, 36, 0.85);
    box-shadow: 0 25px 50px rgba(212, 165, 165, 0.12);
}

.tech-card:hover::before {
    transform: scaleX(1);
}

.tech-card:hover::after {
    opacity: 1;
}

.tech-card .tech-icon {
    transition: transform 0.4s ease;
}

.tech-card:hover .tech-icon {
    transform: scale(1.1) rotate(5deg);
}

.tech-icon {
    margin-bottom: 24px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 24px;
    background: rgba(212, 165, 165, 0.12);
    border: 1px solid rgba(212, 165, 165, 0.15);
    transition: all 0.4s ease;
}

.tech-card:hover .tech-icon {
    background: rgba(212, 165, 165, 0.2);
    border-color: rgba(212, 165, 165, 0.3);
}

.tech-icon ion-icon,
.tech-icon i.ion-icon {
    font-size: 32px;
    color: var(--primary);
}

.tech-icon::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    background: var(--gradient);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
}

.tech-card:hover .tech-icon {
    transform: scale(1.15) rotate(5deg);
    box-shadow: 0 10px 30px rgba(212, 165, 165, 0.3);
}

.tech-card:hover .tech-icon::before {
    opacity: 0.3;
}

.tech-card h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    transition: color 0.3s ease;
}

.tech-card:hover h3 {
    color: var(--primary);
}

.tech-card p {
    color: var(--text-secondary);
    font-size: 15px;
    line-height: 1.7;
}

.how-it-works {
    padding: 120px 24px;
    position: relative;
}

.how-it-works::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--border), transparent);
}

.steps-container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 16px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 220px;
    position: relative;
    padding: 32px 24px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid var(--border);
    border-radius: 24px;
    transition: all 0.4s ease;
}

.step-item:hover {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(212, 165, 165, 0.3);
    transform: translateY(-8px);
}

.step-number {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--gradient);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 24px;
    position: relative;
    box-shadow: 0 10px 40px rgba(212, 165, 165, 0.4);
    transition: all 0.4s ease;
}

.step-number::before {
    content: '';
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    background: var(--gradient);
    opacity: 0.25;
    z-index: -1;
    animation: stepPulse 2s ease-in-out infinite;
}

@keyframes stepPulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.25;
    }
    50% {
        transform: scale(1.15);
        opacity: 0.1;
    }
}

.step-item:hover .step-number {
    transform: scale(1.1);
    box-shadow: 0 15px 50px rgba(212, 165, 165, 0.5);
}

.step-content h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    transition: color 0.3s ease;
}

.step-item:hover .step-content h3 {
    color: var(--primary);
}

.step-content p {
    font-size: 14px;
    color: var(--text-secondary);
    line-height: 1.6;
}

.step-connector {
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, var(--primary), var(--secondary));
    margin-top: 36px;
    position: relative;
    border-radius: 2px;
    overflow: hidden;
}

.step-connector::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.6), transparent);
    animation: connectorShine 2s ease-in-out infinite;
}

@keyframes connectorShine {
    0% {
        left: -100%;
    }
    100% {
        left: 200%;
    }
}

.warning-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 24px 36px;
    background: rgba(201, 168, 139, 0.08);
    border: 1px solid rgba(201, 168, 139, 0.3);
    border-radius: 20px;
    max-width: 680px;
    margin: 0 auto;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.warning-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--warning), transparent);
    opacity: 0.5;
}

.warning-box:hover {
    background: rgba(201, 168, 139, 0.12);
    border-color: rgba(201, 168, 139, 0.5);
    transform: scale(1.02);
}

.warning-icon {
    animation: warningPulse 1.5s ease-in-out infinite;
    color: var(--warning);
    flex-shrink: 0;
}

.warning-icon ion-icon,
.warning-icon i.ion-icon {
    font-size: 36px;
}

@keyframes warningPulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

.warning-box p {
    color: var(--warning);
    font-size: 16px;
    line-height: 1.7;
    font-weight: 500;
}

.pricing {
    padding: 120px 24px;
    position: relative;
}

.pricing::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--border), transparent);
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 28px;
    max-width: 1050px;
    margin: 0 auto;
}

.pricing-card {
    background: rgba(26, 26, 36, 0.6);
    border: 1px solid var(--border);
    border-radius: 28px;
    padding: 44px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    overflow: hidden;
}

.pricing-card::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(ellipse at center, rgba(212, 165, 165, 0.1) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.pricing-card:hover {
    transform: translateY(-12px) scale(1.02);
    border-color: rgba(212, 165, 165, 0.5);
    box-shadow: 0 30px 60px rgba(212, 165, 165, 0.15);
}

.pricing-card:hover::after {
    opacity: 1;
}

.pricing-card.featured {
    border-color: var(--primary);
    transform: scale(1.02);
    border-width: 2px;
}

.pricing-card.featured::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 28px;
    background: var(--gradient);
    z-index: -1;
    animation: borderGlow 3s ease-in-out infinite;
}

.pricing-card.featured:hover {
    transform: translateY(-14px) scale(1.03);
}

@keyframes borderGlow {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.8;
    }
}

.featured-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--gradient);
    padding: 8px 24px;
    border-radius: 24px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: 0 4px 15px rgba(212, 165, 165, 0.3);
}

.pricing-header {
    text-align: center;
    margin-bottom: 32px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--border);
}

.pricing-header h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 8px;
    transition: color 0.3s ease;
}

.pricing-card:hover .pricing-header h3 {
    color: var(--primary);
}

.pricing-desc {
    color: var(--text-secondary);
    font-size: 15px;
    margin-bottom: 0;
    font-weight: 500;
}

.pricing-price {
    margin-bottom: 32px;
    position: relative;
    text-align: center;
}

.currency {
    font-size: 32px;
    font-weight: 600;
    vertical-align: top;
    color: var(--primary);
}

.amount {
    font-size: 72px;
    font-weight: 800;
    background: var(--gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    letter-spacing: -2px;
}

.period {
    color: var(--text-secondary);
    font-size: 18px;
    font-weight: 500;
}

.pricing-features {
    list-style: none;
    margin-bottom: 36px;
}

.pricing-features li {
    padding: 16px 0;
    color: var(--text-secondary);
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 14px;
    transition: color 0.3s ease;
    border-bottom: 1px solid var(--border);
}

.pricing-features li:last-child {
    border-bottom: none;
}

.pricing-card:hover .pricing-features li {
    color: var(--text-primary);
}

.pricing-features li::before {
    content: '';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: rgba(143, 184, 154, 0.15);
    border-radius: 50%;
    flex-shrink: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%238fb89a' stroke-width='3'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M5 13l4 4L19 7'/%3E%3C/svg%3E");
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center;
}

.pricing-card .btn {
    width: 100%;
    justify-content: center;
    padding: 18px 32px;
    font-size: 16px;
    border-radius: 16px;
}
}

.faq {
    padding: 120px 24px;
    position: relative;
}

.faq::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--border), transparent);
}

.faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: rgba(26, 26, 36, 0.5);
    border: 1px solid var(--border);
    border-radius: 20px;
    margin-bottom: 16px;
    overflow: hidden;
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.faq-item:hover {
    border-color: rgba(212, 165, 165, 0.4);
    background: rgba(26, 26, 36, 0.8);
    transform: translateY(-2px);
}

.faq-item.active {
    border-color: rgba(212, 165, 165, 0.6);
    box-shadow: 0 15px 40px rgba(212, 165, 165, 0.12);
}

.faq-question {
    padding: 24px 32px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    transition: color 0.3s ease;
}

.faq-item:hover .faq-question {
    color: var(--primary);
}

.faq-question::after {
    content: '+';
    font-size: 28px;
    font-weight: 300;
    color: var(--text-muted);
    transition: all 0.3s ease;
    line-height: 1;
}

.faq-item.active .faq-question::after {
    transform: rotate(45deg);
    color: var(--primary);
}

.faq-answer {
    padding: 0 32px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease;
    color: var(--text-secondary);
    font-size: 16px;
    line-height: 1.9;
}

.faq-item.active .faq-answer {
    padding-bottom: 28px;
    max-height: 400px;
}

footer {
    background: var(--bg-surface);
    border-top: 1px solid var(--border);
    padding: 80px 24px 40px;
    position: relative;
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 2px;
    background: var(--gradient);
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 48px;
    flex-wrap: wrap;
    gap: 40px;
}

.footer-brand {
    max-width: 320px;
}

.footer-brand .logo {
    margin-bottom: 8px;
}

.footer-brand p {
    color: var(--text-secondary);
    font-size: 15px;
    margin-top: 16px;
    line-height: 1.7;
}

.footer-links {
    display: flex;
    gap: 80px;
}

.footer-col h4 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--text-primary);
}

.footer-col a {
    display: block;
    color: var(--text-secondary);
    text-decoration: none;
    font-size: 15px;
    padding: 8px 0;
    transition: all 0.3s ease;
}

.footer-col a:hover {
    color: var(--primary);
    transform: translateX(4px);
}

.footer-bottom {
    border-top: 1px solid var(--border);
    padding-top: 32px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.footer-bottom p {
    color: var(--text-muted);
    font-size: 14px;
}

.footer-bottom p:first-child {
    font-size: 13px;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 2000;
    align-items: center;
    justify-content: center;
}

.modal-content {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 40px;
    max-width: 420px;
    width: 100%;
    position: relative;
    animation: modalIn 0.3s ease;
}

@keyframes modalIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 28px;
    cursor: pointer;
    color: var(--text-muted);
    transition: color 0.3s;
}

.modal-close:hover {
    color: var(--text-primary);
}

.modal-header {
    text-align: center;
    margin-bottom: 32px;
}

.modal-header h2 {
    font-size: 28px;
    font-weight: 700;
}

.form-group {
    margin-bottom: 24px;
}

.form-group label {
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
    color: var(--text-secondary);
    font-size: 14px;
}

.form-group input {
    width: 100%;
    padding: 14px 16px;
    background: var(--bg-dark);
    border: 1px solid var(--border);
    border-radius: 10px;
    color: var(--text-primary);
    font-size: 16px;
    transition: border-color 0.3s;
}

.form-group input:focus {
    outline: none;
    border-color: var(--primary);
}

.form-group input::placeholder {
    color: var(--text-muted);
}

.error-message {
    color: var(--error);
    margin-bottom: 16px;
    font-size: 14px;
    min-height: 20px;
}

.captcha-container {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.captcha-code {
    flex: 1;
    padding: 14px 20px;
    background: var(--bg-dark);
    border: 1px solid var(--border);
    border-radius: 10px;
    font-family: 'Courier New', monospace;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 8px;
    text-align: center;
    color: var(--primary);
    user-select: none;
    transition: border-color 0.3s;
}

.captcha-code:hover {
    border-color: var(--primary);
}

.captcha-refresh {
    padding: 14px 16px;
    background: var(--bg-dark);
    border: 1px solid var(--border);
    border-radius: 10px;
    color: var(--text-secondary);
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.captcha-refresh:hover {
    border-color: var(--primary);
    color: var(--primary);
}

.captcha-refresh i.ion-icon {
    font-size: 24px;
}

.captcha-input {
    text-transform: uppercase;
    letter-spacing: 4px;
    text-align: center;
    font-weight: 600;
}

.auth-footer {
    margin-top: 24px;
    text-align: center;
    color: var(--text-secondary);
    font-size: 14px;
}

.register-link {
    color: var(--primary);
    text-decoration: none;
    font-weight: 600;
    margin-left: 8px;
}

.register-link:hover {
    text-decoration: underline;
}

.toast {
    position: fixed;
    bottom: 24px;
    right: 24px;
    padding: 16px 24px;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 12px;
    z-index: 3000;
    transform: translateX(120%);
    transition: transform 0.3s;
    font-size: 14px;
}

.toast.show {
    transform: translateX(0);
}

.toast.success {
    border-color: var(--success);
}

.toast.error {
    border-color: var(--error);
}

@media (max-width: 768px) {
    .hero h1 {
        font-size: 48px;
    }

    .hero-subtitle {
        font-size: 18px;
    }

    .hero-stats {
        flex-direction: column;
        gap: 24px;
    }

    .nav-links {
        display: none;
    }

    .steps-container {
        flex-direction: column;
        align-items: center;
    }

    .step-connector {
        width: 2px;
        height: 30px;
        margin: 0;
    }

    .pricing-card.featured {
        transform: none;
    }

    .pricing-card.featured:hover {
        transform: translateY(-4px);
    }

    .footer-content {
        flex-direction: column;
    }

    .footer-links {
        flex-direction: column;
        gap: 32px;
    }
}

.floating-element {
    position: absolute;
    pointer-events: none;
    z-index: 0;
}

.floating-element[data-shape="circle"] {
    border-radius: 50%;
    background: var(--primary);
    animation: float-circle 15s ease-in-out infinite;
}

.floating-element[data-shape="square"] {
    border-radius: 2px;
    background: var(--secondary);
    animation: float-square 18s ease-in-out infinite;
}

.floating-element[data-shape="triangle"] {
    width: 0 !important;
    height: 0 !important;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 12px solid var(--primary);
    animation: float-triangle 20s ease-in-out infinite;
}

@keyframes float-circle {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    25% { transform: translateY(-30px) rotate(90deg); }
    50% { transform: translateY(-10px) rotate(180deg); }
    75% { transform: translateY(-40px) rotate(270deg); }
}

@keyframes float-square {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    33% { transform: translateY(-25px) rotate(120deg); }
    66% { transform: translateY(-15px) rotate(240deg); }
}

@keyframes float-triangle {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-35px) rotate(180deg); }
}

.tech-card:hover .tech-icon {
    animation: icon-bounce 0.6s ease;
}

@keyframes icon-bounce {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.15); }
}

.pricing-card.featured {
    animation: featured-glow 3s ease-in-out infinite;
}

@keyframes featured-glow {
    0%, 100% {
        box-shadow: 0 0 20px rgba(212, 165, 165, 0.2);
    }
    50% {
        box-shadow: 0 0 40px rgba(212, 165, 165, 0.4);
    }
}

.btn-primary:hover::before {
    width: 300px;
    height: 300px;
}

.btn-primary:hover {
    animation: button-shake 0.3s ease;
}

@keyframes button-shake {
    0%, 100% { transform: translateY(-3px); }
    25% { transform: translateY(-3px) rotate(-2deg); }
    75% { transform: translateY(-3px) rotate(2deg); }
}

.stat-value {
    display: inline-block;
    transition: transform 0.3s ease;
}

.stat-item:hover .stat-value {
    transform: scale(1.2);
}

.warning-box:hover .warning-icon {
    animation: warning-shake 0.5s ease;
}

@keyframes warning-shake {
    0%, 100% { transform: rotate(0deg); }
    25% { transform: rotate(-10deg); }
    75% { transform: rotate(10deg); }
}

.faq-item.active .faq-question::after {
    animation: plus-rotate 0.4s ease;
}

@keyframes plus-rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(45deg); }
}

.logo {
    transition: transform 0.3s ease;
}

.logo:hover {
    transform: scale(1.05);
}

.logo:hover .logo-icon {
    animation: logo-spin 1s ease;
}

@keyframes logo-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.gradient-blob {
    animation: blob-pulse 8s ease-in-out infinite;
}

@keyframes blob-pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.4;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.6;
    }
}

.blob-2 {
    animation-delay: -3s;
}

.blob-3 {
    animation-delay: -6s;
}
