@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&family=Tajawal:wght@400;500;700;800;900&display=swap');

:root {
  --g:#3cb563;--gd:#2a9150;--gl:#e8f5ec;--gm:#c5e8cf;
  --nav:#0f1f0f;--tx:#2d3a2d;--mu:#6b7c6b;
  --bg:#fff;--alt:#f7f9f7;--bdr:#e2ebe2;
  --org:#e8813a;--ogl:#fef3ea;
  --r:10px;--rl:16px;
  --sh:0 2px 8px rgba(15,31,15,.08);
  --shm:0 6px 24px rgba(15,31,15,.12);
}

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{font-size:16px;scroll-behavior:smooth}
body{font-family:'Montserrat',sans-serif;background:#fff;color:#2d3a2d;line-height:1.65;overflow-x:hidden}
img{max-width:100%;height:auto;display:block}
a{color:#3cb563;text-decoration:none;transition:color .2s}
a:hover{color:#2a9150}
p{color:#6b7c6b;line-height:1.75;margin-bottom:1.25rem}
p:last-child{margin-bottom:0}
h1,h2,h3,h4{font-family:'Montserrat',sans-serif;font-weight:700;color:#0f1f0f;letter-spacing:-.02em;line-height:1.2}
h1{font-size:clamp(2rem,4.5vw,3.75rem)}
h2{font-size:clamp(1.6rem,3vw,2.5rem)}
h3{font-size:clamp(1.05rem,2vw,1.4rem)}
ul,ol{padding-left:1.5rem;color:#6b7c6b}
li{margin-bottom:.4rem}

/* Page structure */
#page{display:flex;flex-direction:column;min-height:100vh}
#main{flex:1 0 auto}
#site-footer{flex-shrink:0}

/* Layout */
.wrap{max-width:1160px;margin:0 auto;padding:0 2rem}
.section{padding:5rem 0}
.bg-alt{background:#f7f9f7}
.center{text-align:center}
.mt-2{margin-top:2rem}
.section-header{text-align:center;margin-bottom:3.5rem}
.section-header p{max-width:560px;margin:.75rem auto 0;color:#6b7c6b}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:1.75rem}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.label{display:inline-block;font-size:.72rem;font-weight:700;color:#3cb563;text-transform:uppercase;letter-spacing:.14em;margin-bottom:.75rem}

/* Buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.68rem 1.6rem;font-family:'Montserrat',sans-serif;font-size:.9rem;font-weight:700;border-radius:10px;border:2px solid transparent;cursor:pointer;text-decoration:none;transition:all .2s;white-space:nowrap;line-height:1}
.btn-primary{background:#3cb563;color:#fff;border-color:#3cb563}
.btn-primary:hover{background:#2a9150;border-color:#2a9150;color:#fff;transform:translateY(-2px);box-shadow:0 8px 24px rgba(60,181,99,.3)}
.btn-secondary{background:transparent;color:#3cb563;border-color:#3cb563}
.btn-secondary:hover{background:#e8f5ec;color:#2a9150}
.btn-outline{background:transparent;color:#3cb563;border-color:#3cb563}
.btn-outline:hover{background:#e8f5ec}
.btn-outline-white{background:transparent;color:#fff;border-color:rgba(255,255,255,.5)}
.btn-outline-white:hover{background:rgba(255,255,255,.1);border-color:#fff;color:#fff}
.btn-lg{padding:.9rem 2.2rem;font-size:1rem;border-radius:12px}
.btn-block{width:100%;justify-content:center}

/* Header */
#site-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid #e2ebe2;box-shadow:0 2px 8px rgba(15,31,15,.08)}
.header-inner{max-width:1160px;margin:0 auto;padding:0 2rem;height:70px;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}
.header-logo{flex-shrink:0}
.brand-text{font-size:1.4rem;font-weight:800;color:#0f1f0f;text-decoration:none;letter-spacing:-.03em;font-family:'Montserrat',sans-serif}
.brand-text span{color:#3cb563}
.brand-text:hover{color:#3cb563}
#site-nav{flex:1}
.nav-list{list-style:none;padding:0;margin:0;display:flex;align-items:center;justify-content:center;gap:.1rem}
.nav-list li{position:relative}
.nav-list li a{display:block;padding:.45rem .9rem;color:#6b7c6b;font-weight:600;font-size:.875rem;border-radius:8px;transition:all .2s;text-decoration:none}
.nav-list li a:hover,.nav-list li.current-menu-item>a,.nav-list li.current_page_item>a{color:#3cb563;background:#e8f5ec}
.nav-list li ul{display:none;position:absolute;top:calc(100% + 6px);left:0;min-width:200px;background:#fff;border:1px solid #e2ebe2;border-radius:10px;padding:.5rem;box-shadow:0 6px 24px rgba(15,31,15,.12);z-index:100;flex-direction:column}
.nav-list li:hover>ul{display:flex}
.nav-list li ul li a{white-space:nowrap}
.header-cta{display:flex;align-items:center;gap:.6rem;flex-shrink:0}
.nav-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:1px solid #e2ebe2;border-radius:8px;padding:.5rem .6rem;cursor:pointer}
.nav-toggle span{display:block;width:20px;height:2px;background:#0f1f0f;border-radius:2px}
.nav-toggle:hover{border-color:#3cb563}
.nav-toggle:hover span{background:#3cb563}

/* Hero */
.hero{background:#0f1f0f;padding:7rem 0 5rem;text-align:center;position:relative;overflow:hidden}
.hero-bg-dots{position:absolute;inset:0;background-image:radial-gradient(circle,rgba(255,255,255,.04) 1px,transparent 1px);background-size:28px 28px;pointer-events:none}
.hero-bg-glow{position:absolute;inset:0;background:radial-gradient(ellipse 60% 55% at 15% 65%,rgba(60,181,99,.2),transparent),radial-gradient(ellipse 45% 45% at 82% 28%,rgba(232,129,58,.12),transparent);pointer-events:none}
.hero-inner{position:relative;z-index:1}
.hero-badge{display:inline-flex;align-items:center;gap:.45rem;background:rgba(60,181,99,.14);border:1px solid rgba(60,181,99,.3);border-radius:100px;padding:.35rem 1.1rem;font-size:.75rem;font-weight:700;color:#6ddc96;margin-bottom:1.75rem;letter-spacing:.06em;text-transform:uppercase}
.badge-dot{width:6px;height:6px;background:#6ddc96;border-radius:50%;animation:pulse 2s ease-in-out infinite;flex-shrink:0}
@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.75)}}
.hero h1{color:#fff;max-width:820px;margin:0 auto 1.5rem;font-size:clamp(2.2rem,4.5vw,3.8rem);font-weight:800;letter-spacing:-.03em}
.hero h1 em{color:#3cb563;font-style:normal}
.hero-sub{font-size:1.1rem;color:rgba(255,255,255,.65);max-width:580px;margin:0 auto 3rem;line-height:1.8}
.hero-btns{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;margin-bottom:4rem}
.trust-bar{padding-top:2.5rem;border-top:1px solid rgba(255,255,255,.08)}
.trust-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.14em;color:rgba(255,255,255,.3);margin-bottom:1.25rem}
.trust-logos{display:flex;justify-content:center;align-items:center;gap:3rem;flex-wrap:wrap}
.trust-logos span{color:rgba(255,255,255,.45);font-weight:800;font-size:.95rem}

/* Page hero */
.page-hero{background:#0f1f0f;padding:5rem 0 4rem;text-align:center;position:relative;overflow:hidden}
.page-hero-dots{position:absolute;inset:0;background-image:radial-gradient(circle,rgba(255,255,255,.04) 1px,transparent 1px);background-size:28px 28px;pointer-events:none}
.page-hero-inner{position:relative;z-index:1}
.page-hero h1{color:#fff;font-size:clamp(2rem,4vw,3.2rem);font-weight:800;letter-spacing:-.03em;margin-bottom:1rem}
.page-hero p{color:rgba(255,255,255,.65);font-size:1.05rem;max-width:560px;margin:0 auto 2rem;line-height:1.8}

/* Cards */
.card{background:#fff;border:1px solid #e2ebe2;border-radius:16px;padding:1.75rem;transition:all .2s;box-shadow:0 2px 8px rgba(15,31,15,.08)}
.card:hover{border-color:#c5e8cf;box-shadow:0 6px 24px rgba(15,31,15,.12);transform:translateY(-3px)}
.card h3{font-size:1.05rem;font-weight:700;color:#0f1f0f;margin-bottom:.6rem}
.card p{font-size:.875rem;color:#6b7c6b;margin-bottom:.75rem}
.card.center{text-align:center}
.icon{width:48px;height:48px;background:#e8f5ec;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1.1rem}
.icon-orange{background:#fef3ea}
.icon-green{background:#f0fef0}
.big-icon{font-size:2.5rem;margin-bottom:1rem}
.card.center .big-icon{margin:0 auto 1rem}

/* Lists */
.check-list{list-style:none;padding:0;margin:.75rem 0 0}
.check-list li{display:flex;align-items:flex-start;gap:.6rem;padding:.35rem 0;font-size:.875rem;color:#2d3a2d;border-bottom:1px solid #e2ebe2}
.check-list li:last-child{border:none}
.check-list li::before{content:"✓";color:#3cb563;font-weight:700;flex-shrink:0;margin-top:.05rem}
.x-list{list-style:none;padding:0;margin:1.5rem 0 0}
.x-list li{display:flex;align-items:center;gap:.7rem;padding:.6rem 0;color:#2d3a2d;font-size:.95rem;border-bottom:1px solid #e2ebe2}
.x-list li:last-child{border:none}
.x-list li::before{content:"✗";color:#dc3545;font-weight:700;flex-shrink:0}

/* Problem/Solution */
.callout{background:#fef3ea;border-left:3px solid #e8813a;padding:1rem 1.25rem;border-radius:0 8px 8px 0;font-weight:600;color:#0f1f0f;font-size:.95rem;margin-top:1.5rem}
.dark-card{background:#0f1f0f;border-radius:16px;padding:2.5rem;border:1px solid rgba(60,181,99,.15)}
.dark-card .label{color:#3cb563}
.dark-card h3{color:#fff;margin-bottom:1.25rem}
.dark-sub{color:rgba(255,255,255,.6);font-size:.9rem;line-height:1.75;margin-bottom:1.5rem}
.check-row{display:flex;align-items:center;gap:.75rem;padding:.6rem 0;border-bottom:1px solid rgba(255,255,255,.07)}
.check-row:last-child{border:none}
.check-row::before{content:"✓";color:#3cb563;font-weight:700;flex-shrink:0}
.check-row span{color:rgba(255,255,255,.75);font-size:.9rem}

/* Steps */
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}
.step{text-align:center;padding:1.5rem}
.step-num{width:52px;height:52px;border-radius:50%;background:#3cb563;color:#fff;font-size:1.25rem;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 1.1rem}
.step h3{font-size:1.05rem;font-weight:700;color:#0f1f0f;margin-bottom:.5rem}
.step p{font-size:.875rem;color:#6b7c6b}

/* Results */
.results{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}
.result-item{display:flex;align-items:flex-start;gap:1rem;background:#e8f5ec;border:1px solid #c5e8cf;border-radius:16px;padding:1.75rem}
.result-icon{font-size:1.75rem;flex-shrink:0}
.result-item strong{display:block;font-size:1rem;color:#0f1f0f;margin-bottom:.3rem;font-weight:700}
.result-item span{font-size:.875rem;color:#6b7c6b}

/* Why cards */
.why-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;max-width:800px;margin:0 auto}
.why-card{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:#fff;border:1px solid #e2ebe2;border-radius:16px;box-shadow:0 2px 8px rgba(15,31,15,.08);transition:all .2s}
.why-card:hover{border-color:#c5e8cf;box-shadow:0 6px 24px rgba(15,31,15,.12);transform:translateY(-2px)}
.why-icon{width:44px;height:44px;background:#e8f5ec;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.3rem;flex-shrink:0}
.why-card h3{font-size:1rem;font-weight:700;color:#0f1f0f;margin-bottom:.3rem}
.why-card p{font-size:.875rem;color:#6b7c6b;margin:0}

/* Mission steps */
.mission-step{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;background:#fff;border-radius:10px;margin-bottom:1rem;border:1px solid #e2ebe2;box-shadow:0 2px 8px rgba(15,31,15,.08)}
.mission-icon{width:44px;height:44px;background:#e8f5ec;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.3rem;flex-shrink:0}
.mission-step strong{display:block;margin-bottom:.25rem;color:#0f1f0f;font-weight:700}
.mission-step span{font-size:.875rem;color:#6b7c6b}

/* Tech */
.tech-row{display:flex;justify-content:center;align-items:center;gap:2rem;flex-wrap:wrap;margin-top:3rem}
.tech-badge{background:#fff;border:1px solid #e2ebe2;border-radius:10px;padding:1.25rem 2rem;box-shadow:0 2px 8px rgba(15,31,15,.08);font-weight:800;font-size:1rem;color:#0f1f0f}

/* CTA section */
.cta-section{background:#0f1f0f;padding:5rem 0;text-align:center}
.cta-section .label{color:#3cb563}
.cta-section h2{color:#fff;font-size:clamp(1.8rem,3vw,2.5rem);font-weight:700;margin-bottom:1rem;letter-spacing:-.02em}
.cta-sub{color:rgba(255,255,255,.6);max-width:480px;margin:0 auto 2.5rem;font-size:1.05rem;line-height:1.75}
.cta-btns{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}
.cta-contacts{margin-top:2rem;display:flex;justify-content:center;gap:2.5rem;flex-wrap:wrap}
.cta-contacts a{color:rgba(255,255,255,.5);font-size:.875rem;text-decoration:none;transition:color .2s}
.cta-contacts a:hover{color:#3cb563}

/* Contact page */
.contact-grid{display:grid;grid-template-columns:1fr 1.4fr;gap:4rem;align-items:start}
.contact-info h2{font-size:1.75rem;font-weight:700;color:#0f1f0f;letter-spacing:-.02em;margin-bottom:2rem}
.contact-item{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:#f7f9f7;border-radius:10px;border:1px solid #e2ebe2;margin-bottom:1rem}
.contact-icon{width:44px;height:44px;background:#e8f5ec;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.3rem;flex-shrink:0}
.contact-label{display:block;font-size:.72rem;font-weight:700;color:#3cb563;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.2rem}
.contact-item a,.contact-item span{font-weight:700;color:#0f1f0f;font-size:1rem;text-decoration:none}
.contact-item a:hover{color:#3cb563}
.book-box{margin-top:2rem;padding:1.5rem;background:#e8f5ec;border-radius:10px;border:1px solid #c5e8cf}
.book-box h3{font-size:1rem;color:#0f1f0f;margin-bottom:.5rem;font-weight:700}
.book-box p{font-size:.875rem;color:#6b7c6b;margin-bottom:1.25rem}
.contact-form-wrap{background:#fff;border:1px solid #e2ebe2;border-radius:16px;padding:2.5rem;box-shadow:0 2px 8px rgba(15,31,15,.08)}
.contact-form-wrap h3{font-size:1.2rem;font-weight:700;color:#0f1f0f;margin-bottom:.5rem}
.form-sub{font-size:.875rem;color:#6b7c6b;margin-bottom:2rem}
.form-row-2{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.25rem}
.fg{margin-bottom:1.25rem}
.fg label{display:block;font-size:.83rem;font-weight:700;color:#0f1f0f;margin-bottom:.45rem}
.fg input,.fg textarea,
input[type="text"],input[type="email"],input[type="tel"],input[type="password"],textarea,select{width:100%;background:#f7f9f7;border:1px solid #e2ebe2;border-radius:10px;color:#2d3a2d;font-family:'Montserrat',sans-serif;font-size:.9rem;padding:.75rem 1rem;transition:all .2s;outline:none;appearance:none}
.fg input:focus,.fg textarea:focus,input:focus,textarea:focus{border-color:#3cb563;background:#fff;box-shadow:0 0 0 3px rgba(60,181,99,.12)}
.fg input::placeholder,.fg textarea::placeholder{color:#b0bcb0}
.form-note{font-size:.75rem;color:#6b7c6b;text-align:center;margin-top:1rem;margin-bottom:0}
.form-success{background:#e8f5ec;border:1px solid #c5e8cf;border-radius:16px;padding:2.5rem;text-align:center;margin-bottom:2rem}
.form-success-icon{font-size:3rem;margin-bottom:1rem}
.form-success h3{font-size:1.4rem;color:#0f1f0f;margin-bottom:.5rem}
.form-success p{color:#6b7c6b;margin:0}
.form-error{background:#fff3f3;border:1px solid #f5c6c6;border-radius:10px;padding:1rem 1.25rem;color:#c0392b;font-weight:600;margin-bottom:1.5rem}

/* Footer */
#site-footer{background:#0f1f0f;color:rgba(255,255,255,.6);border-top:4px solid #3cb563;padding:4rem 0 2rem}
.footer-inner{max-width:1160px;margin:0 auto;padding:0 2rem}
.footer-top{display:grid;grid-template-columns:280px 1fr;gap:4rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:2rem}
.footer-brand .brand-text{color:#fff}
.footer-brand .brand-text span{color:#3cb563}
.footer-brand p{font-size:.875rem;color:rgba(255,255,255,.5);line-height:1.75;margin:.75rem 0 1.25rem}
.footer-contacts{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}
.footer-contacts a,.footer-contacts span{font-size:.875rem;color:rgba(255,255,255,.5);text-decoration:none;transition:color .2s}
.footer-contacts a:hover{color:#3cb563}
.footer-cols{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.footer-col h4{font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:#3cb563;margin-bottom:1rem}
.footer-col ul{list-style:none;padding:0;margin:0}
.footer-col ul li{margin-bottom:.6rem}
.footer-col ul li a{font-size:.875rem;color:rgba(255,255,255,.45);text-decoration:none;transition:color .2s}
.footer-col ul li a:hover{color:#fff}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}
.footer-bottom p{font-size:.78rem;color:rgba(255,255,255,.3);margin:0}
.footer-legal{display:flex;gap:1.5rem}
.footer-legal a{font-size:.78rem;color:rgba(255,255,255,.3);text-decoration:none;transition:color .2s}
.footer-legal a:hover{color:#3cb563}

/* Social + Lang switcher */
.footer-social-row{display:flex;align-items:center;gap:1rem;margin-top:1.25rem;flex-wrap:wrap}
.social-icon{width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.6);transition:all .2s;text-decoration:none}
.social-icon svg{width:16px;height:16px}
.social-icon:hover{background:#3cb563;border-color:#3cb563;color:#fff;transform:translateY(-2px)}
.lang-switcher{display:flex;align-items:center;gap:.4rem;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);border-radius:100px;padding:.25rem .75rem}
.lang-btn{font-size:.78rem;font-weight:700;color:rgba(255,255,255,.45);text-decoration:none;transition:color .2s;letter-spacing:.05em;padding:.15rem .2rem}
.lang-btn.active{color:#3cb563}
.lang-btn:hover{color:#fff}
.lang-sep{color:rgba(255,255,255,.2);font-size:.75rem}

/* WhatsApp float */
.wa-float{position:fixed;bottom:2rem;right:2rem;z-index:999;width:56px;height:56px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(0,0,0,.25);transition:transform .2s;text-decoration:none}
.wa-float:hover{transform:scale(1.1)}
.wa-float svg{width:30px;height:30px;fill:#fff}

/* RTL / Arabic */
.lang-ar{font-family:'Tajawal',sans-serif}
[dir="rtl"] .two-col,[dir="rtl"] .footer-top,[dir="rtl"] .footer-bottom,[dir="rtl"] .hero-btns,[dir="rtl"] .cta-btns,[dir="rtl"] .header-inner,[dir="rtl"] .header-cta{flex-direction:row-reverse}
[dir="rtl"] .nav-list{flex-direction:row-reverse}
[dir="rtl"] .footer-cols,[dir="rtl"] .grid-2,[dir="rtl"] .grid-3,[dir="rtl"] .steps,[dir="rtl"] .results,[dir="rtl"] .why-grid{direction:rtl}
[dir="rtl"] .check-list li,[dir="rtl"] .x-list li,[dir="rtl"] .check-row,[dir="rtl"] .why-card,[dir="rtl"] .result-item,[dir="rtl"] .contact-item,[dir="rtl"] .mission-step{flex-direction:row-reverse}
[dir="rtl"] .callout{border-left:none;border-right:3px solid #e8813a;border-radius:8px 0 0 8px}
[dir="rtl"] .footer-contacts{align-items:flex-end}
[dir="rtl"] .footer-brand p,[dir="rtl"] .footer-col ul{text-align:right}
[dir="rtl"] .contact-form-wrap,[dir="rtl"] .contact-info{text-align:right}
[dir="rtl"] .form-row-2{direction:rtl}
[dir="rtl"] .wa-float{right:auto;left:2rem}
[dir="rtl"] .footer-social-row{flex-direction:row-reverse}

/* Responsive */
@media(max-width:1024px){
  .footer-top{grid-template-columns:1fr;gap:2.5rem}
  .footer-cols{grid-template-columns:repeat(2,1fr)}
  .steps{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:900px){
  .two-col,.grid-2,.grid-3,.results,.why-grid,.contact-grid{grid-template-columns:1fr}
  .form-row-2{grid-template-columns:1fr}
}
@media(max-width:768px){
  .nav-toggle{display:flex}
  #site-nav{display:none;position:absolute;top:70px;left:0;right:0;background:rgba(255,255,255,.98);border-bottom:1px solid #e2ebe2;padding:1rem;box-shadow:0 6px 24px rgba(15,31,15,.12);z-index:999}
  #site-nav.open{display:block}
  .nav-list{flex-direction:column;align-items:stretch;gap:.2rem}
  .nav-list li a{font-size:1rem;padding:.75rem 1rem}
  .nav-list li ul{position:static;box-shadow:none;border:none;padding:0 0 0 1rem}
  .header-cta .btn-outline{display:none}
  .footer-cols{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column;text-align:center}
  .steps{grid-template-columns:1fr}
  .hero{padding:4rem 0 3rem}
  .hero-btns,.cta-btns{flex-direction:column;align-items:center}
}
@media(max-width:480px){
  .wrap,.header-inner,.footer-inner{padding-left:1.25rem;padding-right:1.25rem}
}

/* ===== LANG SWITCHER IN HEADER ===== */
.header-cta .lang-switcher {
  background: rgba(15,31,15,.06);
  border: 1px solid #e2ebe2;
  border-radius: 100px;
  padding: .28rem .85rem;
  display: flex;
  align-items: center;
  gap: .35rem;
}
.header-cta .lang-btn {
  font-size: .78rem;
  font-weight: 700;
  color: #6b7c6b;
  text-decoration: none;
  transition: color .2s;
  letter-spacing: .04em;
  padding: .1rem .15rem;
}
.header-cta .lang-btn.active { color: #3cb563; }
.header-cta .lang-btn:hover  { color: #0f1f0f; }
.header-cta .lang-sep { color: #c5e8cf; font-size: .75rem; }

/* ===== SOCIAL ICONS IN FOOTER ===== */
.footer-social {
  display: flex;
  align-items: center;
  gap: .75rem;
  margin-top: 1.25rem;
}
.social-icon {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.15);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.55);
  transition: all .2s;
  text-decoration: none;
}
.social-icon svg { width: 17px; height: 17px; }
.social-icon:hover {
  background: #3cb563;
  border-color: #3cb563;
  color: #fff;
  transform: translateY(-2px);
}

/* Hide lang switcher from footer if it's still there */
.footer-brand .lang-switcher { display: none; }

/* RTL header adjustments */
[dir="rtl"] .header-cta { flex-direction: row-reverse; }
[dir="rtl"] .footer-social { flex-direction: row-reverse; }

/* Mobile: hide lang text label on small screens, keep switcher */
@media(max-width:768px) {
  .header-cta .lang-switcher { padding: .25rem .65rem; }
  .header-cta .btn-outline { display: none; }
}
