*{box-sizing:border-box}
:root{--bg:#f7f5ee;--paper:#fffdf8;--green:#234d35;--green2:#50743b;--olive:#78934b;--gold:#c79239;--text:#203027;--muted:#687269;--line:rgba(35,77,53,.15);--max:1180px}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:"DM Sans",Arial,sans-serif;line-height:1.6}
a{color:inherit;text-decoration:none}
.site-header{height:82px;max-width:var(--max);margin:auto;padding:0 28px;display:flex;align-items:center;justify-content:space-between}
.brand{display:inline-flex;align-items:center;gap:9px}
.brand-logo{width:150px;height:64px;object-fit:contain;display:block}.brand-name,.footer-brand{font-size:1.42rem;font-weight:700;letter-spacing:-.055em}
.language-switcher{display:flex;gap:4px;padding:4px;border:1px solid var(--line);border-radius:99px}
.lang{border:0;background:transparent;color:var(--muted);border-radius:99px;padding:6px 11px;font:600 .72rem "DM Sans",sans-serif;cursor:pointer}
.lang.active{background:var(--green);color:#fff}
.hero{max-width:var(--max);margin:auto;padding:75px 28px 105px}
.hero-inner{min-height:565px;display:grid;grid-template-columns:1.02fr .98fr;gap:40px;align-items:center}
.eyebrow,.section-label,.status-top{font-size:.7rem;font-weight:700;letter-spacing:.16em}
.eyebrow{display:flex;align-items:center;gap:9px;color:var(--green2);margin-bottom:22px}
.dot,.status-dot{width:7px;height:7px;border-radius:50%;background:var(--gold)}
h1,h2{margin:0;color:var(--green);letter-spacing:-.045em;line-height:.98}
h1{max-width:690px;font-size:clamp(3.5rem,6.7vw,6.4rem);font-weight:600}
h1 em,h2 em{font-family:"Playfair Display",Georgia,serif;font-weight:500}
.hero-text{max-width:575px;margin:30px 0 0;color:var(--muted);font-size:1.04rem;line-height:1.75}
.hero-actions{display:flex;align-items:center;gap:20px;margin-top:34px}
.button{display:inline-flex;align-items:center;justify-content:center;gap:13px;min-height:48px;padding:0 22px;border-radius:99px;font-size:.82rem;font-weight:700;transition:transform .2s ease,background .2s ease}
.button:hover{transform:translateY(-2px)}
.button-primary{background:var(--green);color:white}
.button-primary:hover{background:#183b27}
.button-quiet{color:var(--green);border:1px solid var(--line)}
.hero-art{position:relative;height:520px;display:grid;place-items:center}
.art-circle{position:absolute;border-radius:50%}
.circle-one{width:390px;height:390px;background:#e5e9d8;right:7%;top:9%}
.circle-two{width:150px;height:150px;background:#eadfc6;right:2%;bottom:8%}
.hero-logo{position:relative;z-index:2;width:min(100%,520px);height:auto;object-fit:contain;filter:drop-shadow(0 18px 35px rgba(35,77,53,.07))}.art-card{display:none}
.art-card strong{color:var(--green);line-height:1.2}
.art-card small{color:var(--muted);font-size:.72rem;margin-top:7px}
.section{max-width:var(--max);margin:auto;padding:110px 28px;border-top:1px solid var(--line)}
.vision{display:grid;grid-template-columns:.55fr 1fr;gap:70px}
.section-label{display:flex;gap:15px;color:var(--muted)}
.section-label span:first-child{color:var(--gold)}
.section-main{display:grid;grid-template-columns:1fr .72fr;gap:60px;align-items:end}
h2{font-size:clamp(2.7rem,5vw,5rem);font-weight:600}
.section-main p,.partner-copy p{margin:0;color:var(--muted);line-height:1.85}
.features{display:grid;grid-template-columns:repeat(3,1fr);gap:0;padding-top:80px;padding-bottom:110px}
.feature{position:relative;min-height:280px;padding:25px 35px 25px 0;border-right:1px solid var(--line)}
.feature:not(:first-child){padding-left:35px}
.feature:last-child{border-right:0}
.feature-icon{display:flex;width:45px;height:45px;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:50%;color:var(--green);font-size:1.15rem;margin-bottom:52px}
.feature-number{position:absolute;top:28px;right:35px;color:#a3aaa4;font-size:.7rem;font-weight:700}
.feature h3{margin:0 0 9px;color:var(--green);font-size:1.22rem}
.feature p{max-width:290px;margin:0;color:var(--muted);font-size:.9rem}
.partners{display:grid;grid-template-columns:1fr 1fr;gap:100px;background:#edf0e5;max-width:none;padding-left:max(28px,calc((100vw - var(--max))/2 + 28px));padding-right:max(28px,calc((100vw - var(--max))/2 + 28px))}
.partner-intro h2{margin-top:55px}
.partner-copy{padding-top:70px;max-width:530px}
.partner-copy p+p{margin-top:22px}
.text-link{display:inline-flex;gap:12px;margin-top:32px;padding-bottom:6px;border-bottom:1px solid var(--green);color:var(--green);font-weight:700;font-size:.84rem}
.status{max-width:var(--max);margin:auto;padding:65px 28px 75px}
.status-top{display:flex;align-items:center;gap:12px;color:var(--muted)}
.status-top strong{margin-left:8px;color:var(--green);letter-spacing:0;font-size:.82rem}
.progress{height:3px;margin-top:20px;background:rgba(35,77,53,.1)}
.progress span{display:block;width:32%;height:100%;background:var(--gold)}
.closing{text-align:center;padding:115px 28px 125px;background:var(--green);color:white}
.closing-mark{width:48px;height:48px;display:grid;place-items:center;margin:0 auto 30px;border:1px solid rgba(255,255,255,.3);border-radius:50%;color:#e7d4a9}
.closing h2{color:white;font-size:clamp(3rem,6vw,5.5rem);margin-bottom:36px}
.closing .button-primary{background:#e9d6a7;color:var(--green)}
footer{max-width:var(--max);min-height:90px;margin:auto;padding:25px 28px;display:flex;align-items:center;justify-content:space-between;gap:20px;color:var(--muted);font-size:.72rem}
footer .footer-brand{color:var(--green)}
[dir=rtl]{font-family:Arial,Tahoma,sans-serif}
[dir=rtl] .hero-copy,[dir=rtl] .section-main,[dir=rtl] .partner-copy{text-align:right}
[dir=rtl] .eyebrow,[dir=rtl] .section-label{flex-direction:row-reverse}
[dir=rtl] .hero-actions{justify-content:flex-start}
[dir=rtl] .art-card{left:auto;right:3%}
@media(max-width:900px){
.hero{padding-top:50px}.hero-inner,.vision,.partners{grid-template-columns:1fr}.hero-inner{min-height:0}.hero-art{height:430px}.section-main{grid-template-columns:1fr;gap:30px}.features{grid-template-columns:1fr}.feature,.feature:not(:first-child){min-height:auto;padding:30px 0;border-right:0;border-bottom:1px solid var(--line)}.feature:last-child{border-bottom:0}.feature-icon{margin-bottom:28px}.partner-copy{padding-top:0}
}
@media(max-width:600px){
.site-header{height:72px;padding:0 18px}.brand-name{font-size:1.22rem}.brand-logo{width:120px;height:55px}.lang{padding:5px 8px;font-size:.65rem}
.hero{padding:52px 18px 70px}h1{font-size:clamp(3rem,14vw,4.4rem)}.hero-text{font-size:.94rem;margin-top:25px}.hero-actions{gap:10px}.button{min-height:45px;padding:0 18px}.hero-art{height:350px;margin-top:20px}.circle-one{width:290px;height:290px;right:2%}.hero-logo{width:355px}.art-card{left:0;bottom:0;width:160px;padding:13px}.section{padding:75px 18px}.vision{gap:35px}h2{font-size:2.8rem}.features{padding-top:30px}.partners{padding-left:18px;padding-right:18px}.partner-intro h2{margin-top:35px}.status{padding:45px 18px 55px}.status-top{flex-wrap:wrap}.status-top strong{width:100%;margin-left:0}.closing{padding:80px 18px 90px}footer{padding:24px 18px;flex-wrap:wrap}footer>div:first-child{width:100%}
}
