:root{
  --wf-accent:#006c35;
  --wf-accent-2:#14a44d;
  --wf-dark:#08121b;
  --wf-dark-2:#0f1d29;
  --wf-text:#0f172a;
  --wf-muted:#5b6574;
  --wf-bg:#f6f8fb;
  --wf-card:#ffffff;
  --wf-border:rgba(15,23,42,.08);
  --wf-shadow:0 18px 45px rgba(2,6,23,.08);
  --wf-radius:24px;
}
html{scroll-behavior:smooth;}
body{
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
  color:var(--wf-text);
  background:#fff;
}
a{text-decoration:none;}
img{max-width:100%;}
.wf-container{max-width:1240px;}
.wf-section{padding:88px 0;}
.wf-section-alt{background:var(--wf-bg);}
.wf-section-dark{background:linear-gradient(180deg,var(--wf-dark),#041018); color:#fff;}
.wf-section-contact{background:linear-gradient(180deg,#0b1520,#061018); color:#fff;}
.section-heading{max-width:860px; margin-inline:auto; margin-bottom:42px;}
.section-heading h2{font-size:clamp(28px,4vw,46px); line-height:1.1; font-weight:900; margin:12px 0 12px;}
.section-heading p{color:var(--wf-muted); font-size:1.03rem; line-height:1.8; margin:0;}
.section-heading-light p{color:rgba(255,255,255,.74);}
.section-kicker{
  display:inline-flex; align-items:center; gap:8px;
  padding:10px 16px; border-radius:999px;
  background:rgba(0,108,53,.08);
  color:var(--wf-accent); font-size:.85rem; font-weight:800;
  letter-spacing:.08em; text-transform:uppercase;
}
.wf-section-dark .section-kicker,
.wf-section-contact .section-kicker,
.legal-hero .section-kicker{
  background:rgba(255,255,255,.08); color:#c9ffdf;
}
.wf-topbar{
  background:linear-gradient(90deg,var(--wf-dark),#102230);
  color:#fff;
  padding:12px 0;
}
.topbar-inner{
  display:flex; justify-content:space-between; gap:16px; align-items:center; flex-wrap:wrap;
}
.topbar-group{display:flex; gap:10px; align-items:center; flex-wrap:wrap;}
.topbar-pill{
  display:inline-flex; align-items:center; gap:8px;
  padding:10px 14px; border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.08);
  color:#fff; font-size:.92rem; font-weight:700;
}
.topbar-pill:hover{background:rgba(255,255,255,.12); color:#fff;}
.topbar-muted{opacity:.95;}
.lang-switch{
  display:inline-flex; border-radius:999px; padding:4px;
  background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.12);
}
.lang-switch a{
  color:#fff; font-weight:800; padding:8px 14px; border-radius:999px;
}
.lang-switch a.active{background:linear-gradient(135deg,var(--wf-accent),var(--wf-accent-2));}

.wf-navbar{
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(15,23,42,.06);
}
.wf-brand{
  display:flex; align-items:center; gap:12px;
}
.wf-brand-mark{
  width:48px; height:48px; border-radius:16px;
  display:grid; place-items:center;
  background:linear-gradient(135deg,var(--wf-accent),var(--wf-accent-2));
  color:#fff; font-size:1.2rem; font-weight:900;
  box-shadow:0 14px 28px rgba(0,108,53,.22);
}
.wf-brand span{display:flex; flex-direction:column; line-height:1.1;}
.wf-brand strong{font-size:1.03rem; color:var(--wf-text);}
.wf-brand small{color:var(--wf-muted); font-weight:700;}
.wf-navbar .nav-link{
  color:var(--wf-text); font-weight:800;
}
.wf-navbar .nav-link:hover{color:var(--wf-accent);}
.wf-btn{
  border-radius:999px; padding:13px 20px; font-weight:900;
  letter-spacing:.01em; border:1px solid transparent;
}
.wf-btn-primary{
  color:#fff; background:linear-gradient(135deg,var(--wf-accent),var(--wf-accent-2));
  box-shadow:0 16px 34px rgba(0,108,53,.24);
}
.wf-btn-primary:hover{color:#fff; filter:brightness(1.03);}
.wf-btn-outline{
  background:#fff; color:var(--wf-text); border-color:rgba(15,23,42,.12);
}
.wf-btn-outline:hover{background:var(--wf-bg);}

.wf-hero{
  position:relative; overflow:hidden;
  padding:96px 0 88px;
  background:
    radial-gradient(800px 420px at 10% 15%, rgba(20,164,77,.18), transparent 60%),
    radial-gradient(620px 380px at 95% 18%, rgba(255,255,255,.12), transparent 56%),
    linear-gradient(180deg,#07131d,#0c1b28);
  color:#fff;
}
.wf-hero::before{
  content:""; position:absolute; inset:0;
  background:
    linear-gradient(180deg,rgba(0,0,0,.12),rgba(0,0,0,.2)),
    url("https://images.unsplash.com/photo-1556740738-b6a63e27c4df?auto=format&fit=crop&w=1600&q=80") center/cover no-repeat;
  opacity:.16;
}
.wf-hero > .container{position:relative; z-index:1;}
.hero-badge{
  display:inline-flex; align-items:center; gap:8px;
  padding:11px 16px; border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.08);
  color:#e8fff0; font-weight:800;
}
.wf-hero h1{
  font-size:clamp(36px,5vw,64px); line-height:1.02;
  font-weight:950; letter-spacing:-.03em; margin:18px 0 18px;
}
.hero-sub{
  font-size:1.08rem; line-height:1.85; color:rgba(255,255,255,.82);
  max-width:760px; margin:0 0 26px;
}
.hero-actions{display:flex; gap:14px; flex-wrap:wrap; margin-bottom:24px;}
.hero-points{
  display:grid; grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}
.hero-points span{
  display:flex; align-items:flex-start; gap:10px; padding:14px 16px;
  border-radius:18px; background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12); color:rgba(255,255,255,.9);
  font-weight:700; line-height:1.6;
}
.hero-points i{color:#7ff1ac; margin-top:2px;}
.hero-card{
  padding:28px; border-radius:30px; background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12); backdrop-filter:blur(12px);
  box-shadow:0 24px 50px rgba(0,0,0,.22);
}
.hero-card-top h2{font-size:1.65rem; font-weight:900; margin:10px 0;}
.hero-card-top p{color:rgba(255,255,255,.76); line-height:1.75;}
.mini-label{
  display:inline-flex; padding:8px 12px; border-radius:999px;
  background:rgba(255,255,255,.09); border:1px solid rgba(255,255,255,.12);
  color:#eafff2; font-size:.8rem; font-weight:800; text-transform:uppercase;
}
.hero-metric-grid{
  display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; margin-top:22px;
}
.hero-metric{
  background:#fff; color:var(--wf-text); border-radius:22px; padding:18px 16px;
  box-shadow:0 14px 30px rgba(2,6,23,.08);
}
.hero-metric strong{display:block; font-size:2rem; font-weight:900;}
.hero-metric span{display:block; color:var(--wf-muted); font-weight:700; margin-top:8px;}
.hero-card-cta{margin-top:18px;}

.about-panel{
  display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px;
  background:#fff; border:1px solid var(--wf-border); border-radius:30px;
  padding:24px; box-shadow:var(--wf-shadow);
}
.about-pill{
  display:flex; align-items:flex-start; gap:12px;
  padding:16px 18px; border-radius:18px;
  background:linear-gradient(180deg,#f8fbfd,#ffffff);
  border:1px solid rgba(15,23,42,.06);
  font-weight:800; line-height:1.7;
}
.about-pill i{color:var(--wf-accent); margin-top:2px;}

.service-card{
  height:100%; padding:24px; border-radius:26px; background:#fff;
  border:1px solid var(--wf-border); box-shadow:var(--wf-shadow);
  transition:transform .25s ease, box-shadow .25s ease;
}
.service-card:hover{transform:translateY(-5px); box-shadow:0 24px 48px rgba(2,6,23,.12);}
.service-icon{
  width:58px; height:58px; border-radius:18px;
  display:grid; place-items:center; font-size:1.5rem;
  color:#fff; background:linear-gradient(135deg,var(--wf-accent),var(--wf-accent-2));
  box-shadow:0 14px 28px rgba(0,108,53,.18);
  margin-bottom:18px;
}
.service-card h3{
  font-size:1.2rem; font-weight:900; line-height:1.35; min-height:64px; margin-bottom:12px;
}
.service-card p{color:var(--wf-muted); line-height:1.8; margin:0 0 16px;}
.service-link{font-weight:900; color:var(--wf-accent);}
.service-link:hover{color:var(--wf-accent-2);}

.process-card{
  height:100%; padding:28px; border-radius:28px;
  background:linear-gradient(180deg,#ffffff,#f9fbfd); border:1px solid var(--wf-border);
  box-shadow:var(--wf-shadow);
}
.process-no{
  display:inline-flex; font-size:2.1rem; font-weight:950; color:rgba(0,108,53,.28);
  line-height:1;
}
.process-card h3{font-size:1.2rem; font-weight:900; margin:16px 0 12px;}
.process-card p{color:var(--wf-muted); line-height:1.8; margin:0;}

.results-grid{
  display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:18px;
}
.result-card{
  text-align:center; padding:28px 20px; border-radius:24px;
  background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.12);
}
.result-card strong{
  display:block; font-size:clamp(30px,4vw,46px); font-weight:950; color:#fff;
}
.result-card span{
  display:block; margin-top:10px; color:rgba(255,255,255,.75); font-weight:700;
}

.wf-swiper{padding-bottom:42px;}
.portfolio-card, .testimonial-card, .team-card, .contact-form-wrap, .footer-card, .legal-card{
  background:#fff; border:1px solid var(--wf-border); border-radius:28px; box-shadow:var(--wf-shadow);
}
.portfolio-card{
  min-height:260px; padding:26px;
  background:linear-gradient(180deg,#ffffff,#f8fbfd);
}
.portfolio-badge{
  display:inline-flex; padding:8px 12px; border-radius:999px; background:rgba(0,108,53,.08); color:var(--wf-accent); font-weight:800; margin-bottom:16px;
}
.portfolio-card h3{font-weight:900; margin-bottom:12px;}
.portfolio-card p{color:var(--wf-muted); line-height:1.8; margin:0;}

.testimonial-card{padding:28px; min-height:260px;}
.quote-icon{font-size:2rem; color:var(--wf-accent); display:inline-block; margin-bottom:16px;}
.testimonial-card p{color:var(--wf-muted); line-height:1.9; margin:0 0 16px;}
.testimonial-card strong{display:block; font-weight:900;}
.testimonial-card span{display:block; color:#6b7280; margin-top:6px; font-weight:700;}

.team-stack{display:grid; gap:16px;}
.team-card{padding:22px 24px;}
.team-card h3{font-weight:900; font-size:1.05rem; margin-bottom:8px;}
.team-card p{margin:0; color:var(--wf-muted); line-height:1.8;}

.contact-cards{display:grid; gap:14px;}
.contact-card{
  display:flex; align-items:center; gap:16px; color:#fff;
  padding:18px 20px; border-radius:22px;
  background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.12);
}
.contact-card i{
  width:52px; height:52px; border-radius:18px;
  display:grid; place-items:center; background:linear-gradient(135deg,var(--wf-accent),var(--wf-accent-2));
  box-shadow:0 14px 28px rgba(0,108,53,.2);
}
.contact-card strong{display:block; font-size:1rem;}
.contact-card span{display:block; color:rgba(255,255,255,.75); margin-top:4px; font-weight:700;}
.contact-form-wrap{padding:26px;}
.contact-form-wrap label, .wf-modal label{font-weight:800; color:#fff;}
.wf-section-contact .contact-form-wrap,
.wf-modal .modal-body{
  background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.12);
}
.wf-section-contact .contact-form-wrap .form-label,
.wf-modal .form-label{color:#fff;}
.form-control, .form-select{
  min-height:54px; border-radius:16px; border:1px solid rgba(15,23,42,.12);
  box-shadow:none;
}
textarea.form-control{min-height:140px;}
.form-control:focus, .form-select:focus{
  border-color:rgba(0,108,53,.45);
  box-shadow:0 0 0 .25rem rgba(0,108,53,.12);
}
.wf-section-contact .form-control,
.wf-section-contact .form-select,
.wf-modal .form-control,
.wf-modal .form-select{
  background:rgba(255,255,255,.94);
}
.form-dial{max-width:160px;}
.captcha-input{max-width:220px;}
.form-note{color:rgba(255,255,255,.7); line-height:1.7; margin:0;}
.form-note a{color:#fff; text-decoration:underline;}

.wf-alert{
  margin-bottom:18px; padding:16px 18px; border-radius:18px; font-weight:700;
}
.wf-alert.is-success{background:rgba(20,164,77,.14); border:1px solid rgba(20,164,77,.28); color:#d5ffe6;}
.wf-alert.is-error{background:rgba(239,68,68,.15); border:1px solid rgba(239,68,68,.28); color:#ffe0e0;}
.wf-alert-title{font-weight:900; margin-bottom:6px;}
.wf-alert-text{line-height:1.7;}

.wf-footer{
  background:linear-gradient(180deg,#06111a,#040b12); color:#fff; padding:72px 0 28px;
}
.footer-card{padding:24px; height:100%; background:rgba(255,255,255,.05); border-color:rgba(255,255,255,.08);}
.footer-brand{margin-bottom:18px;}
.footer-text{color:rgba(255,255,255,.74); line-height:1.8;}
.footer-contact-list{display:grid; gap:10px; margin-top:18px;}
.footer-contact-list a{color:#fff; font-weight:700;}
.footer-card h3{font-size:1.1rem; font-weight:900; margin-bottom:16px;}
.footer-links{list-style:none; padding:0; margin:0; display:grid; gap:10px;}
.footer-links a{color:rgba(255,255,255,.74); font-weight:700;}
.footer-links a:hover{color:#fff;}
.footer-cta-box{
  margin-top:22px; padding:18px; border-radius:20px;
  background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.1);
}
.footer-cta-box strong{display:block; font-size:1rem; margin-bottom:10px;}
.footer-cta-box p{color:rgba(255,255,255,.72); line-height:1.7;}
.footer-bottom{
  display:flex; justify-content:space-between; align-items:center; gap:16px;
  margin-top:28px; padding-top:22px; border-top:1px solid rgba(255,255,255,.1);
  color:rgba(255,255,255,.65); font-weight:700; flex-wrap:wrap;
}
.footer-bottom-links{display:flex; gap:18px; flex-wrap:wrap;}
.footer-bottom a{color:rgba(255,255,255,.8);}

.wf-wa-float{
  position:fixed; bottom:18px; right:18px; z-index:999;
}
[dir="rtl"] .wf-wa-float{right:auto; left:18px;}
.wf-wa-btn{
  width:58px; height:58px; border-radius:999px; display:grid; place-items:center;
  background:#25D366; color:#fff; font-size:1.6rem;
  box-shadow:0 18px 36px rgba(0,0,0,.24);
}

.wf-modal{
  overflow:hidden; border:0; border-radius:26px;
  background:linear-gradient(180deg,#0f1d29,#08121b);
  color:#fff;
}
.wf-modal .modal-header{
  border:0; padding:24px 24px 0;
}
.wf-modal .modal-header h3{margin:0 0 8px; font-size:1.45rem; font-weight:900;}
.wf-modal .modal-header p{margin:0; color:rgba(255,255,255,.76); line-height:1.7;}
.wf-modal .modal-body{padding:24px; border-radius:0;}

.legal-page{background:#fff;}
.legal-hero{
  padding:86px 0 54px;
  background:linear-gradient(180deg,var(--wf-dark),#0c1b28);
  color:#fff;
}
.legal-hero h1{font-size:clamp(32px,4.5vw,54px); font-weight:950; margin:14px 0 12px;}
.legal-hero p{max-width:860px; color:rgba(255,255,255,.78); line-height:1.85;}
.legal-updated{
  margin-top:18px; display:inline-flex; padding:10px 14px; border-radius:999px;
  background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.12); font-weight:800;
}
.legal-content{display:grid; gap:20px;}
.legal-card{padding:28px 30px;}
.legal-card h2{font-size:1.35rem; font-weight:900; margin-bottom:14px;}
.legal-card p, .legal-card li{color:var(--wf-muted); line-height:1.9;}
.legal-card ul{margin-bottom:0;}
.wf-swiper .swiper-pagination-bullet-active{background:var(--wf-accent);}
[dir="rtl"] .form-control, [dir="rtl"] .form-select, [dir="rtl"] textarea{ text-align:right; }

@media (max-width:991.98px){
  .hero-points, .about-panel, .results-grid{grid-template-columns:1fr 1fr;}
  .wf-section{padding:72px 0;}
}
@media (max-width:767.98px){
  .topbar-inner, .topbar-group, .hero-actions, .footer-bottom{justify-content:center;}
  .hero-points, .about-panel, .results-grid{grid-template-columns:1fr;}
  .wf-hero{padding:78px 0 70px;}
  .hero-card, .contact-form-wrap, .legal-card, .service-card, .process-card, .portfolio-card, .testimonial-card, .team-card{border-radius:22px;}
}
@media (max-width:575.98px){
  .wf-brand small{display:none;}
  .topbar-pill.topbar-muted{display:none;}
  .hero-badge{font-size:.82rem;}
  .contact-card{align-items:flex-start;}
  .form-dial, .captcha-input{max-width:100%;}
}
