/* ============================================================
   نتائج التاسع 2026 — الهوية البصرية السورية الجديدة
   تصميم مؤسسي احترافي فاتح: أخضر العلم، ذهبي، نجوم حمراء
   ============================================================ */
:root {
  --bg: #f3f7f4;
  --bg2: #e9f1ec;
  --card: #ffffff;
  --card2: #f9fbf9;
  --border: #dde8e1;
  --border-strong: #c8d9cf;
  --text: #0f2419;
  --muted: #5c6f64;
  --primary: #0d7a49;
  --primary-dark: #0a5f3a;
  --primary-light: #e3f2ea;
  --grad: linear-gradient(135deg, #0d7a49 0%, #12a05f 100%);
  --grad-gold: linear-gradient(135deg, #12a05f 0%, #c8962e 100%);
  --gold: #c8962e;
  --red: #cf1f33;
  --white: #ffffff;
  --danger: #dc2626;
  --success: #16a34a;
  --warn: #d97706;
  --radius: 16px;
  --shadow: 0 1px 2px rgba(15, 36, 25, 0.05), 0 10px 30px rgba(15, 36, 25, 0.06);
  --shadow-lg: 0 16px 48px rgba(15, 36, 25, 0.12);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Tajawal', system-ui, sans-serif;
  background-color: var(--bg);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3E%3Cg fill='none' stroke='%230d7a49' stroke-width='0.5' opacity='0.05'%3E%3Cpath d='M63.5 10 L61 35 L85 32 L66 48 L85 64 L61 61 L63.5 86 L48 66 L32.5 86 L35 61 L11 64 L30 48 L11 32 L35 35 L32.5 10 L48 30 Z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 96px 96px;
  color: var(--text);
  line-height: 1.7;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}

.container { max-width: 1120px; margin: 0 auto; padding: 0 22px; }

a { color: var(--primary); }

/* ============ شريط رفيع بألوان العلم ============ */
.top-ribbon { height: 4px; display: flex; }
.top-ribbon i { flex: 1; }
.top-ribbon .g { background: #0d7a49; }
.top-ribbon .w { background: #eef1ef; }
.top-ribbon .b { background: #14181c; }

/* ============ علم سوريا (SVG) ============ */
.flag-mini { width: 44px; height: 30px; border-radius: 4px; box-shadow: 0 2px 6px rgba(15, 36, 25, 0.18); flex-shrink: 0; display: block; }
.flag-hero { width: 96px; height: 64px; border-radius: 6px; box-shadow: var(--shadow-lg); display: block; }

/* ============ Header ============ */
.site-header {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 40;
}
.site-header .container { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; font-size: 19px; text-decoration: none; color: var(--text); }
.brand-mark { width: 38px; height: 38px; border-radius: 11px; background: var(--grad); display: grid; place-items: center; color: #fff; box-shadow: var(--shadow); flex-shrink: 0; }
.brand-mark svg { width: 20px; height: 20px; }
.brand small { display: block; font-size: 10.5px; font-weight: 500; color: var(--muted); }
.header-links { display: flex; align-items: center; gap: 6px; }
.header-links a { color: var(--muted); text-decoration: none; padding: 8px 14px; border-radius: 10px; font-size: 14px; font-weight: 600; transition: background .15s, color .15s; }
.header-links a:hover { color: var(--primary); background: var(--primary-light); }
.header-links .btn { width: auto; padding: 9px 18px; font-size: 14px; }

/* ============ Hero ============ */
.hero { text-align: center; padding: 60px 0 20px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 44px; align-items: center; padding: 64px 0 30px; position: relative; }
.hero-text { text-align: right; position: relative; }
.hero-text .badge { display: inline-flex; align-items: center; gap: 8px; background: var(--primary-light); border: 1px solid rgba(13, 122, 73, 0.25); color: var(--primary-dark); padding: 6px 14px; border-radius: 50px; font-size: 13px; font-weight: 700; margin-bottom: 20px; }
.hero-text .badge .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--success); box-shadow: 0 0 0 4px rgba(22, 163, 74, 0.15); }
.hero-text h1 { font-size: clamp(30px, 4.6vw, 46px); font-weight: 800; line-height: 1.3; margin-bottom: 16px; }
.hero-text h1 em { font-style: normal; background: var(--grad-gold); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero-text p { color: var(--muted); font-size: 17px; max-width: 560px; margin-bottom: 28px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 24px; }
.hero-actions .btn { width: auto; padding: 13px 26px; font-size: 15px; }
.hero-meta { display: flex; gap: 20px; flex-wrap: wrap; color: var(--muted); font-size: 13.5px; font-weight: 600; }
.hero-meta span { display: inline-flex; align-items: center; gap: 6px; }
.hero-meta .tick { width: 18px; height: 18px; border-radius: 50%; background: var(--primary-light); color: var(--primary); display: grid; place-items: center; }
.hero-meta .tick svg { width: 11px; height: 11px; }

/* الواجهة المرئية (بطاقة نتيجة تجريبية) */
.hero-visual { display: flex; justify-content: center; position: relative; }
.hero-visual::before { content: ''; position: absolute; inset: -30px; background: radial-gradient(closest-side, rgba(13, 122, 73, 0.1), transparent); pointer-events: none; }
.mock-card { width: min(360px, 100%); background: var(--card); border: 1px solid var(--border); border-radius: 22px; box-shadow: var(--shadow-lg); padding: 22px; position: relative; z-index: 1; }
.mock-head { display: flex; align-items: center; gap: 10px; margin-bottom: 6px; }
.mock-head .t { font-weight: 800; font-size: 15px; }
.mock-head .s { color: var(--muted); font-size: 11px; display: block; }
.mock-divider { height: 1px; background: var(--border); margin: 14px 0; }
.mock-row { display: flex; justify-content: space-between; align-items: center; padding: 9px 0; font-size: 13.5px; }
.mock-row span { color: var(--muted); }
.mock-row b { font-weight: 700; }
.mock-btn { margin-top: 16px; background: var(--grad); color: #fff; font-weight: 700; text-align: center; padding: 12px; border-radius: 12px; font-size: 14.5px; box-shadow: var(--shadow-lg); display: flex; align-items: center; justify-content: center; gap: 8px; }
.mock-badge { position: absolute; bottom: -16px; left: -14px; background: var(--card); border: 1px solid var(--border); border-radius: 12px; padding: 10px 14px; font-size: 12.5px; font-weight: 700; box-shadow: var(--shadow-lg); display: flex; align-items: center; gap: 8px; z-index: 2; }
.mock-badge .bell { width: 28px; height: 28px; border-radius: 50%; background: var(--primary-light); color: var(--primary); display: grid; place-items: center; }
.mock-badge .bell svg { width: 15px; height: 15px; }

/* ============ أقسام الصفحة الرئيسية ============ */
.section-title { text-align: center; font-size: 27px; font-weight: 800; margin: 72px 0 12px; }
.section-sub { text-align: center; color: var(--muted); font-size: 15px; max-width: 560px; margin: 0 auto 34px; }

.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature { background: var(--card); border: 1px solid var(--border); border-radius: 18px; padding: 30px 24px; box-shadow: var(--shadow); transition: transform .18s, box-shadow .18s, border-color .18s; }
.feature:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--border-strong); }
.feature .f-icon { width: 54px; height: 54px; border-radius: 15px; background: var(--primary-light); color: var(--primary); display: grid; place-items: center; margin-bottom: 18px; }
.feature .f-icon svg { width: 26px; height: 26px; }
.feature h3 { font-size: 17px; margin-bottom: 8px; }
.feature p { color: var(--muted); font-size: 14.5px; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; position: relative; counter-reset: step; }
.steps::before { content: ''; position: absolute; top: 26px; left: 14%; right: 14%; height: 2px; background: linear-gradient(90deg, var(--primary-light), var(--border-strong), var(--primary-light)); }
.step { background: var(--card); border: 1px solid var(--border); border-radius: 18px; padding: 30px 24px 26px; text-align: center; box-shadow: var(--shadow); position: relative; z-index: 1; }
.step .step-num { width: 52px; height: 52px; margin: 0 auto 16px; border-radius: 50%; background: var(--grad); color: #fff; display: grid; place-items: center; font-size: 19px; font-weight: 800; box-shadow: 0 0 0 5px var(--primary-light); }
.step .s-icon { width: 40px; height: 40px; margin: 0 auto 14px; color: var(--primary); }
.step .s-icon svg { width: 40px; height: 40px; }
.step h3 { font-size: 16px; margin-bottom: 8px; }
.step p { color: var(--muted); font-size: 14px; }

.cta { text-align: center; margin: 72px 0 20px; background: var(--grad); border-radius: 22px; padding: 44px 24px; color: #fff; position: relative; overflow: hidden; box-shadow: var(--shadow-lg); }
.cta::before { content: ''; position: absolute; inset: 0; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3E%3Cg fill='none' stroke='%23ffffff' stroke-width='0.5' opacity='0.08'%3E%3Cpath d='M63.5 10 L61 35 L85 32 L66 48 L85 64 L61 61 L63.5 86 L48 66 L32.5 86 L35 61 L11 64 L30 48 L11 32 L35 35 L32.5 10 L48 30 Z'/%3E%3C/g%3E%3C/svg%3E"); background-size: 96px 96px; }
.cta > * { position: relative; }
.cta h2 { font-size: 26px; margin-bottom: 10px; }
.cta p { opacity: .92; font-size: 15px; margin-bottom: 24px; }
.cta .btn { width: auto; padding: 14px 38px; font-size: 16px; background: var(--white); color: var(--primary-dark); box-shadow: var(--shadow-lg); }

/* ============ بانر التطبيق الرسمي (الصفحة الرئيسية) ============ */
.app-banner { max-width: 820px; margin: 46px auto 0; background: linear-gradient(120deg, #0d7a49 0%, #12a05f 60%, #0ea5b8 130%); border-radius: 20px; padding: 26px 28px; display: flex; align-items: center; gap: 20px; color: #fff; box-shadow: var(--shadow-lg); position: relative; overflow: hidden; }
.app-banner::before { content: ''; position: absolute; inset: 0; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3E%3Cg fill='none' stroke='%23ffffff' stroke-width='0.5' opacity='0.08'%3E%3Cpath d='M63.5 10 L61 35 L85 32 L66 48 L85 64 L61 61 L63.5 86 L48 66 L32.5 86 L35 61 L11 64 L30 48 L11 32 L35 35 L32.5 10 L48 30 Z'/%3E%3C/g%3E%3C/svg%3E"); background-size: 96px 96px; }
.app-banner > * { position: relative; }
.ab-ico { width: 58px; height: 58px; border-radius: 16px; background: rgba(255, 255, 255, 0.16); display: grid; place-items: center; flex-shrink: 0; }
.ab-ico svg { width: 30px; height: 30px; }
.ab-body { flex: 1; text-align: right; }
.ab-badge { display: inline-block; font-size: 12px; font-weight: 700; background: rgba(255, 255, 255, 0.18); border: 1px solid rgba(255, 255, 255, 0.3); padding: 3px 10px; border-radius: 50px; margin-bottom: 6px; }
.ab-body h3 { font-size: 18px; margin-bottom: 4px; }
.ab-body p { font-size: 13.5px; opacity: .92; }
.ab-btn { width: auto; background: var(--white); color: var(--primary-dark); box-shadow: var(--shadow-lg); }
.ab-btn:hover { background: #eefbf4; }
@media (max-width: 720px) {
  .app-banner { flex-direction: column; text-align: center; padding: 24px 20px; }
  .ab-body { text-align: center; }
  .ab-btn { width: 100%; }
}

/* ============ بطاقة المطور ============ */
.dev-card { max-width: 680px; margin: 0 auto; background: var(--card); border: 1px solid var(--border); border-radius: 20px; padding: 30px; box-shadow: var(--shadow); display: flex; align-items: center; gap: 24px; }.dev-avatar { width: 84px; height: 84px; border-radius: 22px; background: var(--grad); color: #fff; display: grid; place-items: center; font-size: 34px; font-weight: 800; box-shadow: var(--shadow-lg); flex-shrink: 0; }
.dev-info { flex: 1; }
.dev-info h3 { font-size: 20px; font-weight: 800; }
.dev-info .dev-role { color: var(--gold); font-weight: 700; font-size: 13.5px; margin-bottom: 8px; }
.dev-info p { color: var(--muted); font-size: 14.5px; margin-bottom: 16px; }
.dev-info .btn-instagram { width: auto; padding: 10px 24px; font-size: 13.5px; }

/* ============ Cards / Forms ============ */
.card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow); }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: 14px; color: var(--text); margin-bottom: 7px; font-weight: 700; }
.input, select.input, textarea.input {
  width: 100%;
  background: var(--bg);
  border: 1px solid var(--border-strong);
  color: var(--text);
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 15px;
  font-family: inherit;
  transition: border-color .2s, box-shadow .2s;
}
.input:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 3px rgba(13, 122, 73, 0.12); }
select.input option { background: var(--white); }

/* ============ Buttons ============ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 22px; border-radius: 12px; border: none; cursor: pointer;
  font-family: inherit; font-size: 15px; font-weight: 700; color: #fff;
  background: var(--grad); box-shadow: var(--shadow);
  transition: transform .15s, box-shadow .18s, opacity .15s; width: 100%;
  text-decoration: none;
}
.btn:hover { transform: translateY(-1px); box-shadow: var(--shadow-lg); }
.btn:disabled { opacity: .55; cursor: not-allowed; transform: none; }
.btn-outline { background: var(--card); border: 1px solid var(--border-strong); color: var(--text); box-shadow: none; }
.btn-outline:hover { border-color: var(--primary); color: var(--primary); background: var(--primary-light); box-shadow: none; }
.btn-danger { background: linear-gradient(135deg, #ef4444, #b91c1c); }
.btn-instagram { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
.btn-ghost { background: transparent; border: 1px solid var(--border-strong); color: var(--text); box-shadow: none; }
.btn-ghost:hover { border-color: var(--primary); color: var(--primary); background: var(--primary-light); }
.btn-channel { background: var(--card); border: 1px solid rgba(207, 31, 51, 0.35); color: var(--red); box-shadow: none; }
.btn-channel:hover { border-color: var(--red); background: #fdf0f2; box-shadow: var(--shadow); }
.btn-light-ghost { background: rgba(255, 255, 255, 0.12); border: 1px solid rgba(255, 255, 255, 0.4); color: #fff; box-shadow: none; }
.btn-light-ghost:hover { background: rgba(255, 255, 255, 0.22); box-shadow: var(--shadow-lg); }
.btn svg { width: 17px; height: 17px; flex-shrink: 0; }
.btn-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.cta-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; position: relative; }
.cta-actions .btn { width: auto; }
.choice-btns { display: flex; flex-direction: column; gap: 10px; }
.hero-link { display: inline-flex; align-items: center; gap: 6px; color: var(--primary); font-weight: 700; font-size: 14px; text-decoration: none; }
.hero-link:hover { text-decoration: underline; }
.card-hint { text-align: center; font-size: 13px; color: var(--muted); margin-top: 14px; }
.preview-section { margin-top: 8px; }
.preview-wrap { display: flex; justify-content: center; }
.link-preview { width: 100%; max-width: 460px; background: var(--card); border: 1px solid var(--border); border-radius: 16px; overflow: hidden; box-shadow: var(--shadow); }
.link-preview img { width: 100%; height: 210px; object-fit: cover; display: block; }
.lp-body { padding: 14px 18px 18px; text-align: right; }
.lp-url { font-size: 12.5px; color: var(--muted); margin-bottom: 4px; direction: ltr; text-align: right; }
.lp-title { font-size: 16px; font-weight: 800; color: var(--primary); margin-bottom: 4px; }
.lp-desc { font-size: 13px; color: var(--text); line-height: 1.7; }
.stats-bar { display: flex; justify-content: center; align-items: stretch; background: var(--card); border: 1px solid var(--border); border-radius: 18px; box-shadow: var(--shadow); padding: 18px 16px; margin: 34px auto 0; max-width: 580px; }
.stat-item { display: flex; align-items: center; gap: 12px; flex: 1; justify-content: center; padding: 0 12px; }
.stat-ico { width: 46px; height: 46px; border-radius: 14px; background: var(--primary-light); color: var(--primary); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.stat-ico svg { width: 24px; height: 24px; }
.stat-ico.live { background: #e9f9ef; animation: live-pulse 2s infinite; }
@keyframes live-pulse {
  0% { box-shadow: 0 0 0 0 rgba(13, 122, 73, 0.28); }
  70% { box-shadow: 0 0 0 9px rgba(13, 122, 73, 0); }
  100% { box-shadow: 0 0 0 0 rgba(13, 122, 73, 0); }
}
.stat-text b { display: block; font-size: 25px; font-weight: 800; color: var(--text); line-height: 1.1; direction: ltr; text-align: right; }
.stat-text span { font-size: 13px; color: var(--muted); }
.stat-divider { width: 1px; background: var(--border); margin: 4px 8px; }
.ig-link { display: inline-flex; align-items: center; justify-content: center; width: 26px; height: 26px; border-radius: 7px; color: inherit; opacity: 0.85; vertical-align: middle; }
.ig-link svg { width: 16px; height: 16px; }
.ig-link:hover { opacity: 1; background: rgba(255, 255, 255, 0.14); }

/* ============ Toast ============ */
#toast-wrap { position: fixed; top: 18px; left: 50%; transform: translateX(-50%); z-index: 200; display: flex; flex-direction: column; gap: 8px; width: min(92vw, 420px); }
.toast { background: var(--card); border: 1px solid var(--border); color: var(--text); padding: 12px 18px; border-radius: 12px; box-shadow: var(--shadow-lg); font-size: 14px; animation: slideDown .25s ease; border-inline-start: 4px solid var(--primary); }
.toast.success { border-inline-start-color: var(--success); }
.toast.error { border-inline-start-color: var(--danger); }
.toast.warn { border-inline-start-color: var(--warn); }
@keyframes slideDown { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: translateY(0); } }

/* ============ Loading ============ */
.loading-wrap { display: flex; flex-direction: column; align-items: center; gap: 12px; padding: 40px 0; }
.spinner { width: 42px; height: 42px; border-radius: 50%; border: 3px solid var(--bg2); border-top-color: var(--primary); animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

/* ============ Result card ============ */
.result-card { margin-top: 20px; }
.result-card h3 { margin-bottom: 14px; font-size: 18px; }
.info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 12px; margin-bottom: 18px; }
.info-box { background: var(--bg); border: 1px solid var(--border); border-radius: 12px; padding: 12px; text-align: center; }
.info-box .k { font-size: 12px; color: var(--muted); display: block; margin-bottom: 4px; }
.info-box .v { font-weight: 700; font-size: 15px; }
.copy-url { background: var(--bg); border: 1px dashed var(--border-strong); border-radius: 12px; padding: 12px 14px; display: flex; align-items: center; gap: 10px; word-break: break-all; }
.copy-url .url-text { flex: 1; font-size: 13px; color: var(--primary); direction: ltr; text-align: left; }
.copy-btn { background: none; border: none; color: var(--primary); cursor: pointer; font-size: 13px; font-family: inherit; font-weight: 700; white-space: nowrap; }

/* ============ Instagram gate ============ */
.ig-gate { text-align: center; }
.ig-gate .ig-icon { font-size: 44px; margin-bottom: 10px; }
.ig-gate h2 { margin-bottom: 10px; }
.ig-gate p { color: var(--muted); margin-bottom: 22px; }
.ig-btns { display: flex; flex-direction: column; gap: 12px; max-width: 360px; margin: 0 auto; }

/* ============ Status boxes ============ */
.status-box { border-radius: 12px; padding: 14px 18px; font-size: 15px; margin-bottom: 16px; }
.status-box.pending { background: #fef7e8; border: 1px solid rgba(217, 119, 6, 0.3); color: #b45309; }
.status-box.rejected { background: #fdeeee; border: 1px solid rgba(220, 38, 38, 0.3); color: #b91c1c; }
.status-box.verified { background: var(--primary-light); border: 1px solid rgba(13, 122, 73, 0.3); color: var(--primary-dark); }

/* ============ Error / empty states ============ */
.state-box { text-align: center; padding: 30px 0; color: var(--muted); }
.state-box .big { font-size: 40px; margin-bottom: 10px; }

/* ============ صفحة التطبيق الرسمي ============ */
.app-hero .app-actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; margin-bottom: 24px; }
.app-hero .app-actions .btn { width: auto; padding: 13px 26px; font-size: 15px; }
.btn-download { background: linear-gradient(135deg, #0d7a49 0%, #12a05f 55%, #0ea5b8 120%); }
.btn-download:hover { filter: brightness(1.06); }
.app-card-wrap { max-width: 760px; margin: 26px auto 0; }
.app-file-card { display: flex; align-items: center; gap: 20px; text-align: right; }
.app-file-icon { width: 64px; height: 64px; border-radius: 18px; background: var(--primary-light); color: var(--primary); display: grid; place-items: center; flex-shrink: 0; }
.app-file-icon svg { width: 32px; height: 32px; }
.app-file-info { flex: 1; }
.app-file-info h2 { font-size: 17px; margin-bottom: 6px; word-break: break-all; }
.app-file-info p { color: var(--muted); font-size: 14px; margin-bottom: 12px; }
.file-meta { display: flex; flex-wrap: wrap; gap: 8px 22px; font-size: 13px; color: var(--muted); }
.file-meta b { color: var(--text); font-weight: 700; }
.app-file-card > .btn { width: auto; padding: 12px 22px; flex-shrink: 0; }
.app-steps { margin-top: 4px; }
.app-notice { max-width: 760px; margin: 46px auto 0; display: flex; gap: 16px; background: #fdf3e3; border: 1px solid rgba(217, 119, 6, 0.35); border-radius: 18px; padding: 20px 22px; align-items: flex-start; }
.app-notice-ico { width: 44px; height: 44px; border-radius: 13px; background: #fdeed3; color: var(--warn); display: grid; place-items: center; flex-shrink: 0; }
.app-notice-ico svg { width: 24px; height: 24px; }
.app-notice h3 { font-size: 16px; margin-bottom: 4px; color: #92400e; }
.app-notice p { font-size: 14px; color: #7c5322; }
@media (max-width: 640px) {
  .app-file-card { flex-direction: column; text-align: center; }
  .app-file-card > .btn { width: 100%; }
  .file-meta { justify-content: center; }
  .app-notice { flex-direction: column; text-align: center; align-items: center; }
}

/* ============ Footer ============ */
footer { background: #0e2017; color: #9ab3a6; padding: 40px 0 30px; margin-top: 76px; }
footer .container { display: flex; flex-direction: column; gap: 12px; text-align: center; }
footer .f-top { display: flex; align-items: center; justify-content: center; gap: 10px; font-weight: 800; color: #fff; font-size: 17px; }
footer .f-top .flag-mini { width: 34px; height: 22px; }
footer p { font-size: 13px; }
footer a { color: #7fe0ab; text-decoration: none; }
footer .dev-line { font-size: 13px; }
footer .dev-line a { color: var(--gold); font-weight: 700; }

/* ============ Responsive ============ */
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 56px; padding: 44px 0 10px; text-align: center; }
  .hero-text { text-align: center; }
  .hero-text p { margin-inline: auto; }
  .hero-actions, .hero-meta { justify-content: center; }
  .features, .steps { grid-template-columns: 1fr; }
  .steps::before { display: none; }
  .dev-card { flex-direction: column; text-align: center; }
  .dev-info .btn-instagram { }
}
@media (max-width: 520px) {
  .card { padding: 18px; }
  .hero-actions .btn { width: 100%; }
}
