:root {
  --madar-blue: #1765ed;
  --madar-blue-dark: #0e4fd0;
  --madar-red: #ef3f4d;
  --madar-ink: #111827;
  --madar-navy: #10192a;
  --madar-muted: #6b7280;
  --madar-line: #e5e7eb;
  --madar-surface: #f6f7f9;
  --madar-white: #fff;
  --madar-radius: 12px;
  --madar-shadow: 0 18px 50px rgba(16, 25, 42, .11);
  --madar-font: "Cairo Variable", Cairo, Tahoma, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--madar-ink); background: #fff; font-family: var(--madar-font); font-size: var(--madar-body-size, 15px); line-height: 1.75; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; transition: color .22s ease, background-color .22s ease, border-color .22s ease, transform .22s ease; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, h4, p { margin-top: 0; }
.site-shell { width: min(var(--madar-container, 1240px), calc(100% - 48px)); margin-inline: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { z-index: 100000; top: 10px; right: 10px; width: auto; height: auto; padding: 12px 18px; clip: auto; color: #fff; background: #111827; }

/* Header */
.site-header { position: relative; z-index: 50; background: #fff; transition: transform .28s ease, box-shadow .28s ease; }
.breaking-bar { height: 44px; overflow: hidden; color: #fff; background-color: var(--madar-blue); background-image: radial-gradient(circle at 10px 10px, rgba(255,255,255,.28) 1.2px, transparent 1.4px), linear-gradient(115deg, rgba(255,255,255,.08), transparent 45%); background-size: 22px 22px, 100% 100%; }
.breaking-bar__inner, .breaking-bar__news, .breaking-bar__actions { display: flex; align-items: center; }
.breaking-bar__inner { justify-content: space-between; height: 44px; gap: 28px; }
.breaking-bar__news { min-width: 0; gap: 17px; }
.breaking-bar__label { display: inline-flex; align-items: center; gap: 8px; flex: none; font-size: 12px; font-weight: 800; }
.breaking-bar__label i { color: #ffe76b; animation: madarPulse 1.8s ease-in-out infinite; }
.breaking-bar__story { min-width: 0; font-size: 12px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.breaking-bar__actions { flex: none; gap: 19px; font-size: 11px; font-weight: 700; }
.breaking-bar__actions a:hover { color: #ffe76b; }
.breaking-bar__subscribe { gap: 8px; display: inline-flex; align-items: center; padding: 6px 15px; border-radius: 5px; background: rgba(8, 30, 96, .38); }
.main-header { background: #fff; border-bottom: 1px solid rgba(17, 24, 39, .07); }
.main-header__inner { display: grid; grid-template-columns: 240px minmax(0,1fr) 120px; align-items: center; min-height: var(--madar-header-height,88px); gap: 32px; }
.brand-mark { display: inline-flex; align-items: center; direction: rtl; width: max-content; }
.brand-mark__symbol, .site-footer__name span, .auth-card__brand span { display: grid; place-items: center; width: 52px; height: 52px; color: #fff; background: linear-gradient(145deg, #f34b55, #d92739); font-size: 31px; font-weight: 900; box-shadow: 0 8px 25px rgba(239,63,77,.25); }
.brand-mark__type { display: flex; flex-direction: column; padding-inline: 12px; line-height: 1; }
.brand-mark__type strong { font-size: 23px; letter-spacing: .02em; }
.brand-mark__type small { margin-top: 8px; color: #8a909a; font-size: 9px; font-weight: 700; letter-spacing: .22em; }
.custom-logo { width: auto; max-height: 60px; }
.madar-logo { display: inline-flex; align-items: center; }
.madar-logo img { display: block; width: auto; height: var(--madar-header-logo-height,56px); object-fit: contain; }
.madar-logo--footer img { height: var(--madar-footer-logo-height,64px); }
.primary-menu, .mobile-menu, .footer-menu { padding: 0; margin: 0; list-style: none; }
.primary-menu { display: flex; align-items: center; justify-content: center; gap: clamp(18px,2.3vw,36px); }
.primary-menu > li { position: relative; }
.primary-menu > li > a { position: relative; display: block; padding: 33px 0 29px; font-size: 13px; font-weight: 700; }
.primary-menu > li > a::after { content: ""; position: absolute; right: 50%; bottom: 24px; width: 0; height: 2px; background: var(--madar-red); transition: width .25s ease, right .25s ease; }
.primary-menu > li:hover > a, .primary-menu > .current-menu-item > a { color: var(--madar-red); }
.primary-menu > li:hover > a::after, .primary-menu > .current-menu-item > a::after { right: 0; width: 100%; }
.primary-menu .sub-menu { position: absolute; top: calc(100% - 9px); right: -20px; min-width: 210px; padding: 10px; margin: 0; visibility: hidden; opacity: 0; list-style: none; transform: translateY(8px); border: 1px solid #edf0f5; border-radius: 9px; background: #fff; box-shadow: var(--madar-shadow); transition: .22s ease; }
.primary-menu li:hover > .sub-menu { visibility: visible; opacity: 1; transform: none; }
.primary-menu .sub-menu a { display: block; padding: 9px 12px; border-radius: 6px; font-size: 12px; font-weight: 650; }
.primary-menu .sub-menu a:hover { color: var(--madar-blue); background: #f2f6ff; }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 7px; direction: ltr; }
.icon-button, .account-link { position: relative; display: grid; place-items: center; width: 39px; height: 39px; padding: 0; color: var(--madar-ink); background: transparent; border: 0; border-radius: 50%; font-size: 15px; }
.icon-button:hover, .account-link:hover { color: var(--madar-blue); background: #f0f4fb; }
.menu-toggle { display: none; }
.header-search { border-top: 1px solid #edf0f4; background: #fff; box-shadow: 0 16px 30px rgba(16,25,42,.08); }
.header-search .site-shell { position: relative; padding-block: 18px; }
.header-search .search-form { position: relative; display: flex; max-width: 780px; margin-inline: auto; }
.header-search__close { position: absolute; top: 50%; left: 0; display: grid; place-items: center; width: 36px; height: 36px; padding: 0; color: #6b7280; background: #f1f3f6; border: 0; border-radius: 50%; transform: translateY(-50%); }
.search-form label { flex: 1; }
.search-field { width: 100%; min-height: 48px; padding: 10px 18px; border: 1px solid #dfe3ea; border-radius: 8px; outline: none; }
.search-field:focus { border-color: var(--madar-blue); box-shadow: 0 0 0 4px rgba(23,101,237,.09); }
.search-submit { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-width: 100px; padding: 8px 18px; color: #fff; background: var(--madar-blue); border: 0; border-radius: 8px; font-weight: 800; }

/* Hero */
.home-hero { position: relative; min-height: 610px; padding-bottom: 72px; color: #fff; background: var(--madar-navy); }
.home-hero__lead { position: relative; height: var(--madar-hero-height,540px); overflow: hidden; }
.home-hero__background, .home-hero__background::after { position: absolute; inset: 0; }
.home-hero__background img, .home-hero__background .post-image-placeholder { width: 100%; height: 100%; object-fit: cover; }
.home-hero__background::after { content: ""; background: linear-gradient(90deg, rgba(5,10,20,.45), rgba(5,10,20,.15) 45%, rgba(5,10,20,.89)), linear-gradient(0deg, rgba(8,13,23,.55), transparent 55%); }
.home-hero__inner { position: relative; display: flex; align-items: center; justify-content: space-between; height: 100%; }
.home-hero__content { width: min(650px, 58%); padding-top: 20px; animation: madarHeroIn .75s cubic-bezier(.2,.7,.2,1) both; }
.hero-kicker { display: flex; align-items: center; gap: 14px; margin-bottom: 15px; color: #e3e8f0; font-size: 11px; font-weight: 600; }
.post-category { display: inline-flex; align-items: center; width: max-content; padding: 5px 11px; color: #fff; background: var(--madar-red); border-radius: 4px; font-size: 10px; line-height: 1.3; font-weight: 800; }
.post-category:hover { color: #fff; background: #d82939; transform: translateY(-1px); }
.home-hero h1 { max-width: 650px; margin: 0 0 25px; font-size: clamp(37px,4.2vw,60px); line-height: 1.25; letter-spacing: -.04em; font-weight: 850; text-wrap: balance; }
.home-hero h1 a:hover { color: #dce8ff; }
.post-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 17px; color: #8c96a8; font-size: 10px; font-weight: 600; }
.home-hero .post-meta { color: #e4e8ef; }
.post-meta__item { display: inline-flex; align-items: center; gap: 6px; }
.post-meta i { color: currentColor; font-size: 10px; }
.hero-side-widget { display: grid; gap: 24px; width: 180px; margin-inline-end: 22px; padding: 22px 0; }
.hero-side-widget > div { display: flex; align-items: center; gap: 14px; }
.hero-side-widget__icon { width: 38px; color: #f5df93; font-size: 31px; text-align: center; filter: drop-shadow(0 6px 12px rgba(0,0,0,.35)); }
.hero-side-widget span { display: flex; flex-direction: column; line-height: 1.5; }
.hero-side-widget strong { font-size: 12px; }
.hero-side-widget small { color: #c1c8d3; font-size: 10px; }
.hero-rail-wrap { position: relative; z-index: 3; height: 0; }
.hero-rail { position: absolute; left: 0; bottom: -40px; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); width: 620px; min-height: 125px; padding: 14px; color: var(--madar-ink); background: #fff; border-radius: 11px 11px 0 0; box-shadow: 0 -10px 40px rgba(0,0,0,.13); }
.hero-rail__card { display: grid; grid-template-columns: 98px minmax(0,1fr); align-items: center; gap: 14px; padding: 8px 13px; }
.hero-rail__card + .hero-rail__card { border-right: 1px solid #eceef2; }
.hero-rail__image { display: block; height: 76px; overflow: hidden; border-radius: 7px; }
.hero-rail__image img, .hero-rail__image .post-image-placeholder { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.hero-rail__card:hover img { transform: scale(1.07); }
.hero-rail time, .compact-date { display: inline-flex; align-items: center; gap: 5px; color: #8c939d; font-size: 9px; }
.hero-rail h2 { margin: 5px 0 0; font-size: 13px; line-height: 1.55; font-weight: 800; }
.home-hero__empty { min-height: 520px; display: grid; align-items: center; background: linear-gradient(135deg,#0a1324,#172944); }
.home-hero__empty h1 { margin-block: 10px; }
.button-link { display: inline-flex; padding: 10px 16px; color: #fff; background: var(--madar-blue); border-radius: 6px; font-weight: 700; }

/* Home sections */
.home-section { padding: 65px 0; }
.home-section__header { display: grid; grid-template-columns: auto minmax(80px,1fr) auto; align-items: center; gap: 18px; margin-bottom: 30px; }
.home-section__header h2 { margin: 0; font-size: 25px; line-height: 1.4; font-weight: 850; white-space: nowrap; }
.home-section__rule { display: block; height: 2px; background: var(--madar-red); }
.home-section__header nav { display: flex; align-items: center; gap: 22px; color: #6b7280; font-size: 10px; font-weight: 700; }
.home-section__header nav a:hover, .home-section__header nav .is-active { color: var(--madar-red); }
.story-overlay { position: relative; overflow: hidden; color: #fff; background: #121827; border-radius: var(--madar-radius); }
.story-overlay__image, .story-overlay__image::after { position: absolute; inset: 0; }
.story-overlay__image::after { content: ""; background: linear-gradient(0deg, rgba(6,11,20,.92), rgba(6,11,20,.05) 75%); }
.story-overlay__image img, .story-overlay__image .post-image-placeholder { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.story-overlay:hover .story-overlay__image img { transform: scale(1.045); }
.story-overlay__content { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; padding: 26px; }
.story-overlay .compact-date, .featured-overlay .compact-date { margin-inline-start: 10px; color: #e1e5ec; }
.story-overlay h3 { margin: 11px 0 0; font-size: 20px; line-height: 1.55; font-weight: 820; }
.story-overlay h3 a::after { content: ""; position: absolute; inset: 0; }
.trending-grid { display: grid; grid-template-columns: 1.15fr .9fr .72fr; gap: 26px; min-height: 370px; }
.trending-lead { min-height: 370px; }
.trending-list { display: grid; align-content: center; }
.mini-story { display: grid; grid-template-columns: 105px minmax(0,1fr); align-items: center; gap: 15px; min-height: 112px; padding: 14px 0; border-bottom: 1px solid #ebedf1; }
.mini-story:first-child { padding-top: 0; }
.mini-story:last-child { border-bottom: 0; }
.mini-story__image { height: 82px; overflow: hidden; border-radius: 8px; }
.mini-story__image img, .mini-story__image .post-image-placeholder { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.mini-story:hover img { transform: scale(1.08); }
.mini-story .post-category { padding: 3px 7px; color: var(--madar-red); background: #fff1f2; }
.mini-story .compact-date { margin-inline-start: 7px; }
.mini-story h3 { margin: 5px 0 0; font-size: 13px; line-height: 1.65; font-weight: 800; }
.mini-story h3 a:hover { color: var(--madar-blue); }
.category-widget > h3, .social-widget > h3 { margin: 0 0 13px; color: var(--madar-red); font-size: 11px; }
.category-widget__list { display: grid; height: 332px; overflow: hidden; border-radius: 10px; }
.category-widget__list a { position: relative; display: flex; align-items: center; justify-content: space-between; min-height: 64px; padding: 14px 16px; color: #fff; background-color: #27344a; background-position: center; background-size: cover; isolation: isolate; font-size: 11px; font-weight: 800; }
.category-widget__list a::before { content: ""; position: absolute; z-index: -1; inset: 0; background: rgba(10,16,28,.57); transition: background .25s; }
.category-widget__list a:hover::before { background: rgba(23,101,237,.68); }
.category-widget__list strong { display: grid; place-items: center; width: 27px; height: 23px; border-radius: 4px; background: rgba(255,255,255,.2); font-size: 9px; }
.featured-section { background: #f7f7f8; }
.home-section__header--compact { grid-template-columns: auto minmax(80px,210px) 1fr; }
.slider-arrows { display: flex; justify-content: flex-end; gap: 7px; }
.slider-arrows i { display: grid; place-items: center; width: 28px; height: 28px; background: #fff; border-radius: 50%; color: #8a9099; font-size: 9px; box-shadow: 0 4px 15px rgba(0,0,0,.05); }
.featured-grid { display: grid; grid-template-columns: .86fr 1.16fr .66fr; gap: 28px; }
.featured-standard { overflow: hidden; background: #fff; border-radius: 10px; box-shadow: 0 12px 30px rgba(16,25,42,.05); }
.featured-standard__image { display: block; height: 230px; overflow: hidden; }
.featured-standard__image img, .featured-standard__image .post-image-placeholder { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.featured-standard:hover img { transform: scale(1.04); }
.featured-standard > div { padding: 20px 21px 22px; }
.featured-standard .post-category { color: var(--madar-red); background: #fff1f2; }
.featured-standard h3 { margin: 11px 0 0; font-size: 16px; line-height: 1.7; }
.featured-stack { display: grid; gap: 17px; }
.featured-overlay { min-height: 188px; }
.featured-overlay .story-overlay__content { padding: 20px 22px; padding-inline-end: 50px; }
.featured-overlay h3 { font-size: 16px; }
.story-link-icon { position: absolute; z-index: 3; top: 16px; left: 16px; display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: rgba(255,255,255,.14); font-size: 11px; }
.social-widget { display: flex; flex-direction: column; gap: 7px; }
.social-widget > a { display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 10px; min-height: 43px; padding: 6px 10px; background: #fff; border-radius: 6px; font-size: 9px; box-shadow: 0 4px 14px rgba(16,25,42,.035); }
.social-widget > a:hover { transform: translateX(-3px); box-shadow: 0 8px 20px rgba(16,25,42,.08); }
.social-widget__icon { display: grid !important; place-items: center; width: 28px; height: 28px; color: #fff; border-radius: 4px; }
.social-widget__icon--blue { background: #2369d8; }.social-widget__icon--sky { background: #24a3e0; }.social-widget__icon--dark { background: #202c42; }.social-widget__icon--red { background: #e43a41; }
.social-widget > a span { color: #9399a3; }
.promo-card { position: relative; min-height: 105px; padding: 18px; margin-top: 6px; overflow: hidden; color: #fff; background: linear-gradient(115deg,rgba(18,26,40,.9),rgba(18,26,40,.2)), url("../images/demo/02-smart-devices-v4.webp") center/cover; border-radius: 9px; }
.promo-card span, .promo-card strong { display: block; }.promo-card span { font-size: 9px; }.promo-card strong { max-width: 150px; margin: 4px 0 12px; font-size: 11px; }.promo-card a { display: inline-flex; padding: 5px 10px; background: var(--madar-red); border-radius: 4px; font-size: 8px; font-weight: 800; }
.categories-section { padding-bottom: 85px; }
.categories-grid { display: grid; grid-template-columns: .72fr 1.45fr .72fr; gap: 25px; }
.category-column { display: grid; gap: 26px; }
.category-story__image { display: block; height: 178px; overflow: hidden; border-radius: 9px; }
.category-story__image img, .category-story__image .post-image-placeholder { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.category-story:hover img { transform: scale(1.05); }
.category-story > div { padding-top: 12px; }
.category-story .post-category { color: var(--madar-red); background: #fff1f2; }.category-story .compact-date { margin-inline-start: 8px; }
.category-story h3 { margin: 8px 0 0; font-size: 13px; line-height: 1.65; }
.category-story h3 a:hover { color: var(--madar-blue); }
.category-story--main .category-story__image { height: 430px; }.category-story--main h3 { font-size: 18px; }

/* Additional editorial sections */
.section-eyebrow { display: block; margin-bottom: 2px; color: var(--madar-red); font-size: 9px; font-weight: 850; letter-spacing: .04em; }
.home-section__header > div h2 { margin: 0; }
.home-section__header > p { max-width: 330px; margin: 0; color: var(--madar-muted); font-size: 11px; line-height: 1.7; }
.section-more { display: inline-flex; align-items: center; gap: 8px; color: var(--madar-blue); font-size: 10px; font-weight: 800; white-space: nowrap; }
.section-more:hover { gap: 12px; }
.topic-hubs-section { color: #fff; background: var(--madar-navy); }
.topic-hubs-section .home-section__header h2 { color: #fff; }
.topic-hubs-section .home-section__header > p { color: #99a4b5; }
.topic-hubs-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 15px; }
.topic-hub { position: relative; display: flex; align-items: flex-end; min-height: 330px; padding: 24px; overflow: hidden; color: #fff; background-color: #18243a; background-position: center; background-size: cover; border: 1px solid rgba(255,255,255,.08); border-radius: var(--madar-radius); isolation: isolate; }
.topic-hub::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(0deg,rgba(5,10,20,.96),rgba(5,10,20,.05) 75%); transition: background .3s ease; }
.topic-hub::after { content: ""; position: absolute; z-index: -1; inset: 0; opacity: 0; background: linear-gradient(0deg,rgba(23,101,237,.86),rgba(23,101,237,.05)); transition: opacity .3s ease; }
.topic-hub:hover { transform: translateY(-7px); }
.topic-hub:hover::after { opacity: 1; }
.topic-hub__number { position: absolute; top: 16px; left: 18px; color: rgba(255,255,255,.55); font-size: 10px; font-weight: 800; }
.topic-hub small { color: #c0c8d4; font-size: 9px; }.topic-hub h3 { margin: 4px 0 11px; font-size: 24px; }.topic-hub__link { display: inline-flex; align-items: center; gap: 7px; color: #dce7fc; font-size: 9px; font-weight: 750; }
.latest-section { background: #fff; }
.latest-layout { display: grid; grid-template-columns: 1.1fr .8fr .68fr; gap: 24px; align-items: stretch; }
.latest-lead { min-height: 460px; }.latest-lead .story-overlay__content { padding: 30px; }.latest-lead h3 { font-size: 24px; }.latest-lead p { max-width: 500px; margin: 9px 0 0; color: #cfd5df; font-size: 11px; }
.latest-cards { display: grid; gap: 18px; }.latest-card { overflow: hidden; background: #f6f7f9; border-radius: var(--madar-radius); }.latest-card__image { display: block; height: 158px; overflow: hidden; }.latest-card__image img,.latest-card__image .post-image-placeholder { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }.latest-card:hover img { transform: scale(1.05); }.latest-card > div { padding: 14px 16px; }.latest-card .post-category { padding: 3px 7px; }.latest-card h3 { margin: 7px 0 4px; font-size: 13px; line-height: 1.65; }
.reading-rank { padding: 24px; color: #fff; background: linear-gradient(150deg,#12223d,#0c1423); border-radius: var(--madar-radius); }.reading-rank__header { padding-bottom: 15px; margin-bottom: 8px; border-bottom: 1px solid rgba(255,255,255,.09); }.reading-rank__header span { color: #88a8e4; font-size: 9px; }.reading-rank__header h3 { margin: 2px 0 0; font-size: 19px; }.reading-rank ol { padding: 0; margin: 0; list-style: none; }.reading-rank li { display: grid; grid-template-columns: 31px 1fr; gap: 10px; align-items: center; min-height: 68px; border-bottom: 1px solid rgba(255,255,255,.08); }.reading-rank li:last-child { border-bottom: 0; }.reading-rank li > span { color: var(--madar-red); font-size: 17px; font-weight: 850; font-variant-numeric: tabular-nums; }.reading-rank li a { font-size: 11px; line-height: 1.6; font-weight: 700; }.reading-rank li a:hover { color: #8db4ff; }
.newsletter-section { position: relative; display: grid; grid-template-columns: 112px minmax(0,1fr) minmax(340px,430px); align-items: center; gap: 36px; min-height: 245px; padding: 42px 50px; margin-block: 24px 72px; overflow: hidden; color: #fff; background: linear-gradient(125deg,#2874ef 0%,#1765ed 48%,#0f49b9 100%); border-radius: 20px; box-shadow: 0 28px 70px rgba(23,101,237,.22); isolation: isolate; }
.newsletter-section::before,.newsletter-section::after { content: ""; position: absolute; z-index: -1; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; pointer-events: none; }.newsletter-section::before { left: -145px; bottom: -220px; width: 510px; height: 510px; box-shadow: 0 0 0 48px rgba(255,255,255,.025),0 0 0 96px rgba(255,255,255,.02); }.newsletter-section::after { right: 32%; top: -215px; width: 390px; height: 390px; opacity: .48; }
.newsletter-section__visual { position: relative; display: grid; place-items: center; width: 108px; height: 108px; overflow: hidden; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: rgba(255,255,255,.1); box-shadow: inset 0 0 30px rgba(255,255,255,.04); }.newsletter-section__visual::after { content: ""; position: absolute; inset: 11px; border: 1px solid rgba(255,255,255,.11); border-radius: inherit; pointer-events: none; }.newsletter-section__visual i { position: relative; z-index: 1; display: block; font-size: 34px; line-height: 1; transform: translateY(2px) rotate(-8deg); transform-origin: center; }.newsletter-section__copy { position: relative; z-index: 2; }.newsletter-section .section-eyebrow { color: #cfe0ff; }.newsletter-section h2 { max-width: 590px; margin: 5px 0 8px; font-size: 29px; line-height: 1.45; }.newsletter-section p { max-width: 560px; margin: 0; color: #dce8ff; font-size: 12px; line-height: 1.8; }.newsletter-form { position: relative; z-index: 2; padding: 14px; color: var(--madar-ink); background: #fff; border: 1px solid rgba(255,255,255,.65); border-radius: 14px; box-shadow: 0 20px 45px rgba(4,33,89,.15); }.newsletter-form__row { display: grid; grid-template-columns: 1fr auto; gap: 8px; }.newsletter-form input { min-width: 0; height: 51px; padding: 8px 14px; background: #f6f8fb; border: 1px solid #e7ebf1; border-radius: 9px; outline: none; }.newsletter-form input:focus { border-color: var(--madar-blue); box-shadow: 0 0 0 3px rgba(23,101,237,.1); }.newsletter-form button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-width: 120px; padding: 8px 18px; color: #fff; background: var(--madar-navy); border: 0; border-radius: 9px; font-size: 11px; font-weight: 800; cursor: pointer; transition: transform .2s,background .2s; }.newsletter-form button:hover { background: #1b2940; transform: translateY(-1px); }.newsletter-form button:disabled { opacity: .62; cursor: wait; }.newsletter-form small { display: block; padding: 9px 4px 0; color: #7e8795; font-size: 9px; }.newsletter-form small i { margin-inline-end: 5px; color: #2eac77; }.newsletter-form__status { min-height: 18px; margin: 8px 3px 0; color: #17714b; font-size: 10px; font-weight: 700; }.newsletter-form__status.is-error { color: #b4232f; }
.ad-placement { position: relative; padding-block: 28px; text-align: center; }.ad-placement__label { display: block; margin-bottom: 6px; color: #a1a8b2; font-size: 8px; }.ad-placement__content { display: grid; place-items: center; min-height: 96px; overflow: hidden; background: #f4f5f7; border: 1px dashed #ccd2db; border-radius: 8px; }.ad-placement__content img { width: 100%; max-height: 180px; object-fit: cover; }.ad-placement__content a { display: block; width: 100%; }.ad-placement__placeholder { display: flex; align-items: center; justify-content: center; gap: 9px; color: #7e8795; }.ad-placement__placeholder i { font-size: 20px; }.ad-placement__placeholder strong { font-size: 11px; }.ad-placement__placeholder small { padding: 2px 7px; background: #e7e9ee; border-radius: 4px; font-size: 8px; }.ad-placement--middle { max-width: 850px; }.ad-placement--footer { margin-bottom: 30px; }

/* Archive and category */
.content-shell { padding-block: 64px 90px; }
.page-header { margin-bottom: 34px; }
.page-header h1 { margin: 0; font-size: 36px; line-height: 1.3; }
.archive-description { max-width: 680px; margin-top: 10px; color: var(--madar-muted); }
.posts-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 28px; }
.post-card { overflow: hidden; background: #fff; border: 1px solid #edf0f4; border-radius: 12px; transition: transform .25s ease, box-shadow .25s ease; }
.post-card:hover { transform: translateY(-6px); box-shadow: var(--madar-shadow); }
.post-card__image { display: block; height: 220px; overflow: hidden; background: #eef1f5; }
.post-card__image img, .post-card__image .post-image-placeholder { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }.post-card:hover img { transform: scale(1.05); }
.post-card__body { padding: 21px; }.post-card__title { margin: 12px 0; font-size: 18px; line-height: 1.65; }.post-card__title a:hover { color: var(--madar-blue); }.post-card__excerpt { margin-top: 12px; color: var(--madar-muted); font-size: 12px; }.post-card__excerpt p { margin: 0; }
.navigation.pagination { margin-top: 40px; }.nav-links, ul.page-numbers { display: flex; justify-content: center; gap: 7px; padding: 0; margin: 40px 0 0; list-style: none; }.nav-links > .page-numbers, ul.page-numbers .page-numbers { display: grid; place-items: center; min-width: 38px; height: 38px; padding: 0 11px; border: 1px solid var(--madar-line); border-radius: 7px; font-weight: 700; }.page-numbers.current, a.page-numbers:hover { color: #fff; background: var(--madar-blue); border-color: var(--madar-blue); }
.category-landing { padding-bottom: 90px; }.category-hero { color: #fff; background: linear-gradient(125deg,#0d1729,#162944); }.category-hero__inner { display: grid; grid-template-columns: 1fr auto; align-items: end; min-height: 250px; padding-block: 62px; }.category-hero__eyebrow { color: #83aaff; font-size: 12px; font-weight: 800; }.category-hero h1 { margin: 8px 0 11px; font-size: 48px; }.category-hero p { max-width: 660px; margin: 0; color: #c4ccda; }.category-hero__count { display: flex; align-items: baseline; gap: 8px; color: #aeb9ca; }.category-hero__count strong { color: #fff; font-size: 50px; line-height: 1; }.category-content { padding-top: 50px; }.category-spotlight { display: grid; grid-template-columns: 1.4fr .8fr; gap: 24px; margin-bottom: 45px; }.category-spotlight__lead { min-height: 420px; }.category-spotlight__side { display: grid; gap: 18px; }.category-spotlight__side .story-overlay { min-height: 201px; }.category-layout { display: grid; grid-template-columns: minmax(0,1fr) 300px; align-items: start; gap: 40px; }.category-layout .posts-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }.archive-sidebar, .article-sidebar { display: grid; gap: 22px; }.sidebar-box { padding: 22px; background: #f7f8fa; border-radius: 11px; }.sidebar-box h3 { margin: 0 0 17px; font-size: 16px; }.sidebar-categories { display: grid; gap: 3px; padding: 0; margin: 0; list-style: none; }.sidebar-categories a { display: flex; justify-content: space-between; padding: 9px 0; border-bottom: 1px solid #e3e6eb; font-size: 12px; font-weight: 700; }.sidebar-categories a:hover { color: var(--madar-blue); padding-inline-start: 5px; }.sidebar-story { display: grid; grid-template-columns: 78px 1fr; gap: 10px; align-items: center; margin-bottom: 13px; }.sidebar-story:last-child { margin-bottom: 0; }.sidebar-story img { width: 78px; height: 63px; object-fit: cover; border-radius: 7px; }.sidebar-story h4 { margin: 0; font-size: 11px; line-height: 1.6; }

/* Single article */
.single-page { padding-bottom: 90px; background: #fff; }.single-article__top { padding: 50px 0 35px; text-align: center; }.breadcrumbs { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 9px; margin-bottom: 21px; color: #8a919c; font-size: 10px; }.breadcrumbs i { font-size: 7px; }.single-article__top h1 { width: min(860px,100%); margin: 14px auto 22px; font-size: clamp(34px,4vw,var(--madar-single-title,48px)); line-height: 1.42; letter-spacing: -.025em; text-wrap: balance; }.single-article__top .post-meta { justify-content: center; }.single-article__image { position: relative; height: min(610px,58vw); max-height: 610px; margin: 0; overflow: hidden; border-radius: 15px; box-shadow: 0 25px 60px rgba(16,25,42,.14); }.single-article__image img { width: 100%; height: 100%; object-fit: cover; }.single-article__image::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 -70px 90px rgba(0,0,0,.08); }.article-layout { display: grid; grid-template-columns: minmax(0,780px) 300px; justify-content: center; align-items: start; gap: 60px; padding-top: 58px; }.article-main { min-width: 0; }.entry-content { color: #303846; font-size: 18px; line-height: 2.05; }.entry-content > p:first-child { font-size: 21px; color: #1b2433; font-weight: 600; }.entry-content h2, .entry-content h3 { margin: 45px 0 14px; color: var(--madar-ink); line-height: 1.45; }.entry-content h2 { font-size: 29px; }.entry-content h3 { font-size: 23px; }.entry-content a { color: var(--madar-blue); text-decoration: underline; }.entry-content blockquote { margin: 35px 0; padding: 24px 28px; color: #192236; background: #f2f6fd; border-right: 4px solid var(--madar-blue); border-radius: 9px; font-size: 20px; font-weight: 650; }.entry-content img { border-radius: 11px; }.article-sidebar { position: sticky; top: 25px; }.share-box { display: flex; align-items: center; gap: 9px; padding: 18px 0; margin-top: 30px; border-top: 1px solid var(--madar-line); border-bottom: 1px solid var(--madar-line); }.share-box strong { margin-inline-end: auto; font-size: 12px; }.share-box a { display: grid; place-items: center; width: 36px; height: 36px; color: #fff; background: #1d2a41; border-radius: 50%; }.share-box a:hover { background: var(--madar-blue); transform: translateY(-3px); }.author-box { display: grid; grid-template-columns: 74px 1fr; gap: 18px; align-items: center; padding: 25px; margin-top: 30px; background: #f7f8fa; border-radius: 12px; }.author-box img { border-radius: 50%; }.author-box h3 { margin: 0 0 4px; }.author-box p { margin: 0; color: var(--madar-muted); font-size: 12px; }.related-posts { margin-top: 55px; }.related-posts__heading { display: flex; align-items: center; gap: 15px; margin-bottom: 22px; }.related-posts__heading h2 { margin: 0; font-size: 22px; }.related-posts__heading::after { content: ""; flex: 1; height: 2px; background: var(--madar-red); }.related-posts__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }.related-card__image { display: block; height: 135px; overflow: hidden; border-radius: 9px; }.related-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }.related-card:hover img { transform: scale(1.06); }.related-card h3 { margin: 9px 0 0; font-size: 12px; line-height: 1.65; }

/* Authentication */
.auth-page { min-height: calc(100vh - 270px); padding: 65px 0 85px; background: radial-gradient(circle at 90% 5%,rgba(23,101,237,.1),transparent 32%),#f4f6fa; }.auth-shell { display: grid; grid-template-columns: 1.06fr .94fr; max-width: 1050px; min-height: 620px; overflow: hidden; padding: 0; background: #fff; border-radius: 18px; box-shadow: 0 28px 80px rgba(15,27,50,.15); }.auth-visual { position: relative; min-height: 620px; overflow: hidden; color: #fff; background: #111a2b; }.auth-visual__image, .auth-visual__image::after { position: absolute; inset: 0; }.auth-visual__image::after { content: ""; background: linear-gradient(0deg,rgba(6,13,27,.94),rgba(6,13,27,.08) 70%),linear-gradient(110deg,rgba(23,101,237,.38),transparent); }.auth-visual__image img { width: 100%; height: 100%; object-fit: cover; }.auth-visual__content { position: absolute; z-index: 2; right: 45px; bottom: 48px; left: 45px; }.auth-visual__content > span { display: inline-flex; align-items: center; gap: 8px; color: #9dc0ff; font-size: 11px; font-weight: 800; }.auth-visual__content h1 { margin: 13px 0; font-size: 37px; line-height: 1.35; }.auth-visual__content p { max-width: 440px; margin: 0; color: #d1d7e1; }.auth-card { display: flex; flex-direction: column; justify-content: center; padding: 50px 58px; }.auth-card__brand { display: inline-flex; align-items: center; align-self: flex-start; gap: 10px; margin-bottom: 35px; }.auth-card__brand span { width: 42px; height: 42px; font-size: 23px; }.auth-card__brand strong { font-size: 22px; }.auth-card__heading { margin-bottom: 23px; }.eyebrow { color: var(--madar-blue); font-size: 10px; font-weight: 850; }.auth-card__heading h2 { margin: 4px 0 6px; font-size: 31px; }.auth-card__heading p { margin: 0; color: var(--madar-muted); font-size: 12px; }.auth-card form p { margin: 0 0 15px; }.auth-card label { display: block; margin-bottom: 6px; font-size: 11px; font-weight: 750; }.auth-card input[type=text], .auth-card input[type=password], .auth-card input[type=email] { width: 100%; min-height: 48px; padding: 10px 14px; border: 1px solid #dce1e8; border-radius: 8px; outline: none; }.auth-card input:focus { border-color: var(--madar-blue); box-shadow: 0 0 0 4px rgba(23,101,237,.09); }.login-remember label { display: inline-flex; align-items: center; gap: 7px; }.login-submit input, .madar-register-form button { display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; min-height: 49px; color: #fff; background: linear-gradient(135deg,var(--madar-blue),#0b50ce); border: 0; border-radius: 8px; font-weight: 850; box-shadow: 0 9px 22px rgba(23,101,237,.22); }.login-submit input:hover, .madar-register-form button:hover { transform: translateY(-2px); box-shadow: 0 13px 28px rgba(23,101,237,.3); }.auth-links { display: flex; justify-content: space-between; gap: 15px; margin-top: 15px; color: #7a828e; font-size: 10px; }.auth-links a { color: var(--madar-blue); font-weight: 800; }.auth-links--center { justify-content: center; }.input-with-icon { position: relative; display: block; }.input-with-icon i { position: absolute; top: 50%; right: 15px; z-index: 2; color: #929aa6; transform: translateY(-50%); }.input-with-icon input { padding-right: 42px !important; }.form-notice { display: flex; align-items: flex-start; gap: 9px; padding: 11px 13px; margin-bottom: 16px; border-radius: 7px; font-size: 10px; font-weight: 650; }.form-notice p { margin: 0; }.form-notice--success { color: #13704a; background: #e9f8f0; }.form-notice--error { color: #a52a36; background: #fff0f1; }

/* Comments */
.comments-area { margin-top: 60px; padding-top: 38px; border-top: 1px solid var(--madar-line); }
.comments-heading,.comment-reply-title { display: flex; align-items: center; gap: 13px; margin-bottom: 22px; }.comments-heading > span,.comment-reply-title__icon { display: grid; place-items: center; flex: none; width: 45px; height: 45px; color: var(--madar-blue); background: #edf4ff; border-radius: 12px; }.comments-heading small,.comment-reply-title small { display: block; color: var(--madar-blue); font-size: 9px; font-weight: 800; }.comments-title { margin: 0; font-size: 21px; }.comment-reply-title { font-size: inherit; }.comment-reply-title strong { display: block; margin-top: 2px; color: var(--madar-ink); font-size: 22px; }.comment-list { padding: 0; list-style: none; }.comment-body { padding: 20px; margin-bottom: 14px; background: #f8f9fa; border-radius: 10px; }.comment-author { display: flex; align-items: center; gap: 10px; }.comment-author img { border-radius: 50%; }.comment-metadata { margin: 4px 58px 12px; color: #89919c; font-size: 10px; }.comment-content { margin-inline-start: 58px; }
.comment-respond--madar { padding: 30px; margin-top: 35px; background: linear-gradient(180deg,#f8fafc,#f4f6f9); border: 1px solid #e6eaf0; border-radius: 16px; }.comment-form-intro { grid-column: 1/-1; margin: -12px 0 4px !important; color: var(--madar-muted); font-size: 11px; }.comment-form--madar { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }.comment-form--madar p { margin: 0; }.comment-form--madar label { display: flex; justify-content: space-between; margin-bottom: 7px; color: #364152; font-size: 10px; font-weight: 800; }.comment-form--madar label small { color: #9aa2ad; font-weight: 600; }.comment-form-comment,.comment-form-url,.comment-notes,.logged-in-as,.form-submit,.comment-form-cookies-consent { grid-column: 1/-1; }.comment-input { position: relative; display: block; }.comment-input i { position: absolute; top: 50%; right: 14px; color: #9aa3ae; transform: translateY(-50%); }.comment-form--madar input:not([type=checkbox]),.comment-form--madar textarea { width: 100%; padding: 12px 14px; background: #fff; border: 1px solid #dfe4eb; border-radius: 9px; outline: none; transition: border-color .2s,box-shadow .2s; }.comment-input input { padding-right: 40px !important; }.comment-form--madar textarea { min-height: 155px; resize: vertical; }.comment-form--madar input:focus,.comment-form--madar textarea:focus { border-color: var(--madar-blue); box-shadow: 0 0 0 4px rgba(23,101,237,.08); }.field-hint { display: block; margin-top: 5px; color: #969eaa; font-size: 8px; }.comment-form-cookies-consent { display: flex; align-items: center; gap: 8px; color: #7b8490; font-size: 9px; }.comment-form-cookies-consent label { display: inline; margin: 0; font-weight: 600; }.madar-comment-submit { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-width: 160px; padding: 12px 22px; color: #fff; background: linear-gradient(135deg,var(--madar-blue),#0e4fc8); border: 0; border-radius: 9px; font-weight: 850; box-shadow: 0 10px 24px rgba(23,101,237,.2); }.madar-comment-submit:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(23,101,237,.28); }

/* Generic */
.post-image-placeholder { position: relative; display: grid; place-items: center; overflow: hidden; background: linear-gradient(135deg,#172743,#236edb); }.post-image-placeholder__orbit { width: 44%; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.34); border-radius: 50%; box-shadow: 0 0 0 30px rgba(255,255,255,.05),0 0 0 65px rgba(255,255,255,.035); }.post-image-placeholder__mark { position: absolute; color: #fff; font-size: 42px; font-weight: 900; }.post-image-placeholder--1,.post-image-placeholder--5{background:linear-gradient(135deg,#4d164c,#ef3f4d)}.post-image-placeholder--2,.post-image-placeholder--6{background:linear-gradient(135deg,#00374e,#00a1b5)}.post-image-placeholder--3,.post-image-placeholder--7{background:linear-gradient(135deg,#23175c,#6458e8)}
.error-404 { padding: 100px 0; text-align: center; }.error-404 h1 { font-size: 100px; line-height: 1; color: var(--madar-blue); }.content-none { padding: 55px 25px; text-align: center; background: #f7f8fa; border-radius: 12px; }.content-none h2 { margin-bottom: 8px; }
.site-footer { color: #c8d0dc; background: #0b111c; }.site-footer__features { border-top: 1px solid rgba(255,255,255,.06); border-bottom: 1px solid rgba(255,255,255,.07); background: #0e1726; }.site-footer__features .site-shell { display: grid; grid-template-columns: repeat(3,1fr); min-height: 105px; }.site-footer__features .site-shell > div { display: flex; align-items: center; justify-content: center; gap: 14px; border-left: 1px solid rgba(255,255,255,.07); }.site-footer__features .site-shell > div:last-child { border-left: 0; }.site-footer__features i { display: grid; place-items: center; width: 41px; height: 41px; color: #8fb3fa; background: rgba(54,114,226,.12); border-radius: 10px; }.site-footer__features span { display: flex; flex-direction: column; }.site-footer__features strong { color: #fff; font-size: 12px; }.site-footer__features small { color: #7f8a9a; font-size: 9px; }.site-footer__grid { display: grid; grid-template-columns: 1.15fr .7fr .7fr 1.15fr; gap: 55px; padding-block: 65px 55px; }.footer-about p { max-width: 330px; margin: 20px 0; color: #8792a2; font-size: 11px; line-height: 1.9; }.footer-social { display: flex; gap: 8px; }.footer-social a { display: grid; place-items: center; width: 34px; height: 34px; color: #b3bdca; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.07); border-radius: 8px; }.footer-social a:hover { color: #fff; background: var(--madar-blue); transform: translateY(-3px); }.footer-column h2 { position: relative; padding-bottom: 13px; margin: 0 0 18px; color: #fff; font-size: 14px; }.footer-column h2::after { content: ""; position: absolute; right: 0; bottom: 0; width: 35px; height: 2px; background: var(--madar-red); }.footer-column ul { display: grid; gap: 2px; padding: 0; margin: 0; list-style: none; }.footer-column li a,.footer-column li button { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 7px 0; color: #8d98a8; background: transparent; border: 0; font: inherit; font-size: 10px; font-weight: 650; cursor: pointer; }.footer-column li a:hover,.footer-column li button:hover { color: #fff; padding-inline-start: 5px; }.footer-column li span { color: #596473; font-size: 8px; }.footer-latest { display: block; }.footer-latest article { display: grid; grid-template-columns: 78px 1fr; align-items: center; gap: 11px; padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.065); }.footer-latest article:last-child { border-bottom: 0; }.footer-latest__image { height: 58px; overflow: hidden; border-radius: 7px; }.footer-latest__image img { width: 100%; height: 100%; object-fit: cover; }.footer-latest h3 { margin: 0 0 2px; color: #dfe4eb; font-size: 10px; line-height: 1.55; }.footer-latest h3 a:hover { color: #8fb3fa; }.footer-latest time { color: #667282; font-size: 8px; }.site-footer__legal { display: flex; align-items: center; justify-content: space-between; min-height: 70px; padding-block: 14px; color: #616c7b; border-top: 1px solid rgba(255,255,255,.07); font-size: 9px; }.site-footer__legal p { margin: 0; }.site-footer__legal > div { display: flex; align-items: center; gap: 18px; }.site-footer__legal a:hover { color: #fff; }.back-to-top { display: grid; place-items: center; width: 32px; height: 32px; color: #fff !important; background: var(--madar-red); border-radius: 7px; }.site-footer__basic { display: flex; align-items: center; gap: 24px; min-height: 150px; }.site-footer__basic p { max-width: 570px; margin: 0; color: #8792a2; font-size: 11px; }.mobile-bottom-nav { display: none; }

.article-layout { grid-template-columns: minmax(0,var(--madar-article-width,780px)) 300px; }
.article-layout--wide { grid-template-columns: minmax(0,var(--madar-article-width,780px)); }
.category-layout--wide { grid-template-columns: minmax(0,1fr); }
.category-layout--wide .posts-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
.home-section__header h2 { font-size: var(--madar-section-title,26px); }
.madar-license-bar { position: fixed; z-index: 9998; right: 18px; bottom: 18px; max-width: 390px; padding: 12px 16px; color: #fff; background: #a62836; border-radius: 10px; box-shadow: 0 14px 35px rgba(87,20,29,.25); font-size: 11px; font-weight: 800; }

/* Motion */
[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.7,.2,1); }.home-hero[data-reveal] { transform: none; }.is-visible[data-reveal] { opacity: 1; transform: none; }.hero-rail__card:nth-child(2), .mini-story:nth-child(2), .category-story:nth-child(2) { transition-delay: .1s; }.mini-story:nth-child(3) { transition-delay: .18s; }
@keyframes madarPulse { 0%,100%{transform:scale(1);opacity:1}50%{transform:scale(1.22);opacity:.75} }
@keyframes madarHeroIn { from{opacity:0;transform:translateY(25px)}to{opacity:1;transform:none} }
@media (prefers-reduced-motion: reduce) { html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}[data-reveal]{opacity:1;transform:none} }

@media (max-width: 1040px) and (min-width: 783px) {
  .main-header__inner { grid-template-columns: 190px 1fr 100px; gap: 18px; }.primary-menu{gap:15px}.primary-menu>li>a{font-size:11px}.account-link{display:none}.trending-grid{grid-template-columns:1.1fr .9fr}.category-widget{display:none}.featured-grid{grid-template-columns:.85fr 1.15fr}.social-widget{display:none}.categories-grid{grid-template-columns:.7fr 1.3fr}.category-column:last-child{display:none}.article-layout{grid-template-columns:minmax(0,700px) 260px;gap:35px}
  .topic-hubs-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.latest-layout{grid-template-columns:1.2fr .8fr}.reading-rank{grid-column:1/-1}.newsletter-section{grid-template-columns:90px minmax(0,1fr);padding:32px}.newsletter-form{grid-column:1/-1}.site-footer__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:42px}
}
