@import url("https://fonts.googleapis.com/css2?family=Noto+Naskh+Arabic:wght@400;500;600;700&display=swap");

:root {
  --ink: #172033;
  --muted: #647085;
  --line: #dfe4ec;
  --soft: #f5f7fb;
  --accent: #0787e8;
  --accent-dark: #0f3fb8;
  --green: #2fac66;
  --radius: 8px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--soft);
}

body[dir="rtl"] {
  font-family: "Noto Naskh Arabic", "Segoe UI", Tahoma, Arial, sans-serif;
  text-align: right;
}

:lang(ar),
[lang|="ar"],
[dir="rtl"],
.language-switch a[href^="/ar"] {
  font-family: "Noto Naskh Arabic", "Segoe UI", Tahoma, Arial, sans-serif;
}

body[dir="rtl"] h1 {
  font-size: clamp(34px, 4.25vw, 56px);
  line-height: 1.12;
}

body[dir="rtl"] h2 {
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.18;
}

body[dir="rtl"] .lede {
  font-size: 16px;
  line-height: 1.8;
}

body[dir="rtl"] .jump-card h3 {
  font-size: 21px;
  line-height: 1.35;
}

body[dir="rtl"] .price {
  font-size: clamp(27px, 3.1vw, 34px);
  line-height: 1.22;
}

a { color: inherit; }
img, video { max-width: 100%; display: block; }
.nav {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(223, 228, 236, .82);
}

.nav-inner {
  width: min(1180px, calc(100% - 40px));
  height: 62px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand-mark {
  width: 210px;
  height: 34px;
  object-fit: contain;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.nav-links a { text-decoration: none; }
.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .78);
}

.language-switch a {
  min-width: 36px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 9px;
  border-radius: 999px;
  color: var(--muted);
  text-decoration: none;
  font-size: 12px;
  font-weight: 850;
}

.language-switch a.active {
  color: #fff;
  background: linear-gradient(135deg, var(--accent-dark), var(--accent));
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  text-decoration: none;
  font-size: 13px;
  font-weight: 900;
}

.button-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--accent-dark), var(--accent));
  box-shadow: 0 14px 34px rgba(15, 85, 216, .24);
}

.button-ghost {
  border-color: var(--line);
  background: #fff;
}

.section {
  padding: 78px 0;
  background: #fff;
}

.section.alt { background: var(--soft); }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.hero {
  padding: 84px 0;
  background:
    linear-gradient(135deg, rgba(232, 243, 255, .94), rgba(255, 255, 255, .96) 48%, rgba(231, 255, 244, .62));
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr .78fr;
  gap: 44px;
  align-items: center;
}

body[dir="rtl"] .hero-grid { grid-template-columns: .78fr 1fr; }
.label {
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .08em;
}

h1, h2, h3 { letter-spacing: 0; }
h1 {
  margin: 10px 0 18px;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1;
}

.hero .article-shell h1 {
  max-width: 920px;
  margin-inline: auto;
  font-size: clamp(28px, 3.05vw, 42px);
  line-height: 1.13;
}

.hero .article-shell .lede {
  max-width: 760px;
  margin-inline: auto;
}

h2 {
  margin: 8px 0 0;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.08;
}

