@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700;800&display=swap');
:root{--blue:#292d2f;--yellow:#8bcf16;--paper:#fff;--ink:#202527;--line:#dce0da}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:30px}
body{margin:0;color:var(--ink);background:white;font:16px/1.8 'Cairo',Tahoma,sans-serif}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
button{cursor:pointer}
header{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:15px 5%;background:white}
.brand img{width:130px;height:110px;object-fit:contain}
.brand small{display:block;font:11px Arial;letter-spacing:2px}
.brand{font-weight:700;font-size:24px}
nav{display:flex;gap:25px;font-size:14px}
.button{display:inline-flex;align-items:center;justify-content:center;gap:25px;padding:14px 25px;min-height:48px;border:0;background:#f1f3ef;color:var(--ink);font-weight:600;border-radius:7px}
.dark{background:var(--ink);color:white}
.yellow{background:var(--yellow);color:#182500}
.menu{display:none}
.hero{display:grid;grid-template-columns:1fr 1fr;background:var(--blue);color:white;min-height:610px}
.hero-copy{padding:55px 10% 25px}
.eyebrow{font-size:14px;margin:0 0 20px}
h1{font-size:clamp(55px,6.6vw,96px);line-height:1.35;margin:0 0 20px}
h1 span{color:var(--yellow)}
.intro{font-size:19px;max-width:500px;color:#e1e5de}
.actions{display:flex;align-items:center;gap:28px;margin:32px 0 50px}
.hero-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid #ffffff45;padding-top:20px;font-size:14px}
.hero-bottom [dir]{font:11px/1.6 Arial;letter-spacing:1px}
.hero-visual{position:relative;min-width:0;overflow:hidden}
.hero-visual>img{width:100%;height:100%;position:absolute;object-fit:cover;filter:grayscale(1)}
.image-label{position:absolute;bottom:25px;right:25px;left:25px;padding:15px 20px;background:white;color:var(--ink);display:flex;justify-content:space-between;gap:15px}
.image-label span:last-child{font-size:12px}
.visual-note{position:absolute;top:30px;left:30px;padding:20px;background:var(--yellow);color:var(--ink);font-size:24px;font-weight:600;transform:rotate(-5deg)}
.ticker{display:flex;justify-content:space-around;align-items:center;gap:18px;padding:20px 5%;background:#353a3b;color:white;font-size:24px}
.ticker b{color:var(--yellow)}
.section{padding:90px 6%}
.section-heading{display:flex;align-items:end;justify-content:space-between;gap:35px;margin-bottom:45px}
.section .eyebrow{color:#528c00}
h2{font-size:clamp(32px,3.5vw,53px);line-height:1.5;margin:0;font-weight:600}
.muted{color:#777e76}
.section-heading>p{color:#646b61}
.services{border-top:1px solid var(--line)}
details{border-bottom:1px solid var(--line)}
summary{display:flex;align-items:center;gap:30px;list-style:none;padding:24px 0;cursor:pointer}
summary::-webkit-details-marker{display:none}
h3{font-size:24px;margin:0;font-weight:500}
.num{font:14px Arial;color:#6d7568}
.plus{margin-right:auto;font-size:32px}
details[open] .plus{transform:rotate(45deg)}
.service-body{padding:0 50px 25px}
.service-body p{color:#666e5f}
.tags{display:flex;flex-wrap:wrap;gap:10px}
.tags span{border:1px solid var(--line);padding:5px 14px;border-radius:30px;font-size:14px}
.service-body button,.products button{border:0;background:none;padding:15px 0;color:#487900}
.products-section{background:#f1f3ef}
.filters{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:30px}
.filters button{border:1px solid #c7cdc2;background:white;padding:10px 20px;border-radius:25px}
.filters .active{background:var(--ink);color:white}
.products{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.products article{padding:30px;background:white;min-height:240px;border-radius:8px;display:flex;flex-direction:column;align-items:start}
.product-code{font:12px Arial;letter-spacing:1px;color:#487900;margin-bottom:25px}
.products p{color:#656e5d}
.products button{margin-top:auto}
.products article[hidden]{display:none}
.outlined-label{border:1px solid var(--line);padding:8px 18px;font-size:14px}
.work-empty{display:flex;align-items:center;gap:30px;border-block:1px solid var(--line);padding:40px 0}
.asterisk{font-size:75px;color:#6fae0d}
.work-empty a{margin-right:auto}
.work-empty p{color:#697260}
.about{background:var(--ink);color:white}
.about .eyebrow,.contact .eyebrow{color:var(--yellow)}
.about-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:60px}
.about h2 span,.contact h2 span{color:var(--yellow)}
.about-lead{font-size:21px;color:#e0e6d9;margin-top:0}
.process{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;border-top:1px solid #ffffff40;padding-top:25px}
.process b{color:var(--yellow)}
.process h3{font-size:19px;margin-top:12px}
.process p{font-size:14px;color:#c9d0c3}
.profile{display:flex;justify-content:space-between;align-items:center;gap:30px}
.profile-action{padding:0 7%;border-right:1px solid var(--line)}
.pdf-mark{font:bold 30px Arial;color:#538b00}
.profile button:disabled{color:#697361;cursor:default}
.contact{display:grid;grid-template-columns:1fr 1fr;gap:8%;background:var(--ink);color:white}
.contact p{color:#d3dacb}
.location{margin-top:35px}
.contact-links{display:grid;gap:13px;margin-top:25px;direction:ltr;text-align:right}
.contact-links a{overflow-wrap:anywhere}
.contact-links a:hover{text-decoration:underline}
form{display:grid;gap:18px}
label{font-size:14px}
input,textarea,select{display:block;width:100%;padding:12px 15px;background:#ffffff0c;border:1px solid #ffffff55;border-radius:5px;color:white;margin-top:6px;font-size:16px}
input::placeholder,textarea::placeholder{color:#c6cebf}
textarea{resize:vertical}
option{color:#202527;background:white}
.form-note{font-size:13px;margin:0}
.contact .button{width:100%}
.brief-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}
.brief-actions a{font-size:14px}
footer{display:flex;justify-content:space-between;align-items:center;padding:30px 6%;gap:25px}
footer .brand img{width:110px;height:90px}
footer p,footer>a:last-child{font-size:14px}
.skip{position:absolute;top:-100px;background:var(--yellow);padding:10px;z-index:99}
.skip:focus{top:5px}
:focus-visible{outline:3px solid #80b827;outline-offset:5px}
@media(max-width:900px){header{gap:15px;flex-wrap:wrap}
header>.button{margin-right:auto}
.menu{display:block;background:none;border:0;font-size:26px;min-width:44px;min-height:44px}
nav{display:none;order:4;width:100%;flex-wrap:wrap;padding:15px 0}
nav.open{display:flex}
.hero{grid-template-columns:1fr}
.hero-copy{padding:40px 6% 25px}
.hero-visual{height:390px}
.hero-visual>img{object-position:center}
.section{padding:60px 6%}
.section-heading{align-items:start;flex-direction:column;gap:18px}
.products{grid-template-columns:repeat(2,1fr)}
.about-grid,.contact{grid-template-columns:1fr;gap:35px}
.work-empty{flex-wrap:wrap}
.work-empty a{margin-right:0}
.ticker{font-size:18px}
.ticker span:last-of-type,.ticker b:last-child{display:none}
}
@media(max-width:520px){.brand img{width:105px;height:85px}
header{padding:10px 5%;gap:10px}
header .button{font-size:14px;padding:10px 14px}
h1{font-size:58px}
.actions{gap:20px}
.actions .button{padding:13px 18px}
.text-link{font-size:14px}
.hero-visual{height:300px}
.visual-note{font-size:19px;padding:15px}
.image-label{right:15px;left:15px;padding:12px;font-size:14px}
.products{grid-template-columns:1fr}
.profile{flex-direction:column;align-items:start}
.profile-action{padding:20px 0 0;border-right:0;border-top:1px solid var(--line);width:100%}
.process{grid-template-columns:1fr}
.process h3{display:inline;margin-right:15px}
.service-body{padding:0 0 25px}
.ticker{font-size:15px;gap:10px}
.hero-bottom{font-size:12px}
footer p{display:none}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}
}

/* Services presentation */
.services-section{padding-top:72px;padding-bottom:78px}
.services-title{text-align:center;margin-bottom:38px}
.services-title .eyebrow{margin-bottom:8px}
.services-title h2{font-size:clamp(28px,3vw,44px);font-weight:700;color:#172a4a}
.services-title>span{display:block;width:56px;height:3px;margin:12px auto 0;background:var(--yellow);border-radius:10px}
.services-showcase{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border:0}
.service-card{position:relative;display:flex;flex-direction:column;align-items:center;min-width:0;padding:0 25px;border:0;border-left:1px solid #d7dee4;background:transparent;color:#172a4a;text-align:center}
.service-card:last-child{border-left:0}
.service-card:hover .service-icon{transform:translateY(-4px);background:#e9f5db}
.service-icon{width:76px;height:76px;display:grid;place-items:center;margin-bottom:15px;border-radius:50%;background:#f0f3f5;color:#1f2528;transition:transform .2s ease,background .2s ease}
.service-icon svg{width:40px;height:40px;stroke-width:1.8}
.service-icon svg *{stroke:currentColor}
.service-icon svg :is(path,line,polyline,polygon,rect,circle):nth-child(even){stroke:var(--yellow)}
.service-card h3{font-size:20px;font-weight:700;line-height:1.5;margin:0 0 7px;color:#172a4a}
.service-card p{margin:0;color:#69727d;font-size:15px;line-height:1.7}
@media(max-width:980px){.services-showcase{grid-template-columns:repeat(3,1fr);gap:32px 0}.service-card:nth-child(3){border-left:0}}
@media(max-width:650px){.services-showcase{grid-template-columns:1fr 1fr;gap:34px 0}.service-card{padding:0 14px}.service-card:nth-child(3){border-left:1px solid #d7dee4}.service-card:nth-child(even){border-left:0}.service-card:last-child{grid-column:1/-1;border-left:0}.service-icon{width:68px;height:68px}.service-icon svg{width:35px;height:35px}.service-card h3{font-size:17px}.service-card p{font-size:14px}}
