:root { --geo-primary: #2563eb; --geo-primary-dark: #1d4ed8; --geo-secondary: #0f172a; --geo-accent: #f59e0b; --geo-gray: #6b7280; --geo-light: #f8fafc; --geo-border: #e2e8f0; }
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: #334155; background: #fff; }
.hero-section { background: linear-gradient(135deg, var(--geo-secondary) 0%, #1e3a5f 100%); color: #fff; padding: 100px 0 80px; }
.hero-section h1 { font-size: 2.8rem; font-weight: 800; margin-bottom: 1.5rem; }
.hero-section p { font-size: 1.15rem; opacity: 0.9; max-width: 600px; }
.section-title { font-weight: 700; font-size: 2rem; margin-bottom: 1rem; }
.section-subtitle { color: var(--geo-gray); font-size: 1.05rem; margin-bottom: 2.5rem; }
.card-plan { border: 2px solid var(--geo-border); border-radius: 16px; transition: all 0.3s; position: relative; overflow: hidden; }
.card-plan:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(0,0,0,0.1); }
.card-plan .popular { position: absolute; top: 20px; right: -40px; background: var(--geo-accent); color: #fff; padding: 5px 50px; transform: rotate(45deg); font-size: 0.8rem; font-weight: 700; }
.card-plan .price { font-size: 2.5rem; font-weight: 800; color: var(--geo-primary); }
.card-plan .price span { font-size: 1rem; color: var(--geo-gray); }
.card-plan .feature-list { list-style: none; padding: 0; }
.card-plan .feature-list li { padding: 8px 0; border-bottom: 1px solid var(--geo-border); }
.card-plan .feature-list li i { color: #10b981; margin-right: 8px; }
.plan-pro { border-color: var(--geo-primary); }
.feature-icon { width: 64px; height: 64px; background: var(--geo-light); border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; color: var(--geo-primary); margin-bottom: 1rem; }
.case-card { border-radius: 12px; overflow: hidden; transition: all 0.3s; border: 1px solid var(--geo-border); }
.case-card:hover { transform: translateY(-4px); box-shadow: 0 12px 24px rgba(0,0,0,0.08); }
.case-card .case-img { height: 200px; background: var(--geo-light); display: flex; align-items: center; justify-content: center; color: var(--geo-gray); font-size: 3rem; }
.badge-standard { background: #dbeafe; color: var(--geo-primary); }
.badge-pro { background: #fef3c7; color: #d97706; }
.auth-page { min-height: 80vh; display: flex; align-items: center; background: var(--geo-light); }
.auth-card { max-width: 440px; width: 100%; }
.dashboard-sidebar { width: 240px; background: var(--geo-secondary); min-height: 100vh; position: fixed; left: 0; top: 0; }
.dashboard-sidebar .nav-link { color: rgba(255,255,255,0.7); padding: 12px 20px; border-radius: 8px; margin: 2px 8px; }
.dashboard-sidebar .nav-link:hover, .dashboard-sidebar .nav-link.active { color: #fff; background: rgba(255,255,255,0.1); }
.dashboard-main { margin-left: 240px; }
.stat-card { border-radius: 12px; padding: 24px; border: 1px solid var(--geo-border); }
.stat-card .stat-icon { width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; }
.editor-frame { width: 100%; min-height: calc(100vh - 60px); border: none; }
.template-preview { border: 2px solid var(--geo-border); border-radius: 12px; overflow: hidden; transition: all 0.3s; cursor: pointer; }
.template-preview:hover, .template-preview.active { border-color: var(--geo-primary); box-shadow: 0 0 0 3px rgba(37,99,235,0.2); }
.template-preview .preview-img { height: 160px; background: var(--geo-light); display: flex; align-items: center; justify-content: center; }
.table th { border-top: none; font-weight: 600; color: var(--geo-gray); text-transform: uppercase; font-size: 0.8rem; letter-spacing: 0.5px; }
@media (max-width: 768px) { .hero-section h1 { font-size: 1.8rem; } .dashboard-sidebar { position: relative; width: 100%; min-height: auto; } .dashboard-main { margin-left: 0; } }
