.ia-wrapper { max-width: 1000px; margin: 0 auto; font-family: 'Inter', sans-serif; color: #334155; background: #fff; padding: 0; }
.ia-header { background: #0f172a; background-image: radial-gradient(#1e293b 1px, transparent 1px); background-size: 20px 20px; padding: 60px 40px; border-radius: 16px; color: #ffffff; margin-bottom: 40px; text-align: center; border-top: 4px solid #0ea5e9; box-shadow: 0 20px 40px -10px rgba(15, 23, 42, 0.2); }
.ia-header h1 { font-size: 3rem; font-weight: 800; margin: 0 0 10px; letter-spacing: -0.05em; color: #fff; }
.ia-header p { color: #94a3b8; font-size: 1.2rem; margin: 0; text-transform: uppercase; letter-spacing: 0.1em; }
.ia-card { background: #ffffff; border-radius: 12px; padding: 40px; margin-bottom: 30px; border: 1px solid #e2e8f0; position: relative; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease; }
.ia-card:hover { transform: translateY(-5px); box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1); }
.ia-card::before { content: ''; position: absolute; left: 0; top: 30px; bottom: 30px; width: 5px; background: linear-gradient(to bottom, #0ea5e9, #8b5cf6); border-radius: 0 4px 4px 0; }
.ia-card h2 { font-size: 1.6rem; font-weight: 700; color: #0f172a; margin: 0 0 25px; display: flex; align-items: center; }
.ia-badge { background: rgba(14, 165, 233, 0.1); color: #0ea5e9; font-size: 0.85rem; padding: 4px 12px; border-radius: 20px; margin-right: 15px; font-family: monospace; font-weight: 700; }
.ia-card p { line-height: 1.8; font-size: 1.05rem; margin-bottom: 20px; }
.ia-list { list-style: none; padding: 0; margin-bottom: 20px; }
.ia-list li { position: relative; padding: 12px 15px 12px 45px; margin-bottom: 10px; background: #f8fafc; border-radius: 8px; border: 1px solid #f1f5f9; }
.ia-list li::before { content: '✓'; position: absolute; left: 18px; color: #10b981; font-weight: 900; }
.ia-tags { display: flex; flex-wrap: wrap; gap: 10px; margin: 20px 0; }
.ia-tag { background: #eff6ff; color: #1d4ed8; padding: 6px 14px; border-radius: 6px; font-size: 0.9rem; font-weight: 600; border: 1px solid #dbeafe; }
.ia-download { background: #f1f5f9; padding: 25px; border-radius: 12px; display: flex; align-items: center; justify-content: space-between; margin-top: 30px; }
.btn-dl { background: #0f172a; color: #fff !important; padding: 12px 24px; border-radius: 8px; text-decoration: none; font-weight: 700; font-size: 0.9rem; transition: 0.3s; }
.btn-dl:hover { background: #0ea5e9; transform: scale(1.05); }
.ia-alert { background: #f0fdf4; border-left: 4px solid #22c55e; padding: 20px; border-radius: 4px; color: #166534; font-size: 1rem; }