
:root{--navy:#04285e;--navy2:#063879;--blue:#078cf3;--cyan:#15bdf5;--green:#1bc695;--ink:#10294d;--muted:#647a92;--bg:#f6f9fd;--line:#dbe5ef;--white:#fff;--max:1180px;--radius:18px;--shadow:0 12px 32px rgba(3,39,84,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;min-width:320px;background:#fff;color:var(--ink);font-family:Arial,Helvetica,sans-serif;line-height:1.5;overflow-x:hidden}img{display:block;max-width:100%;height:auto}a{text-decoration:none;color:inherit}button{font:inherit}.container{width:min(var(--max),calc(100% - 40px));margin-inline:auto}
.topbar{background:var(--navy);color:#fff;font-size:12px}.topbar-row{min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:16px}.top-items,.social{display:flex;gap:18px;align-items:center}.top-items span{white-space:nowrap}.social{gap:10px}.social a{width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.11);font-size:10px}
.header{position:sticky;top:0;z-index:80;background:#fff;border-bottom:1px solid rgba(6,45,98,.08);box-shadow:0 3px 14px rgba(3,35,75,.05)}.nav-row{height:74px;display:flex;align-items:center;justify-content:space-between;gap:18px}.brand{flex:0 0 auto}.brand img{width:220px}.nav{display:flex;align-items:center;gap:17px;font-size:13px;color:#17365c}.nav>a{white-space:nowrap}.nav>a:hover{color:var(--blue)}.lang{border:1px solid var(--line);border-radius:9px;padding:9px 10px}.quote{padding:11px 14px;border-radius:9px;color:#fff!important;background:var(--blue);font-weight:700}.menu{display:none;width:44px;height:44px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--navy);font-size:22px;cursor:pointer}
.hero{background:linear-gradient(100deg,#04255a 0%,#073875 53%,#0863a5 100%);color:#fff}.hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);min-height:520px}.hero-copy{padding:64px 32px 52px 0;display:flex;flex-direction:column;justify-content:center}.overline{font-size:14px;color:#e9f5ff;margin-bottom:17px}.hero h1{font-size:clamp(50px,5.8vw,72px);line-height:1.02;letter-spacing:-2.2px;margin:0 0 20px}.hero h1 span{color:var(--cyan)}.hero-lead{font-size:16px;color:#eaf4ff;line-height:1.62;max-width:640px;margin:0 0 25px}.service-pills{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 24px;max-width:610px;margin-bottom:28px}.service-pill{display:flex;align-items:center;gap:10px;min-width:0;font-size:14px}.service-pill .ico{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:#08a8f5;flex:0 0 auto}.hero-actions{display:flex;gap:13px;flex-wrap:wrap}.btn{min-height:48px;padding:12px 19px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.72);font-size:14px;font-weight:700}.btn.primary{border-color:transparent;background:#0a8df7}.btn.whatsapp{gap:8px}.btn.whatsapp span{color:#32e5a2}
.hero-media{position:relative;min-width:0;overflow:hidden}.hero-media img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#073875 0%,rgba(7,56,117,.55) 24%,rgba(7,56,117,.08) 58%)}.location{position:absolute;right:22px;bottom:22px;z-index:3;display:flex;gap:10px;align-items:center;font-size:16px;font-weight:700;text-shadow:0 2px 7px #000}.location .pin{width:30px;height:30px;border-radius:50% 50% 50% 0;transform:rotate(-45deg);background:#ff4f13;display:block}.location .pin:after{content:"";width:9px;height:9px;border-radius:50%;background:#fff;position:absolute;left:10px;top:10px}.location .txt{transform:none}.dots{position:absolute;left:22px;bottom:20px;z-index:3;display:flex;gap:6px}.dots i{width:7px;height:7px;border-radius:50%;background:#5e8cb8}.dots i:first-child{background:#fff}
.stats{background:#fff;border-bottom:1px solid var(--line)}.stats-grid{min-height:96px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.stat{display:flex;align-items:center;justify-content:center;gap:13px;border-right:1px solid var(--line);padding:14px}.stat:last-child{border-right:0}.stat-icon{font-size:28px;color:#0a83f7}.stat b{display:block;font-size:21px;color:#102f61}.stat small{display:block;color:#6d8095;font-size:11px}
.section{padding:76px 0}.section.alt{background:var(--bg)}.section-head{text-align:center;max-width:760px;margin:0 auto 36px}.eyebrow{font-size:11px;text-transform:uppercase;letter-spacing:.15em;color:var(--blue);font-weight:800}.section-head h2{font-size:38px;line-height:1.12;margin:9px 0 10px;color:#092f65}.section-head p{color:var(--muted);line-height:1.65}.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}.card{min-width:0;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:23px;box-shadow:0 8px 24px rgba(5,48,97,.05)}.card-icon{width:46px;height:46px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,#10a0ff,#0967d9);color:#fff;font-weight:800}.card h3{font-size:20px;line-height:1.24;margin:14px 0 8px;color:#0b3269;overflow-wrap:anywhere}.card p{font-size:14px;line-height:1.6;color:#6c7f94}
.featurebar{background:#eef3f8;border-top:1px solid #dbe4ee}.feature-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px;padding:22px 0}.feature{text-align:center;font-size:11px;font-weight:700;color:#15365f}.bubble{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;margin:0 auto 7px;background:#0c93fb;color:#fff;font-size:19px}.feature:nth-child(3) .bubble{background:#1aae8d}.feature:nth-child(4) .bubble{background:#ff8a12}.feature:nth-child(6) .bubble{background:#123f78}
.contactbar{background:var(--navy);color:#fff;padding:18px 0}.contact-row{display:flex;align-items:center;justify-content:space-between;gap:20px}.contact-items{display:flex;gap:18px;flex-wrap:wrap;font-size:12px}.partner{text-align:right;font-size:12px}.partner b{font-size:15px;display:block}.mobile-bottom{display:none}
html[dir=rtl] body{text-align:right}html[dir=rtl] .hero-copy{padding:64px 0 52px 32px}html[dir=rtl] .hero-media:after{background:linear-gradient(270deg,#073875 0%,rgba(7,56,117,.55) 24%,rgba(7,56,117,.08) 58%)}html[dir=rtl] .location{right:auto;left:22px}html[dir=rtl] .partner{text-align:left}
@media(max-width:1040px){.nav{gap:11px;font-size:12px}.brand img{width:200px}.quote{padding:10px 11px}}
@media(max-width:900px){.topbar{display:none}.nav-row{height:68px}.menu{display:block}.nav{display:none;position:absolute;top:68px;left:16px;right:16px;max-height:calc(100vh - 86px);overflow:auto;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);padding:13px;border-radius:14px;flex-direction:column;align-items:stretch;gap:2px}.nav.open{display:flex}.nav>a{padding:10px 8px}.lang,.quote{display:block;text-align:center}.hero-grid{grid-template-columns:1fr}.hero-copy{padding:46px 0 30px}.hero-media{height:310px}.hero-media:after{background:linear-gradient(180deg,#073875 0%,rgba(7,56,117,.10) 40%)}html[dir=rtl] .hero-copy{padding:46px 0 30px}.cards{grid-template-columns:repeat(2,minmax(0,1fr))}.feature-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.contact-row{flex-direction:column;align-items:flex-start}.partner{text-align:left}}
@media(max-width:640px){body{padding-bottom:64px}.container{width:calc(100% - 24px)}.nav-row{height:62px}.brand img{width:168px;max-width:calc(100vw - 78px)}.menu{width:42px;height:42px}.nav{top:62px;left:12px;right:12px}.hero-copy{padding:34px 0 24px}.overline{font-size:12px}.hero h1{font-size:39px;line-height:1.04;letter-spacing:-1.2px}.hero-lead{font-size:15px;line-height:1.55}.service-pills{grid-template-columns:1fr;gap:10px;margin-bottom:22px}.service-pill{font-size:13px}.service-pill .ico{width:29px;height:29px}.hero-actions{display:grid;grid-template-columns:1fr 1fr}.btn{width:100%;padding:11px 10px}.hero-media{height:230px;margin-inline:-12px}.location{right:14px;bottom:14px;font-size:13px}.location .pin{width:24px;height:24px}.location .pin:after{left:8px;top:8px;width:8px;height:8px}.dots{left:14px;bottom:14px}.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stat{justify-content:flex-start;min-height:75px;border-bottom:1px solid var(--line)}.stat:nth-child(2){border-right:0}.stat-icon{font-size:23px}.stat b{font-size:18px}.section{padding:56px 0}.section-head{margin-bottom:28px}.section-head h2{font-size:30px}.cards{grid-template-columns:1fr}.card{padding:20px}.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 8px}.contact-items{display:grid;gap:7px}.mobile-bottom{display:grid;grid-template-columns:repeat(4,1fr);position:fixed;z-index:120;left:0;right:0;bottom:0;height:64px;background:#fff;border-top:1px solid var(--line);box-shadow:0 -5px 20px rgba(4,40,85,.09)}.mobile-bottom a{display:grid;place-items:center;align-content:center;font-size:10px;color:#234469}.mobile-bottom b{font-size:17px;color:#078cf3}html[dir=rtl] .location{right:auto;left:14px}}
@media(max-width:380px){.brand img{width:150px}.hero h1{font-size:34px}.hero-actions{grid-template-columns:1fr}.stats-grid{grid-template-columns:1fr}.stat,.stat:nth-child(2){border-right:0}.feature-grid{grid-template-columns:1fr 1fr}.section-head h2{font-size:27px}}
