/* Assil Ouargane v4 — Font Fix */
:root{--ag-green:#4E9A5C;--ag-green-deep:#2D6B3A;--ag-brown:#3E2C23;--ag-gold:#B8963E;--ag-ink:#1C1917;--ag-cream:#FAF8F4}
::selection{background:var(--ag-green);color:#fff}
*,*::before,*::after{box-sizing:border-box;margin:0}
html{scroll-behavior:smooth}
html.lenis,html.lenis body{height:auto}
.lenis.lenis-smooth{scroll-behavior:auto!important}

/* FONT: Force Almarai body + Cairo headings on ALL devices */
html,body,p,span,a,li,td,th,label,input,textarea,select,button,div,nav,footer,header,section,article,aside,main{
    font-family:'Almarai',sans-serif!important;
    line-height:1.7;
}
h1,h2,h3,h4,h5,h6,.font-cairo{
    font-family:'Cairo',sans-serif!important;
    line-height:1.3;
}
body{overflow-x:hidden;background:var(--ag-cream);color:var(--ag-brown);-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%}

/* Navbar */
#navbar.scrolled #navInner{background:rgba(255,255,255,.92);box-shadow:0 4px 40px rgba(0,0,0,.08);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}

/* Kill ALL glow/gradient lines everywhere */
footer>div:first-child.footer-line{height:1px!important;background:rgba(255,255,255,.06)!important}
section::before{display:none!important}
.cta-pattern{position:relative;overflow:hidden}
.cta-pattern::before{display:block!important;content:'';position:absolute;inset:0;opacity:.04;background-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 0L40 20L20 40L0 20z' fill='white'/%3E%3C/svg%3E");background-size:30px 30px}

/* FAQ */
.faq-content{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.25,.46,.45,.94)}
.faq-item.open .faq-content{max-height:300px}
.faq-item.open .faq-icon{background:var(--ag-green)!important;transform:rotate(45deg)}
.faq-item.open .faq-icon i{color:#fff!important}
.faq-item.open{border-color:var(--ag-green)!important}

/* Timeline */
.timeline-step.active .timeline-step-number{background:var(--ag-green)!important;color:#fff!important;border-color:#EDF5EF!important;box-shadow:0 0 0 6px rgba(78,154,92,.15)}

/* Bento */
.bento-tile{transition:transform .35s cubic-bezier(.25,.46,.45,.94),box-shadow .35s ease}
.bento-tile:hover{transform:translateY(-4px);box-shadow:0 16px 40px rgba(0,0,0,.08)}

/* Mobile bottom bar */
.mobile-bottom-bar{display:none}
@media(max-width:767px){
    .mobile-bottom-bar{display:flex;position:fixed;bottom:0;inset-inline:0;z-index:45;background:#fff;box-shadow:0 -2px 20px rgba(0,0,0,.06);padding:.5rem .75rem;gap:.5rem}
}

/* Scrollbar */
::-webkit-scrollbar{width:6px}
::-webkit-scrollbar-track{background:var(--ag-cream)}
::-webkit-scrollbar-thumb{background:var(--ag-green);border-radius:3px}

@media print{.mobile-bottom-bar,#navbar,#mobileMenu{display:none!important}}
