/* ============================================================
   StartNexa Tech — الستايل الكامل (RTL عربي)
   الألوان: أحمر #E5242B | أبيض #FFFFFF | كحلي #1A1F36
   ============================================================ */

/* ── متغيرات ──────────────────────────────────────────────── */
:root {
  --red:        #E5242B;
  --red-dark:   #b81b21;
  --navy:       #1A1F36;
  --navy-mid:   #2d3452;
  --navy-light: #eef0f8;
  --white:      #ffffff;
  --off-white:  #f7f8fc;
  --light-gray: #f0f2f7;
  --mid-gray:   #e2e5ed;
  --gray:       #6b7385;
  --dark-gray:  #3a3f52;
  --gold:       #f5a623;
  --font-main:  'Cairo', 'Tajawal', 'Arial', sans-serif;
  --shadow-sm:  0 1px 4px rgba(0,0,0,.08);
  --shadow-md:  0 4px 20px rgba(0,0,0,.10);
  --shadow-lg:  0 8px 36px rgba(0,0,0,.13);
  --radius:     10px;
  --radius-sm:  6px;
  --trans:      0.2s ease;
}

/* ── ريست ─────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: var(--font-main); color: var(--navy); background: var(--off-white); line-height: 1.7; direction: rtl; text-align: right; }
img  { max-width: 100%; height: auto; display: block; }
a    { color: var(--navy); text-decoration: none; }
a:hover { color: var(--red); }
ul, ol { list-style: none; }
button { cursor: pointer; font-family: inherit; border: none; background: none; }

/* ── الحاوية ──────────────────────────────────────────────── */
.container { max-width: 1240px; margin: 0 auto; padding: 0 20px; }

