@font-face { font-family: Plex; src: url('/assets/fonts/IBMPlexSansArabic-Regular.ttf') format('truetype'); font-weight: 400; font-display: swap; }
@font-face { font-family: Plex; src: url('/assets/fonts/IBMPlexSansArabic-Bold.ttf') format('truetype'); font-weight: 700; font-display: swap; }
:root { color-scheme: light; --pine: #183d32; --ink: #203630; --muted: #52645e; --cream: #f5f3e9; --line: #d9e2d8; --lime: #dcebb5; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font: 400 16px/1.65 Plex, 'Segoe UI', sans-serif; }
a { color: inherit; }
button { font: inherit; }
:focus-visible { outline: 3px solid #8ebd5d; outline-offset: 3px; }
.wrap { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.skip { position: absolute; inset-inline-start: 20px; top: -70px; z-index: 10; padding: 8px 16px; background: white; }
.skip:focus { top: 8px; }
.header { background: var(--cream); border-bottom: 1px solid var(--line); }
.header-row { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; font-size: 25px; font-weight: 700; line-height: 1; }
.brand img { width: 42px; height: 42px; }
.brand small { display: block; margin-top: 4px; font-size: 13px; font-weight: 400; }
nav { display: flex; align-items: center; gap: 24px; }
nav a { font-weight: 700; text-decoration: none; }
nav a:hover { text-decoration: underline; text-underline-offset: 5px; }
nav button { padding: 6px 12px; color: var(--pine); background: transparent; border: 1px solid var(--pine); border-radius: 8px; cursor: pointer; }
.hero { color: white; background: var(--pine); overflow: hidden; }
.hero-grid { min-height: 570px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 64px; padding-block: 80px; }
.eyebrow { margin: 0 0 14px; color: #afd2a1; font-weight: 700; }
h1, h2, h3 { line-height: 1.25; margin: 0; }
h1 { max-width: 12ch; font-size: clamp(42px, 5vw, 68px); }
h2 { font-size: clamp(30px, 3.2vw, 43px); }
h3 { font-size: 22px; }
.lead { max-width: 49ch; margin: 22px 0 30px; color: #e1eee3; font-size: clamp(18px, 1.7vw, 21px); }
.actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 10px 22px; border: 1px solid transparent; border-radius: 8px; font-weight: 700; text-decoration: none; text-align: center; }
.button:hover { transform: translateY(-1px); }
.primary { background: var(--lime); color: var(--pine); }
.secondary { border-color: #a7c2ad; color: white; }
.hero-note { margin: 16px 0 0; color: #bdd2c3; font-size: 14px; }
.product-visual { transform: rotate(-3deg); border: 1px solid #748f7d; border-radius: 17px; overflow: hidden; background: #f9fbf6; box-shadow: 0 32px 80px #071e1666; }
.visual-top { display: flex; align-items: center; gap: 6px; height: 42px; padding: 0 16px; background: #e6eee7; }
.visual-top span { width: 8px; height: 8px; border-radius: 50%; background: #90aa98; }
.visual-top b { margin-inline-start: auto; color: var(--pine); font-size: 13px; }
.visual-inner { display: flex; min-height: 290px; }
.visual-nav { display: grid; align-content: start; gap: 16px; width: 72px; padding: 25px; background: #244c3e; }
.visual-nav i { width: 22px; height: 22px; border: 3px solid #aecfb8; border-radius: 5px; }
.visual-main { flex: 1; padding: 29px; }
.visual-line { width: 48%; height: 10px; margin-bottom: 12px; border-radius: 20px; background: #c7d9ca; }
.visual-line.wide { width: 72%; height: 16px; background: #88ae91; }
.visual-cards { display: flex; gap: 12px; margin: 28px 0 23px; }
.visual-cards i { flex: 1; height: 72px; border-radius: 8px; background: #e2ede2; border-top: 5px solid #89ae86; }
.visual-table { display: grid; gap: 9px; }
.visual-table i { height: 13px; border-radius: 4px; background: linear-gradient(90deg, #d4e4d6 65%, #ecf3ec 65%); }
.section { padding-block: 90px; }
.section .eyebrow { color: #42704f; }
.section-heading { margin-bottom: 36px; }
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.features article { min-height: 170px; padding: 24px; border: 1px solid var(--line); border-radius: 12px; background: white; }
.feature-number { display: block; margin-bottom: 15px; color: #668b67; font-size: 14px; font-weight: 700; }
.features p { margin: 8px 0 0; color: var(--muted); }
.facts { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.facts span { padding: 7px 13px; border: 1px solid #bdd2bf; border-radius: 100px; font-size: 14px; font-weight: 700; }
.contact { padding-block: 68px; color: white; background: #254c3c; }
.contact-grid { display: flex; justify-content: space-between; align-items: center; gap: 28px; }
.contact p:last-child { margin: 12px 0 0; color: #d3e5d5; }
.light { background: var(--lime); color: var(--pine); }
.outline { border-color: #aec5b1; color: white; }
.footer { padding-block: 25px; font-size: 14px; }
.footer-row { display: flex; justify-content: space-between; gap: 15px; }
@media (max-width: 760px) {
  .header-row { min-height: 68px; }
  nav { gap: 12px; font-size: 14px; }
  .hero-grid { min-height: 0; grid-template-columns: 1fr; gap: 45px; padding-block: 62px 72px; }
  .product-visual { max-width: 550px; }
  .features { grid-template-columns: 1fr; }
  .features article { min-height: 0; }
  .contact-grid { align-items: start; flex-direction: column; }
}
@media (max-width: 480px) {
  .wrap { width: min(100% - 28px, 1120px); }
  .brand { font-size: 21px; }
  .brand img { width: 34px; height: 34px; }
  nav a { display: none; }
  h1 { font-size: 42px; }
  .actions .button, .contact-actions .button { width: 100%; }
  .actions, .contact-actions { width: 100%; }
  .section { padding-block: 62px; }
  .footer-row { flex-direction: column; }
}
