
:root{
  --blue:#0877e7;
  --blue2:#1266ca;
  --navy:#0b356d;
  --ink:#17365d;
  --muted:#6c7f95;
  --line:#dbe9f6;
  --pale:#f6fbff;
  --pale2:#eaf6ff;
  --green:#10b66f;
  --white:#fff;
  --shadow:0 16px 48px rgba(27,78,126,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Tahoma,Arial,sans-serif;background:#fff;color:var(--ink);line-height:1.65}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.container{max-width:1180px;margin:auto;padding:0 22px}
header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
.nav{height:74px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.logo{width:145px}
.nav-links{display:flex;align-items:center;gap:24px;font-size:14px;font-weight:700}
.lang{display:flex;gap:6px;direction:ltr}
.lang button{border:1px solid var(--line);background:#f7fbff;padding:8px 13px;border-radius:9px;font-weight:800;color:#375774;cursor:pointer}
.lang button.active{background:var(--blue);color:#fff;border-color:var(--blue)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:10px;padding:13px 22px;font-weight:900;border:1px solid transparent;cursor:pointer;transition:.2s}
.btn:hover{transform:translateY(-1px)}
.btn.primary{background:linear-gradient(135deg,var(--blue),var(--blue2));color:#fff;box-shadow:0 10px 24px rgba(8,119,231,.22)}
.btn.outline{color:var(--blue2);border-color:#8fc3f2;background:#fff}
.hero{background:linear-gradient(180deg,#f7fbff 0%,#fff 100%);border-bottom:1px solid #e7f0f8}
.hero-grid{display:grid;grid-template-columns:1fr 1.25fr;min-height:510px}
.hero-photo{position:relative;overflow:hidden;background:#e7f2fc}
.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center}
.hero-content{padding:40px 50px 34px;display:flex;flex-direction:column;justify-content:center}
.eyebrow{font-size:13px;letter-spacing:2.2px;color:var(--blue);font-weight:900;margin-bottom:14px}
h1{font-size:46px;line-height:1.25;margin:0 0 12px;color:#0d356b}
h1 span{color:var(--blue)}
.subheadline{font-size:20px;font-weight:900;color:#153f76;margin:0 0 12px}
.lead{font-size:17px;color:var(--muted);margin:0 0 24px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.free-strip{margin-top:20px;display:flex;gap:15px;flex-wrap:wrap}
.free-pill{background:#fff;border:1px solid var(--line);border-radius:12px;padding:11px 14px;color:#244d79;font-weight:800;font-size:14px}
.hero-bottom{grid-column:1/-1;background:linear-gradient(90deg,#1a5f91,#eaf6ff);min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:15px;padding:0 40px;color:#fff;font-weight:800}
.hero-bottom .powered{color:#45637e;background:rgba(255,255,255,.82);padding:7px 10px;border-radius:10px}
.hero-bottom .mini-points{display:flex;gap:20px;flex-wrap:wrap}
section{padding:58px 0}
.section-title{text-align:right;margin-bottom:26px}
.section-title h2{margin:0;color:var(--navy);font-size:32px}
.section-title p{margin:5px 0 0;color:var(--muted)}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.step{border:1px solid var(--line);border-radius:14px;background:#fff;padding:22px;text-align:center;position:relative;box-shadow:0 7px 22px rgba(30,74,115,.05)}
.step-num{position:absolute;top:10px;right:12px;width:34px;height:34px;border-radius:50%;background:#e5f3ff;color:var(--blue);display:flex;align-items:center;justify-content:center;font-weight:900}
.icon{width:58px;height:58px;margin:0 auto 12px;border-radius:14px;background:#edf7ff;color:var(--blue);display:flex;align-items:center;justify-content:center}
.icon svg{width:31px;height:31px;stroke:currentColor;fill:none;stroke-width:2}
.step h3{font-size:17px;margin:0 0 7px;color:#174a84}.step p{font-size:13px;color:var(--muted);margin:0}
.features-band{background:linear-gradient(180deg,#eef8ff,#eaf6ff);padding:30px 0}
.features-head{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin-bottom:18px}
.features-head h2{margin:0;color:var(--navy);font-size:30px}
.features-head p{margin:0;color:var(--muted)}
.features{display:grid;grid-template-columns:repeat(9,1fr);gap:10px}
.feature{background:#fff;border:1px solid var(--line);border-radius:12px;padding:14px 8px;text-align:center;min-height:112px;display:flex;flex-direction:column;justify-content:center;align-items:center}
.feature .icon{width:44px;height:44px;border-radius:12px;margin-bottom:7px}
.feature b{font-size:12px;color:#244f7e}
.sectors{display:grid;grid-template-columns:repeat(11,1fr);gap:8px}
.sector{background:#fff;border:1px solid var(--line);border-radius:10px;overflow:hidden;text-align:center}
.sector img{width:100%;height:82px;object-fit:cover}
.sector b{display:block;padding:8px 4px;font-size:11px;color:#234d79;line-height:1.35;min-height:42px}
.bottom-cta{margin-top:36px;display:grid;grid-template-columns:.9fr 1.5fr .9fr;gap:20px;align-items:center;border-top:1px solid #e4edf5;padding-top:22px}
.factory-img{border-radius:12px;overflow:hidden;position:relative;min-height:130px}
.factory-img img{width:100%;height:130px;object-fit:cover}
.factory-img .overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.05),rgba(255,255,255,.9));display:flex;align-items:center;justify-content:flex-end;padding:18px;text-align:right;font-weight:900;color:#214e7c}
.cta-center{text-align:center}
.cta-center h3{font-size:24px;margin:0 0 7px;color:var(--navy)}
.cta-center p{margin:0 0 13px;color:var(--muted)}
.contact{display:flex;align-items:center;justify-content:center;gap:22px;flex-wrap:wrap;font-weight:900}
.whatsapp{color:#067d49}
.cta-right{text-align:center}
footer{border-top:1px solid var(--line);padding:20px 0 32px;color:#718198;font-size:12px}
.footer-row{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}
.footer-links{display:flex;gap:18px;flex-wrap:wrap}
.social{display:flex;gap:12px;font-weight:900;color:#153f76}
[dir="ltr"] .section-title{text-align:left}
[dir="ltr"] .step-num{right:auto;left:12px}
[dir="ltr"] .factory-img .overlay{justify-content:flex-start;text-align:left;background:linear-gradient(270deg,rgba(255,255,255,.05),rgba(255,255,255,.9))}
@media(max-width:1050px){
  .hero-grid{grid-template-columns:1fr}
  .hero-photo{height:430px}
  .hero-content{padding:34px 28px}
  .hero-bottom{grid-column:1}
  .features{grid-template-columns:repeat(3,1fr)}
  .sectors{grid-template-columns:repeat(4,1fr)}
  .bottom-cta{grid-template-columns:1fr}
}
@media(max-width:760px){
  .container{padding:0 15px}
  .nav-links a:not(.btn){display:none}
  .logo{width:125px}
  .hero-photo{height:350px}
  .hero-content{padding:30px 18px}
  h1{font-size:35px}
  .subheadline{font-size:18px}
  .hero-bottom{padding:14px 18px;align-items:flex-start;flex-direction:column}
  .steps{grid-template-columns:1fr 1fr}
  .features{grid-template-columns:repeat(2,1fr)}
  .sectors{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:520px){
  .steps{grid-template-columns:1fr}
  .hero-photo{height:300px}
  h1{font-size:31px}
  .lang button{padding:7px 9px}
  .btn{padding:11px 14px}
  .free-strip{display:grid;grid-template-columns:1fr}
  .features-head{align-items:flex-start;flex-direction:column}
}