/* ── الشريط العلوي ────────────────────────────────────────── */
.top-bar { background: var(--navy); color: rgba(255,255,255,.8); font-size: 12px; padding: 7px 0; }
.top-bar-inner { display: flex; align-items: center; justify-content: space-between; }
.top-date { font-weight: 600; }
.top-links { display: flex; align-items: center; gap: 8px; }
.top-links a { color: rgba(255,255,255,.8); transition: color var(--trans); }
.top-links a:hover { color: #fff; }
.sep { opacity: .4; }

/* ── اللوجو ───────────────────────────────────────────────── */
.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; flex-shrink: 0; }
.logo-mark {
  display: flex; align-items: center; justify-content: center;
  width: 48px; height: 48px; border-radius: 10px;
  background: linear-gradient(135deg, var(--red) 0%, var(--navy) 100%);
  font-family: 'Arial Black', Arial, sans-serif; font-size: 17px; font-weight: 900;
  letter-spacing: -2px; box-shadow: 0 3px 10px rgba(0,0,0,.25); flex-shrink: 0;
}
.logo-mark.sm { width: 38px; height: 38px; font-size: 13px; }
.logo-mark.xl { width: 100px; height: 100px; font-size: 40px; margin: 0 auto 16px; }
.logo-s { color: #fff; }
.logo-n { color: var(--gold); }
.logo-text { display: flex; flex-direction: column; line-height: 1.15; }
.logo-ar   { font-size: 18px; font-weight: 800; color: var(--navy); letter-spacing: 0; }
.logo-en   { font-size: 11px; font-weight: 700; color: var(--gray); letter-spacing: 1px; text-transform: uppercase; }
.logo-tech { color: var(--red); }

/* الفوتر */
.footer-logo .logo-ar { color: #fff; }
.footer-logo .logo-en { color: rgba(255,255,255,.5); }

/* ── الهيدر ───────────────────────────────────────────────── */
.site-header { background: var(--white); box-shadow: var(--shadow-sm); position: sticky; top: 0; z-index: 1000; transition: box-shadow var(--trans); }
.site-header.scrolled { box-shadow: var(--shadow-md); }
.header-inner { display: flex; align-items: center; gap: 16px; padding: 12px 20px; max-width: 1240px; margin: 0 auto; }
.btn-subscribe { margin-right: auto; padding: 9px 20px; background: var(--red); color: var(--white); border-radius: 6px; font-size: 13px; font-weight: 700; transition: background var(--trans); white-space: nowrap; }
.btn-subscribe:hover { background: var(--red-dark); color: #fff; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; padding: 6px; width: 38px; background: transparent; }
.nav-toggle span { display: block; height: 2px; background: var(--navy); border-radius: 2px; transition: all var(--trans); }
.nav-toggle.open span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* ── القائمة ──────────────────────────────────────────────── */
.main-nav { background: var(--navy); }
.nav-inner { max-width: 1240px; margin: 0 auto; padding: 0 20px; }
.main-nav ul { display: flex; flex-wrap: wrap; }
.main-nav ul li a {
  display: block; padding: 11px 13px; color: rgba(255,255,255,.85);
  font-size: 13px; font-weight: 700;
  transition: background var(--trans), color var(--trans);
  border-bottom: 3px solid transparent;
}
.main-nav ul li a:hover,
.main-nav ul li a.active {
  color: #fff; background: rgba(255,255,255,.1);
  border-bottom-color: var(--gold);
}

/* ── شريط العاجل ──────────────────────────────────────────── */
.ticker-wrap { display: flex; align-items: center; background: var(--red); color: #fff; overflow: hidden; height: 40px; }
.ticker-label { flex-shrink: 0; padding: 0 18px; font-size: 13px; font-weight: 800; background: var(--red-dark); height: 100%; display: flex; align-items: center; white-space: nowrap; border-left: 1px solid rgba(255,255,255,.3); }
.ticker-track { display: flex; align-items: center; animation: ticker-rtl 70s linear infinite; white-space: nowrap; }
.ticker-track:hover { animation-play-state: paused; }
.ticker-item { display: inline-block; padding: 0 28px; font-size: 13px; font-weight: 600; color: #fff; border-left: 1px solid rgba(255,255,255,.2); }
.ticker-item:hover { text-decoration: underline; }
@keyframes ticker-rtl {
  0%   { transform: translateX(0); }
  100% { transform: translateX(50%); }
}

/* ── الشارات ──────────────────────────────────────────────── */
.badge { display: inline-block; padding: 3px 10px; border-radius: 4px; font-size: 11px; font-weight: 700; }
.badge-red   { background: var(--red);   color: #fff; }
.badge-navy  { background: var(--navy);  color: #fff; }
.badge-sm    { padding: 2px 8px; font-size: 10px; }

/* ── قسم الهيرو ───────────────────────────────────────────── */
.hero-section { background: var(--white); padding: 28px 0; border-bottom: 1px solid var(--mid-gray); }
.hero-grid { display: grid; grid-template-columns: 1fr 320px; gap: 28px; align-items: start; }
.hero-img-link { display: block; border-radius: var(--radius); overflow: hidden; }
.hero-img { width: 100%; height: 420px; object-fit: cover; transition: transform .4s; }
.hero-img-link:hover .hero-img { transform: scale(1.02); }
.hero-body { padding: 18px 0 0; }
.hero-title { font-size: 27px; font-weight: 800; line-height: 1.35; color: var(--navy); margin: 10px 0 12px; }
.hero-title a { color: inherit; }
.hero-title a:hover { color: var(--red); }
.hero-desc { color: var(--gray); font-size: 15px; line-height: 1.75; margin-bottom: 14px; }
.art-meta { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; direction: rtl; }
.meta-source { font-weight: 700; font-size: 13px; color: var(--navy-mid); }
.meta-sep    { color: var(--mid-gray); }
.meta-time   { font-size: 13px; color: var(--gray); }
.meta-time.sm { font-size: 12px; }

.hero-side { }
.sec-label { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; color: var(--gray); padding-bottom: 10px; border-bottom: 3px solid var(--red); margin-bottom: 12px; }
.side-card { display: flex; gap: 10px; align-items: flex-start; padding: 12px 0; border-bottom: 1px solid var(--mid-gray); }
.side-card:last-child { border-bottom: none; }
.side-img-link { flex-shrink: 0; }
.side-img { width: 80px; height: 60px; object-fit: cover; border-radius: var(--radius-sm); }
.side-body h4 { font-size: 13px; line-height: 1.45; font-weight: 700; color: var(--navy); margin: 4px 0 6px; }
.side-body h4 a { color: inherit; }
.side-body h4 a:hover { color: var(--red); }

/* ── أقسام المحتوى ────────────────────────────────────────── */
.sec-block { padding: 44px 0; }
.sec-block.alt-bg { background: var(--white); }
.sec-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; }
.sec-title { font-size: 20px; font-weight: 800; color: var(--navy); }
.sec-title span { border-bottom: 3px solid var(--red); padding-bottom: 4px; }
.sec-title.centered { display: block; text-align: center; }
.view-all { font-size: 13px; font-weight: 700; color: var(--red); }
.view-all:hover { color: var(--navy); }

/* ── شبكة الأخبار ─────────────────────────────────────────── */
.news-grid { display: grid; gap: 22px; }
.news-grid.three-col { grid-template-columns: repeat(3, 1fr); }
.news-grid.four-col  { grid-template-columns: repeat(4, 1fr); }

/* ── بطاقة الخبر ──────────────────────────────────────────── */
.news-card { background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow-sm); overflow: hidden; transition: transform var(--trans), box-shadow var(--trans); display: flex; flex-direction: column; }
.news-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.card-img-link { display: block; overflow: hidden; }
.card-img { width: 100%; height: 195px; object-fit: cover; transition: transform .35s; }
.card-img-link:hover .card-img { transform: scale(1.04); }
.card-body { padding: 16px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.card-title { font-size: 16px; font-weight: 700; line-height: 1.45; color: var(--navy); flex: 1; }
.card-title a { color: inherit; }
.card-title a:hover { color: var(--red); }
.card-desc { font-size: 13px; color: var(--gray); line-height: 1.65; }
.card-footer { display: flex; align-items: center; gap: 6px; margin-top: auto; padding-top: 8px; border-top: 1px solid var(--light-gray); flex-direction: row-reverse; justify-content: flex-end; }

/* ── القسمين الجانبيين ────────────────────────────────────── */
.two-col-sec { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; }
.list-feed { display: flex; flex-direction: column; }
.list-card { display: flex; gap: 12px; align-items: flex-start; padding: 13px 0; border-bottom: 1px solid var(--mid-gray); }
.list-card:first-child { border-top: 1px solid var(--mid-gray); }
.list-img { width: 88px; height: 62px; object-fit: cover; border-radius: var(--radius-sm); flex-shrink: 0; }
.list-body h4 { font-size: 14px; line-height: 1.45; font-weight: 700; color: var(--navy); margin-bottom: 5px; }
.list-body h4 a { color: inherit; }
.list-body h4 a:hover { color: var(--red); }

/* ── هيدر الصفحات الداخلية ────────────────────────────────── */
.page-hero { background: linear-gradient(135deg, var(--navy) 0%, #0d1126 100%); padding: 48px 0; color: #fff; }
.page-hero h1 { font-size: 38px; font-weight: 900; margin-bottom: 8px; }
.page-hero p  { font-size: 15px; opacity: .8; }
.breadcrumb { display: flex; gap: 8px; align-items: center; font-size: 13px; margin-bottom: 14px; opacity: .75; direction: rtl; }
.breadcrumb a { color: rgba(255,255,255,.8); }
.breadcrumb a:hover { color: #fff; }
.breadcrumb span { color: rgba(255,255,255,.45); }

/* ── حالة فارغة ───────────────────────────────────────────── */
.empty-state { text-align: center; padding: 80px 20px; background: var(--white); border-radius: var(--radius); color: var(--gray); font-size: 16px; }

/* ── الصفحات ──────────────────────────────────────────────── */
.pagination { display: flex; gap: 8px; justify-content: center; padding: 36px 0 0; flex-wrap: wrap; }
.page-btn { display: inline-flex; align-items: center; padding: 8px 16px; border: 1.5px solid var(--mid-gray); border-radius: var(--radius-sm); font-size: 14px; font-weight: 700; color: var(--navy); background: var(--white); transition: all var(--trans); }
.page-btn:hover { border-color: var(--red); color: var(--red); }
.page-btn.active { background: var(--red); color: #fff; border-color: var(--red); }

/* ── صفحة المقال ──────────────────────────────────────────── */
.article-page { padding: 28px 0 60px; max-width: 820px; }
.article-full { background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow-sm); overflow: hidden; margin: 18px 0 36px; }
.art-header { padding: 28px 32px 22px; border-bottom: 1px solid var(--mid-gray); }
.art-title { font-size: 30px; font-weight: 900; line-height: 1.3; color: var(--navy); margin: 12px 0 14px; }
.art-meta-bar { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; direction: rtl; }
.art-img-wrap { }
.art-img { width: 100%; max-height: 440px; object-fit: cover; display: block; }
.img-caption { padding: 7px 32px; font-size: 12px; color: var(--gray); font-style: italic; background: var(--off-white); }
.art-body { padding: 28px 32px; }
.art-summary { font-size: 17px; line-height: 1.85; color: var(--dark-gray); margin-bottom: 24px; font-style: italic; }
.source-note { background: var(--navy-light); border-right: 4px solid var(--navy); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; padding: 14px 18px; margin-bottom: 24px; }
.source-note p { font-size: 14px; color: var(--dark-gray); line-height: 1.65; }
.read-full-wrap { text-align: center; padding: 20px 0 0; }
.btn-read-full { display: inline-block; padding: 15px 36px; background: var(--red); color: #fff; border-radius: 8px; font-size: 16px; font-weight: 800; transition: background var(--trans), transform var(--trans); box-shadow: 0 4px 16px rgba(229,36,43,.3); }
.btn-read-full:hover { background: var(--red-dark); color: #fff; transform: translateY(-2px); }
.read-note { margin-top: 10px; font-size: 12px; color: var(--gray); }
.related-sec { margin-top: 24px; }

/* ── النشرة البريدية ──────────────────────────────────────── */
.newsletter-sec { background: linear-gradient(135deg, var(--navy) 0%, var(--red) 100%); padding: 60px 0; }
.newsletter-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; }
.newsletter-inner h2 { font-size: 26px; font-weight: 900; color: #fff; margin-bottom: 10px; }
.newsletter-inner p  { color: rgba(255,255,255,.85); font-size: 15px; max-width: 500px; }
.btn-primary { display: inline-block; padding: 13px 30px; background: #fff; color: var(--red); border-radius: 8px; font-size: 15px; font-weight: 800; transition: all var(--trans); white-space: nowrap; }
.btn-primary:hover { background: var(--off-white); color: var(--red); transform: translateY(-2px); }

/* ── صفحة التواصل ─────────────────────────────────────────── */
.contact-page { padding: 44px 0 72px; }
.contact-cards { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; margin-bottom: 44px; }
.contact-card { background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow-sm); padding: 24px 18px; text-align: center; border-top: 4px solid var(--navy); transition: transform var(--trans); }
.contact-card:hover { transform: translateY(-3px); }
.cc-icon { display: block; font-size: 30px; margin-bottom: 10px; }
.contact-card h4 { font-size: 14px; font-weight: 700; color: var(--navy); margin-bottom: 7px; }
.contact-card a, .contact-card span { font-size: 13px; color: var(--gray); word-break: break-all; }
.contact-layout { display: grid; grid-template-columns: 1fr 320px; gap: 36px; }
.contact-form-wrap h2 { font-size: 24px; font-weight: 900; color: var(--navy); margin-bottom: 8px; }
.form-intro { color: var(--gray); font-size: 14px; margin-bottom: 22px; line-height: 1.65; }
.contact-form { display: flex; flex-direction: column; gap: 16px; }
.form-row { display: grid; gap: 16px; }
.form-row.two-col { grid-template-columns: 1fr 1fr; }
.form-group { display: flex; flex-direction: column; gap: 5px; }
.form-group label { font-size: 13px; font-weight: 700; color: var(--navy); }
.req { color: var(--red); }
.form-group input, .form-group select, .form-group textarea {
  padding: 11px 14px; border: 1.5px solid var(--mid-gray); border-radius: var(--radius-sm);
  font-size: 14px; font-family: var(--font-main); color: var(--navy); background: var(--white);
  transition: border-color var(--trans), box-shadow var(--trans); direction: rtl;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  outline: none; border-color: var(--navy); box-shadow: 0 0 0 3px rgba(26,31,54,.1);
}
.form-group textarea { resize: vertical; min-height: 160px; }
.form-submit { align-self: flex-start; padding: 12px 30px; background: var(--red); color: #fff; border-radius: 8px; font-size: 15px; font-weight: 800; transition: background var(--trans); }
.form-submit:hover { background: var(--red-dark); }
.alert { padding: 13px 16px; border-radius: var(--radius-sm); font-size: 14px; margin-bottom: 18px; font-weight: 600; }
.alert-success { background: #e6f4ea; color: #2d6a4f; border: 1px solid #b7dfca; }
.alert-error   { background: #fce8e9; color: #9e0c0f; border: 1px solid #f5c0c2; }
.contact-aside { display: flex; flex-direction: column; gap: 14px; }
.aside-card { background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow-sm); padding: 20px 18px; }
.aside-card h4 { font-size: 14px; font-weight: 800; color: var(--navy); margin-bottom: 10px; padding-bottom: 8px; border-bottom: 1px solid var(--mid-gray); }
.aside-card p  { font-size: 13px; color: var(--gray); line-height: 1.65; }
.aside-card ul li { font-size: 13px; color: var(--gray); padding: 4px 0; }
.aside-card ul li strong { color: var(--navy); }
.aside-card a  { color: var(--navy); }
.aside-card a:hover { color: var(--red); }

/* ── صفحة من نحن ──────────────────────────────────────────── */
.about-page { padding: 52px 0 72px; }
.about-sec { display: grid; grid-template-columns: 1fr .5fr; gap: 52px; align-items: center; padding: 44px 0; border-bottom: 1px solid var(--mid-gray); }
.about-text h2 { font-size: 30px; font-weight: 900; color: var(--navy); margin-bottom: 18px; }
.about-text p  { color: var(--gray); line-height: 1.85; margin-bottom: 14px; font-size: 15px; }
.about-visual  { text-align: center; }
.about-tagline { font-size: 17px; font-weight: 800; color: var(--navy); margin-top: 14px; }
.stats-sec  { padding: 44px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.stat-card  { background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow-sm); padding: 26px; text-align: center; border-top: 4px solid var(--red); }
.stat-num   { display: block; font-size: 40px; font-weight: 900; color: var(--navy); }
.stat-label { font-size: 13px; color: var(--gray); margin-top: 4px; display: block; }
.coverage-sec   { padding: 44px 0; }
.coverage-grid  { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; margin-top: 28px; }
.coverage-card  { background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow-sm); padding: 24px; text-align: center; }
.cov-icon { font-size: 32px; display: block; margin-bottom: 10px; }
.coverage-card h4 { font-size: 15px; font-weight: 800; color: var(--navy); margin-bottom: 8px; }
.coverage-card p  { font-size: 13px; color: var(--gray); line-height: 1.65; }
.values-sec  { padding: 44px 0; background: var(--off-white); margin: 0 -20px; padding-left: 20px; padding-right: 20px; border-radius: var(--radius); }
.values-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 28px; }
.value-card  { background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow-sm); padding: 24px; }
.val-icon { font-size: 30px; display: block; margin-bottom: 12px; }
.value-card h4 { font-size: 15px; font-weight: 800; color: var(--navy); margin-bottom: 8px; }
.value-card p  { font-size: 13px; color: var(--gray); line-height: 1.7; }
.legal-note { background: var(--navy-light); border-radius: var(--radius); padding: 28px 32px; margin: 36px 0; border-right: 4px solid var(--navy); }
.legal-note h2 { font-size: 18px; font-weight: 800; color: var(--navy); margin-bottom: 12px; }
.legal-note p  { font-size: 14px; color: var(--dark-gray); line-height: 1.8; margin-bottom: 10px; }
.legal-note a  { color: var(--navy); text-decoration: underline; }
.about-cta { background: linear-gradient(135deg, var(--red) 0%, var(--navy) 100%); border-radius: var(--radius); padding: 52px 44px; text-align: center; margin-top: 36px; }
.about-cta h2 { font-size: 26px; font-weight: 900; color: #fff; margin-bottom: 10px; }
.about-cta p  { color: rgba(255,255,255,.85); font-size: 15px; margin-bottom: 24px; }

/* ── الصفحات القانونية ────────────────────────────────────── */
.legal-page { padding: 44px 0 72px; }
.legal-layout { display: grid; grid-template-columns: 200px 1fr; gap: 44px; align-items: flex-start; }
.legal-toc { position: sticky; top: 80px; background: var(--white); border-radius: var(--radius); padding: 20px; box-shadow: var(--shadow-sm); }
.legal-toc h4 { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .5px; color: var(--gray); margin-bottom: 12px; }
.legal-toc ol { padding-right: 16px; list-style: decimal; }
.legal-toc li { margin-bottom: 7px; }
.legal-toc a { font-size: 13px; color: var(--navy); }
.legal-toc a:hover { color: var(--red); }
.legal-intro { background: var(--light-gray); border-radius: var(--radius-sm); padding: 18px; margin-bottom: 28px; }
.legal-intro p { font-size: 14px; color: var(--dark-gray); line-height: 1.8; }
.legal-section { padding: 26px 0; border-bottom: 1px solid var(--mid-gray); }
.legal-section:last-child { border-bottom: none; }
.legal-section h2 { font-size: 20px; font-weight: 800; color: var(--navy); margin-bottom: 12px; scroll-margin-top: 80px; }
.legal-section h3 { font-size: 15px; font-weight: 700; color: var(--navy); margin: 14px 0 8px; }
.legal-section p  { font-size: 14px; color: var(--dark-gray); line-height: 1.85; margin-bottom: 12px; }
.legal-section ul { list-style: disc; padding-right: 20px; margin-bottom: 12px; }
.legal-section ul li { font-size: 14px; color: var(--dark-gray); line-height: 1.75; margin-bottom: 6px; }
.legal-section a { color: var(--navy); text-decoration: underline; }
.legal-section strong { color: var(--navy); }
.legal-contact-box { background: var(--light-gray); border-radius: var(--radius-sm); padding: 16px 20px; border-right: 4px solid var(--navy); margin: 12px 0; }
.legal-contact-box p { font-size: 14px; color: var(--dark-gray); line-height: 1.75; }
.legal-contact-box a { color: var(--navy); }

/* ── الفوتر ───────────────────────────────────────────────── */
.site-footer { background: var(--navy); color: rgba(255,255,255,.7); padding: 52px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 36px; padding-bottom: 36px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-desc { font-size: 13px; line-height: 1.75; margin: 12px 0 10px; color: rgba(255,255,255,.55); }
.footer-emails { display: flex; flex-direction: column; gap: 4px; }
.footer-emails a { font-size: 13px; color: rgba(255,255,255,.6); }
.footer-col h4 { font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .5px; color: #fff; margin-bottom: 14px; }
.footer-col ul li { margin-bottom: 8px; }
.footer-col ul li a { font-size: 13px; color: rgba(255,255,255,.6); transition: color var(--trans); }
.footer-col ul li a:hover { color: #fff; }
.footer-contact-list li a { font-size: 13px; color: rgba(255,255,255,.6); word-break: break-all; }
.footer-contact-list li a:hover { color: #fff; }
.footer-disclaimer { margin-top: 12px; }
.footer-disclaimer p { font-size: 11px; color: rgba(255,255,255,.35); line-height: 1.6; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding: 18px 0; flex-wrap: wrap; gap: 10px; }
.footer-bottom p { font-size: 12px; color: rgba(255,255,255,.4); }
.footer-legal { display: flex; gap: 14px; flex-wrap: wrap; }
.footer-legal a { font-size: 12px; color: rgba(255,255,255,.4); }
.footer-legal a:hover { color: rgba(255,255,255,.8); }
.footer-credit { background: rgba(0,0,0,.3); text-align: center; padding: 11px 20px; font-size: 12px; color: rgba(255,255,255,.4); }
.footer-credit a { color: rgba(255,255,255,.5); }
.footer-credit a:hover { color: #fff; }
.footer-credit strong { color: rgba(255,255,255,.6); }

/* ── Responsive ───────────────────────────────────────────── */
@media (max-width: 1100px) {
  .hero-grid { grid-template-columns: 1fr 280px; }
  .news-grid.three-col { grid-template-columns: repeat(2,1fr); }
  .news-grid.four-col  { grid-template-columns: repeat(2,1fr); }
  .contact-cards { grid-template-columns: repeat(2,1fr); }
  .stats-grid { grid-template-columns: repeat(2,1fr); }
  .coverage-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 900px) {
  .hero-grid   { grid-template-columns: 1fr; }
  .hero-side   { display: none; }
  .two-col-sec { grid-template-columns: 1fr; }
  .contact-layout { grid-template-columns: 1fr; }
  .legal-layout   { grid-template-columns: 1fr; }
  .legal-toc      { position: static; }
  .footer-grid    { grid-template-columns: 1fr 1fr; }
  .about-sec      { grid-template-columns: 1fr; }
  .about-visual   { display: none; }
  .values-grid    { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 700px) {
  .nav-toggle { display: flex; }
  .main-nav ul { display: none; flex-direction: column; }
  .main-nav.open ul { display: flex; }
  .main-nav ul li a { padding: 10px 20px; border-bottom: 1px solid rgba(255,255,255,.08); }
  .btn-subscribe { display: none; }
  .news-grid.three-col { grid-template-columns: 1fr; }
  .news-grid.four-col  { grid-template-columns: repeat(2,1fr); }
  .contact-cards { grid-template-columns: 1fr; }
  .form-row.two-col { grid-template-columns: 1fr; }
  .values-grid   { grid-template-columns: 1fr; }
  .footer-grid   { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .newsletter-inner { flex-direction: column; }
  .page-hero h1  { font-size: 26px; }
  .hero-img      { height: 240px; }
  .art-title     { font-size: 22px; }
  .art-header, .art-body { padding: 18px; }
  .top-links     { display: none; }
}

@media (max-width: 480px) {
  .news-grid.four-col { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2,1fr); }
  .coverage-grid { grid-template-columns: repeat(2,1fr); }
  .logo-ar { font-size: 15px; }
}
