:root {
  --deep: #064e2e;
  --green: #0f6b3a;
  --fresh: #3fa66b;
  --soft: #ddefe5;
  --warm: #f7f4ec;
  --ink: #153128;
  --muted: #5f716a;
  --white: #fff;
  --line: rgba(6, 78, 46, .14);
  --shadow: 0 24px 70px rgba(6, 78, 46, .13);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Manrope, "Noto Sans Arabic", sans-serif; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.site-header { position: sticky; z-index: 20; top: 0; min-height: 78px; padding: 12px clamp(20px, 5vw, 72px); display: flex; align-items: center; justify-content: space-between; gap: 32px; background: rgba(255,255,255,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.brand img { width: 220px; height: 52px; object-fit: contain; object-position: left center; }
nav { display: flex; align-items: center; gap: 28px; font-size: .92rem; font-weight: 700; }
nav a { transition: color .2s ease; }
nav a:hover { color: var(--green); }
.nav-cta { color: var(--white)!important; padding: 12px 18px; border-radius: 999px; background: var(--deep); }
.menu-toggle { display: none; border: 0; padding: 10px 14px; border-radius: 10px; color: var(--white); background: var(--deep); font: inherit; font-weight: 700; }
.hero { min-height: 720px; padding: clamp(72px, 10vw, 140px) clamp(20px, 7vw, 110px); display: grid; grid-template-columns: 1.18fr .82fr; align-items: center; gap: clamp(42px, 7vw, 110px); overflow: hidden; background: radial-gradient(circle at 88% 18%, rgba(63,166,107,.22), transparent 26%), linear-gradient(135deg, var(--warm) 0%, #fff 62%); }
.eyebrow { margin: 0 0 18px; color: var(--green); font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow.light { color: #a4e0bb; }
h1,h2,h3,p { margin-top: 0; }
h1 { max-width: 870px; margin-bottom: 18px; color: var(--deep); font-size: clamp(3rem, 6vw, 6.5rem); line-height: .98; letter-spacing: -.065em; }
h1 span { color: var(--fresh); }
.arabic-lead { width: fit-content; margin: 24px 0; padding: 8px 14px; color: var(--deep); background: var(--soft); border-radius: 10px; font-size: clamp(1.2rem, 2vw, 1.65rem); font-family: "Noto Sans Arabic", sans-serif; font-weight: 700; }
.hero-text { max-width: 680px; color: var(--muted); font-size: 1.12rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 13px 22px; border: 0; border-radius: 10px; cursor: pointer; font: inherit; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: var(--white); background: var(--green); box-shadow: 0 12px 30px rgba(15,107,58,.22); }
.button.secondary { color: var(--deep); background: var(--white); border: 1px solid var(--line); }
.button.full { width: 100%; }
.hero-panel { position: relative; padding: clamp(28px, 4vw, 48px); color: var(--white); background: var(--deep); border-radius: 28px; box-shadow: var(--shadow); overflow: hidden; }
.hero-panel::after { content: ""; position: absolute; width: 200px; height: 200px; right: -80px; bottom: -90px; border: 38px solid rgba(255,255,255,.05); border-radius: 50%; }
.panel-logo { width: min(100%, 270px); margin-bottom: 30px; overflow: hidden; border-radius: 12px; }
.panel-logo img { width: 100%; height: auto; object-fit: contain; }
.panel-label { font-weight: 800; }
.metric-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.metric-grid div { min-height: 108px; padding: 18px; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; background: rgba(255,255,255,.05); }
.metric-grid strong { display: block; color: #b8ebc9; font-size: 2rem; line-height: 1.2; }
.metric-grid span { display: block; margin-top: 8px; color: rgba(255,255,255,.74); font-size: .84rem; }
.section { padding: clamp(76px, 9vw, 128px) clamp(20px, 7vw, 110px); }
.about { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px, 8vw, 130px); background: var(--white); }
h2 { color: var(--deep); font-size: clamp(2.25rem, 4.5vw, 4.2rem); line-height: 1.08; letter-spacing: -.045em; }
.about-copy { max-width: 700px; color: var(--muted); font-size: 1.03rem; }
.check-list { display: grid; gap: 12px; padding: 0; margin: 30px 0 0; list-style: none; }
.check-list li { position: relative; padding-left: 34px; color: var(--ink); font-weight: 700; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: -1px; width: 23px; height: 23px; color: var(--white); background: var(--fresh); border-radius: 50%; font-size: .78rem; text-align: center; line-height: 23px; }
.services { background: var(--warm); }
.section-heading { max-width: 780px; margin-bottom: 44px; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.05rem; }
.section-heading.compact { margin-bottom: 30px; }
.service-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.service-card { grid-column: span 2; min-height: 300px; padding: 28px; background: var(--white); border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 10px 38px rgba(6,78,46,.05); }
.service-card.featured { grid-column: span 3; min-height: 340px; color: var(--white); background: var(--deep); border: 0; }
.service-card h3 { margin: 26px 0 14px; color: var(--deep); font-size: 1.35rem; }
.service-card.featured h3 { color: var(--white); font-size: 1.65rem; }
.service-card p { color: var(--muted); }
.service-card.featured p { color: rgba(255,255,255,.75); }
.card-top { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.service-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 12px; color: var(--white); background: var(--green); font-weight: 800; }
.featured .service-icon { color: var(--deep); background: #b8ebc9; }
.status { padding: 5px 9px; color: var(--muted); background: var(--soft); border-radius: 999px; font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.status.available { color: #b8ebc9; background: rgba(184,235,201,.1); border: 1px solid rgba(184,235,201,.23); }
.arabic-card { margin-top: 24px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); font-family: "Noto Sans Arabic", sans-serif; font-weight: 600; }
.sectors { background: var(--white); }
.sector-list { display: flex; flex-wrap: wrap; gap: 12px; }
.sector-list span { padding: 13px 18px; border: 1px solid var(--line); border-radius: 999px; color: var(--deep); background: #fbfdfc; font-weight: 700; }
.contact-section { padding: clamp(76px, 9vw, 128px) clamp(20px, 7vw, 110px); display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(42px, 8vw, 110px); color: var(--white); background: var(--deep); }
.contact-details h2 { color: var(--white); }
.contact-details > p { color: rgba(255,255,255,.72); }
dl { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 34px; }
dl div { padding-top: 14px; border-top: 1px solid rgba(255,255,255,.14); }
dt { color: #a4e0bb; font-size: .73rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
dd { margin: 5px 0 0; font-weight: 700; }
.quote-form { padding: clamp(26px, 4vw, 42px); color: var(--ink); background: var(--white); border-radius: 22px; box-shadow: 0 20px 60px rgba(0,0,0,.18); }
.form-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 24px; }
.form-heading span { color: var(--green); font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.form-heading strong { color: var(--deep); }
label { display: grid; gap: 7px; margin-bottom: 16px; color: var(--deep); font-size: .86rem; font-weight: 800; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
input,select,textarea { width: 100%; padding: 13px 14px; color: var(--ink); background: #fbfdfc; border: 1px solid #cfdcd6; border-radius: 9px; font: inherit; font-size: 1rem; }
input:focus,select:focus,textarea:focus { outline: 3px solid rgba(63,166,107,.2); border-color: var(--fresh); }
textarea { resize: vertical; }
.form-error { min-height: 22px; margin-bottom: 8px; color: #a21c1c; font-size: .85rem; font-weight: 700; }
.email-fallback { display: block; margin-top: 14px; color: var(--green); text-align: center; font-size: .86rem; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
footer { padding: 62px clamp(20px, 7vw, 110px) 28px; color: rgba(255,255,255,.72); background: #032d1c; text-align: center; }
.footer-logo { width: min(100%, 270px); margin: 0 auto 20px; overflow: hidden; border-radius: 12px; }
.footer-logo img { width: 100%; height: auto; }
.footer-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 22px; margin: 24px 0 44px; color: var(--white); font-weight: 700; }
.copyright { padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: .84rem; }
.whatsapp-float { position: fixed; z-index: 30; right: 22px; bottom: 22px; padding: 13px 18px; color: var(--white); background: #1b9a59; border-radius: 999px; box-shadow: 0 10px 30px rgba(0,0,0,.22); font-weight: 800; }
@media (max-width: 980px) {
  .menu-toggle { display: block; }
  nav { position: absolute; top: 77px; left: 16px; right: 16px; display: none; align-items: stretch; padding: 20px; background: var(--white); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
  nav.open { display: grid; }
  .hero,.about,.contact-section { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-panel { max-width: 680px; }
  .service-card,.service-card.featured { grid-column: span 3; }
}
@media (max-width: 640px) {
  .site-header { min-height: 68px; }
  .brand img { width: 175px; height: 44px; }
  nav { top: 68px; }
  h1 { font-size: clamp(2.75rem, 15vw, 4.6rem); }
  .hero { padding-top: 70px; }
  .metric-grid,.field-row,dl { grid-template-columns: 1fr; }
  .service-grid { display: grid; grid-template-columns: 1fr; }
  .service-card,.service-card.featured { grid-column: auto; min-height: auto; }
  .form-heading { align-items: flex-start; flex-direction: column; }
  .whatsapp-float { right: 14px; bottom: 14px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none!important; } }