.lede {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.about-hero {
  display: grid;
  grid-template-columns: minmax(360px, .92fr) minmax(0, 1.08fr);
  gap: 54px;
  align-items: center;
  direction: ltr;
}

.about-visual {
  position: relative;
}

.about-image-card {
  position: relative;
  overflow: hidden;
  padding: 10px;
  border: 1px solid rgba(15, 85, 216, .16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 24px 68px rgba(23, 32, 51, .12);
  transition: transform .32s ease, box-shadow .32s ease, border-color .32s ease;
  animation: about-rise .7s ease both;
}

.about-image-card:hover {
  transform: translateY(-12px);
  border-color: rgba(15, 85, 216, .34);
  box-shadow: 0 34px 84px rgba(15, 85, 216, .18);
}

.about-image-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
  border: 1px solid var(--line);
}

.about-copy {
  direction: ltr;
}

body[dir="rtl"] .about-copy {
  direction: rtl;
  text-align: right;
}

.about-copy .lede {
  max-width: 720px;
}

.home-about {
  display: grid;
  grid-template-columns: .94fr 1.06fr;
  gap: 46px;
  align-items: center;
}

body[dir="rtl"] .home-about {
  direction: ltr;
}

.home-about-image {
  overflow: hidden;
  padding: 10px;
  border: 1px solid rgba(15, 85, 216, .16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 24px 68px rgba(23, 32, 51, .12);
  animation: about-rise .7s ease both;
  transition: transform .32s ease, box-shadow .32s ease, border-color .32s ease;
}

.home-about-image.shaped {
  border-radius: 8px 72px 8px 8px;
}

.home-about-image:hover {
  transform: translateY(-12px);
  border-color: rgba(15, 85, 216, .34);
  box-shadow: 0 34px 84px rgba(15, 85, 216, .18);
}

.home-about-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.home-about-image.shaped img {
  aspect-ratio: 4 / 3.15;
  object-position: 50% 43%;
  transform: scale(1.08);
  clip-path: polygon(0 0, 100% 0, 100% 88%, 88% 100%, 0 100%);
  border-radius: 6px 60px 6px 6px;
}

.home-about-copy {
  direction: ltr;
}

body[dir="rtl"] .home-about-copy {
  direction: rtl;
  text-align: right;
}

.home-about-copy .lede {
  max-width: 720px;
  margin-top: 18px;
}

@keyframes about-rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes stat-enter {
  from { opacity: 0; transform: translateY(18px) scale(.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.media-panel {
  padding: 12px;
  border: 1px solid rgba(15, 85, 216, .16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 24px 68px rgba(15, 85, 216, .14);
}

.media-panel video,
.media-panel img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid var(--line);
  background: #fff;
}

.business-lines {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.business-lines span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(15, 85, 216, .16);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  color: #26344d;
  font-size: 13px;
  font-weight: 800;
}

.stat-panel {
  padding: 28px;
  border: 1px solid rgba(15, 85, 216, .16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 22px 64px rgba(15, 85, 216, .12);
}

.stats {
  display: grid;
  gap: 14px;
}

.stat {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.stat strong { display: block; color: var(--accent-dark); font-size: 26px; }
.stat span { display: block; margin-top: 5px; color: var(--muted); font-size: 13px; }

.blog-hero-photo {
  position: relative;
  overflow: hidden;
  padding: 10px;
  border: 1px solid rgba(15, 85, 216, .16);
  border-radius: 8px 74px 8px 8px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 26px 72px rgba(15, 85, 216, .14);
  transition: transform .32s ease, box-shadow .32s ease, border-color .32s ease;
}

.blog-hero-photo::after {
  content: "";
  position: absolute;
  inset: 10px;
  pointer-events: none;
  border-radius: 6px 62px 6px 6px;
  background: linear-gradient(180deg, rgba(15, 85, 216, .08), transparent 34%);
  clip-path: polygon(0 0, 100% 0, 100% 88%, 88% 100%, 0 100%);
}

.blog-hero-photo:hover {
  transform: translateY(-12px);
  border-color: rgba(15, 85, 216, .34);
  box-shadow: 0 36px 88px rgba(15, 85, 216, .2);
}

.blog-hero-photo img {
  width: 100%;
  aspect-ratio: 4 / 2.85;
  object-fit: cover;
  object-position: 50% 49%;
  transform: scale(1.05);
  border: 1px solid var(--line);
  border-radius: 6px 62px 6px 6px;
  clip-path: polygon(0 0, 100% 0, 100% 88%, 88% 100%, 0 100%);
}

.partner-strip {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: center;
  margin-top: 32px;
  padding: 18px 0;
  border-top: 1px solid rgba(15, 85, 216, .12);
}

.partner-label {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.partner-track {
  overflow: hidden;
  min-width: 0;
}

.partner-track-inner {
  display: flex;
  gap: 14px;
  width: max-content;
  animation: partner-slide 34s linear infinite;
}

.partner-track:hover .partner-track-inner { animation-play-state: paused; }

.partner-group {
  display: flex;
  gap: 14px;
}

.partner-item {
  width: 138px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .78);
}

.partner-logo {
  max-width: 126px;
  max-height: 34px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: .74;
}

.partner-logo.invert-logo { filter: grayscale(1) invert(1); }

@keyframes partner-slide {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

body[dir="rtl"] .partner-track-inner {
  animation-name: partner-slide-rtl;
}

@keyframes partner-slide-rtl {
  from { transform: translateX(0); }
  to { transform: translateX(50%); }
}

.section-head {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: end;
  margin-bottom: 32px;
}

.section-head .lede { max-width: 560px; }
.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.jump-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 26px;
  border: 1px solid rgba(15, 85, 216, .14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 14px 40px rgba(23, 32, 51, .06);
  text-decoration: none;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease, background .28s ease;
}

.jump-card:hover {
  transform: translateY(-14px);
  border-color: rgba(15, 85, 216, .32);
  background: linear-gradient(180deg, #fff, #f1f8ff);
  box-shadow: 0 30px 78px rgba(15, 85, 216, .16);
}

.jump-card.featured {
  border-color: rgba(15, 85, 216, .34);
  background: linear-gradient(180deg, rgba(240, 247, 255, .94), rgba(255, 255, 255, .86));
}

.card-index {
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
}

.jump-card h3 { margin: 18px 0 10px; font-size: 22px; }
.blog-layout .jump-card h3 {
  font-size: 19px;
  line-height: 1.35;
}
.jump-card p { margin: 0; color: var(--muted); line-height: 1.65; font-size: 14px; }
.module-list {
  display: grid;
  gap: 12px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.module-list strong,
.module-list span { display: block; }

.module-list strong {
  margin-bottom: 4px;
  color: var(--ink);
  font-size: 14px;
}

.module-list span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.product-frame {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 12px;
  border: 1px solid rgba(15, 85, 216, .14);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 18px 54px rgba(23, 32, 51, .08);
}

.product-frame img {
  width: 100%;
  aspect-ratio: 16 / 8.7;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid var(--line);
}

.screen-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  width: min(1180px, calc(100% - 40px));
  margin: 16px auto 0;
}

.screen-card {
  padding: 8px;
  border: 1px solid rgba(15, 85, 216, .14);
  border-radius: var(--radius);
  background: #fff;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.screen-card:hover {
  transform: translateY(-8px);
  border-color: rgba(15, 85, 216, .32);
  box-shadow: 0 24px 64px rgba(15, 85, 216, .14);
}

.screen-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid var(--line);
}

.two-column {
  display: grid;
  grid-template-columns: .94fr 1.06fr;
  gap: 36px;
  align-items: center;
}

.flow-list {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.flow-card {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  align-items: start;
  padding: 20px;
  border: 1px solid rgba(15, 85, 216, .14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .86);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.flow-card:hover {
  transform: translateY(-10px);
  border-color: rgba(15, 85, 216, .32);
  box-shadow: 0 24px 64px rgba(15, 85, 216, .13);
}

.flow-number {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--accent-dark), var(--accent));
  font-size: 13px;
  font-weight: 950;
}

.flow-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 18px;
}

.flow-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
  font-size: 14px;
}

.visual-card {
  padding: 12px;
  border: 1px solid rgba(15, 85, 216, .14);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 18px 54px rgba(23, 32, 51, .08);
}

.visual-card img {
  width: 100%;
  border-radius: 6px;
  border: 1px solid var(--line);
}

.finance-points {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.finance-point {
  padding: 20px;
  border: 1px solid rgba(15, 85, 216, .14);
  border-radius: var(--radius);
  background: #fff;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.finance-point:hover {
  transform: translateY(-10px);
  border-color: rgba(15, 85, 216, .32);
  box-shadow: 0 24px 64px rgba(15, 85, 216, .13);
}

.finance-point strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 18px;
}

.finance-point span {
  display: block;
  color: var(--muted);
  line-height: 1.65;
  font-size: 14px;
}
.price { margin: 10px 0 0; color: var(--accent-dark); font-size: 34px; font-weight: 950; }
.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

body[dir="rtl"] .badge-row { justify-content: flex-start; }
.badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(15, 85, 216, .16);
  border-radius: 999px;
  color: var(--accent-dark);
  background: rgba(255, 255, 255, .8);
  font-size: 12px;
  font-weight: 900;
}

.badge.green {
  border-color: rgba(47, 172, 102, .28);
  color: #18794e;
  background: rgba(47, 172, 102, .08);
}

.feature-list {
  display: grid;
  gap: 10px;
  margin: 22px 0 24px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.feature-list span {
  color: #29354a;
  font-size: 14px;
  line-height: 1.45;
}

.feature-list span::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-inline-end: 9px;
  border-radius: 50%;
  background: var(--green);
}

.ar-form-grid {
  grid-template-columns: 1fr 1fr;
}

.jump-card .button { margin-top: auto; width: 100%; }
.contact-band {
  padding: 54px 0;
  background: linear-gradient(135deg, #172033, #243653 54%, #0f3fb8);
  color: #fff;
}

.contact-band .lede { color: #d6e3f5; }
.contact-band .button-ghost {
  color: var(--ink);
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.inquiry-form {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .94);
  color: var(--ink);
  box-shadow: 0 18px 54px rgba(0, 0, 0, .16);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.form-field {
  display: grid;
  gap: 7px;
  color: #29354a;
  font-size: 13px;
  font-weight: 850;
}

.form-field.full { grid-column: 1 / -1; }

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid #dfe4ec;
  border-radius: 8px;
  color: var(--ink);
  background: #fff;
  font: inherit;
  font-weight: 500;
}

.form-field textarea {
  min-height: 112px;
  resize: vertical;
}

.form-note {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.blog-layout {
  display: grid;
  grid-template-columns: 1.18fr .82fr;
  gap: 16px;
}

.blog-stack { display: grid; gap: 16px; }
.blog-cover {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 20px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}

.blog-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-stack .blog-cover {
  margin-bottom: 16px;
}

.article-meta {
  margin-top: auto;
  padding-top: 22px;
  color: var(--accent-dark);
  font-size: 13px;
  font-weight: 900;
}

.article-shell {
  width: min(860px, calc(100% - 40px));
  margin: 0 auto;
}

.article-cover {
  width: min(960px, calc(100% - 40px));
  margin: 34px auto 0;
  padding: 10px;
  border: 1px solid rgba(15, 85, 216, .14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 18px 54px rgba(23, 32, 51, .08);
}

.article-cover img {
  width: 100%;
  aspect-ratio: 16 / 8.4;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.article-body {
  padding: 44px;
  border: 1px solid rgba(15, 85, 216, .14);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 18px 54px rgba(23, 32, 51, .07);
}

.article-body h2,
body[dir="rtl"] .article-body h2 {
  margin-top: 34px;
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.22;
}

.article-body p,
.article-body li {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.82;
}

.article-body ul {
  display: grid;
  gap: 10px;
  padding-inline-start: 22px;
}

.article-figure {
  margin: 30px 0;
  padding: 10px;
  border: 1px solid rgba(15, 85, 216, .14);
  border-radius: var(--radius);
  background: #f8fbff;
}

.article-figure img {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.article-figure figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.next-article {
  display: block;
  margin-top: 24px;
  padding: 24px;
  border: 1px solid rgba(15, 85, 216, .18);
  border-radius: var(--radius);
  background: linear-gradient(135deg, #fff, #eef6ff);
  text-decoration: none;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.next-article:hover {
  transform: translateY(-10px);
  border-color: rgba(15, 85, 216, .32);
  box-shadow: 0 24px 64px rgba(15, 85, 216, .15);
}

.next-article span {
  display: block;
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.next-article strong {
  display: block;
  margin-top: 8px;
  font-size: 22px;
}

footer {
  padding: 28px 0;
  background: #fff;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
}

.footer-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.blog-footer {
  background: #f8fbff;
}

.blog-footer-inner {
  align-items: flex-start;
}

.blog-footer-brand {
  max-width: 420px;
}

.blog-footer-brand strong {
  display: block;
  color: var(--ink);
  font-size: 18px;
  margin-bottom: 8px;
}

.blog-footer-brand span {
  display: block;
  line-height: 1.65;
}

.blog-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  justify-content: flex-end;
}

.blog-footer-links a {
  color: var(--accent-dark);
  text-decoration: none;
  font-weight: 850;
}

@media (max-width: 980px) {
  .nav-links a:not(.button) { display: none; }
  .hero-grid, body[dir="rtl"] .hero-grid, .card-grid, .blog-layout, .two-column, .screen-grid, .about-hero, .home-about { grid-template-columns: 1fr; }
  .section-head { display: block; }
  .section-head .lede { margin-top: 14px; }
  .partner-strip { grid-template-columns: 1fr; gap: 12px; }
  .partner-label { white-space: normal; }
}

@media (max-width: 640px) {
  .nav-inner, .container, .footer-inner { width: min(100% - 28px, 1180px); }
  .brand-mark { width: 152px; height: 28px; }
  .nav-links { display: none; }
  .hero { padding: 52px 0; }
  .section { padding: 52px 0; }
  .jump-card, .stat-panel { padding: 20px; }
  .about-hero { gap: 32px; }
  .about-image-card img { aspect-ratio: 4 / 3.2; }
  .product-frame, .screen-grid { width: min(100% - 28px, 1180px); }
  .article-cover { width: min(100% - 28px, 960px); }
  .article-cover img { aspect-ratio: 16 / 10; }
  .flow-card { grid-template-columns: 42px 1fr; gap: 14px; padding: 18px; }
  .partner-strip { padding: 16px 0; }
  .partner-item { width: 118px; height: 40px; }
  .partner-logo { max-width: 112px; max-height: 34px; }
  .form-grid { grid-template-columns: 1fr; }
  .article-body { padding: 24px; }
  .ar-form-grid { grid-template-columns: 1fr !important; }
  .blog-footer-links { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  .about-image-card,
  .home-about-image,
  .blog-hero-photo {
    animation: none;
    transition: none;
  }
}
